summaryrefslogtreecommitdiff
path: root/lib/ldap.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...Yang Tse2006-07-251-1/+1
* include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.Yang Tse2006-07-111-1/+1
* Use the HAVE_MALLOC_H and HAVE_PROCESS_H definesGisle Vanem2006-04-261-1/+3
* curl_easy_unescape() takes 4 arguments.Gisle Vanem2006-04-081-4/+4
* First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg2006-04-071-6/+6
* Cleanup windows header includes. Where aplicable, inclusion ofYang Tse2005-12-181-1/+0
* Use an empty '*mod_name'.Gisle Vanem2005-11-011-1/+1
* Vilmos Nebehaj improved libcurl's LDAP abilities:Daniel Stenberg2005-10-311-14/+61
* Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detectsDan Fandrich2005-03-111-10/+14
* Set 'bits.close' in case of malloc fail.Gisle Vanem2005-02-091-1/+2
* FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg2005-02-091-2/+3
* 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