]> git.sur5r.net Git - openldap/shortlog
openldap
2002-05-02 Pierangelo... back-meta needs librewrite and back-ldap; automatically...
2002-05-02 Pierangelo... Fixes ITS#1786: dynamically growing number of tokens...
2002-05-02 Randy KunkeeRemove debugging fluff.
2002-05-02 Randy KunkeeGenerate ldaptclerr.h correctly.
2002-05-01 Howard ChuAdded config keyword descriptions from ITS#966. Minor...
2002-05-01 Pierangelo... couple of fixes
2002-05-01 Kurt ZeilengaError if ar(1) is missing. (ITS#1772)
2002-05-01 Howard ChuFrom Hallvard, with slight changes
2002-05-01 Howard ChuMore cleanups for suffixmassage DNs
2002-05-01 Howard ChuChanged be_[n]suffix, be_[n]suffixAlias to BerVarray...
2002-05-01 Kurt ZeilengaPatch: Perl backend sends bind result twice (ITS#1783)
2002-05-01 Pierangelo... massage dn-valued attributes also when compiled without...
2002-05-01 Pierangelo... use BerVarray for suffix_massaging stuff
2002-05-01 Pierangelo... second round at ITS#1749
2002-05-01 Pierangelo... - trim check for real naming context already defined...
2002-05-01 Howard ChuAdded RFC 2459 PKCS9 emailAddress
2002-05-01 Kurt Zeilengaadd an RFC 2849 check... but behind #if 0 as I'm now...
2002-05-01 Kurt Zeilengacleanup before working on changes
2002-05-01 Kurt ZeilengaReworking backend_check_restrictions for extensions
2002-04-30 Howard ChuFix previous commit - must fully init newAVA
2002-04-30 Howard ChuAdded ldap_ucs_to_utf8s to convert ASN.1 T61STRING...
2002-04-30 Howard ChuAdded ldap_ucs_to_utf8s to convert ASN.1 T61STRING...
2002-04-30 Howard ChuChanged ldap_pvt_tls_get_my_dn and ldap_pvt_tls_get_pee...
2002-04-30 Howard ChuChanged ldap_pvt_tls_get_my_dn and ldap_pvt_tls_get_pee...
2002-04-29 Pierangelo... couple of fixes
2002-04-29 Pierangelo... First commit of Hallvard's backend documentation effort
2002-04-29 Pierangelo... handle trivial cases
2002-04-29 Jong Hyuk Choipointer initialization
2002-04-29 Pierangelo... honor limits if below soft limit
2002-04-27 Howard ChuFix check for "anonymous" in sasl_getdn
2002-04-25 Julius EnarusaiITS#1730: Misc typos in NEW_LOGGING code from Hallvard
2002-04-25 Pierangelo... fix off-by-one bug; use s/sprintf/snprintf/
2002-04-25 Howard ChuFix ITS#1774, BDB keys need ulen and flags to be initia...
2002-04-25 Howard ChuAdded rebind-as-user option; saves bind credentials...
2002-04-23 Ralf Haferkamp- some code cleanups
2002-04-22 Kurt ZeilengaRemove lint.
2002-04-22 Kurt ZeilengaUpdate configure
2002-04-22 Kurt ZeilengaRe: PRIVATE: Patch: Passwords (ITS#1740)
2002-04-20 Howard ChuITS#1749 added some descriptions for fetch, rewrite...
2002-04-20 Howard ChuITS#1749 added maxderefdepth, suffiaxalias, TLSCACertif...
2002-04-20 Howard ChuComment out "logfile", its code is behind #ifdef NEW_LO...
2002-04-20 Howard ChuITS#1749 added "debug" description, commented out becau...
2002-04-20 Howard ChuITS#1749 added BDB options
2002-04-20 Howard ChuDN consistency, lowercase, etc.
2002-04-20 Howard ChuTypos, slight rearrangement
2002-04-20 Howard ChuITS#1438 typos
2002-04-20 Howard ChuITS#1271 typos
2002-04-19 Jong Hyuk ChoiPatch for ITS# 1643
2002-04-19 Stig VenaasAdding support for compatibility decomposition to ucdat...
2002-04-19 Howard ChuIn ldap_int_tls_start, authid is very temporary, not...
2002-04-19 Howard ChuPut dnX509 normalizers behind #ifdef HAVE_TLS
2002-04-18 Kurt ZeilengaBlind commit:
2002-04-18 Howard ChuFix memory leak in previous commit
2002-04-18 Howard ChuFix memory leak in previous commit
2002-04-18 Howard Chu Added ldap_X509dn2bv()
2002-04-18 Howard Chudeleted sasl_external_x509dn_convert; X509 DNs are...
2002-04-18 Howard ChuFix slap_bv2ad initializing with wrong bv_len
2002-04-18 Howard ChuFix warnings from sasl_errdetail
2002-04-18 Howard ChuAdditional error reporting for Cyrus SASL 2. Attempt...
2002-04-17 Howard ChuDelete more unused code, no need to fetch REALM in...
2002-04-17 Kurt ZeilengaNeed to include <ldap_schema.h>.
2002-04-17 Kurt ZeilengaFix ssf declaration
2002-04-17 Kurt ZeilengaNEW_LOGGING bugs (ITS#1730)
2002-04-17 Howard ChuMore SASL DN simplification. No more "dn:" prefix used...
2002-04-16 Julius EnarusaiAdded LDAP_LOG Messages
2002-04-16 Julius EnarusaiAdded LDAP_LOG Messages
2002-04-16 Jong Hyuk ChoiHallvard B. Furuseth's patch for cache lock and mutex
2002-04-16 Howard ChuITS#818, ITS#980, ITS#1234 ldapsearch/referral hang...
2002-04-16 Howard ChuITS#1712, rewritten dn_openssl2ldap(). Added dnDCEnorma...
2002-04-16 Luke Howardcorrect sponsor name
2002-04-16 Howard ChuAdd "nentries" to send_search_result() Statslog message...
2002-04-16 Luke HowardITS#1646
2002-04-16 Howard ChuITS#1720 chk_sasl for Cyrus SASL 2
2002-04-16 Luke HowardITS#1659 - forgot to define n_a
2002-04-16 Luke HowardITS#1659: s/na/n_a/
2002-04-16 Luke HowardITS#1729, #1659
2002-04-16 Luke HowardITS#1729
2002-04-16 Luke HowardITS#1676
2002-04-16 Luke HowardITS#1659
2002-04-15 Kurt ZeilengaPatch: aclparse.c bugs (ITS#1752)
2002-04-15 Kurt ZeilengaRe: Patch: ctype functions require 'unsigned char'...
2002-04-15 Julius EnarusaiAdded LDAP_LOG Messages
2002-04-15 Kurt ZeilengaPatch: ucdata 2.4 bugs (ITS#1751)
2002-04-15 Julius EnarusaiAdded LDAP_LOG Messages
2002-04-15 Julius EnarusaiAdded LDAP_LOG Messages
2002-04-15 Julius EnarusaiAdded LDAP_LOG Messages
2002-04-15 Julius EnarusaiAdded LDAP_LOG Messages
2002-04-15 Pierangelo... document the -t switch
2002-04-15 Julius EnarusaiAdded LDAP_LOG Messages
2002-04-15 Julius EnarusaiAdded LDAP_LOG Messages
2002-04-15 Kurt ZeilengaPatch: Escape character troubles (ITS#1753)
2002-04-15 Kurt Zeilengatrim finger from release
2002-04-15 Kurt ZeilengaTrim finger from HEAD
2002-04-15 Julius EnarusaiAdded LDAP_LOG messages
2002-04-15 Pierangelo... add '-t' switch for clean config check; cleanup usage...
2002-04-15 Kurt ZeilengaAlign --help
2002-04-15 Kurt ZeilengaFix include order
2002-04-15 Jong Hyuk Choiconcurrent cache access: separation of cache lock ...
2002-04-14 Howard ChuFix name canonicalization and authorization for Cyrus...
2002-04-14 Howard ChuPrevious commit included undesired changes.
next