]> git.sur5r.net Git - openldap/history - clients/ud
Add checks for duplicate values.
[openldap] / clients / ud /
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-18 Howard Chumore cleanup from jon@symas.com
2001-12-18 Howard ChuJust use mkstemp unconditionally; liblutil will fill...
2001-12-09 Kurt ZeilengaRemove lint and misc MSVC updates
2001-12-07 Howard ChuNT updates from jon@symas.com.
2001-12-07 Howard ChuFrom jon@symas.com - patches for consistent use of...
2001-12-06 Kurt ZeilengaITS#1482 patch from Michael.Gerdts@usa.alcatel.co
2001-12-02 Kurt ZeilengaFinish friendly_name() removal
2001-12-01 Kurt ZeilengaDon't bother with friendly name
2001-06-15 Kurt ZeilengaMisc updates for NT4
2001-06-14 Kurt ZeilengaRestore
2001-06-14 Kurt ZeilengaRip most of Kbind out in prep for adding SASL.
2001-06-11 Kurt ZeilengaRemove more UFN cruft
2001-06-11 Kurt Zeilengaunifdef -ULDAP_UFN
2001-06-09 Kurt ZeilengaUpdated pthread test and usage (avoid pthread_detach...
2000-09-16 Kurt Zeilengamodify ldap_dn2ufn() to return completely typeless...
2000-09-15 Ben Collinsremove unused var 'actions'
2000-09-13 Ben Collinsmissed newline in printf
2000-09-13 Ben Collinsinit output_string to NULL, and check in printbase...
2000-09-06 Kurt ZeilengaFix kbind typo (ITS#717)
2000-07-28 Kurt Zeilengas/SAFEMEMCPY/AC_MEMCPY/
2000-07-22 Kurt ZeilengaUse sigaction to set SA_RESTART (if appropriate).
2000-06-26 Kurt ZeilengaDo not include <lber.h>
2000-06-25 Kurt ZeilengaMove old files to the Attic
2000-06-25 Kurt ZeilengaModify ldapsearch(1) significantly. Now handles LDAPv3...
2000-06-18 Kurt ZeilengaRound one of LDAP_F() macro changes. In this round...
2000-06-10 Kurt ZeilengaMisc code cleanup.
2000-06-04 Kurt ZeilengaNew indexer/filter codes (test suite works) with cheats
2000-05-30 Kurt ZeilengaStrip installed executables
2000-05-19 Kurt ZeilengaUse getpassphrase() instead of getpass() if available.
2000-05-13 Kurt ZeilengaY2k copyright update
2000-04-26 Kurt ZeilengaDon't depend error handling on exact resultCode.
2000-04-24 Ben Collinswhen opening files in /tmp use O_CREAT|O_EXCL to overco...
2000-04-12 Kurt Zeilengaobjectclass=* -> NULL
2000-01-17 Kurt ZeilengaAdd print.c to handle GeneralizedTime.
2000-01-08 Kurt ZeilengaInitial implementation of Kerberos password verificatio...
1999-12-13 Kurt ZeilengaRemove lint
1999-11-24 Howard ChuRemoved RCS keywords from header comment.
1999-11-19 Kurt ZeilengaLess crypto error message...
1999-11-17 Kurt ZeilengaITS#349: if user hits RETURN at "Change base to?",...
1999-11-17 Kurt ZeilengaITS#352: don't pring NULL group names.
1999-11-17 Kurt ZeilengaITS#356: don't print entry if name is NULL.
1999-11-03 Kurt Zeilengano UD_BASE to use for my_ldap_dn2ufn(). Comment out...
1999-11-01 Kurt ZeilengaChanges to support NT single debug
1999-11-01 Kurt ZeilengaUse centralized output directories.
1999-10-31 Howard ChuFix broken MSVC builds. The previous round of Mingw32...
1999-10-28 Howard ChuUse new macros from configure.in to accomodate NT/Mingw...
1999-10-28 Howard ChuFix misc syntax warnings and/or bugs.
1999-10-01 Kurt ZeilengaInitial Kth Kerberos support. Changes based upon sugge...
1999-09-25 Kurt ZeilengaDon't need <lber.h>
1999-09-22 Ben Collins* build/top.mk: removed references to TMPROOT and added...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-03 Hallvard FurusethIntroduce and use LDAP_GCCATTR() = __attributes__(...
1999-09-02 Kurt ZeilengaAdd OpenLDAP RCS id
1999-08-25 Kurt ZeilengaImplement ldap_dn_normalize and friends. Should be...
1999-08-18 Kurt ZeilengaFix server==NULL bugs
1999-08-16 Kurt ZeilengaInstall as 755 not 775.
1999-08-05 Kurt Zeilengacreate SASL_LIBS to hold -lsasl
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-08-03 Hallvard FurusethReplace @umich bugreport/support addresses with @openldap
1999-08-03 Hallvard FurusethGrow buffer[] declaration to make space for " $ " separ...
1999-08-02 Kurt Zeilengamultiline separator: s/"$"/" $ "/
1999-08-02 Hallvard FurusethFix format %x -> %lx in des_string_to_key
1999-07-27 Kurt ZeilengaRemove YEAR_PEDANTIC macro and update comment.
1999-07-21 Kurt ZeilengaImport date parser from libldap
1999-07-13 Julio Sánchez Fern... Include TLS_LIBS
1999-06-22 Kurt ZeilengaCheck for not LDAP_OPT_SUCCESS instead of LDAP_OPT_ERROR.
1999-06-17 Kurt ZeilengaSeparate autoconf generated values from "defaults".
1999-06-13 Kurt Zeilengas/ldap_open/ldap_init/ calls... ldap_open is deprecated.
1999-06-04 Kurt ZeilengaMissed on mygetpass call...
1999-06-04 Kurt Zeilengause getpass() instead of mygetpass().
1999-06-03 Kurt ZeilengaEnable browsing info in MSVC debugging configurations.
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-05-21 Kurt Zeilengas/PACKAGE/OPENLDAP_PACKAGE/
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-05-04 Kurt ZeilengaFix "configurations".
1999-04-30 Hallvard Furusethenclose macro arguments in ()
1999-04-28 Kurt ZeilengaForgot to add mkversion... ud needs the version string to
1999-04-28 Kurt ZeilengaAdd mkversion script to generate version.c files. ...
1999-03-27 Hallvard FurusethFree() -> ldap_memfree() changes. Remove use of the...
1999-03-06 Hallvard FurusethRemove unused variables
1999-02-22 Hallvard FurusethCast `char' arguments to ctype.h functions to `unsigned...
1999-02-11 Kurt ZeilengaUpdates for MSVC 5.0. Fix libraries names to be ol...
1999-02-04 Kurt ZeilengaBuild environment changes including:
1999-01-20 Kurt Zeilengaignore SIGPIPE
1999-01-20 Kurt ZeilengaUpdate ldap_first_attribute/ldap_next_attribute to...
1999-01-14 Kurt ZeilengaRevamp build system yet again to move all external...
1999-01-13 Kurt ZeilengaRemove bogus ldap_msgfree() call.
1999-01-10 Kurt ZeilengaUpdate build environment to fix VPATH support.
1998-12-27 Hallvard FurusethChange overlapping `strcpy( x, y )' to `SAFEMEMCPY...
1998-12-22 Kurt ZeilengaAdded lber_get/set_option. Removed lber_debug/ldap_debug.
1998-12-21 Kurt ZeilengaLDAP C-API changes
1998-11-30 Kurt ZeilengaRemove LDAP_PORT dependencies so that ldap.conf default...
1998-11-29 Kurt ZeilengaUpdate build environment:
1998-11-25 Kurt ZeilengaAdd KRB_LIBS to makefiles.
1998-11-23 Kurt ZeilengaRemove lint.
1998-11-22 Kurt Zeilengaupdate termios: HAVE_TERMIOS -> HAVE_TERMIOS_H -> HAVE_...
1998-11-22 Hallvard FurusethDo not use struct winsize or declare chwinsz unless...
1998-11-22 Hallvard Furuseth"handler" should return RETSIGTYPE, not void
1998-11-22 Kurt ZeilengaAdd libtool support based upon patch by Bart Hartgers...
next