Commit Graph

267 Commits

Author SHA1 Message Date
Felipe Pena
f92cabac63 - MFB: Fix typo 2008-07-16 13:42:51 +00:00
Antony Dovgal
56dd2ba708 MF53 2008-07-01 08:12:42 +00:00
Felipe Pena
f7a93a0350 - MFB: zend_arg_defs.c is unnecessary now 2008-06-30 13:47:22 +00:00
Felipe Pena
b5222d3bb2 MFB:
- New parameter parsing API
- Added arginfo
2008-06-29 14:34:39 +00:00
Etienne Kneuss
5f4e5fa60a Fix protos 2008-05-04 21:16:22 +00:00
Antony Dovgal
d5266adb2e fix tests 2008-04-22 13:31:17 +00:00
Antony Dovgal
fa7f1fce98 always initialize mod_type 2008-04-16 13:19:31 +00:00
Antony Dovgal
6b3698f2ed unicode support and minor leak fix 2008-04-16 13:17:44 +00:00
Antony Dovgal
b19791609a convert ext/ldap to use new parameter parsing API
also restructure the extension to get rid of some garbage
2008-04-16 13:02:26 +00:00
Johannes Schlüter
7aad715a56 Fix build on Solaris 2008-02-09 21:58:39 +00:00
Sebastian Bergmann
9b620d50b4 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
Douglas Goldstein
235f9515ce add tests for ldap_dn2ufn() 2007-12-13 18:00:46 +00:00
Douglas Goldstein
5af2c9ef9f expand ldap_explode_dn() tests. 2007-12-13 17:46:23 +00:00
Douglas Goldstein
343258cb31 add skipif case if the ldap extension is not loaded 2007-12-11 17:33:10 +00:00
Douglas Goldstein
7e97026be8 put ldap_explode_dn.phpt in proper directory 2007-12-11 17:30:58 +00:00
Douglas Goldstein
af4cbab850 Adding initial tests for LDAP module. Adding tests for ldap_explode_dn() function 2007-12-11 17:21:51 +00:00
Jani Taskinen
9e8288e75e - Add support for LDAP_X_OPT_CONNECT_TIMEOUT (Netscape LDAP SDK equivalent for LDAP_OPT_NETWORK_TIMEOUT) 2007-10-06 02:13:31 +00:00
Jani Taskinen
cffb1afb10 - Added LDAP_OPT_NETWORK_TIMEOUT option for ldap_set_option() to allow setting network timeout 2007-10-06 01:42:40 +00:00
Dmitry Stogov
8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
Jani Taskinen
8b3c737889 - Fixed bug #42247 (ldap_parse_result() not defined under win32) 2007-08-09 08:42:31 +00:00
Nuno Lopes
59f172e1e6 MFB: fix bug #41973 2007-08-08 11:38:32 +00:00
Jani Taskinen
54519ad478 MFB: %f -> %F 2007-07-17 09:09:03 +00:00
Jani Taskinen
3229215255 - Fixed bug #42015 (ldap_rename() gets server error "DSA is unwilling to perform") 2007-07-17 08:38:19 +00:00
Jani Taskinen
2bd642c353 - Make sure people call ldap_first_attribute() before ldap_next_attribute() 2007-07-13 02:00:26 +00:00
Jani Taskinen
35d2e03ec9 - Removed non-existing function entry 2007-07-13 01:22:43 +00:00
Jani Taskinen
ef7373f458 - Fixed bug #41127 (Memory leak in ldap_{first|next}_attribute functions)
[DOC] The last parameter "ber" is removed by this fix! (It's not needed)
2007-07-13 01:15:47 +00:00
Jani Taskinen
55e9266034 - Fixed bug #39291 (ldap_sasl_bind() is mising sasl_authc_id paratemeter)
# It's the equivalent for the ldapsearch -U parameter
# @doc, @DOC or whatever the tag was..
2007-07-12 22:05:09 +00:00
Antony Dovgal
0e9fca181c initialize optional parameters 2007-04-30 21:39:48 +00:00
Douglas Goldstein
9f9604f2b1 Replaced all instances of ldap_get_values() with ldap_get_values_len(), which returns back the length of the data so on non-NULL terminated data we don't crash in a strlen(). Removed the PHP function ldap_get_values() since it's the same thing as ldap_get_values_len() now and made it alias ldap_get_values_len(). This should fix some random PHP<->LDAP crashes 2007-03-23 15:07:38 +00:00
Sebastian Bergmann
3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Antony Dovgal
7afbb7c3e2 fix bug #38882 (ldap_connect causes segfault with newer versions of OpenLDAP) 2006-10-18 20:57:06 +00:00
Hannes Magnusson
176b72284c Error message clean up
(patch by Matt W (php_lists -AT- realpain.com))
2006-10-08 13:34:24 +00:00
Dmitry Stogov
943960c324 Added automatic module globals management 2006-06-13 13:12:20 +00:00
foobar
251c5173fd bump year and license version 2006-01-01 13:10:10 +00:00
Antony Dovgal
ddf87742ec change -o to || to be more portable 2005-12-22 11:02:51 +00:00
foobar
953cff2d0a - Added missing fold tags 2005-12-11 22:38:24 +00:00
foobar
a208d9a966 - Nuke php3 legacy 2005-12-06 02:28:26 +00:00
foobar
6352110b7f - Fixed bug #35078 (configure does not find ldap_start_tls_s) 2005-11-03 20:41:05 +00:00
foobar
c87c580e4e fix build 2005-10-24 22:45:54 +00:00
Antony Dovgal
b7267ff12b fix #34970 (ldap configuration issues) 2005-10-24 20:24:05 +00:00
Dmitry Stogov
6b622046dc zend_is_callable() and zend_make_callable() were changed to return readable function name as zval (instead of string). 2005-08-22 12:22:16 +00:00
foobar
23e671a51e - Bumber up year 2005-08-03 14:08:58 +00:00
foobar
15e772ce13 - No need to use convert_to_string_ex() when dealing with strings 2005-07-09 00:59:49 +00:00
foobar
fcee086982 - Fixed bug #33588 (LDAP: RootDSE query not possible). 2005-07-09 00:46:45 +00:00
foobar
a20383ba06 - Unify the "configure --help" texts 2005-05-29 23:17:16 +00:00
foobar
fef305724b this check was not needed 2005-05-08 15:58:50 +00:00
foobar
f2dd8f028b - Fixed bug #32932 (Oracle LDAP: ldap_get_entries invalid pointer) 2005-05-08 15:43:22 +00:00
foobar
87c931695f - Fixed bug #30819 (Better support for LDAP SASL bind) 2005-04-17 16:25:59 +00:00
Antony Dovgal
33677ddb95 remove proto, it's internal func 2005-04-05 20:31:10 +00:00
foobar
c245e1f0f7 - ldap_start_tls() requires ldapv3 protocol -> force it 2005-01-19 00:27:21 +00:00