]> git.sur5r.net Git - openldap/history - libraries
Update usage and man page.
[openldap] / libraries /
1999-12-10 Kurt ZeilengaFix slapd SASL/ExternalOps encoding
1999-12-09 Mark ValenceAdds for Start TLS functionality on slapd and LDAP...
1999-12-09 Mark ValenceChanged URL to URI for conf/env setting.
1999-12-09 Kurt ZeilengaModify password code such that backend end routine...
1999-12-09 Kurt ZeilengaFix {CRYPT} and {UNIX} passwords
1999-12-09 Kurt ZeilengaAdd simple password test program.
1999-12-08 Kurt ZeilengaFix reader/writer bug that allowed 2 writers! Yiks.
1999-12-08 Howard ChuBackout fix in r1.38
1999-12-08 Howard ChuFix ldap_chase_referrals to treat "ldap://host/" referr...
1999-12-08 Kurt ZeilengaFound and fixed stupid bug in seeded hash generation.
1999-12-08 Kurt ZeilengaNeed to adjust len by saltlen
1999-12-08 Kurt ZeilengaUpdate for new password codes for MSVC5
1999-12-08 Kurt ZeilengaReengineered ldappasswd(1). Uses extended operation...
1999-12-07 Mark ValenceChanges for URI spport: New routines ldap_initialize...
1999-12-07 Mark ValenceChanges for URI spport: New routines ldap_initialize...
1999-12-07 Mark ValenceChanges for URI spport: New routines ldap_initialize...
1999-12-06 Kurt ZeilengaSet ber_errno here and there.
1999-12-06 Mark ValenceChanged ldap_pvt_tls_init_def_ctx() to not fail if...
1999-12-06 Mark ValenceRemoved some unused vars.
1999-12-05 Mark ValenceBug fix. == NULL changed to != NULL before freeing...
1999-12-05 Mark ValenceRemoved unused local var.
1999-12-05 Kurt ZeilengaRemove istty test otherwise we may not detach.
1999-12-04 Kurt ZeilengaFix ldap_rename parameter order (ITS#387)
1999-12-03 Kurt ZeilengaRemove lint.
1999-12-03 Howard ChuFix memory losses, ITS#379
1999-11-30 Howard Chuldap_result was losing messages when multiple msgids...
1999-11-28 Howard ChuAdded missing ldap_pvt_thread_mutex_trylock function.
1999-11-27 Howard ChuFixes for NT dynamic linking.
1999-11-26 Kurt ZeilengaRemove LBER_{TAG,INT,LEN}_{NTOH,HTON} macros. Rewrite...
1999-11-25 Kurt ZeilengaUse 'long' for LBER_INT_T.
1999-11-25 Kurt ZeilengaDon't use 'int' for LBER_*_T types as we only have...
1999-11-19 Kurt ZeilengaFix typo in ldap_compare_ext. Found by dspeck@novell...
1999-11-17 Kurt ZeilengaUse lber types instead of uint32 for md5. sha1 still...
1999-11-08 Kurt ZeilengaBackout premature commit.
1999-11-08 Mark ValenceMinor bug fix in ldap_parse_extended_result.
1999-11-08 Kurt Zeilenga*** empty log message ***
1999-11-01 Kurt ZeilengaChanges to support NT single debug
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 Mark Valencebug fixes for ldap_msgtype and ldap_msgid
1999-10-30 Kurt ZeilengaDo not attempt to obtain sizeof(sin_addr.s_addr) or...
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 ChuFixed use of LDAP_F macro
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 Mark ValenceChanges to make TLS work on Windows
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-21 Kurt ZeilengaHack to free seqorset when ber_free(ber, 1) is called.
1999-10-20 Kurt ZeilengaRemove lint caused by recent header changes.
1999-10-19 Kurt ZeilengaComplain if setsockopt TCP_NODELAY fails
1999-10-19 Kurt ZeilengaMinor adjustments based upon initial read of draft...
1999-10-12 Kurt ZeilengaForce sd close. Suggested by rajk@home.com
1999-10-08 Howard ChuAlways return ld->ld_errno thru *errcodep if given...
1999-10-01 Kurt ZeilengaMove crypt(3) prototypes from <ac/unistd.h> to <ac...
1999-09-25 Kurt ZeilengaRemove lint.
1999-09-25 Kurt ZeilengaRework passwd routines to allow callers to determine...
1999-09-25 Mark ValenceFixed "typos" in TLS code. TLS is ATTR_TLS, not ATTR_BOOL.
1999-09-25 Mark Valencefixed LDAP_OPT_X_TLS case of ldap_pvt_tls_config().
1999-09-24 Randy KunkeeBack out my change to ldap_sort_strcasecmp. My mistake...
1999-09-24 Randy KunkeeChange call to strcasecmp in ldap_sort_strcasecmp,...
1999-09-24 Kurt ZeilengaITS#302 ldif fix. Treat value with only continuation...
1999-09-24 Kurt ZeilengaHoward convinced me that this version is slightly better.
1999-09-23 Kurt ZeilengaI believe ldap_result2error should return the value...
1999-09-23 Howard ChuUpdate ld->ld_errno if LDAP_DECODING_ERROR...
1999-09-23 Howard ChuFix ldap_parse_result and ldap_result2error to return...
1999-09-23 Kurt Zeilengaexperimental ITS#109 fix: make kbind open default conne...
1999-09-22 Ben Collins* build/top.mk: removed references to TMPROOT and added...
1999-09-20 Kurt ZeilengaAdd experimental detection of BerkeleyDB2 DB_THREAD.
1999-09-17 Kurt ZeilengaFix typo in last commit.
1999-09-17 Kurt ZeilengaApply y2k fix based upon Howard Young's (ITS#294) sugge...
1999-09-09 Kurt ZeilengaAdd OpenLDAP RCSid to conf files
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-06 Kurt Zeilengas/int/u_int32_t/ for db_appinit flags
1999-09-06 Hallvard FurusethRemove lint
1999-09-06 Hallvard FurusethCleanup: Complete renaming lber_*() to ber_*(). Fix...
1999-09-04 Hallvard FurusethSome constification & lint removal
1999-09-03 Hallvard FurusethIntroduce and use LDAP_GCCATTR() = __attributes__(...
1999-09-03 Hallvard Furuseth<url> was used uninitialized
1999-09-02 Hallvard FurusethCleanup:
1999-09-02 Hallvard FurusethFix typo in lutil_debug_file()
1999-09-02 Kurt ZeilengaAdd OpenLDAP RCS id
1999-09-01 Kurt ZeilengaFix last commit. Should not have deleted assignment...
1999-08-31 Kurt Zeilengapipe(2) needs unistd.h
next