Update copyright year, since the file has been modified
[platform/upstream/curl.git] / lib / ldap.c
2006-10-27 Yang TseUpdate copyright year, since the file has been modified
2006-10-27 Yang TseDo an explicit typecast of data pointers to function...
2006-09-08 Gisle VanemUpdate comment reflecting structure change.
2006-09-08 Gisle VanemCompilation fix; 'reqdata' is not a pointer. 'path...
2006-09-08 Yang TseCompilation fix
2006-09-07 Daniel StenbergMajor overhaul introducing http pipelining support...
2006-08-19 Daniel StenbergBased on a patch by Armel Asselin, the FTP code no...
2006-07-25 Yang TseSimplify check for NEED_MALLOC_H, and make more explici...
2006-07-11 Yang Tseinclude <malloc.h> only if HAVE_MALLOC_H and NEED_MALLO...
2006-04-26 Gisle VanemUse the HAVE_MALLOC_H and HAVE_PROCESS_H defines
2006-04-08 Gisle Vanemcurl_easy_unescape() takes 4 arguments.
2006-04-07 Daniel StenbergFirst commit of David McCreedy's EBCDIC and TPF changes.
2005-12-18 Yang TseCleanup windows header includes. Where aplicable, inclu...
2005-11-01 Gisle VanemUse an empty '*mod_name'.
2005-10-31 Daniel StenbergVilmos Nebehaj improved libcurl's LDAP abilities:
2005-03-11 Dan FandrichFixed LDAP library file name bug (KNOWN_BUGS #1). ...
2005-02-09 Gisle VanemSet 'bits.close' in case of malloc fail.
2005-02-09 Daniel StenbergFTP code turned into state machine. Not completely...
2004-12-17 Gisle VanemFix calling convention of wlap32.dll function. Watcom
2004-12-14 Dan FandrichOnly declare static variables if they're needed. Fixed...
2004-11-02 Daniel StenbergPaul Nolan fix to make libcurl build nicely on Windows CE
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2004-09-26 Daniel StenbergBen Greear's minor fix to build (better) with cross...
2004-09-22 Daniel Stenbergjean-claude Chauve fixed an LDAP bug
2004-07-04 Daniel Stenbergtypecast long => int conversion
2004-05-13 Daniel StenbergGisle: minor fix
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2004-05-06 Daniel Stenbergunused variable removed
2004-05-05 Daniel StenbergJoe Halpin fixed the warning on the typecast from data...
2004-05-03 Daniel StenbergGisle fixed the problem with ldap_search_s() fails...
2004-05-03 Daniel StenbergGisle Vanem:
2004-04-27 Daniel StenbergMade host name and proxy name get stored in a 'struct...
2004-02-12 Daniel Stenbergremoved the ldaptext variable, it was only set and...
2004-02-06 Daniel StenbergMake sure DynaGetFunction() returns a function pointer...
2004-01-29 Daniel StenbergDan Fandrich's cleanup patch to make pedantic compiler...
2004-01-07 Daniel Stenbergupdated year in the copyright string
2003-09-01 Daniel StenbergHenrik Storner's update to make libcurl work with OpenL...
2003-07-19 Daniel StenbergAccess the user and passwd fields from the connectdata...
2003-07-01 Daniel StenbergGisle Vanem found a lib handle leak in the ldap code
2003-01-29 Daniel Stenbergremoved the local variables for emacs and vim, use...
2003-01-16 Daniel Stenbergcopyright year update in the source header
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-06-12 Daniel Stenbergkris@freebsd.org fixed a bad format string
2002-06-11 Daniel Stenbergadded disable-[protocol] support, largely provided...
2002-03-19 Daniel Stenbergcopyright string (year) update
2001-11-07 Daniel Stenbergadjusted after Ramana Mokkapati's comments
2001-11-05 Daniel StenbergRamana Mokkapati did some good bug hunting, and we...
2001-10-25 Daniel Stenbergbug report #474568 -
2001-10-11 Sterling Hugheslooks nicer and is better compatible with older vim...
2001-09-07 Sterling HughesAdded formatting sections for emacs and vim
2001-08-30 Daniel StenbergMajor rename and redesign of the internal "backbone...
2001-08-14 Daniel Stenbergconst-ified the code, removed Curl_ldap_done()
2001-02-20 Daniel Stenbergmultiple connection support initial commit
2001-01-05 Daniel StenbergInternal symbols that aren't static are now prefixed...
2001-01-03 Daniel Stenbergdual-license fix
2000-11-22 Daniel Stenberguses client_write()
2000-08-24 Daniel Stenberg#include "setup.h" moved first of all includes
2000-06-20 Daniel Stenberghaxx.nu => haxx.se
2000-05-22 Daniel Stenbergoops
2000-05-22 Daniel Stenbergadjusted to work even without RTLD_GLOBAL defined
2000-05-22 Daniel Stenbergmoved here from the newlib branch
2000-05-09 Daniel StenbergSupport for systems where RTLD_LAZY_GLOBAL is defined...
1999-12-29 Daniel StenbergInitial revision