]> git.sur5r.net Git - openldap/shortlog
openldap
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.
1999-03-08 Kurt ZeilengaAdd dcobject & uidobject auxilary object classes. ...
1999-03-08 Kurt ZeilengaRegenerate configure and friends.
1999-03-08 Hallvard FurusethUse ldap_<set/get>_option instead of poking into the...
1999-03-08 Kurt Zeilengarelocate LDAP_LIBPATH to front of LDFLAGS.
1999-03-08 Kurt ZeilengaAdd GNU readline detection. Needed for saucer enhancem...
1999-03-08 Hallvard FurusethAlign with changes in build process:
1999-03-08 Hallvard FurusethAlign with code changes in liblber/libldap:
1999-03-07 Juan GomezAdded software to add the new rdn as an attribute to...
1999-03-07 Juan GomezFixed typo in
1999-03-07 Kurt ZeilengaRelocate reentrant checks to before thread checks.
1999-03-07 Kurt ZeilengaRelocate reentrant function checks to before thread...
1999-03-06 Kurt ZeilengaUpdate error message for pthread_create() works failure.
1999-03-06 Hallvard FurusethPut the ATTR_BOOL option numbers in attrs.offset instea...
1999-03-06 Kurt ZeilengaChange (int) invalue == (int) LDAP_OPT_ON to invalue...
1999-03-06 Hallvard FurusethMake block non-static and properly aligned
1999-03-06 Hallvard FurusethRemove unused variables
1999-03-06 Kurt Zeilengadefined USE_NONBLOCK for now... need to implement confi...
1999-03-06 Hallvard FurusethRemove unused variables
1999-03-06 Hallvard Furusethinclude ldap_pvt_thread.h, to verify func declarations...
1999-03-06 Hallvard Furusethinclude <stdlib.h> to get atoi()
1999-03-06 Hallvard Furusethprintf(%ld, pid) -> printf(%ld, (long)pid)
1999-03-06 Hallvard FurusethRemove a few typos in comments
1999-03-06 Hallvard FurusethFix typo .size -> .dsize in ldbm_datum_free()
1999-03-06 Hallvard FurusethObey CTIME_R_RETURNS_INT
1999-03-06 Ben CollinsMoved 'key.flags = 0;' inside of DB2 defines, it isn...
1999-03-06 Kurt ZeilengaMove lber_get/set_option stuff to a private structure.
1999-03-06 Kurt ZeilengaMSVC5 cleanup...
1999-03-05 Juan GomezImplemented newSuperior handling.
1999-03-05 Kurt ZeilengaFix typo in configure.in with gethostbyname_r_nargs
1999-03-05 Kurt Spanier1. Fix of ldbmcat segmentation fault bug (ITS#85 and...
1999-03-05 Kurt SpanierMake dbEnv a private toy of back-bdb2.
1999-03-05 Juan GomezAdded parameter newSuperior in preparation to support
1999-03-05 Juan GomezAdded parsing of newSuperior field for requests that
1999-03-05 Juan GomezRename
1999-03-05 Juan GomezRenamed
next