]> git.sur5r.net Git - openldap/history - libraries/liblutil
Fixes ITS#1433
[openldap] / libraries / liblutil /
1999-11-01 Kurt ZeilengaUse centralized output directories.
1999-11-01 Kurt ZeilengaAdd <ac/param.h> to wrap <sys/param.h>
1999-10-31 Howard ChuFix broken MSVC builds. The previous round of Mingw32...
1999-10-30 Kurt ZeilengaUse uint32 not u_int as code requires 32 bit unsigned...
1999-10-28 Kurt ZeilengaRefine comments.
1999-10-28 Howard ChuUse new macros from configure.in to accomodate NT/Mingw...
1999-10-28 Howard ChuNew files added for Mingw32 support.
1999-10-28 Howard ChuFix misc syntax warnings and/or bugs.
1999-10-28 Howard ChuFix Winsock-related warning and/or bugs.
1999-10-27 Kurt ZeilengaFix up comments.
1999-10-27 Kurt ZeilengaReally fix gettimeofday usage.
1999-10-27 Kurt ZeilengaDon't use sig_atomic_t.
1999-10-27 Kurt ZeilengaIn fallback mode, use value of buffer to improve qualit...
1999-10-27 Kurt ZeilengaPort to NT.
1999-10-27 Kurt ZeilengaDidn't mean to commit #undef URANDOM_DEVICE
1999-10-27 Kurt ZeilengaMake sure rdata differs for each program.
1999-10-26 Kurt ZeilengaRework counter code in fallback.
1999-10-26 Kurt ZeilengaAdd a fallback based upon Phil Karn's "practical random...
1999-10-26 Kurt ZeilengaMinor cleanup.
1999-10-26 Kurt ZeilengaFix compilation errors.
1999-10-26 Kurt ZeilengaAdd lutil_entropy(). Currently only supports /dev...
1999-10-25 Kurt ZeilengaAdd macros to compute base64 encode/decode lengths.
1999-10-01 Kurt ZeilengaMove crypt(3) prototypes from <ac/unistd.h> to <ac...
1999-09-25 Kurt ZeilengaRework passwd routines to allow callers to determine...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-02 Hallvard FurusethFix typo in lutil_debug_file()
1999-08-31 Kurt Zeilengapipe(2) needs unistd.h
1999-08-31 Kurt ZeilengaUse pipe(2) if descriptors are selectable.
1999-08-31 Kurt ZeilengaClean up soctpair for NT. Add USE_PAIR to allow pair...
1999-08-31 Kurt Zeilengasockpair cleanup including:
1999-08-31 Howard ChuAdded lutil_pair()
1999-08-24 Kurt ZeilengaAxe <varargs.h> support. Assume STDC C translator...
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...
1999-08-04 Gary Williamsif urls is NULL, default to ldap:///
1999-08-03 Kurt ZeilengaNeeds <ac/stdlib.h> for EXIT_*
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-08-01 Hallvard FurusethSimplify and speed up a bit by removing CHAR64LONG16.
1999-07-27 Kurt Zeilengarelocate wsa error to -llutil
1999-07-21 Kurt ZeilengaACL CHANGES:
1999-07-13 Kurt ZeilengaUse assert instead of private Assert macro
1999-07-13 Hallvard FurusethAdd missing newline at EOF
1999-06-29 Kurt ZeilengaModify lutil_passwd to accept a third argument char...
1999-06-29 Kurt ZeilengaLog out to stderr, add LDAP_VERSION3 support to bind...
1999-06-28 Kurt ZeilengaSupport both vsnprintf and vsprintf
1999-06-26 Kurt ZeilengaAdded support for "userPassword: {UNIX}uid". getpwnam...
1999-06-21 Kurt ZeilengaAdd debug to nt project, remove lint.
1999-06-21 Kurt ZeilengaMove nt_debug to -llutil and generalize for all platforms.
1999-06-18 Gary Williamsclose registry, and return static pointer (no free...
1999-06-18 Gary Williamsfix flag on formatMessage to not allocate buffer
1999-06-18 Gary Williamsremove dependencies on other libraries
1999-06-17 Kurt ZeilengaSeparate autoconf generated values from "defaults".
1999-06-16 Gary Williamsadd new NT service modules
1999-06-16 Gary Williamsnew code to support slapd as an NT service
1999-06-05 Kurt ZeilengaRemove DOS comment.
1999-06-03 Kurt ZeilengaEnable browsing info in MSVC debugging configurations.
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-06-02 Kurt ZeilengaNo anonymous unions.
1999-06-01 Kurt ZeilengaAdd "lutil*.h" to project.
1999-05-24 Kurt ZeilengaUse memcmp not strncmp for non-string comparisons.
1999-05-20 Kurt ZeilengaDeprecated in favor of mkversion.
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-04-14 Gary Williamsadjust project settings
1999-04-02 Gary Williamsput single and multi-threaded output in different direc...
1999-04-01 Gary Williamscreate single-thread configurations
1999-04-01 Kurt ZeilengaUpdates for NT4 (MSVC5++).
1999-04-01 Gary WilliamsNT port
1999-03-29 Kurt Zeilengaadd wait macros. add LDAP_SIGCHLD. and other misc...
1999-03-29 Kurt ZeilengaMisc header cleanup
1999-03-28 Kurt ZeilengaAll implementations of lutil_lockf (aka ldap_lockf...
1999-03-28 Kurt ZeilengaUpdate lutil_lockf (aka: ldap_lockf) to hide implementa...
1999-03-28 Ben CollinsIf we are using lutil_lock functions then define NEED_S...
1999-03-26 Kurt ZeilengaUpdate locking codes.
1999-03-13 Hallvard FurusethParameters in front of va_alist are unportable; use...
1999-03-13 Hallvard FurusethAdd missing newline at end of file
1999-03-13 Ben CollinsAdded lockf.o to list of OBJS and lockf.c to list of...
1999-03-13 Ben CollinsFunctions for using fcntl to lock/unlock files in case...
1999-03-13 Ben CollinsAdded check for getpass() as well as adding it to the...
1999-03-06 Hallvard FurusethMake block non-static and properly aligned
1999-02-11 Kurt ZeilengaUpdates for MSVC 5.0. Fix libraries names to be ol...
1999-01-22 Kurt ZeilengaMove libldap/strdup.c to string.c.
1998-12-30 Dave StoreyAdded salted MD5 and SHA support. (SSHA,SMD5)
1998-12-29 Kurt ZeilengaFix --disable-crypt and --disable-cleartext
1998-12-01 Kurt ZeilengaUpdate slapd to use lutil_passwd() for both user and...
1998-11-23 Kurt ZeilengaUpdate code to use HAVE_STDARG and to properly include...
1998-11-23 Hallvard Furusethgcc -W cleanup
1998-11-18 Kurt ZeilengaOBJS: passwd.c -> passwd.o (I thought I already fixed...
1998-11-18 Kurt ZeilengaProtect strdup/memcmp from macro subsitution. Let...
1998-11-17 Hallvard FurusethBack out probable fix to strange alignment code
1998-11-16 Kurt ZeilengaRemove extern declarations of library functions from...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-11-11 Hallvard FurusethFix most `wider type truncated to int' bugs on OSF1...
1998-11-11 Kurt ZeilengaUpdate NT4 port.
1998-11-07 Kurt ZeilengaFix detach.c typo in OBJS
1998-11-06 Kurt ZeilengaAdd lutil_passwd()
1998-11-06 Kurt ZeilengaShould include lutil.h to get it's own prototype.
1998-11-06 Kurt ZeilengaUpdated MSVC5 workspaces and projects.
1998-11-04 Kurt ZeilengaMake sure vsnprintf() exists before using it. Add...
1998-11-04 Hallvard FurusethAdded lutil_detach()
1998-11-04 Kurt Zeilenga8-bit memcmp()
next