]> git.sur5r.net Git - openldap/history - servers
Update libtool usage
[openldap] / servers /
2002-02-10 Kurt ZeilengaUpdate libtool usage
2002-02-10 Kurt ZeilengaFix compile error properly
2002-02-10 Kurt ZeilengaUpdate Cyrus SASL detection to always look for <sasl...
2002-02-10 Howard ChuSupport for Cyrus SASLv2. Untested.
2002-02-09 Kurt ZeilengaReverse arguments of is_object_subclass and reverse...
2002-02-09 Kurt ZeilengaChange structuralObjectClass to use objectClassMatch,
2002-02-09 Pierangelo Masaratifix for acl state
2002-02-09 Pierangelo Masaratifix for acl state
2002-02-09 Kurt ZeilengaAdd ACL state recording to avoid multiple evaluation of
2002-02-08 Kurt ZeilengaTreat access to dn="" as access to dn.base="". Avoid...
2002-02-08 Kurt ZeilengaUpdate comment
2002-02-08 Howard ChuSome malloc tweaks for for print_vals
2002-02-08 Howard ChuAdded replica attr=<attribute list> support to filter...
2002-02-08 Howard ChuMinor IDL tweaks
2002-02-07 Kurt ZeilengaITS#1587: s/2289/2589/
2002-02-06 Pierangelo Masaratifixes ITS#1582 (didn't trap SLAP_MOD_SOFTADD modificati...
2002-02-02 Howard ChuFinished compare implementation
2002-02-02 Howard ChuDeleted unneeded unbind.c
2002-02-02 Howard ChuAPI updates, some typo fixes
2002-02-02 Kurt Zeilengaswitch to openldap-data directory
2002-02-02 Kurt ZeilengaSwitch to openldap-data directory
2002-02-02 Kurt ZeilengaSwitch to openldap-data
2002-02-02 Kurt Zeilengacreate openldap-data, not openldap-ldbm
2002-02-02 Kurt Zeilengause BDB and other updates
2002-02-02 Kurt ZeilengaAdd cache txn_prepare code based upon submission (ITS...
2002-01-31 Kurt ZeilengaFix binary v lang_range typo
2002-01-31 Howard ChuFix ITS#1573 spelling errors
2002-01-31 Howard ChuFix ITS#1572, check for NULL objectClass in is_entry_ob...
2002-01-31 Kurt Zeilengaremove deadwood, e.g. slap_index2prefix()
2002-01-31 Kurt ZeilengaAdjust size offsets, needs work
2002-01-30 Kurt ZeilengaMisc WinNT build updates
2002-01-29 Kurt ZeilengaEntry rwlock is no longer needed as concurrency is... LDBM_POST_GIANT_RWLOCK
2002-01-29 Kurt ZeilengaFix giant lock handling on entry release
2002-01-29 Kurt Zeilengarevert constification of slap_init_user()
2002-01-29 Kurt ZeilengaAdd giant lock code back in... (it's my flakey devbox...
2002-01-29 Kurt ZeilengaBack out giant lock code, needs more work
2002-01-29 Kurt ZeilengaAdd GIANT rwlock! This should resolve nasty concurrenc...
2002-01-29 Kurt ZeilengaAdd time.c
2002-01-29 Pierangelo Masaratiadded local time under 'lang' (lang-x-local)
2002-01-29 Pierangelo Masaratiadd Time subsystem
2002-01-29 Pierangelo Masaratifix uninitialized last (NULL) entry in BerVarray
2002-01-29 Kurt ZeilengaSome misc cleanup
2002-01-29 Kurt Zeilengadisable debug checks
2002-01-29 Kurt ZeilengaBDB_ALIASES and BDB_SUBENTRIES cleanup
2002-01-29 Kurt ZeilengaAdd search no-op support.
2002-01-29 Kurt ZeilengaFix Debug() statement
2002-01-29 Kurt ZeilengaAdd first cut BDB no-op control support.
2002-01-28 Kurt ZeilengaDelete CDB (no transactions) support
2002-01-28 Pierangelo MasaratiCheck the ldif file without actually creating the db...
2002-01-28 Pierangelo Masaratiuses URL extensions to set socket permissions other...
2002-01-28 Kurt ZeilengaAdd whoami extended operation. LDBM_PRE_GIANT_RWLOCK
2002-01-28 Kurt ZeilengaRemove lint
2002-01-28 Pierangelo Masaratiprovisions for user-supplied permissions
2002-01-28 Pierangelo Masaratianother round at cleaning it up: better naming, more...
2002-01-28 Pierangelo Masaratibeautify listener monitor
2002-01-28 Howard ChuChanged Access.a_sockurl_pat, Connection.c_listener_url...
2002-01-28 Howard ChuSome more struct berval conversions
2002-01-27 Howard ChuExtended TLS_REQCERT/TLSVerifyClient syntax to 4 states...
2002-01-26 Kurt ZeilengaDon't free langbuf.
2002-01-26 Kurt ZeilengaBack out unintended commit
2002-01-26 Kurt ZeilengaLanguage Tag and Range Support <draft-zeilenga-ldap...
2002-01-26 Howard ChuFix result
2002-01-26 Howard ChuEliminated dn_normalize. No more migration.
2002-01-26 Pierangelo Masaratiappropriately detect index delete failure
2002-01-26 Howard ChuChanged slap_authz_info.sai_mech to struct berval.
2002-01-26 Howard ChuChanged dnParent to void instead of int. (It always...
2002-01-26 Kurt ZeilengaRemove deprecated routines and a little lint.
2002-01-26 Howard ChuChanged be_issuffix and dnParent to struct bervals
2002-01-26 Howard ChuChanged dnParent to struct bervals
2002-01-26 Howard ChuFix previous commit
2002-01-26 Howard ChuChanged be_issuffix and dnParent to struct bervals
2002-01-26 Howard ChuChanged be_issuffix and dnParent to take struct bervals.
2002-01-26 Kurt ZeilengaMissed one db.bv_val in Debug statement
2002-01-26 Kurt ZeilengaStraighten out some argument passing... cache code...
2002-01-25 Kurt ZeilengaInitialize backend ssf set from global.
2002-01-25 Howard ChuEntry caching. Based on ITS#1545 from Jong Hyuk Choi...
2002-01-25 Howard ChuAdded Entry->e_bv for entry_decode
2002-01-25 Howard ChuMinor cleanup, no need to zero fields in calloc'd memory
2002-01-23 Pierangelo Masaratiallow trailing '\' to continue a config line (ITS#1551)
2002-01-22 Pierangelo Masaraticheck on escaped rdn separator not needed any more
2002-01-22 Pierangelo Masaratifinal dn_parent elimination in back-bdb
2002-01-22 Pierangelo Masaratias a temporary hack, return result without rewriting...
2002-01-21 Kurt ZeilengaSet lock detector to DEFAULT, not NORUN.
2002-01-20 Kurt ZeilengaITS#1541 fix.
2002-01-19 Kurt ZeilengaUpdate collective attribute schema
2002-01-19 Kurt ZeilengaAdd mods.c
2002-01-19 Kurt ZeilengaMove {add,replace,delete}_value() routines to frontend...
2002-01-19 Pierangelo Masaratifix ad_cmp
2002-01-19 Kurt ZeilengaModify ad_cmp() macro to support use as an ordering...
2002-01-19 Kurt ZeilengaFix modify/replace.
2002-01-19 Kurt ZeilengaCleanup prototypes
2002-01-19 Howard ChuFix previous commit
2002-01-19 Howard ChuReset Entry->e_ocflags to 0 if objectClass attr is...
2002-01-19 Howard ChuCleanup lint
2002-01-19 Howard ChuFix previous commit
2002-01-19 Howard ChuDon't free bv_vals that were passed to ber_bvarray_add.
2002-01-19 Howard ChuUse calloc for new Entries, take care of new e_ocflags...
2002-01-19 Howard ChuFix previous commit
2002-01-19 Howard ChuDefined some ObjectClass->soc_flags values, changed...
2002-01-19 Kurt ZeilengaFix up duplicate error reporting
next