]> git.sur5r.net Git - openldap/history - libraries
Made LDAP_UTF8_CHARLEN/ldap_utf8_charlen table-driven.
[openldap] / libraries /
2001-12-29 Howard ChuMade LDAP_UTF8_CHARLEN/ldap_utf8_charlen table-driven.
2001-12-28 Pierangelo Masaratildap_str2rdn() can parse without allocating a LDAPRDN...
2001-12-28 Howard ChuAdded ldap_dn2bv and ldap_rdn2bv
2001-12-28 Howard ChuMoved WSAStartup/WSACleanup to libldap/init.c. Cleanup...
2001-12-28 Kurt ZeilengaWorks... now to test our filter parser!
2001-12-28 Kurt ZeilengaAdd ftest (filter test) to the mix, needs work.
2001-12-27 Kurt ZeilengaMark more stuff as deprecated and remove some unused...
2001-12-27 Pierangelo Masaraticleanup
2001-12-27 Kurt ZeilengaMore struct berval DN changes
2001-12-26 Kurt ZeilengaMore struct berval DNs changes
2001-12-26 Kurt Zeilengalint removal
2001-12-26 Howard ChuAdd optional len to ber_str2bv
2001-12-26 Howard ChuAdded ldap_xxx2bv schema functions
2001-12-26 Howard ChuChanged ber_bvdup to ber_dupbv with destination provided
2001-12-26 Howard ChuMerged ber_bvstr and ber_bvstrdup into ber_str2bv.
2001-12-24 Pierangelo Masaratihex escape everything requires escape (uncomment #defin...
2001-12-24 Pierangelo Masaratibetter rdn exploding
2001-12-24 Pierangelo Masaratibug in explode dn (caused most test failures when reque...
2001-12-24 Kurt ZeilengaSome minor bugs for dntest ""
2001-12-24 Kurt Zeilengacannot assert la_private == NULL on free
2001-12-24 Kurt ZeilengaClean up some symbol scoping
2001-12-24 Kurt ZeilengaDelete USE_LDAP_DN_PARSING
2001-12-24 Kurt ZeilengaMisc DN cleanup, no functional changes
2001-12-24 Kurt ZeilengaDelete ldap_build_filter(), it's broke.
2001-12-23 Kurt ZeilengaMinor cleanup, rename ldapava_free_*() routines and
2001-12-23 Pierangelo Masaratileast escaping in dnPretty (hope my wife doesn't catch...
2001-12-23 Pierangelo Masaratismall bug exploited by malformed DCE format
2001-12-22 Stig VenaasError in exclusion set macros
2001-12-21 Kurt Zeilengazap tmplout
2001-12-21 Kurt ZeilengaZap tmplout
2001-12-20 Kurt ZeilengaFix cache debugging (ITS#1501) based upon patch provided by
2001-12-20 Kurt ZeilengaRemove ttest
2001-12-20 Kurt Zeilengamisc cleanup
2001-12-19 Kurt ZeilengaBack out last change
2001-12-19 Kurt Zeilengadsparse still needed by filter templates (which are...
2001-12-19 Kurt ZeilengaRemove srchpref and disptmpl stuff.
2001-12-19 Kurt ZeilengaMore cleanup
2001-12-19 Kurt ZeilengaMisc cleanup
2001-12-19 Kurt Zeilengamisc cleanup
2001-12-19 Kurt Zeilengaconst'ify and remove lint
2001-12-18 Howard Chuminor cleanup from jon@symas.com
2001-12-18 Howard Chumore cleanup from jon@symas.com
2001-12-18 Howard ChuFix typo in previous commit
2001-12-18 Howard ChuAdd checks for mkstemp and mktemp. Tweak utils.c:mkstem...
2001-12-18 Howard ChuEmulate mkstemp() using mktemp() if mkstemp() is not...
2001-12-18 Kurt ZeilengaRegenerate configure and fix AC header inclusion
2001-12-18 Kurt Zeilengastdlib.h should be included as <ac/stdlib.h>
2001-12-18 Howard ChuRevert previous commit.
2001-12-18 Howard Chufrom jon@symas.com - misc cleanup
2001-12-17 Kurt ZeilengaWe "understand" localhost to be same as the local hostn...
2001-12-17 Howard Chufrom jon@symas.com - misc Windows cleanup
2001-12-15 Howard ChuAdded atexit handler to free global_opts->ldo_defludp.
2001-12-15 Howard ChuDon't copy and leak user; it's an env var so just use...
2001-12-15 Howard ChuClose some stdio fopen leaks.
2001-12-12 Kurt ZeilengaTreat (!) and (!(x=a)(y=b)) as filter errors...
2001-12-10 Howard ChuSome more version cleanup
2001-12-10 Pierangelo Masaratireworked internal stuff
2001-12-09 Kurt ZeilengaRemove lint and misc MSVC updates
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...
next