]> git.sur5r.net Git - openldap/history - libraries/libldap
(very) incomplete Digest-MD5 impl to Attic (until someone steps up
[openldap] / libraries / libldap /
2000-06-06 Kurt Zeilenga(very) incomplete Digest-MD5 impl to Attic (until someo...
2000-06-06 Kurt Zeilengagetbyname/getbyaddr should share mutex per ITS#563.
2000-06-05 Kurt ZeilengaDNSSRV use res_query, not res_search
2000-06-05 Kurt ZeilengaRemove support for DNS DNs (not to be confused with...
2000-06-05 Kurt Zeilengaremove old STR_TRANSLATION feature. The use of this...
2000-06-05 Kurt ZeilengaFix up makefiles after removal of getdxname.c
2000-06-05 Kurt Zeilengamove --enable-dns (LDAP_API_FEATURE_X_OPENLDAP_V2_DNS...
2000-06-04 Kurt ZeilengaNew indexer/filter codes (test suite works) with cheats
2000-06-02 Kurt ZeilengaThis is a one-liner Steve missed in the referral patch...
2000-06-01 Kurt Zeilengaremove lint
2000-06-01 Kurt ZeilengaITS#537: lber io rewrite from Gambor Gombas.
2000-05-31 Kurt ZeilengaA couple of minor fixes to LDAPv3 referral chasing
2000-05-31 Kurt ZeilengaLDAPv3 referrals changes by Steve Sonntag @ Novell
2000-05-30 Kurt ZeilengaMinor fix to last commit
2000-05-30 Kurt ZeilengaReferral hack
2000-05-29 Kurt ZeilengaPreset error just in case
2000-05-28 Julio Sánchez Fern... Let the caller decide how liberal the schema parsing...
2000-05-26 Kurt ZeilengaFix DNSSRV initialization bug
2000-05-26 Kurt Zeilengas/0/LDAP_MSG_ONE/ per Steve's patch (ITS#542)
2000-05-23 Kurt ZeilengaITS#541: fix log check bug
2000-05-22 Julio Sánchez Fern... Added extensions to syntaxes, matching rules and object...
2000-05-22 Kurt ZeilengaRemove lint
2000-05-21 Julio Sánchez Fern... Parsing and printing of extensions in schema definitions.
2000-05-16 Kurt ZeilengaFix typo in last commit
2000-05-16 Kurt ZeilengaModify dn2domain code such that domains produced are...
2000-05-16 Kurt ZeilengaFix unsigned * vs unsigned long * bugs
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-12 Kurt ZeilengaMake sure we don't overallocate callbacks
2000-05-12 Howard ChuFix previous patch, zero out lud_next on new urldesc
2000-05-12 Howard ChuFix ldaps / TLS processing...
2000-05-12 Howard ChuExit loop after matching command is found in openldap_l...
2000-05-11 Kurt ZeilengaChange negotiated mechanism:
2000-05-11 Howard ChuAdded debuglevel parameter to ldap_int_initialize().
2000-05-11 Howard ChuFix error detection for NT
2000-05-11 Howard ChuFix dynamic link dependencies for NT and Unix
2000-05-11 Kurt ZeilengaFix cred passing.
2000-05-11 Kurt ZeilengaFix another bug... seems to be working... ldap://root...
2000-05-11 Kurt ZeilengaFix == typo
2000-05-10 Kurt ZeilengaFix minor bugs...
2000-05-10 Kurt ZeilengaDNS SRV meat (a work in progress)
2000-05-10 Howard ChuAdd ld parameter to ldap_pvt_tls_start invocations...
2000-05-10 Howard Chulibldap/tls.c: change tls_verify_cb to no longer ignore...
2000-05-03 Kurt ZeilengaError handling changes including separation of client...
2000-05-03 Kurt Zeilengasetting UFN prefix to NULL should clear prefix not...
2000-04-26 Kurt ZeilengaClarify error string, add comment
2000-04-25 Kurt ZeilengaFix NULL filter bug
2000-04-25 Kurt ZeilengaFix NULL pointer deref bugs
2000-04-25 Kurt Zeilengareplace ldap_dnssrv_init() with lower level calls
2000-04-20 Kurt ZeilengaITS#503: Extend ldap tools to support SASL/TLS
2000-04-12 Kurt Zeilengafix = vs == bug
2000-04-12 Kurt Zeilengaobjectclass=* -> NULL
2000-03-20 Kurt ZeilengaITS#441: unhex escape referrals. Needs review before...
2000-03-18 Kurt ZeilengaReturn okay after setting LDAP_OPT_X_TLS_CERT (ITS...
2000-03-14 Kurt ZeilengaAdd missing ;
2000-03-14 Kurt ZeilengaMark statically allocated BerElement as valid.
2000-03-14 Kurt ZeilengaMore fixes and comments
2000-03-14 Kurt ZeilengaCyrus SASL uses screwy terms.
2000-03-14 Kurt Zeilengacorrect callback numbering
2000-03-14 Kurt Zeilengawork args of ldap_negotiated_sasl_bind_s() and provide...
2000-03-13 Kurt ZeilengaFix NT builds and remove lint
2000-03-13 Julio Sánchez Fern... Fixed an irritating problem with nss_ldap and pam_ldap...
2000-03-13 Julio Sánchez Fern... Useronly logic was inverted, we were ignoring the whole...
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 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-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-27 Kurt Zeilengatypedef ber_int_t ldap_ucs4_t
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-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-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-17 Kurt ZeilengaAdd BINDDN user-only directive to .ldaprc
1999-12-16 Kurt ZeilengaITS#399: timelimit/timeout handling
1999-12-14 Kurt ZeilengaAdd support for useronly configuration attributes.
1999-12-12 Kurt ZeilengaRemove lint.
1999-12-12 Kurt ZeilengaFix == != typo
next