summaryrefslogtreecommitdiff
path: root/lib/ldap.c
Commit message (Expand)AuthorAgeFilesLines
* Fix calling convention of wlap32.dll function. WatcomGisle Vanem2004-12-171-15/+16
* Only declare static variables if they're needed. Fixed some compile warnings.Dan Fandrich2004-12-141-0/+5
* Paul Nolan fix to make libcurl build nicely on Windows CEDaniel Stenberg2004-11-021-0/+4
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-4/+4
* Ben Greear's minor fix to build (better) with cross-compiled(?) mingwDaniel Stenberg2004-09-261-1/+1
* jean-claude Chauve fixed an LDAP bugDaniel Stenberg2004-09-221-1/+1
* typecast long => int conversionDaniel Stenberg2004-07-041-1/+1
* Gisle: minor fixDaniel Stenberg2004-05-131-1/+3
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+1
* unused variable removedDaniel Stenberg2004-05-061-3/+1
* Joe Halpin fixed the warning on the typecast from data pointer to functionDaniel Stenberg2004-05-051-1/+5
* Gisle fixed the problem with ldap_search_s() fails with "filter error": a caseDaniel Stenberg2004-05-031-21/+11
* Gisle Vanem:Daniel Stenberg2004-05-031-144/+500
* Made host name and proxy name get stored in a 'struct hostname' and setDaniel Stenberg2004-04-271-2/+2
* removed the ldaptext variable, it was only set and never usedDaniel Stenberg2004-02-121-3/+0
* Make sure DynaGetFunction() returns a function pointer, not a data pointer.Daniel Stenberg2004-02-061-41/+45
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-0/+1
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* Henrik Storner's update to make libcurl work with OpenLDAP 2.1.22 (current).Daniel Stenberg2003-09-011-40/+89
* Access the user and passwd fields from the connectdata struct now insteadDaniel Stenberg2003-07-191-2/+2
* Gisle Vanem found a lib handle leak in the ldap codeDaniel Stenberg2003-07-011-1/+1
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* kris@freebsd.org fixed a bad format stringDaniel Stenberg2002-06-121-1/+1
* added disable-[protocol] support, largely provided by Miklos NemethDaniel Stenberg2002-06-111-0/+2
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* adjusted after Ramana Mokkapati's commentsDaniel Stenberg2001-11-071-2/+2
* Ramana Mokkapati did some good bug hunting, and we these fixes ldap transfersDaniel Stenberg2001-11-051-1/+5
* bug report #474568 -Daniel Stenberg2001-10-251-1/+5
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8
* Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg2001-08-301-6/+6
* const-ified the code, removed Curl_ldap_done()Daniel Stenberg2001-08-141-8/+4
* multiple connection support initial commitDaniel Stenberg2001-02-201-2/+2
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-3/+3
* dual-license fixDaniel Stenberg2001-01-031-28/+11
* uses client_write()Daniel Stenberg2000-11-221-2/+1
* #include "setup.h" moved first of all includesDaniel Stenberg2000-08-241-2/+2
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-1/+1
* oopsDaniel Stenberg2000-05-221-0/+1
* adjusted to work even without RTLD_GLOBAL definedDaniel Stenberg2000-05-221-0/+4
* moved here from the newlib branchDaniel Stenberg2000-05-221-19/+19
* Support for systems where RTLD_LAZY_GLOBAL is defined instead ofDaniel Stenberg2000-05-091-1/+7
* Initial revisionDaniel Stenberg1999-12-291-0/+226