]> git.sur5r.net Git - openldap/history - libraries/libldap
Cyrus SASL uses screwy terms.
[openldap] / libraries / libldap /
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
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-08 Howard ChuBackout fix in r1.38
1999-12-08 Howard ChuFix ldap_chase_referrals to treat "ldap://host/" referr...
1999-12-08 Kurt ZeilengaUpdate for new password codes for MSVC5
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 Mark ValenceChanged ldap_pvt_tls_init_def_ctx() to not fail if...
1999-12-05 Mark ValenceBug fix. == NULL changed to != NULL before freeing...
1999-12-05 Mark ValenceRemoved unused local var.
1999-12-04 Kurt ZeilengaFix ldap_rename parameter order (ITS#387)
1999-12-03 Howard ChuFix memory losses, ITS#379
1999-11-30 Howard Chuldap_result was losing messages when multiple msgids...
1999-11-27 Howard ChuFixes for NT dynamic linking.
1999-11-19 Kurt ZeilengaFix typo in ldap_compare_ext. Found by dspeck@novell...
1999-11-08 Mark ValenceMinor bug fix in ldap_parse_extended_result.
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-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-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 ChuFix Winsock-related warning and/or bugs.
1999-10-27 Mark ValenceChanges to make TLS work on Windows
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-09-25 Kurt ZeilengaRemove lint.
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 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-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 Hallvard FurusethRemove lint
1999-09-04 Hallvard FurusethSome constification & lint removal
1999-09-03 Hallvard FurusethIntroduce and use LDAP_GCCATTR() = __attributes__(...
next