]> git.sur5r.net Git - openldap/shortlog
openldap
2001-12-19 Kurt ZeilengaFix minor error in error text handling
2001-12-19 Kurt ZeilengaPatch slapadd(8) to provide a structuralObjectClass...
2001-12-19 Kurt ZeilengaAdd structuralObjectClass support and a bit of const...
2001-12-19 Kurt ZeilengaBack out last change
2001-12-19 Kurt Zeilengadsparse still needed by filter templates (which are...
2001-12-19 Kurt ZeilengaRemove srchpref and disptmpl stuff.
2001-12-19 Kurt ZeilengaMore cleanup
2001-12-19 Kurt ZeilengaUndocument 'schemacheck off'
2001-12-19 Kurt ZeilengaMisc cleanup
2001-12-19 Kurt Zeilengamisc cleanup
2001-12-19 Kurt Zeilengaconst'ify and remove lint
2001-12-19 Kurt ZeilengaDon't const pointers to structures.
2001-12-19 Kurt ZeilengaRemove lint
2001-12-19 Kurt ZeilengaMinor adjustments... no rlookups by default, rm maxpathlen
2001-12-19 Howard Chufrom jon@symas.com - sync with portable.h.in 1.191
2001-12-18 Kurt ZeilengaAdd mkstemp() detection
2001-12-18 Howard Chuminor cleanup from jon@symas.com
2001-12-18 Howard Chumore cleanup from jon@symas.com
2001-12-18 Howard ChuBDB_MULTI still needs the dupsort function.
2001-12-18 Howard Chufrom jon@symas.com - minor cleanup
2001-12-18 Howard ChuJust use mkstemp unconditionally; liblutil will fill...
2001-12-18 Howard ChuFix typo in previous commit
2001-12-18 Howard ChuAdd checks for mkstemp and mktemp. Tweak utils.c:mkstem...
2001-12-18 Howard ChuEmulate mkstemp() using mktemp() if mkstemp() is not...
2001-12-18 Kurt ZeilengaRegenerate configure and fix AC header inclusion
2001-12-18 Kurt ZeilengaSome index clarifications
2001-12-18 Howard ChuMove Windows sleep macro from acconfig.h to ac/unistd.h
2001-12-18 Kurt Zeilengastdlib.h should be included as <ac/stdlib.h>
2001-12-18 Kurt ZeilengaRegenerate at hyc's request
2001-12-18 Howard ChuMinor cleanup
2001-12-18 Howard ChuRevert previous commit.
2001-12-18 Howard Chufrom jon@symas.com - misc cleanup
2001-12-17 Kurt ZeilengaWe "understand" localhost to be same as the local hostn...
2001-12-17 Howard Chufrom jon@symas.com - minor cleanup
2001-12-17 Howard Chufix from jon@symas.com - missing arguments to Debug...
2001-12-17 Howard Chufix from jon@symas.com - inet_ntoa on uninitialized...
2001-12-17 Howard Chufix from jon@symas.com - don't free uninitialized bv_val
2001-12-17 Howard Chufrom jon@symas.com - misc Windows cleanup
2001-12-17 Howard Chu from jon@symas.com - misc MSVC cleanup
2001-12-17 Howard Chu from jon@symas.com - fix unterminated comment
2001-12-17 Howard Chu from jon@symas.com; include ldap_log.h for proper...
2001-12-17 Howard ChuFix ITS#1497 use strcmp instead of strncmp
2001-12-17 Howard ChuSilence a warning for Windows build
2001-12-16 Howard ChuUse a 4-byte constant for the presence index key. Set...
2001-12-15 Howard ChuUse DB_HASH instead of DB_BTREE for index databases...
2001-12-15 Howard ChuRevert previous checkin, DB_NODUPDATA is not valid...
2001-12-15 Howard ChuAdded atexit handler to free global_opts->ldo_defludp.
2001-12-15 Howard ChuAdded acl_destroy, acl_free.
2001-12-15 Howard ChuDon't copy and leak user; it's an env var so just use...
2001-12-15 Howard ChuMore thorough backend_destroy. Added config_destroy...
2001-12-15 Howard ChuClose some stdio fopen leaks.
2001-12-15 Howard ChuMore cleanup for bdb_db_close
2001-12-15 Howard ChuAdded description of "subordinate" keyword.
2001-12-15 Howard ChuDo a regular entry_free on entries from do_add
2001-12-12 Pierangelo... allow empty suffix
2001-12-12 Kurt ZeilengaTreat (!) and (!(x=a)(y=b)) as filter errors...
2001-12-12 Howard ChuMore from jon@symas.com - argv[0] comparison must exclu...
2001-12-11 Howard ChuMore from jon@symas.com - slapd.conf needs backslashes...
2001-12-11 Howard ChuFrom jon@symas.com - NT UUID support requires librpcrt4.
2001-12-11 Howard ChuDon't signal error if reindexing an already existing...
2001-12-11 Howard ChuFix ldbm_tool_entry_first, was not byteswapping ID.
2001-12-11 Pierangelo... strengthen dn_issuffix
2001-12-11 Pierangelo... better description of the backend
2001-12-11 Pierangelo... fix backend suffix allocation bug; add better versionin...
2001-12-11 Pierangelo... minor cleanup
2001-12-10 Pierangelo... missing files (sorry)
2001-12-10 Howard ChuFixed suffix DN_SUBTREE again. Index was still being...
2001-12-10 Howard ChuFix - on little-endian machines, store IDs in big-endia...
2001-12-10 Howard ChuFix check for DN_SUBTREE on be suffix
2001-12-10 Howard ChuFix - on little-endian machines, store IDs in big-endia...
2001-12-10 Howard ChuSome more version cleanup
2001-12-10 Howard ChuMore cleanup. The last, I hope.
2001-12-10 Howard ChuExtra NULL check, just in case
2001-12-10 Howard ChuMisc cleanup
2001-12-10 Howard ChuFix typo in glue_back_select
2001-12-10 Howard ChuRevert previous commit. Checked in by mistake.
2001-12-10 Howard ChuChanged backglue configuration. Added noSubordinates...
2001-12-10 Pierangelo... improvements to monitor backend: added a log entry...
2001-12-10 Pierangelo... minor cleanup
2001-12-10 Pierangelo... reworked internal stuff
2001-12-09 Kurt Zeilengause offsetof directly
2001-12-09 Kurt Zeilengafix issuffix call
2001-12-09 Kurt Zeilengamisc cleanup
2001-12-09 Howard ChuConverted suffixAlias to struct bervals.
2001-12-09 Howard ChuEliminate unnecessary per-operation dn_normalize(o_ndn...
2001-12-09 Howard ChuMinor strlen cleanup
2001-12-09 Kurt ZeilengaRemove lint
2001-12-09 Howard ChuCleaned up search, use dn_issuffixbv
2001-12-09 Howard ChuAdded dn_issuffixbv() like dn_issuffix, but with bervals.
2001-12-09 Howard ChuAdded ndn to replog args, eliminate unnecessary dn_norm...
2001-12-09 Howard ChuAdded ndn to replog args, eliminate unnecessary dn_norm...
2001-12-09 Howard ChuAdded referrals to gluestate.
2001-12-09 Kurt ZeilengaMore misc MSVC changes
2001-12-09 Kurt ZeilengaRemove lint and misc MSVC updates
2001-12-09 Howard ChuDon't include glued databases in namingContexts
2001-12-09 Howard ChuClean up bdb_entry_release / bdb_entry_return
2001-12-08 Howard ChuFix for slapcat
2001-12-08 Howard ChuAdded new backglue pseudo-backend. Uses callbacks to...
2001-12-08 Howard ChuAdded callbacks for send_ldap_response and send_search_...
2001-12-08 Howard ChuFix previous commit...
next