]> git.ipfire.org Git - thirdparty/openldap.git/shortlog
thirdparty/openldap.git
2001-12-24  Kurt ZeilengaDelete USE_LDAP_DN_PARSING
2001-12-24  Kurt ZeilengaMisc DN cleanup, no functional changes
2001-12-24  Kurt ZeilengaMake note of deprecated DN routines. Need to write
2001-12-24  Kurt ZeilengaImprove error message
2001-12-24  Kurt ZeilengaDelete ldap_build_filter(), it's broke.
2001-12-23  Kurt ZeilengaMinor cleanup, rename ldapava_free_*() routines and
2001-12-23  Kurt ZeilengaZap dn_match(), cleanup up prototype header
2001-12-23  Kurt ZeilengaMinor cleanup
2001-12-23  Pierangelo... least escaping in dnPretty (hope my wife doesn't catch...
2001-12-23  Pierangelo... small bug exploited by malformed DCE format
2001-12-23  Kurt ZeilengaMove dnValidate, dnNormalize, dnPretty to dn.c
2001-12-23  Kurt Zeilengause dnPretty instead of dn_pretty
2001-12-22  Kurt ZeilengaUpdate BER decoding of PDU to use "o" (struct berval...
2001-12-22  Kurt ZeilengaZap man pages of deprecated routines
2001-12-22  Kurt ZeilengaFix up builds
2001-12-22  Kurt ZeilengaAdd a couple of FIXME comments
2001-12-22  Pierangelo... added operations and sent stats to back-monitor; minor...
2001-12-22  Stig VenaasError in exclusion set macros
2001-12-22  Pierangelo... allegedly unnecessary selection of first database to...
2001-12-22  Pierangelo... better handling of on-the-fly operational attrs by...
2001-12-22  Pierangelo... added hasSubordinates to back-monitor
2001-12-22  Pierangelo... added backend-side support for on-the-fly operational...
2001-12-21  Pierangelo... temporary variable erroneously inside #ifdef (ITS#1503)
2001-12-21  Kurt Zeilengadisallow bind_v2 is now default
2001-12-21  Kurt ZeilengaLDAPv2 disallow and other flag changes
2001-12-21  Kurt Zeilengazap tmplout
2001-12-21  Kurt ZeilengaZap tmplout
2001-12-20  Kurt ZeilengaFix cache debugging (ITS#1501) based upon patch provided by
2001-12-20  Kurt ZeilengaReq't documents should be born historic...
2001-12-20  Kurt ZeilengaZap RFCs being moved to Historical status
2001-12-20  Kurt ZeilengaMisc updates
2001-12-20  Howard ChuFix - don't free constant database names
2001-12-20  Kurt ZeilengaRemove ttest
2001-12-20  Kurt Zeilengaconcurrency tests should be using LDAPv3
2001-12-20  Kurt ZeilengaFix typo in last commit
2001-12-20  Kurt ZeilengaMinor cleanup
2001-12-20  Kurt Zeilengamisc cleanup
2001-12-20  Kurt ZeilengaAdd abstract object class checks and a bit of structura...
2001-12-20  Kurt ZeilengaFix error in last commit
2001-12-20  Kurt ZeilengaAdd better error reporting.
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...
next