summaryrefslogtreecommitdiff
path: root/ext/ldap
Commit message (Expand)AuthorAgeFilesLines
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-4/+6
* Added destruction of return value parameter, and using ZVAL_LONG andStig Venaas2000-10-181-6/+4
* Added ldap_get_option() and ldap_set_option() functionsStig Venaas2000-10-172-0/+165
* Removed some redundant convert_to_*_ex() calls. Edited some whitespace.Stig Venaas2000-10-171-19/+15
* Changed to look also for liblber.so (sometimes there are only shared libs)foobar2000-10-151-1/+1
* No more empty '-l' caused by this extension.foobar2000-09-221-3/+9
* Added detection of Netscape LDAP SDK 4.1Stig Venaas2000-08-311-0/+4
* removed some NSLDAP #if's giving more detailed error reportingStig Venaas2000-08-311-6/+0
* Makes it work with OpenLDAP 2.0 and reduces number of ifdefsStig Venaas2000-08-261-43/+25
* deleted a few unnecceasary defines and added the Release_TS_Inline path to th...Daniel Beulshausen2000-08-241-6/+6
* Added Oracle LDAP SDK SSL supportStig Venaas2000-08-201-0/+47
* Adding Oracle LDAP SDK supportStig Venaas2000-08-192-0/+9
* fixed for openldap 2.0beta.Rui Hirokawa2000-08-071-1/+19
* - This should fix bug #5964foobar2000-08-041-5/+11
* Fix library ordering here so static builds will workRasmus Lerdorf2000-08-021-2/+2
* - Added two new functions: ldap_t61_to_8859() and ldap_8859_to_t61().foobar2000-08-022-0/+64
* Fixes bug which caused crash, if result_entry wasn't valid.foobar2000-07-281-4/+5
* # Oops..where did those creep in? =(foobar2000-07-281-1/+1
* @- Made ldap_add(), ldap_modify(), ldap_mod_add(), ldap_mod_replace()foobar2000-07-281-23/+28
* @- Fixed bug in ldap_get_values_len() which makes it NULL-safe. (Jani)foobar2000-07-281-5/+6
* Proto fixed.Egon Schmid2000-07-261-1/+1
* @- Added new function: ldap_compare(). (Jani)foobar2000-07-262-0/+48
* @- Fixed a bug in ldap_get_entries() and ldap_get_attributes. (Jani)foobar2000-07-251-32/+15
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-22/+10
* It's better not touch those ldap->ld_* when they aren't given as parameters.foobar2000-07-231-16/+32
* Forgot those constants.foobar2000-07-221-0/+6
* @- Added four additional arguments: attrsonly, sizelimit, timelimit, deref whichfoobar2000-07-211-47/+69
* Shared module support for LDAP extensionRasmus Lerdorf2000-07-142-57/+42
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
* @- Fixed a possible crash in the LDAP modify code. (Eric Kilfoil)Thies C. Arntzen2000-06-271-1/+1
* More protos.Egon Schmid2000-06-181-1/+1
* Also need to 0-terminate when adding/modifying an array of values.Stig Venaas2000-06-131-0/+1
* Think have to 0-terminate mod_values strings, got trailing garbage,Stig Venaas2000-06-131-0/+1
* making ldap module compile on win32 with new directory structureFrank M. Kromann2000-06-121-2/+2
* - Update module project files to include:Andi Gutmans2000-06-101-4/+4
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-22/+22
* compile fix regarding bug report #4780Hartmut Holzgraefe2000-06-051-1/+1
* fixing typoFrank M. Kromann2000-05-251-2/+2
* @ Fix a couple of warnings in the gd and ldap modulesRasmus Lerdorf2000-05-241-2/+2
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-1/+1
* s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files.Sascha Schumann2000-05-231-4/+4
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* #if COMPILE_DLSascha Schumann2000-05-021-1/+1
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
* Large test commit IVSascha Schumann2000-05-011-0/+1
* Large commit test IIISascha Schumann2000-05-011-0/+3
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-1/+1
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-7/+1
* Moving output files to common folderFrank M. Kromann2000-04-231-1/+1