]> git.ipfire.org Git - thirdparty/openldap.git/shortlog
thirdparty/openldap.git
1999-03-23  Kurt ZeilengaFix unlock bug in connection_read/write. Fix connectio...
1999-03-23  Kurt ZeilengaImproved "closing" handling. Remove fd from read set...
1999-03-22  Kurt ZeilengaFix c_mutex typo.
1999-03-22  Kurt ZeilengaAdd trace to connection_get() to aid debugging.
1999-03-22  Kurt Zeilengaslap_set_time() is no longer necessary.
1999-03-22  Julio Sánchez... Changed the way paths are replaced in xrpcomp so that...
1999-03-22  Kurt ZeilengaRound 2 of connection management changes.
1999-03-22  Kurt ZeilengaPROTOTYPE: New connection management infrastructure...
1999-03-20  Kurt ZeilengaAdd check for <assert.h> and put include in right file...
1999-03-20  Kurt ZeilengaProvide global assert solution. <ac/assert.h> (new...
1999-03-20  Kurt ZeilengaUse calloc properly... could result in too few bytes...
1999-03-18  Julio Sánchez... slapd.conf and friends were being modified during the...
1999-03-18  Kurt ZeilengaAdd TMPROOT support for two phase building/installing.
1999-03-18  Kurt ZeilengaAdd copyright notice (to generate log message).
1999-03-18  Kurt ZeilengaBogus change just to generate a log message.
1999-03-18  Kurt ZeilengaAdd 1999 to acinclude and rebuild configure. (really...
1999-03-18  Kurt ZeilengaAdd 1999 to copyright. Test new log.pl.
1999-03-17  Kurt ZeilengaAdd DEFAULT_EDITOR to ldapconfig.h. Used by ldbmtest...
1999-03-17  Kurt ZeilengaUse HAVE_PW_GECOS when needed.
1999-03-17  Kurt ZeilengaAdd OL_STRUCT_PASSWD_PW_GECOS test. Checks for pw_geco...
1999-03-17  Kurt ZeilengaRebuild configure and portable.h.in...
1999-03-17  Kurt Zeilengadelete thread project, Bart completed this.
1999-03-17  Kurt ZeilengaAdd slapd -a address support. Allows you to bind to...
1999-03-17  Kurt ZeilengaMinor change to EBCDIC test.
1999-03-16  Kurt ZeilengaFirst cut at bind race fix. Passes our test suite...
1999-03-16  Kurt ZeilengaCast pointer to strcasecmp to AVL_CMP.
1999-03-16  Kurt ZeilengaInitial check of connection states. Have only implemented
1999-03-16  Kurt ZeilengaNULL needs to be defined for pthread_detach(NULL).
1999-03-15  Kurt ZeilengaUpdate EBCDIC tests.
1999-03-15  Kurt ZeilengaImplement OL_HEADER_STDC (derived from AC_HEADER_STDC...
1999-03-15  Kurt ZeilengaAdd EBCDIC test in preparation for VM port.
1999-03-15  Kurt ZeilengaAdd 'extern' to externals.
1999-03-15  Kurt ZeilengaFix "decleration" and missing ";" errors.
1999-03-15  Ben CollinsOnly declare strdup() if DECL_STRDUP is defined
1999-03-15  Ben Collinsconfigure.in now includes OL_DECL_STRDUP, configure...
1999-03-15  Ben CollinsDefine OL_DECL_STRDUP, the current declaration conflict...
1999-03-14  Hallvard FurusethselectObjectClass returned without a value. Return...
1999-03-14  Hallvard Furusethfree -> ldap_memfree. Remove spurious strdup.
1999-03-14  Hallvard FurusethAdd missing parens around Debug macro parameter
1999-03-13  Hallvard FurusethFix typo web_ldap.txt -> web_ldap_usage.txt
1999-03-13  Kurt ZeilengaFail -lbe check if -lroot doesn't exist.
1999-03-13  Hallvard FurusethParameters in front of va_alist are unportable; use...
1999-03-13  Kurt ZeilengaMake sure LN_S is set to "cp" if "ln -s" AND "ln" does...
1999-03-13  Kurt ZeilengaOriginal test failed under FreeBSD. Reworked LN_H...
1999-03-13  Hallvard FurusethAdd missing newline at end of file
1999-03-13  Ben CollinsFix URL for latest hints
1999-03-13  Ben CollinsBeOS compile hints, also added to the FAQ-o-Matic
1999-03-13  Ben CollinsUsed new ldap_(un)lockf() functions
1999-03-13  Ben CollinsAdded lockf.o to list of OBJS and lockf.c to list of...
1999-03-13  Ben CollinsMacros for file locking/unlocking added (ldap_lockf...
1999-03-13  Ben CollinsCheck that FIONBIO is defined, also add defined(__BEOS_...
1999-03-13  Ben CollinsNewest from GNU's CVS, provides detection of BeOS as...
1999-03-13  Ben CollinsUse LN_H in order to link (or copy) ldapadd from ldapmodify
1999-03-13  Ben CollinsDeclare LN_H=@LN_H@
1999-03-13  Ben CollinsCheck for how to hard link (ln or cp) and define as...
1999-03-13  Ben CollinsFunctions for using fcntl to lock/unlock files in case...
1999-03-13  Ben CollinsFixed small error in last commit for sys_errlist in...
1999-03-13  Ben Collinsactually define HAVE_SYS_ERRLIST if we have it, if...
1999-03-13  Ben CollinsWe need a SUBDIR makefile in contrib/ so that compiling...
1999-03-13  Ben CollinsMoved 'doc' to SUBDIRS
1999-03-13  Ben CollinsAdded check for <arpa/inet.h>
1999-03-13  Ben CollinsAdded check for getpass() as well as adding it to the...
1999-03-13  Ben Collins#ifdef for <arpa/inet.h>
1999-03-13  Ben Collins#ifdef for <sys/file.h>
1999-03-12  Ben CollinsDon't FORCE manpages in all-common
1999-03-11  Hallvard FurusethUpdate README to reflect recent changes.
1999-03-11  Hallvard FurusethChange U-M LDAP to OpenLDAP in manpage
1999-03-11  Hallvard FurusethFix Makefile.in: Install in bindir instead of libexecdi...
1999-03-10  Kurt ZeilengaUpdate configure to:
1999-03-10  Juan GomezAdded tests for modrdn and the proper operation of...
1999-03-10  Juan GomezExpected output for modrdn tests.
1999-03-10  Juan GomezFixed a bug related to the deallocation of memory for...
1999-03-10  Juan GomezDefined LDAPMODRDN in preparation to add tests for...
1999-03-09  Hallvard FurusethSilence some warnings of unused variables and comparing...
1999-03-09  Hallvard Furuseth"const"ify some static arrays and related function...
1999-03-09  Hallvard FurusethDeclare functions before use. Change some functions...
1999-03-09  Hallvard FurusethProtoize CMDTABLE.func()
1999-03-09  Hallvard FurusethAdd readline support. Change prompt to "saucer dn...
1999-03-09  Hallvard FurusethFix previous changes: //comment -> /*comment*/
1999-03-09  Kurt Zeilenga-lldap requires $(KRB_LIBS)
1999-03-09  Hallvard Furuseth"const"ify some static arrays, and related parameters...
1999-03-09  Juan GomezAdded support for deleteoldrdn.
1999-03-09  Hallvard FurusethFix typo -lxttp => -lxtpp in HAVE_XTPP comment
1999-03-09  Hallvard FurusethBugfix: Move handling of boolean options in front of...
1999-03-09  Hallvard FurusethReplace (int)LDAP_BOOL_GET(...) with LDAP_BOOL_GET...
1999-03-09  Hallvard FurusethPass LDAP_OPT_<ON/OFF> instead of (void*)flag to ldap_s...
1999-03-09  Hallvard FurusethRemove warning: Enclose initializer in {}.
1999-03-09  Hallvard FurusethSilence warnings: Remove unused variables. Enclose...
1999-03-09  Hallvard Furusethinclude lutil.h to get lutil_passwd()
1999-03-09  Hallvard FurusethBugfix: Missing parens in `status = ldap_pvt_thread_cre...
1999-03-09  Hallvard FurusethUse free instead of ber_bvecfree to free privately...
1999-03-09  Hallvard FurusethCheck for directory separator `\' in program name,...
1999-03-09  Hallvard FurusethImprove usage message and check, by JR Heisey
1999-03-09  Hallvard FurusethIntegrate saucer in OpenLDAP build environment:
1999-03-09  Kurt ZeilengaLINE_WIDTH -> LDIF_LINE_WIDTH
1999-03-09  Kurt ZeilengaAdd LDIF_ to LINE_WIDTH
1999-03-09  Juan GomezFixed type by changing rdn_type to new_rdn_type.
1999-03-08  Kurt ZeilengaDon't install CFFILES in ldap_r.
1999-03-08  Kurt ZeilengaRemove @DEFS@ from CPPFLAGS... we use portable.h uncond...
1999-03-08  Kurt ZeilengaUse $TERMCAP_LIBS in readline test.
next