]> git.sur5r.net Git - openldap/history - servers/slapd
ITS#791: fix SASL ctx close
[openldap] / servers / slapd /
2000-09-29 Kurt ZeilengaAdd connection and operation arguments to backend callb...
2000-09-29 Kurt Zeilengamisc cleanup
2000-09-29 Kurt ZeilengaITS#786: fix IA5 string indexing to use appropriate...
2000-09-29 Kurt ZeilengaAdd dead lock detection thread.
2000-09-28 Kurt Zeilengaremove cruft
2000-09-28 Kurt ZeilengaDisable debugging
2000-09-28 Kurt Zeilengareport retries
2000-09-28 Kurt ZeilengaAdd txn_checkpoint()'ing
2000-09-28 Kurt Zeilengaworking modrdn...
2000-09-28 Kurt Zeilengafix up bdb_entry_return() calls
2000-09-28 Kurt ZeilengaFix idl_insert... add/modify/delete now working w/...
2000-09-28 Kurt ZeilengaAdd idl_dump for testing purposes
2000-09-28 Kurt ZeilengaClean up logging... need to hand run idl_delete to...
2000-09-28 Kurt ZeilengaDon't complain about non-existance IDL "range" candidates
2000-09-28 Kurt ZeilengaMostly working modify
2000-09-27 Kurt ZeilengaFix entry encode/decode logging
2000-09-27 Kurt ZeilengaFix referrals no-referrals case
2000-09-27 Kurt ZeilengaRough in extended ops, modify, and modrdn.
2000-09-26 Kurt ZeilengaFix cursor logic
2000-09-26 Kurt Zeilengareplace ALLIDS with RANGE IDLs
2000-09-26 Kurt ZeilengaAdd reindex
2000-09-26 Kurt ZeilengaAdd kludge to get working tests add/populate.
2000-09-26 Kurt ZeilengaGot base entry...
2000-09-26 Kurt ZeilengaFix ber_scanf and init bugs
2000-09-26 Kurt Zeilengainclude external.h
2000-09-26 Kurt ZeilengaFix logging
2000-09-26 Kurt ZeilengaApparently working slapadd!
2000-09-26 Kurt ZeilengaRough in passwd and referral routines
2000-09-26 Kurt ZeilengaAdd more diagnostics including linear search version...
2000-09-26 Kurt ZeilengaAdd diagnostics
2000-09-26 Kurt ZeilengaFix nextid
2000-09-26 Kurt ZeilengaAdd additional diagnostics
2000-09-26 Kurt ZeilengaFix initialization, add additional diagnostics
2000-09-25 Kurt ZeilengaAdd bind()
2000-09-25 Kurt ZeilengaAdd bdb_bind, clean up init, s/Backend/BackendDB/
2000-09-25 Kurt ZeilengaClean up debug messages
2000-09-25 Kurt ZeilengaDisable sub directory support for now
2000-09-25 Kurt ZeilengaAdd minimal config support
2000-09-25 Kurt ZeilengaUpdate build environment for back-bdb
2000-09-25 Kurt ZeilengaFinish search rough in (w/o alias nor indexing support)
2000-09-25 Kurt ZeilengaRough in search routine
2000-09-25 Kurt ZeilengaClean up logging and fix ITS#771 typo
2000-09-24 Kurt ZeilengaAdd dn2entry.c
2000-09-24 Kurt ZeilengaAdd compare routine
2000-09-23 Kurt Zeilengarough in an add/delete and deadlock avoidance
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 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 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 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-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-16 Kurt ZeilengaValidate values in tool mode
2000-09-16 Kurt ZeilengaCleanup
2000-09-16 Kurt ZeilengaReorder DN check
2000-09-15 Kurt ZeilengaAdd additional error checking... need to better handle
2000-09-15 Kurt ZeilengaFix handling of optional cred
2000-09-14 Kurt ZeilengaCleanup
2000-09-14 Kurt ZeilengaFix ;binary subtyping
2000-09-13 Ben Collinsdereference 'char **text' when passing it as an arg...
2000-09-13 Ben Collinsdeclare return value of index_mask() to be slap_mask_t...
2000-09-13 Kurt ZeilengaUpdate handling of binary syntax to require ";binary...
2000-09-13 Ben Collinsspecifically check for NULL return from acl_get()
2000-09-13 Kurt ZeilengaFix java schema
2000-09-13 Kurt ZeilengaAdd Standard Track PKI schema (RFC2587)
2000-09-13 Kurt ZeilengaFix reversed assert logic
2000-09-13 Kurt ZeilengaAdd EOL at EOF
2000-09-12 Kurt ZeilengaRemove extranous characters (^M) and other minor clean up
2000-09-12 Kurt ZeilengaCatch nextid failures.
next