]> git.sur5r.net Git - openldap/history - libraries
Pretty the entry DNs on add but not rename (yet).
[openldap] / libraries /
2001-12-07 Howard ChuNT updates from jon@symas.com.
2001-12-07 Howard ChuMinor fix to allow build with BDB 4
2001-12-07 Howard ChuMinor fixes from jon@symas.com
2001-12-07 Howard ChuAvoid unnecessary strcmp's
2001-12-07 Howard ChuFrom jon@symas.com - patches for consistent use of...
2001-12-06 Pierangelo Masaratinow dnValidate loops thru each value; added private...
2001-12-06 Pierangelo Masaratiliberally accept many LDAPv2/LDAPv3 stuff in DN (quoted...
2001-12-05 Kurt ZeilengaMinor portablility change
2001-12-05 Pierangelo Masaratimy system does not have the removed headers; however...
2001-12-05 Pierangelo Masaratimy compiler complains about this; does my fix comply...
2001-12-05 Pierangelo Masaratiminor cleanup
2001-12-05 Kurt ZeilengaAdd experimental UUID/CSN support (needed for LCUP).
2001-12-05 Kurt ZeilengaAdd CSN routine.
2001-12-05 Kurt ZeilengaSet multicast bit
2001-12-05 Kurt ZeilengaSome minor cleanup...
2001-12-05 Kurt ZeilengaAdd UUID code from John E. Schimmel
2001-12-04 Pierangelo Masaratireimplement dn_validate/normalize/(match) using the...
2001-12-04 Kurt ZeilengaRemove lint
2001-12-04 Kurt ZeilengaSlight memfree cleanup
2001-12-03 Kurt ZeilengaFriendly name removal
2001-12-03 Kurt ZeilengaMinor cleanup
2001-12-03 Pierangelo Masaratismall improvements and fixes; now honors ';' as rdn...
2001-11-30 Howard ChuAdd #include <openssl/safestack.h> to fix ITS#1412
2001-11-28 Kurt ZeilengaITS#1429 url search fix
2001-11-12 Pierangelo Masaratifix bug in previous commit
2001-11-12 Pierangelo Masaratistruct berval * instead of char * in ldap_ava struct...
2001-11-09 Mark Adamsontypo in declaration of function.
2001-11-09 Mark Adamsonuse berval's instead of strings with UTF8normalize()
2001-11-08 Steve SonntagCompile error if Cyrus Sasl is not present. Put ifdefs in
2001-11-06 Howard ChuAdded ldap_pvt_tls_destroy() to cleanup TLS library...
2001-11-06 Kurt ZeilengaPlug leaks (ITS#1116)
2001-11-05 Mark Adamsonfix various memory leaks
2001-11-04 Kurt ZeilengaFix typo in last commit
2001-11-03 Kurt ZeilengaFix realloc bug (ITS#1410)
2001-10-31 Pierangelo Masaratiremove remaining C++ style comments
2001-10-30 Pierangelo Masaratimoved rdn parsing in a dedicated routine, ldap_str2rdn...
2001-10-29 Pierangelo MasaratiMore compliant version of str2dn/dn2str;
2001-10-26 Pierangelo Masaratienhanced dn parsing; see libraries/libldap/dntest for...
2001-10-26 Kurt ZeilengaAdd nul termination
2001-10-25 Pierangelo Masaratimissing leading quote
2001-10-25 Kurt ZeilengaDon't pass NULL string pointers to Debug
2001-10-22 Pierangelo Masaratihandle lead/trail escape chars in LDAPv2/LDAPv3; change...
2001-10-22 Pierangelo Masaratimore elegant use of realloc; still needs cleanup in...
2001-10-22 Pierangelo Masaratiuse AC_MEMCPY instead of str[n]cpy
2001-10-20 Pierangelo Masaratifixes ITS#1398
2001-10-18 Pierangelo Masaratiskeleton of ldap_str2nd/dn2str; works with most of...
2001-10-13 Kurt Zeilengadb_strerror not available in bdb2
2001-10-11 Kurt ZeilengaUpdate utils
2001-10-09 Kurt ZeilengaRework set_malloc/set_alloc calls
2001-10-08 Pierangelo Masaratiavoid warning
2001-10-07 Kurt ZeilengaFix ntohs/htons issues
2001-10-04 Kurt ZeilengaAdded the easy part of NLS support, behind an #ifdef.
2001-10-04 Kurt ZeilengaMove set_alloc to env.
2001-10-02 Kurt ZeilengaImplement r/w locks for BerkeleyDB with DB_THREAD.
2001-10-02 Howard ChuMore CLDAP tweaks, to differentiate between real LDAPv2...
2001-10-01 Kurt ZeilengaRework DB_THREAD support. CDB support needs reimplemen...
2001-09-29 Kurt ZeilengaRework getaddrinfo/inet_ntop not to segfault with ai_ad...
2001-09-28 Howard ChuClean up CLDAP stuff
2001-09-28 Kurt ZeilengaSync detection with use. Don't use DB_CDB_ALLDB. ...
2001-09-28 Kurt ZeilengaFix #undef LDAP_CONNECTIONLESS builds
2001-09-28 Kurt ZeilengaReorder includes
2001-09-28 Howard ChuResurrection/rewrite of CLDAP (RFC1798 Connectionless...
2001-09-27 Kurt ZeilengaMove stacksize setting outside of detach #ifdef
2001-09-27 Howard ChuChange avl.c to use ber_memalloc and ber_memrealloc.
2001-09-26 Kurt ZeilengaUse a 64MB stack (instead of a 64K on some systems...
2001-09-25 Kurt ZeilengaMinor change to last commit...
2001-09-25 Kurt ZeilengaAdditional CR/LF fixes
2001-09-25 Kurt ZeilengaITS#1328 LDIFv1 CR/LF fix
2001-09-24 Kurt Zeilengachasing multi-level referrals core dumps (ITS#1346...
2001-09-24 Kurt ZeilengaAdd ldap_url_desc2str().
2001-09-22 Kurt ZeilengaFix an off by one bug which could cause a realloced...
2001-09-21 Howard ChuCheck debug level before invoking debug routine, slight...
2001-09-18 Kurt ZeilengaMinor cleanup
2001-09-18 Howard ChuFix for ITS#1258 - even if we're accepting various...
2001-09-18 Howard ChuFix previous patch, didn't take handle syntax/noidlen...
2001-09-18 Howard ChuFix ITS#1213, OID macro parsing in attributetypes
2001-09-18 Howard ChuSilence some typecast warnings
2001-09-18 Howard ChuDon't pass NULL hostname to ldap_pvt_tls_check_hostname...
2001-09-18 Howard ChuFix declaration mismatch when CYRUS is not present
2001-09-09 Kurt ZeilengaRemove dead code
2001-09-09 Kurt ZeilengaBlindly fix TLS/SASL external interaction.
2001-09-09 Kurt ZeilengaMinor cleanup of ldap_perror()
2001-09-05 Kurt ZeilengaFix TLS ldap.conf issues
2001-09-03 Kurt ZeilengaDo version checks for BDB 3 or greater
2001-09-03 Kurt ZeilengaImport backwards compatibility for BDB 3.0.x
2001-09-02 Howard ChuFix ldap_int_tls_start to set its error codes in ld...
2001-09-02 Howard ChuFull implementation of server identity checking per...
2001-08-31 Kurt ZeilengaMove Cyrus SASL initializing forward
2001-08-29 Howard ChuRemove redundant call of SSL_set_info_callback, to...
2001-08-27 Kurt ZeilengaAdd DB 3.3 support...
2001-08-27 Kurt ZeilengaFix -H ldaps:// crashes due to rework of TLS code
2001-08-25 Pierangelo Masaratifix bug in '%' escaping in substitution pattern compile
2001-08-02 Kurt ZeilengaFix bug introduced during TLS rework
2001-07-24 Kurt ZeilengaTo be consistent, should assert that ld is valid.
2001-07-23 Kurt Zeilengamisc updates, constification, deprecation...
2001-07-21 Kurt ZeilengaMake some additional UTF8 public
2001-07-11 Pierangelo Masaratihonors multiple type/value in rdn when generating ufn
2001-07-06 Kurt ZeilengaCheck for critical client controls.
2001-06-25 Kurt ZeilengaTLS doesn't need ldap_host_connected_to()
2001-06-25 Kurt ZeilengaReplace ATTR_URIS with ATTR_OPTION (more general solution)
next