summaryrefslogtreecommitdiff
path: root/ext/ldap
Commit message (Expand)AuthorAgeFilesLines
...
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFH:- Fixed bug #42247 (ldap_parse_result() not defined under win32)Jani Taskinen2007-08-091-0/+1
* +- Fixed bug #41973 (./configure --with-ldap=shared fails withNuno Lopes2007-08-081-3/+3
* MFH: removed dots from error messagesJani Taskinen2007-07-171-2/+2
* MFH:- Fixed bug #42015 (ldap_rename() gets server error "DSA is unwilling to ...Jani Taskinen2007-07-171-2/+5
* - Do not break thousands of scripts.. (will remove in 5.3)Jani Taskinen2007-07-131-2/+4
* MFH: - Make sure people call ldap_first_attribute() before ldap_next_attribute()Jani Taskinen2007-07-131-0/+5
* MFH:- Fixed bug #41127 (Memory leak in ldap_{first|next}_attribute functions)Jani Taskinen2007-07-132-23/+28
* MFH: - Fixed bug #39291 (ldap_sasl_bind() misses the sasl_authc_id parameter).Jani Taskinen2007-07-121-8/+9
* MFH: initialize optional paramsAntony Dovgal2007-04-301-3/+3
* Replaced all instances of ldap_get_values() with ldap_get_values_len(), which...Douglas Goldstein2007-03-221-51/+12
* %f -> %FIlia Alshanetsky2007-01-051-3/+3
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
* MFH: fix bug #38882 (ldap_connect causes segfault with newer versions of Open...Antony Dovgal2006-10-181-1/+1
* Added automatic module globals managementDmitry Stogov2006-06-151-5/+8
* bump year and license versionfoobar2006-01-012-6/+6
* MFH: - Added missing fold tagsfoobar2005-12-111-1/+4
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* test -e does not work with solarisfoobar2005-11-211-1/+1
* MFH: - Fixed bug #35078 (configure does not find ldap_start_tls_s)foobar2005-11-031-6/+8
* MFHfoobar2005-10-241-1/+1
* MFH: fix #34970 (ldap configuration issues)Antony Dovgal2005-10-241-1/+1
* correct flagfoobar2005-09-161-1/+1
* Fixed bug #34525foobar2005-09-161-1/+1
* - Bumber up yearfoobar2005-08-032-2/+2
* - No need to use convert_to_string_ex() when dealing with stringsfoobar2005-07-091-3/+0
* - Fixed bug #33588 (LDAP: RootDSE query not possible).foobar2005-07-091-11/+21
* - Unify the "configure --help" textsfoobar2005-05-291-2/+2
* this check was not neededfoobar2005-05-081-1/+1
* - Fixed bug #32932 (Oracle LDAP: ldap_get_entries invalid pointer)foobar2005-05-083-28/+43
* - Fixed bug #30819 (Better support for LDAP SASL bind)foobar2005-04-171-17/+116
* remove proto, it's internal funcAntony Dovgal2005-04-051-1/+1
* - ldap_start_tls() requires ldapv3 protocol -> force itfoobar2005-01-191-2/+4
* MFB_4_3: Quote macro names in AC_DEFUN()foobar2004-12-301-2/+2
* Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/libJoe Orton2004-11-031-4/+4
* Make ldap_parse_reference() available on Windows (Bug #29492)Hartmut Holzgraefe2004-10-231-0/+1
* Removed pointless allocation check.Ilia Alshanetsky2004-06-281-4/+1
* No need to NULL terminate manually, snprintf() does it for us already.Ilia Alshanetsky2004-06-011-7/+0
* - Added missing UNREGISTER_INI_ENTRIESMarcus Boerger2004-05-121-0/+1
* Removed pointless check.Ilia Alshanetsky2004-04-061-3/+0
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-173-16/+16
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* make these build with new win32 build system.Wez Furlong2003-12-191-0/+22
* Cleaned up previous patch.Ilia Alshanetsky2003-10-071-9/+6
* - Fixed bug #25764 (ldap_get_option() crashes when called with unbinded ldap ...foobar2003-10-061-4/+11
* Fix Bug #25525 ldap_explode_dn crashes when passed invalid params.Sara Golemon2003-09-131-1/+4
* Fixed compiler warnings.Ilia Alshanetsky2003-08-311-1/+1
* Fix Win32 linkage problemsZeev Suraski2003-08-311-0/+3
* The last 4 args are by ref..foobar2003-08-051-1/+1