]> git.sur5r.net Git - openldap/history - servers
Add member filter components to groupOfName assertions
[openldap] / servers /
2002-07-28 Kurt Zeilengaclean up curly matching
2002-07-28 Kurt ZeilengaFix for:
2002-07-27 Kurt ZeilengaFix pkiUser
2002-07-27 Kurt ZeilengaITS#1965: use snprintf
2002-07-27 Kurt ZeilengaITS#1985 fix: blind commit
2002-07-27 Kurt ZeilengaImprove schema error messages
2002-07-27 Howard ChuUse lutil_gentime
2002-07-27 Howard ChuMoved slap_strcopy, slap_strncopy to lutil_strcopy...
2002-07-26 Kurt Zeilengause strongAuthRequired instead of operationsError to...
2002-07-26 Howard ChuInclude <sys/stat.h> for mkdir prototype
2002-07-25 Pierangelo Masaratifix normalization bug; change time stamping by using...
2002-07-25 Pierangelo Masaratifix normalization bug (related to ITS#1984)
2002-07-24 Kurt ZeilengaBootParamSyntax: be more liberal than the ABNF such...
2002-07-24 Kurt ZeilengaShould allow keystring in bootParams
2002-07-23 Kurt Zeilengamisc cleanup
2002-07-23 Julius EnarusaiConverted LDAP_LOG messages to use new Macro
2002-07-22 Pierangelo Masaratifix ITS#1953
2002-07-19 Howard ChuChange list->range conversion again, avoid extra c_put.
2002-07-18 Jong Hyuk Choichange in the IDL conversion from a list to a range
2002-07-16 Kurt ZeilengakrbName is now builtin
2002-07-13 Howard ChuTweak: For slap tools, don't set DB_RECOVERY flag when...
2002-07-13 Howard ChuFix setting c_authz_backend for SASL binds:
2002-07-12 Howard ChuFix previous commit - the stub was never needed.
2002-07-12 Howard ChuFix order of params to sasl_setpass. Added initial...
2002-07-12 Stig VenaasUse AF_INET instead of AF_UNSPEC when IPv6 disabled
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-07-11 Kurt ZeilengaMore ACL to dn="" bug fixing... and add test006-acl...
2002-07-11 Kurt ZeilengaFix ACL to dn="" bug
2002-07-11 Kurt ZeilengaChange dn="" to dn.base="".
2002-07-10 Kurt Zeilengaget data if ready
2002-07-09 Kurt ZeilengaFix matched values zero allocation bug (ITS#1931)
2002-07-08 Kurt Zeilengaremove lint
2002-07-08 Kurt ZeilengaAdd matchedValues
2002-07-07 Stig VenaasAdded normalization to caseIgnoreIA5Indexer()
2002-07-05 Stig VenaasSet peeraddr also for IPv6, fixes ITS#1918
2002-06-27 Stig VenaasUse IPV6_V6ONLY on IPv6 sockets if available. This...
2002-06-27 Stig VenaasIgnore error if listen on socket bound to 0.0.0.0 fails...
2002-06-26 Kurt ZeilengaAdd krbName's definition (ITS#1913)
2002-06-25 Kurt ZeilengaFix for "no structuralObjectClass" when lastmod is...
2002-06-22 Kurt ZeilengaauthcId might be NULL
2002-06-21 Howard ChuFix dynamic module linking
2002-06-20 Kurt ZeilengaYet another schema error bug fix
2002-06-20 Kurt ZeilengaFix off by one error in erorr reporting
2002-06-19 Kurt Zeilengaassert( e != NULL ) in entry2str()
2002-06-19 Pierangelo Masaratiuse monitorContext for the monitor database
2002-06-19 Kurt ZeilengaAdd monitorContext rootDSE attribute
2002-06-19 Kurt ZeilengaHide cn=Monitor from namingContexts
2002-06-18 Kurt Zeilengamake curlies match
2002-06-18 Kurt ZeilengaUse correct ssfs.
2002-06-18 Howard ChuITS#1891, debug msg in send_search_entry
2002-06-17 Kurt ZeilengaAdd option to disallow unprotected simple authentication.
2002-06-15 Kurt ZeilengaAdd -4/-6 flags to slapd to force use of IPv4 or IPv6
2002-06-15 Pierangelo Masaratismall cleanup
2002-06-15 Pierangelo Masaratidefine and normalize static bervals alltogether
2002-06-15 Pierangelo Masaratishould compile even without Cyrus SASL
2002-06-14 Kurt ZeilengasaslAuthzTo/From LDUP URLs should have hostnames
2002-06-14 Kurt Zeilengazap unnecessary include
2002-06-14 Kurt ZeilengaUse experimental OIDs for saslAuth attributes and hide 'em
2002-06-14 Howard ChuFix OID clash in previous commit
2002-06-14 Howard ChuAdded saslAuthzTo and saslAuthzFrom to system schema.
2002-06-13 Kurt ZeilengaITS#1882: fix typo
2002-06-12 Kurt ZeilengaDate: Thu, 2 May 2002 08:54:59 GMT
2002-06-12 Kurt ZeilengaUpdate to the 'gentle SIGHUP' patch. (ITS#1679)
2002-06-12 Howard ChuDeleted Connection->c_cdn. Use conn->c_dn instead...
2002-06-12 Howard ChuFix typo in previous commit
2002-06-12 Howard ChuFinished slap_sasl_setpass for Cyrus 1.5; Cyrus 2.1...
2002-06-12 Kurt ZeilengaAn almost complete slap_sasl_setpass()
2002-06-11 Kurt ZeilengaRework c_authzid_backend in preparation for sasl_setpas...
2002-06-10 Kurt Zeilengareturn PROTOCOL_ERROR if reqdata is empty.
2002-06-10 Jong Hyuk ChoiDB_RMW flag to dn2id and id2entry
2002-06-08 Kurt ZeilengaBe less forgiving (don't ignore so many configuration...
2002-06-08 Kurt ZeilengaAdd rootdn check when rootpw is set.
2002-06-08 Kurt ZeilengaFix for ITS#1842 (applied blindly)
2002-06-07 Kurt ZeilengauserPassword/authPassword can be safely subtyped (thoug...
2002-06-06 Howard ChuITS#1837, one-level searches on leaf entries
2002-06-06 Howard ChuFix Listeners: handles multiple addresses for a given...
2002-06-06 Jong Hyuk Choiremove dbenv->lock_put() call from transaction-protecte...
2002-06-05 Kurt ZeilengaFix up abandon merge. Hallvard will holler if I get...
2002-06-05 Kurt ZeilengaPatch: Non-unique msgid for abandon in back-<shell...
2002-06-03 Kurt ZeilengaGentile HUP shutdown from Hallvard
2002-06-03 Kurt ZeilengaVLV updates
2002-06-01 Kurt ZeilengaMinor cleanup
2002-06-01 Kurt Zeilengareference scope checks
2002-05-31 Jong Hyuk Choiredesign of back-bdb locking :
2002-05-31 Kurt ZeilengaAdd abstract/final system attribute types.
2002-05-31 Kurt ZeilengaFix bogus assert.
2002-05-30 Kurt ZeilengaDisallow addition of system schema via config files.
2002-05-29 Kurt ZeilengaHide some yet-to-be-implemented schema
2002-05-23 Kurt ZeilengaDelete extranous assert()
2002-05-22 Kurt ZeilengaAdd back-passwd.h to the mix
2002-05-18 Howard ChuDelete $(SLAPD_MODULES)
2002-05-18 Howard ChuDelete $(SLAPD_MODULES) - we never implicitly link...
2002-05-16 Kurt ZeilengaFrom: h.b.furuseth@usit.uio.no
2002-05-16 Howard ChuBuilds on both Unix and NT now.
2002-05-16 Howard ChuFixes for MingW: (passes test007, with LDAP_DIRSEP...
2002-05-15 Kurt ZeilengaFrom: h.b.furuseth@usit.uio.no
2002-05-15 Kurt ZeilengaPatch: Implement surrogate parent for back-shell ...
2002-05-15 Kurt ZeilengaFix typo in last commit.
2002-05-15 Kurt ZeilengaPatch: back-shell/searchexample.* nitpicks (ITS#1816)
2002-05-15 Howard ChuOnce more, fix idl_intersection. Don't walk past end...
next