]> git.sur5r.net Git - openldap/history - libraries/libldap
Add ber_bvstr and ber_bvstrdup string to berval allocators.
[openldap] / libraries / libldap /
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__(...
1999-09-02 Hallvard FurusethCleanup:
1999-09-01 Kurt ZeilengaFix last commit. Should not have deleted assignment...
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-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-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-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-04 Kurt ZeilengaUse -llber set_nonblock implementation.
1999-08-04 Kurt Zeilenganon-blocking connect needs special handling under Winsock.
1999-08-03 Kurt ZeilengaInitial inet_aton() detection.
1999-08-03 Kurt ZeilengaLDAP_OPT_NETWORK_TIMEOUT feature (ITS#239) from Lars...
1999-08-03 Kurt Zeilengas/exit(1)/exit(EXIT_FAILURE)/
1999-08-02 Kurt Zeilengaldap_perror: don't print matched DN or error text if...
1999-08-02 Kurt ZeilengaAdd -dn as a synonym for -dnt.
1999-08-02 Kurt ZeilengaFix --enable-dns compilation problems.
1999-08-02 Hallvard FurusethChange unsigned long cast of offset to size_t in ldap_b...
1999-08-02 Hallvard FurusethFinish s/lber_bprint/ber_bprint/ renaming
1999-08-01 Hallvard FurusethInclude <ac/stdlib.h> instead of <stdlib.h>
1999-08-01 Hallvard FurusethUse ber_set_option() instead of setting lber_debug
1999-07-27 Kurt ZeilengaRemove lint, remove YEAR_PEDANTIC macro, update comment.
1999-07-23 Kurt ZeilengaFix leak of default filter.
1999-07-23 Kurt ZeilengaUpdate RFC comments
1999-07-23 Kurt ZeilengaAccept ldap://foo:port (ie: no trailing '/')
1999-07-23 Julio Sánchez Fern... ldap_url_parse was fundamentally broken. It would...
1999-07-23 Randy KunkeeRemove extra code (non-functional change, just produces...
1999-07-22 Kurt ZeilengaImplement TCP_NODELAY on both client and server side.
next