]> git.sur5r.net Git - openldap/history - servers/slapd
Turn these functions on again. Need backend_attribute for SASLauthz stuff.
[openldap] / servers / slapd /
2002-05-07 Howard ChuTurn these functions on again. Need backend_attribute...
2002-05-07 Howard ChuFixes for slap_sasl_regexp parsing and normalization
2002-05-07 Howard ChuAdded comment for future reference re: in-directory...
2002-05-06 Howard ChuITS#1803, bogus free() of lber-private memory.
2002-05-04 Pierangelo Masaratifix formats
2002-05-04 Pierangelo Masaratiremove unused variables
2002-05-04 Howard ChuITS#1797 err used unit'd in Debug statement. (removed)
2002-05-04 Howard ChuITS#1795 authid is uninit'd if tls_get_cert fails
2002-05-04 Howard ChuSet tls_opt_require_cert to default to NEVER. libldap...
2002-05-03 Kurt Zeilengafix uninitialized counter in matched values
2002-05-03 Howard ChuFix DN freeing in BDB_HIER case. (BDB_HIER is still...
2002-05-03 Howard ChuFix dependency typo from 1.99
2002-05-03 Howard ChuUse specific msg id instead of ANY to retrieve search...
2002-05-03 Pierangelo Masaratis/LDAP_UNWILLING_TO_PERFORM/LDAP_ADMINLIMIT_EXCEEDED...
2002-05-02 Kurt ZeilengaMatched Values implementation (ITS#1776) based upon...
2002-05-02 Pierangelo Masaratibroken berval after successful rewrite
2002-05-02 Pierangelo MasaratiFixes ITS#1786: dynamically growing number of tokens...
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 Masaratimassage dn-valued attributes also when compiled without...
2002-05-01 Pierangelo Masaratiuse BerVarray for suffix_massaging stuff
2002-05-01 Pierangelo Masaratisecond round at ITS#1749
2002-05-01 Pierangelo Masarati- trim check for real naming context already defined...
2002-05-01 Howard ChuAdded RFC 2459 PKCS9 emailAddress
2002-05-01 Kurt ZeilengaReworking backend_check_restrictions for extensions
2002-04-30 Howard ChuChanged ldap_pvt_tls_get_my_dn and ldap_pvt_tls_get_pee...
2002-04-29 Pierangelo MasaratiFirst commit of Hallvard's backend documentation effort
2002-04-29 Pierangelo Masaratihandle trivial cases
2002-04-29 Jong Hyuk Choipointer initialization
2002-04-29 Pierangelo Masaratihonor 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 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-22 Kurt ZeilengaRemove lint.
2002-04-22 Kurt ZeilengaRe: PRIVATE: Patch: Passwords (ITS#1740)
2002-04-19 Jong Hyuk ChoiPatch for ITS# 1643
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 Chudeleted sasl_external_x509dn_convert; X509 DNs are...
2002-04-18 Howard ChuFix slap_bv2ad initializing with wrong bv_len
2002-04-17 Howard ChuDelete more unused code, no need to fetch REALM in...
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 Jong Hyuk ChoiHallvard B. Furuseth's patch for cache lock and mutex
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 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 Kurt ZeilengaPatch: Escape character troubles (ITS#1753)
2002-04-15 Pierangelo Masaratiadd '-t' switch for clean config check; cleanup usage...
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.
2002-04-13 Howard ChuFix previous commit, == instead of !=
2002-04-13 Howard ChuITS#1740
2002-04-11 Jong Hyuk Choifix: changing bdb_cache_return_entry_w() to bdb_cache_r...
2002-04-11 Howard ChuFix ITS#1722 - IPv4 addresses also need to be massaged...
2002-04-11 Howard ChuITS#1727 return allids on unknown filters to allow...
2002-04-11 Howard ChuITS#1734 return error on bad config file
2002-04-11 Howard ChuITS#1732 signed/unsigned integers
2002-04-11 Howard ChuITS#1733 eliminate o_abandonmutex
2002-04-11 Howard ChuITS#1733 eliminate o_abandonmutex
2002-04-11 Howard ChuITS#1570 - avoid overflowing array when dups are presen...
2002-04-11 Howard ChuITS#1735 unused conn.c_uthc_backend, include ldap_pvt.h
2002-04-11 Howard ChuITS#1736 slapd_shutdown can be unsigned
2002-04-10 Julius EnarusaiAdded/Updated LDAP_LOG messages
2002-04-10 Julius EnarusaiAdded/Updated LDAP_LOG messages
2002-04-09 Kurt ZeilengaSLAP_OP_LAST dependent code needs to be behind SLAP_MONITOR
2002-04-09 Howard ChuITS#1681 - detect bad filter in slap_parseURI() - from...
2002-04-08 Pierangelo Masaratidon't count operations per request if back-monitor...
2002-04-08 Pierangelo Masarati... and log initiated/completed operations divided...
2002-04-08 Pierangelo Masaraticount initiated/completed operations divided per request
2002-04-08 Pierangelo MasaratiITS#1730
2002-04-08 Pierangelo Masaratiuse BVC() macro (changed in BER_BVC) to initialize...
2002-04-08 Pierangelo Masaratiuniform temporary buf sizes; use automatic buffers...
2002-04-08 Pierangelo MasaratiMostly based on patches provided by Hallvard B. Furuseth
2002-04-05 Julius EnarusaiAdded LDAP_LOG messages
2002-04-05 Howard ChuITS#1709 j was logged uninitialized
2002-04-05 Howard ChuITS#1711 txn was uninitialized
2002-04-05 Howard ChuITS#1708 ldap_pvt_tls_sb_ctx() et al
2002-04-05 Howard ChuITS#1714 dn->bv_val malloc len+1
2002-04-05 Howard ChuITS#1716 is_entry_subentr/ies/y/
2002-04-05 Howard ChuITS#1726, always use bdb_db_hash().
2002-04-05 Howard ChuChange slap_parseURI to use ldap_parse_url. Other struc...
2002-04-04 Stig VenaasChanged to use lower case for case folding
2002-04-03 Pierangelo Masaratiuse ber_bvcmp where appropriate
2002-04-03 Pierangelo Masaratimissing description in current cunnections number
next