]> git.sur5r.net Git - openldap/history - libraries
Removed previous changes for extensions -- extensions now use moduleload.
[openldap] / libraries /
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
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-31 Hallvard FurusethExport ldap_pvt_<find_wildcard,filter_value_unescape...
1999-08-30 Kurt ZeilengaDo not overwrite charray argument if charray_add reallo...
1999-08-28 Hallvard FurusethCatch \ at end of filter
1999-08-28 Hallvard FurusethRemove 'cast away const'
1999-08-28 Hallvard FurusethFix typo in filter_value_unescape()
1999-08-27 Kurt ZeilengaPlug ber leakage:
1999-08-26 Kurt ZeilengaThis fixes dn2id delete bug... but breaks modrdn.
1999-08-25 Kurt ZeilengaDefer addition until we have some basic UTF-8 routines
1999-08-25 Kurt ZeilengaAdd dn.c
1999-08-25 Kurt ZeilengaImplement ldap_dn_normalize and friends. Should be...
1999-08-24 Gary WilliamsLDAP_P is only for prototypes, remove from function def
1999-08-24 Kurt ZeilengaRename filter entry's strcpy_special() to strcpy_regex...
1999-08-24 Kurt ZeilengaAxe <varargs.h> support. Assume STDC C translator...
1999-08-22 Hallvard FurusethRemove lint
1999-08-22 Kurt ZeilengaSupport for native GNU Pth Threads (--with-threads...
1999-08-21 Kurt ZeilengaExperimental support for GNU Pth's Posix Thread API...
1999-08-19 Kurt ZeilengaMore CSRI malloc debugging support and destroy sockbuf...
1999-08-17 Hallvard FurusethFix printf formats: print msgtype as %lu, remove spurio...
1999-08-17 Hallvard FurusethAdd const, to fix "cast away from const" warnings
1999-08-17 Hallvard FurusethAdd missing newline at end of file
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...
1999-08-17 Kurt ZeilengaFix tid vs thread typo
1999-08-16 Hallvard FurusethAdd ldap_*2name() in <include,libldap>/schema, use...
1999-08-16 Hallvard FurusethAdd missing newline and EOF
1999-08-07 Kurt ZeilengaAdd extensible filter support to -lldap. Need to imple...
1999-08-07 Kurt ZeilengaFix filter escapes. ITS#247
1999-08-05 Kurt Zeilengacreate SASL_LIBS to hold -lsasl
1999-08-05 Kurt Zeilengabase64 encode userPassword
1999-08-04 Kurt ZeilengaAdd copyright notices
next