Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
| | |||||
* | add tests for ldap_dn2ufn() | Douglas Goldstein | 2007-12-13 | 1 | -0/+33 |
| | |||||
* | expand ldap_explode_dn() tests. | Douglas Goldstein | 2007-12-13 | 1 | -1/+25 |
| | |||||
* | add skipif case if the ldap extension is not loaded | Douglas Goldstein | 2007-12-11 | 2 | -0/+7 |
| | |||||
* | Adding initial tests for LDAP module. Adding tests for ldap_explode_dn() ↵ | Douglas Goldstein | 2007-12-11 | 1 | -0/+68 |
| | | | | function | ||||
* | MFH:- Add support for LDAP_X_OPT_CONNECT_TIMEOUT (Netscape LDAP SDK ↵ | Jani Taskinen | 2007-10-06 | 1 | -7/+29 |
| | | | | equivalent for LDAP_OPT_NETWORK_TIMEOUT) | ||||
* | MFH: - Added LDAP_OPT_NETWORK_TIMEOUT option for ldap_set_option() to allow ↵ | Jani Taskinen | 2007-10-06 | 1 | -0/+34 |
| | | | | setting network timeout (FR#42837) | ||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | MFH:- Fixed bug #42247 (ldap_parse_result() not defined under win32) | Jani Taskinen | 2007-08-09 | 1 | -0/+1 |
| | |||||
* | +- Fixed bug #41973 (./configure --with-ldap=shared fails with | Nuno Lopes | 2007-08-08 | 1 | -3/+3 |
| | |||||
* | MFH: removed dots from error messages | Jani Taskinen | 2007-07-17 | 1 | -2/+2 |
| | |||||
* | MFH:- Fixed bug #42015 (ldap_rename() gets server error "DSA is unwilling to ↵ | Jani Taskinen | 2007-07-17 | 1 | -2/+5 |
| | | | | perform") | ||||
* | - Do not break thousands of scripts.. (will remove in 5.3) | Jani Taskinen | 2007-07-13 | 1 | -2/+4 |
| | |||||
* | MFH: - Make sure people call ldap_first_attribute() before ldap_next_attribute() | Jani Taskinen | 2007-07-13 | 1 | -0/+5 |
| | |||||
* | MFH:- Fixed bug #41127 (Memory leak in ldap_{first|next}_attribute functions) | Jani Taskinen | 2007-07-13 | 2 | -23/+28 |
| | | | | | | | # This removes an useless parameter from 2 functions. Perhaps the next # release should be 5.3.0, there are lot of other new things done already. # Sneak in namespaces too.. ;) | ||||
* | MFH: - Fixed bug #39291 (ldap_sasl_bind() misses the sasl_authc_id parameter). | Jani Taskinen | 2007-07-12 | 1 | -8/+9 |
| | |||||
* | MFH: initialize optional params | Antony Dovgal | 2007-04-30 | 1 | -3/+3 |
| | |||||
* | Replaced all instances of ldap_get_values() with ldap_get_values_len(), ↵ | Douglas Goldstein | 2007-03-22 | 1 | -51/+12 |
| | | | | 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 | ||||
* | %f -> %F | Ilia Alshanetsky | 2007-01-05 | 1 | -3/+3 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
| | |||||
* | MFH: fix bug #38882 (ldap_connect causes segfault with newer versions of ↵ | Antony Dovgal | 2006-10-18 | 1 | -1/+1 |
| | | | | OpenLDAP) | ||||
* | Added automatic module globals management | Dmitry Stogov | 2006-06-15 | 1 | -5/+8 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 2 | -6/+6 |
| | |||||
* | MFH: - Added missing fold tags | foobar | 2005-12-11 | 1 | -1/+4 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | test -e does not work with solaris | foobar | 2005-11-21 | 1 | -1/+1 |
| | |||||
* | MFH: - Fixed bug #35078 (configure does not find ldap_start_tls_s) | foobar | 2005-11-03 | 1 | -6/+8 |
| | |||||
* | MFH | foobar | 2005-10-24 | 1 | -1/+1 |
| | |||||
* | MFH: fix #34970 (ldap configuration issues) | Antony Dovgal | 2005-10-24 | 1 | -1/+1 |
| | |||||
* | correct flag | foobar | 2005-09-16 | 1 | -1/+1 |
| | |||||
* | Fixed bug #34525 | foobar | 2005-09-16 | 1 | -1/+1 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 2 | -2/+2 |
| | |||||
* | - No need to use convert_to_string_ex() when dealing with strings | foobar | 2005-07-09 | 1 | -3/+0 |
| | |||||
* | - Fixed bug #33588 (LDAP: RootDSE query not possible). | foobar | 2005-07-09 | 1 | -11/+21 |
| | |||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -2/+2 |
| | |||||
* | this check was not needed | foobar | 2005-05-08 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #32932 (Oracle LDAP: ldap_get_entries invalid pointer) | foobar | 2005-05-08 | 3 | -28/+43 |
| | |||||
* | - Fixed bug #30819 (Better support for LDAP SASL bind) | foobar | 2005-04-17 | 1 | -17/+116 |
| | |||||
* | remove proto, it's internal func | Antony Dovgal | 2005-04-05 | 1 | -1/+1 |
| | |||||
* | - ldap_start_tls() requires ldapv3 protocol -> force it | foobar | 2005-01-19 | 1 | -2/+4 |
| | |||||
* | MFB_4_3: Quote macro names in AC_DEFUN() | foobar | 2004-12-30 | 1 | -2/+2 |
| | |||||
* | Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib | Joe Orton | 2004-11-03 | 1 | -4/+4 |
| | | | | | to support multi-ABI platforms. | ||||
* | Make ldap_parse_reference() available on Windows (Bug #29492) | Hartmut Holzgraefe | 2004-10-23 | 1 | -0/+1 |
| | |||||
* | Removed pointless allocation check. | Ilia Alshanetsky | 2004-06-28 | 1 | -4/+1 |
| | |||||
* | No need to NULL terminate manually, snprintf() does it for us already. | Ilia Alshanetsky | 2004-06-01 | 1 | -7/+0 |
| | |||||
* | - Added missing UNREGISTER_INI_ENTRIES | Marcus Boerger | 2004-05-12 | 1 | -0/+1 |
| | |||||
* | Removed pointless check. | Ilia Alshanetsky | 2004-04-06 | 1 | -3/+0 |
| | |||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 3 | -16/+16 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| |