]> git.sur5r.net Git - openldap/shortlog
openldap
1999-01-17 Kurt Zeilengachange "differances may exist" to "significant differra...
1999-01-17 Kurt ZeilengaReworded paragraph 7 to make it apply to a library...
1999-01-17 Kurt ZeilengaReformat (fmt) license for only. No actual change...
1999-01-17 Kurt ZeilengaReorder build order: libavl depends on libldap (for...
1999-01-17 Bart HartgersAdded OpenLDAP copyright to files.
1999-01-17 Bart HartgersFixed my own stupid mistake of not noticing the 'n...
1999-01-16 Kurt ZeilengaList only Sleepycat or GDBM as being compatible (though...
1999-01-16 Kurt ZeilengaAdd 'should not be world readable' comment.
1999-01-16 Kurt ZeilengaAdd reference to ldap.conf(5).
1999-01-16 Kurt ZeilengaAdd reference to slapd.conf(5) and recommendation to...
1999-01-16 Kurt ZeilengaRun autoconf/autoheader to generate new configure/porta...
1999-01-15 Kurt ZeilengaDocument fact that rootpw need not be cleartext.
1999-01-15 Bart HartgersFixed a small typo...
1999-01-15 Kurt ZeilengaCould have no entry to return... check entry pointer...
1999-01-15 Bart HartgersChanges to support threads from libldap_r.
1999-01-15 Bart HartgersUpdates regarding threads and names.
1999-01-15 Bart HartgersUpdates for the new threading and utility stuff in...
1999-01-15 Bart HartgersFixed a small but nasty typo.
1999-01-15 Kurt ZeilengaInstall slapd.conf with mode of 600.
1999-01-14 Kurt ZeilengaUpdate init and ldap.conf(5) to handle LDAPNOINIT,...
1999-01-14 Kurt ZeilengaDisable implicit session defaulting.... you never know...
1999-01-14 Bart Hartgersstrpbrk was checked for twice, and something didn't...
1999-01-14 Bart HartgersImproved ldap_int_strtok. If strtok_r does not exists...
1999-01-14 Kurt ZeilengaInitial version of the experimental 'back-perl'
1999-01-14 Kurt ZeilengaInsert missing ')'...
1999-01-14 Kurt ZeilengaFix variable names in res_search check.
1999-01-14 Randy KunkeeProtect some tests with quotes.
1999-01-14 Kurt ZeilengaModify build order to have lutil first and lthread...
1999-01-14 Kurt ZeilengaRevamp build system yet again to move all external...
1999-01-14 Kurt Zeilenga-lldif must proceed -lldap in 1.1 (for ldap_debug).
1999-01-13 Kurt ZeilengaBe quite about deleting data symlink
1999-01-13 Kurt ZeilengaRemove bogus ldap_msgfree() call.
1999-01-13 Kurt ZeilengaFix up a few typos and add some minor cleanup.
1999-01-13 Kurt ZeilengaAdd normalized dn to Entry structure as field e_ndn...
1999-01-13 Kurt ZeilengaUpdate check for res_search. If not available in ...
1999-01-13 Kurt ZeilengaAdded back-passwd item with reference to ITS.
1999-01-12 Kurt ZeilengaReport status of failed pthread_create()
1999-01-12 Kurt ZeilengaReport exit status of pthread_create()
1999-01-12 Kurt SpanierNew description for use of Bereley DB 2.x on a Linux...
1999-01-11 Kurt ZeilengaUse pthread_detach() to detach connection threads inste...
1999-01-11 Kurt ZeilengaChange SLAPD shutdown to do a cond wait on active threa...
1999-01-10 Kurt ZeilengaUpdate build environment to fix VPATH support.
1999-01-10 Kurt Zeilengarename 'struct op' to 'struct slap_op'
1999-01-09 Kurt ZeilengaAdd distclean target
1999-01-08 Kurt ZeilengaCleanup slapd search op deallocation.
1999-01-08 Kurt ZeilengaFix tmp file removal.
1999-01-08 Kurt SpanierTiny fix to the description of the -l option.
1999-01-08 Kurt SpanierDescription of the '-l syslog-local-user' option in...
1999-01-07 Kurt ZeilengaUpdated SLAPD args/pid file codes to use DEFAULT_RUNDIR...
1999-01-07 Kurt ZeilengaBackout extraneous changes made by last commit.
1999-01-07 Kurt ZeilengaFix --disable-slurpd.
1999-01-07 Kurt SpanierRe-specification of the DB patch.
1999-01-07 Kurt SpanierSpecification of the platform, that caused the problem.
1999-01-07 Kurt ZeilengaApply fix suggested by Ben Collins <bmc@visi.net>
1999-01-07 Kurt ZeilengaWrap db2 mutex with -DHAVE_BERKELEY_DB2 (should be...
1999-01-07 Kurt ZeilengaModify Add/Delete/Modrdn operations to require write...
1999-01-06 Kurt ZeilengaUse MAXARGS... we should actually check for limits...
1999-01-05 Kurt Spanier- Make install creates $(RUNDIR)/var for pid and args...
1999-01-03 Kurt Zeilengaentry pointer 'p' must be initialized. Should fix...
1999-01-02 Kurt ZeilengaUpdate ctime_r() argument macro to cache results and...
1999-01-02 Kurt ZeilengaEnable dbcachenoWsync for replica.
1999-01-02 Kurt ZeilengaMore pidentd/tcp_wrappers projects to do.
1999-01-02 Bart HartgersMoved the ctime_r number of arguments check to the...
1999-01-02 Bart HartgersTeached autoconf to figure out how may arguments ctime_...
1999-01-01 Kurt Zeilengafix minor reinstall bug: INSTALLDIR -> MANDIR
1999-01-01 Kurt ZeilengaWrap strtok use with mutex.
1999-01-01 Kurt ZeilengaWrap strtok use with mutex.
1998-12-30 Kurt ZeilengaFix typo in dbcachenowsync description.
1998-12-30 Kurt ZeilengaFix minor formatting problem (missing .TP) with dbcache...
1998-12-30 Kurt ZeilengaAdd special check for pthreads under HP-UX (as last...
1998-12-30 Kurt ZeilengaUpdate todo...
1998-12-30 Dave StoreyAdded salted MD5 and SHA support. (SSHA,SMD5)
1998-12-30 Kurt ZeilengaI thought the bdn was normalized already... guess not.
1998-12-30 Kurt ZeilengaPreliminary Fixes for ITS#24, ITS#26, and ldbm_back_add...
1998-12-30 Kurt ZeilengaCleanup thread handling to resolve non-exiting daemons...
1998-12-29 Kurt ZeilengaUse charray_free to free alist charray
1998-12-29 Kurt ZeilengaFix --disable-crypt and --disable-cleartext
1998-12-29 Kurt SpanierPatch for Berkeley DB 2.6.4 (beta) (DB)->cursor() call.
1998-12-29 Kurt ZeilengaSet 'expected' defaults
1998-12-29 Kurt ZeilengaShould have left 'scope' alone.
1998-12-29 Kurt ZeilengaMake ldap_set_option options optional.
1998-12-28 Kurt ZeilengaFix schema check bug... actually charray needs to dup...
1998-12-28 Kurt ZeilengaAdd simple copyright notice.
1998-12-28 Kurt ZeilengaMinor update to copyright (forgot 'portions')
1998-12-28 Kurt ZeilengaAdd simple copyright notice
1998-12-28 Kurt ZeilengaAdd simple copyright notice.
1998-12-28 Kurt ZeilengaUpdate copyright notices to 1999.
1998-12-28 Kurt ZeilengaUpdate copyright notices for 1999.
1998-12-28 Kurt ZeilengaAdd OpenLDAP Copyright to headers
1998-12-28 Kurt ZeilengaAdd more C-API prototypes (not yet implemented).
1998-12-28 Kurt ZeilengaAdd 1999 to COPYRIGHT.
1998-12-28 Kurt Zeilengamatched needs to be initialized to NULL as we may never
1998-12-28 Kurt ZeilengaImprove readability of base output in debugging.
1998-12-28 Kurt ZeilengaPlug 'matched' memory leak in dn2entry()
1998-12-27 Kurt ZeilengaPlug addtional realBase memory leaks.
1998-12-27 Kurt ZeilengaAdded ldap_get_entry_contols() and ldap_parse_reference...
1998-12-27 Kurt ZeilengaOnly use the LDAP_ALLOW_NULL_SEARCH_BASE code as last...
1998-12-27 Dave StoreyAdd support for -P protocol_version.
1998-12-27 Hallvard FurusethDon't use initializers for auto arrays
1998-12-27 Hallvard FurusethRemove duplicate definitions of global_schemacheck...
next