]> git.sur5r.net Git - openldap/history - libraries
Fix DESTDIR bug
[openldap] / libraries /
2000-03-11 Kurt ZeilengaRemove race condition noted in ITS#216.
2000-03-10 Kurt ZeilengaAdd missing parens so that last commit behaves as desired.
2000-03-08 Kurt ZeilengaITS#471: fix handling of delete referrals.
2000-02-21 Kurt ZeilengaIgnore space in filter: ( !(foo=bar))
2000-02-18 Kurt ZeilengaEliminate second session protocol version field.
2000-02-16 Kurt ZeilengaAdd comment concern appropriate use of LDAP_MEMORY_DEBUG
2000-02-16 Kurt ZeilengaFix ldap_set_option( NULL, LDAP_OPT_PROTOCOL_VERSION...
2000-02-14 Kurt ZeilengaAnother round of changes behind -DSLAPD_SCHEMA_NOT_COMPAT
2000-02-11 Kurt ZeilengaPut *free(NULL) asserts behind LDAP_MEMORY_DEBUG
2000-02-11 Kurt ZeilengaITS#450: teach LDBM/GDBM about cursors
2000-02-08 Kurt ZeilengaDon't chdir("/"). Root may not be writable to daemon.
2000-02-03 Kurt ZeilengaUse required form if value is zero length, eg "attr...
2000-02-02 Kurt ZeilengaAdd comment about leaked on exit values.... we likely...
2000-02-01 Luke HowardChanged (!strcmp(...)==0) to (strcmp(...)==0); obviously
2000-02-01 Kurt ZeilengaUse LDAP_CONST, not const, in public function declarations.
2000-01-28 Kurt ZeilengaReally fix VPATH support...
2000-01-28 Kurt ZeilengaLast change actually broke VPATH support
2000-01-28 Kurt ZeilengaFix VPATH support.
2000-01-28 Kurt ZeilengaRemove double listing of libldif which breaks 'make...
2000-01-27 Kurt ZeilengaAdd NT build support for Unicode library.
2000-01-27 Kurt Zeilengatypedef ber_int_t ldap_ucs4_t
2000-01-27 Kurt Zeilengaunifdef -D__STDC__
2000-01-26 Kurt ZeilengaAdd -llunicode to build environment
2000-01-25 Kurt ZeilengaFix typo
2000-01-25 Kurt ZeilengaRemove Java files from HEAD.
2000-01-25 Kurt ZeilengaInitial revision
2000-01-25 Kurt ZeilengaAdd utf-8 to MSVC projects and remove lint.
2000-01-23 Kurt ZeilengaMake ldap_utf8_bytes() act like strlen() not sizeof()
2000-01-23 Kurt ZeilengaFix bugs in UTF-8 code. Apply to getdn and charray.
2000-01-23 Kurt ZeilengaAdd some robustness to UTF-8 routines.
2000-01-23 Kurt ZeilengaAdd comments to UTF-8 declarations.
2000-01-23 Kurt ZeilengaAdd comments.
2000-01-22 Kurt ZeilengaMove ldap_utf8_*() declarations from ldap-int.h to...
2000-01-22 Kurt ZeilengaWe'll need ldap_utf8_strpbrk() as well.
2000-01-22 Kurt ZeilengaAdd initial (untested) implementations of ldap_utf8_strtok,
2000-01-22 Kurt ZeilengaAdd additional UTF-8 routines
2000-01-22 Kurt ZeilengaFix charlen and add getc
2000-01-22 Kurt ZeilengaInitial UTF-8 routines.
2000-01-17 Kurt ZeilengaEven more checks around use of crypt(3).
2000-01-17 Kurt ZeilengaAdd additional crypt() sanity checks.
2000-01-16 Luke HowardIn ldap_pvt_sasl_init() treat subsequent invocations...
2000-01-15 Howard ChuIn ldap_pvt_tls_init() treat subsequent invocations...
2000-01-14 Kurt Zeilengaremove UNSPECIFIED_TLS... HOST implies ldap://
2000-01-11 Kurt ZeilengaAll close and redirect stdin, stdout, stderr.
2000-01-11 Kurt ZeilengaRevamp detach code to ensure stdin, stdout, stderr...
2000-01-10 Kurt ZeilengaValidate krb5_init_context
2000-01-09 Kurt ZeilengaBorrowed a bit to literally... s/pop/ldap/ s/popper...
2000-01-08 Kurt ZeilengaMinor fixes.
2000-01-08 Kurt ZeilengaInitial implementation of Kerberos password verificatio...
2000-01-05 Luke HowardImported <ldap.h> in <ldap_pvt.h> so ldap_pvt_sasl_bind...
2000-01-03 Luke HowardAdded support for connecting to LDAP servers located...
2000-01-03 Luke HowardAdded ldap_pvt_sasl_bind() prototype to ldap_pvt.h...
2000-01-02 Luke HowardBraced ldap_connect_to_path() in #ifdef LDAP_PF_LOCAL...
2000-01-02 Luke HowardMerged in preliminary support for Cyrus SASL library;
1999-12-26 Howard ChuNT requires $(SECURITY_LIBS) at link time.
1999-12-22 Kurt ZeilengaITS#408: add missing LDAP_END_DECL
1999-12-18 Kurt ZeilengaAdd comment about removing HANDSOFF may case alignment...
1999-12-17 Kurt ZeilengaAdd ber_bvstr and ber_bvstrdup string to berval allocators.
1999-12-17 Kurt ZeilengaAdd BINDDN user-only directive to .ldaprc
1999-12-16 Kurt ZeilengaAdd slappasswd to generate rootpw.
1999-12-16 Kurt ZeilengaITS#399: timelimit/timeout handling
1999-12-14 Kurt ZeilengaAdd support for useronly configuration attributes.
1999-12-13 Kurt ZeilengaRemove lint
1999-12-12 Kurt ZeilengaRemove lint.
1999-12-12 Kurt Zeilengas/generate/hash/
1999-12-12 Kurt ZeilengaFix == != typo
1999-12-12 Kurt ZeilengaFix decoding of sasl bind and extended operation responses.
1999-12-11 Mark ValenceFix mem leak in ldap_start_tls(), treat empty host...
1999-12-11 Mark ValenceUnescape host:port when parsing a host list.
1999-12-10 Mark ValenceStart TLS extension: check that TLS was inited successf...
1999-12-10 Mark Valenceclient/server controls added to ldap_start_tls().
1999-12-10 Mark ValenceCondition ldap_start_tls on HAVE_TLS.
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.
next