]> git.sur5r.net Git - openldap/history - libraries
Remove defaultaccess directive
[openldap] / libraries /
2000-10-19 Kurt ZeilengaThis patch replaces gai_strerror with AC_GAI_STRERROR...
2000-10-18 Kurt ZeilengaAdd ldap_pvt_gai_strerror().
2000-10-18 Kurt ZeilengaValidate session handle
2000-10-18 Gary Williamsfix file test
2000-10-18 Kurt Zeilengafix SOCKET_ERROR typos
2000-10-18 Kurt ZeilengaEliminate the need for a buffer.
2000-10-18 Kurt Zeilengaremove lint
2000-10-18 Kurt ZeilengaRemove lint
2000-10-18 Kurt ZeilengaUse SOCKET_ERROR instead of -1
2000-10-18 Kurt ZeilengaUpdate handling of partial responses
2000-10-18 Kurt Zeilengaminor cleanup
2000-10-17 Kurt ZeilengaHandle *lud_host == '\0'
2000-10-17 Kurt Zeilengaldap_url_search should use hostport of URL.
2000-10-17 Gary Williamsconvert string levels to ints
2000-10-16 Kurt ZeilengaDon't attempt to send abandon unless connection exists.
2000-10-16 Kurt ZeilengaITS#821: TLS data ready fix from <mattc@chartist.com>
2000-10-15 Julio Sánchez Fern... Better processing of extensible filters. Needs testing...
2000-10-14 Kurt Zeilengaentropy should be unsigned
2000-10-14 Kurt ZeilengaRework control create/dup routines to distinguish not
2000-10-14 Kurt ZeilengaFix typo
2000-10-13 Julio Sánchez Fern... Prevent it from crashing.
2000-10-13 Gary Williamsadd typedef for log function that was in lber.h
2000-10-13 Kurt ZeilengaLabel sb debugging as "ldap_"...
2000-10-12 Kurt ZeilengaAdd sasl i/o debugging
2000-10-12 Gary Williamsremove LDAP_Debug macro
2000-10-12 Gary Williamsupdate logging
2000-10-12 Gary Williamsslight change to macro
2000-10-12 Gary Williamsfirst try at logging improvements
2000-10-11 Kurt ZeilengaAdd missing 'static'... (ITS#823,825,828)
2000-10-11 Kurt ZeilengaRevised ITS#799 fix from Steve Sonntag <vtag@novell...
2000-10-11 Kurt ZeilengaReferences with empty dn (ITS#817)
2000-10-11 Kurt ZeilengaRemove max buffer constraint!
2000-10-09 Kurt ZeilengaReturn more appropriate result codes than LDAP_UNAVAILABLE
2000-10-06 Kurt ZeilengaAdd cast to avoid mismatch
2000-10-05 Kurt ZeilengaAdd missing newlines
2000-10-05 Kurt ZeilengaITS#799: chasing multiple referrals bug
2000-10-03 Kurt ZeilengaFix add of empty value.
2000-10-03 Kurt ZeilengaDon't assert on null
2000-10-02 Kurt ZeilengaInitialize globals as some linkers don't support shared...
2000-10-02 Kurt ZeilengaFix up some free'ing.
2000-10-02 Kurt ZeilengaRework stringal decode to return { NULL, 0 } bv's inste...
2000-10-01 Kurt ZeilengaDon't specify LDFLAGS when using LTLINK to avoid duplicate
2000-09-30 Kurt ZeilengaFix ldap_first/next_attribute to return NULL without...
2000-09-30 Kurt Zeilengacleanup getattr bailout code
2000-09-30 Kurt ZeilengaDon't touch (unescape) URL handed to rebind proc.
2000-09-29 Kurt ZeilengaITS#791: fix SASL ctx close
2000-09-29 Kurt ZeilengaAdd hash to project file
2000-09-22 Kurt ZeilengaCode cleanup
2000-09-22 Kurt ZeilengaReplace indexing hash with 32-bit FNV-1... should be...
2000-09-22 Kurt Zeilengaremove lint
2000-09-21 Kurt ZeilengaShould modify code to bail on initialization errors...
2000-09-21 Mark AdamsonImplementation of SASL authorization.
2000-09-20 Kurt ZeilengaBuild liblunicode first
2000-09-20 Kurt Zeilengachange bdb errpfx
2000-09-16 Kurt Zeilengacleanup
2000-09-16 Kurt ZeilengaFix #undef LDAP_UFN
2000-09-16 Kurt Zeilengamodify ldap_dn2ufn() to return completely typeless...
2000-09-16 Kurt ZeilengaValidate ber on get/set option calls
2000-09-16 Kurt Zeilengaoverrun protection doesn't work... hmmm....
2000-09-15 Kurt ZeilengaAnother minor ber_dump output format change
2000-09-15 Kurt ZeilengaMinor format adjust to ber_dump output
2000-09-15 Ben CollinsRemove unused var, 'rc'
2000-09-15 Kurt Zeilengaconsistently use ber_pvt_ber_*() routines
2000-09-15 Ben Collinsmake function match it's decleration
2000-09-15 Ben Collinsdon't define NEED_COPY_HOSTENT in the decleration
2000-09-15 Ben Collinsinclude ac/unistd.h to avoid compiler warnings
2000-09-15 Ben Collinsfix formatting
2000-09-15 Ben Collinswrap unused function, ldap_int_thread_onlist() in ...
2000-09-15 Ben Collinsfix compiler warnings by including ac/unistd.h
2000-09-15 Ben Collinsfix compiler warnings by including ac/unistd.h and...
2000-09-15 Ben Collinsinitialize Sockbuf * to NULL
2000-09-15 Ben Collinsremove unused vars
2000-09-15 Ben Collinsmove some vars to where they are actually used to avoid...
2000-09-15 Ben Collinsfix call to ldap_connect_to_path()
2000-09-15 Ben Collinss/LDAP_PF_UNIX/LDAP_PF_LOCAL/ so that we actually decla...
2000-09-15 Ben Collinsremove unused var, 'dn'
2000-09-15 Ben Collinsinclude ac/ctype.h and initialize some variables to...
2000-09-15 Ben Collinswrap unused function, ber_log_puts(), in #if 0
2000-09-15 Ben Collinsremove lint
2000-09-15 Kurt ZeilengaFix Id
2000-09-15 Kurt ZeilengaKeep ldap_first/next_attribute from running past end...
2000-09-15 Kurt ZeilengaDon't send optional cred if empty
2000-09-14 Kurt ZeilengaRework ber dump to provide both hex and text output
2000-09-14 Kurt ZeilengaFix typo in Kbind code
2000-09-14 Kurt ZeilengaZap LDAP_LIBUI
2000-09-13 Ben CollinsError in setting sa_flags (was never set)
2000-09-13 Ben Collinsspecifically check for NULL return from ldap_int_thread...
2000-09-13 Ben CollinsFix error in if() statement (==, not =)
2000-09-13 Ben Collinss/got_max_ssf/got_min_ssf/ thinko fix when checking...
2000-09-13 Randy KunkeeInclude <ac/param.h> to pick up MAXPATHLEN.
2000-09-13 Kurt ZeilengaClean up
2000-09-13 Kurt ZeilengaMove ldap_pvt_tls_init call to ldap_pvt_tls_start
2000-09-12 Kurt ZeilengaMore NT threading fixes
2000-09-12 Kurt ZeilengaITS#697: Fix cond_wait
2000-09-12 Kurt ZeilengaRework TLS code (only supports default connection)
2000-09-11 Kurt Zeilenga-lldbm now sets DB_USE_ENVIRON and support input of...
2000-09-11 Kurt ZeilengaSet DB_PRIVATE
2000-09-07 Kurt ZeilengaBandaid ucdata build problems
2000-09-07 Kurt ZeilengaUse ucdata (very experimental)
2000-09-06 Kurt ZeilengaITS#717 kbind fixes
next