]> git.sur5r.net Git - openldap/shortlog
openldap
2000-09-23 Kurt ZeilengaRemove unneeded getpeername call (use accept() from).
2000-09-23 Kurt ZeilengaRestrict keepalive/nodelay setsockopt to IP streams
2000-09-22 Kurt ZeilengaCode cleanup
2000-09-22 Kurt ZeilengaFix ri initialization bug (ITS#768)
2000-09-22 Kurt ZeilengaReplace indexing hash with 32-bit FNV-1... should be...
2000-09-22 Kurt ZeilengaAdd indirection to hash routines to allow for easier...
2000-09-22 Kurt ZeilengaUse LUTIL_MD5_BYTES constant
2000-09-22 Kurt ZeilengaRework schema install to work with VPATH support
2000-09-22 Kurt ZeilengaDon't recursive lock connections_mutex in idle timeout...
2000-09-22 Kurt ZeilengaAdd depend information
2000-09-22 Kurt ZeilengaAdd bdb_add() and supporting routines
2000-09-22 Kurt Zeilengaremove lint
2000-09-21 Kurt ZeilengaFix build issues
2000-09-21 Kurt ZeilengaPatch req2rst not to abort on unknown tags
2000-09-21 Kurt Zeilengasasl_secprops: needs to return ""
2000-09-21 Kurt Zeilengacheck return of ldap_pvt_tls_init() (which doesn't...
2000-09-21 Kurt ZeilengaRemove assert in sasl_secprops
2000-09-21 Kurt ZeilengaShould modify code to bail on initialization errors...
2000-09-21 Kurt ZeilengaFix portability issue.
2000-09-21 Kurt ZeilengaSet TCP_NODELAY and SO_KEEPALIVE after every accept...
2000-09-21 Mark AdamsonImplementation of SASL authorization.
2000-09-21 Kurt ZeilengaFix logging bug
2000-09-21 Kurt Zeilengamodify idl_search to use binary search algorithm
2000-09-20 Kurt ZeilengaAdd idl_delete routines
2000-09-20 Kurt ZeilengaFix typo in comment
2000-09-20 Kurt ZeilengaFix SPASSWD merge for real
2000-09-20 Kurt ZeilengaBuild liblunicode first
2000-09-20 Kurt ZeilengaFix merge of SPASSWD changes
2000-09-20 Kurt ZeilengaAdd dn2id code
2000-09-20 Kurt ZeilengaReply on DB_CONFIG for tuning...
2000-09-20 Kurt Zeilengamerge changes from authPassword work which should fix...
2000-09-20 Kurt Zeilengachange bdb errpfx
2000-09-19 Kurt ZeilengaFix --enable-spasswd logic
2000-09-19 Kurt ZeilengaFix spelling error
2000-09-19 Kurt ZeilengaFix file URI
2000-09-19 Kurt ZeilengaFix file:: uri
2000-09-19 Kurt ZeilengaAdd new nextid code.
2000-09-19 Kurt ZeilengaAdd rough implementation of tool callbacks.
2000-09-19 Kurt ZeilengaAdd BDB errcall
2000-09-18 Kurt ZeilengaDon't set DB_PRIVATE yet.
2000-09-18 Kurt ZeilengaAdd errpfx and errcall
2000-09-18 Kurt ZeilengaAdd set_*_dir calls
2000-09-18 Kurt ZeilengaFix up back-bdb framework
2000-09-18 Kurt ZeilengaInitial autoconf support for back-bdb
2000-09-18 Kurt ZeilengaDon't check fd_sets until after we check fd < dtblsize
2000-09-18 Kurt ZeilengaFramework for back-bdb
2000-09-17 Kurt ZeilengaRemove -s (noschemacheck in favor of using global_schem...
2000-09-17 Kurt ZeilengaFix default port
2000-09-16 Kurt ZeilengaValidate values in tool mode
2000-09-16 Kurt ZeilengaCleanup
2000-09-16 Kurt Zeilengacleanup
2000-09-16 Kurt Zeilengalast log in error... s/#if 0/#if LDAP_.../
2000-09-16 Kurt ZeilengaFix #undef LDAP_UFN
2000-09-16 Kurt ZeilengaReorder DN check
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-16 Kurt ZeilengaFix modrdn handling
2000-09-15 Kurt ZeilengaITS#747: align with code changes from Bert Vermeulen...
2000-09-15 Kurt ZeilengaUpdate slurpd with StartTLS and additional SASL parameters
2000-09-15 Kurt ZeilengaRemove cruft (-h)
2000-09-15 Kurt ZeilengaAnother minor ber_dump output format change
2000-09-15 Kurt ZeilengaRemove cruft
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 Kurt Zeilengaquick patch for NT. Need an integrated versioning...
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 Kurt ZeilengaCentralize versioning in build/version.sh
2000-09-15 Kurt ZeilengaAdd additional error checking... need to better handle
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 Ben Collinsremove unused var 'actions'
2000-09-15 Ben CollinsFix fprintf\'s, missing `prog\' argument
2000-09-15 Ben Collinscompiler warnings, possible use of unitialized data
2000-09-15 Kurt ZeilengaFix Id
2000-09-15 Kurt ZeilengaKeep ldap_first/next_attribute from running past end...
2000-09-15 Kurt ZeilengaFix handling of optional cred
2000-09-15 Kurt ZeilengaDon't send optional cred if empty
2000-09-15 Kurt ZeilengaFix typo
2000-09-14 Kurt ZeilengaRework ber dump to provide both hex and text output
2000-09-14 Kurt ZeilengaAdd shared lib versioning
2000-09-14 Kurt ZeilengaUse build/version.sh instead of build/version
2000-09-14 Kurt ZeilengaFix typo in Kbind code
2000-09-14 Kurt ZeilengaUse LDIF, not "alternative" format
2000-09-14 Kurt ZeilengaITS#741 fixes
2000-09-14 Kurt ZeilengaCleanup
next