]> git.sur5r.net Git - openldap/history - servers/slapd/repl.c
assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL).
[openldap] / servers / slapd / repl.c
2005-08-08 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-08-07 Pierangelo Masaratifree replica info as appropriate
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-11 Howard ChuITS#3847 silence warnings
2005-05-06 Pierangelo Masaratimore on strict config parsing (ITS#3705)
2005-02-23 Howard ChuAdded replica retrieval
2005-01-01 Kurt ZeilengaHappy New Year!
2004-11-05 Howard ChuITS#3376 Fix prev commit, handling of replogfile
2004-10-06 Howard ChuRevert ITS#3353 patch, it needs to be reworked.
2004-10-01 Howard ChuITS#3353 consolidate slapd globals into a single struct
2004-04-08 Kurt Zeilengabvalue cleanup
2004-01-01 Kurt ZeilengaHappy new year
2003-12-25 Howard ChuRevert prev commit, unnecessary
2003-12-24 Howard ChuUse a separate mutex for the replication timestamp
2003-12-23 Howard ChuFix replog sequencing - assign sequence numbers at...
2003-12-20 Howard ChuFix handling of an_oc_exclude
2003-12-20 Howard ChuMore cleanup
2003-12-20 Howard ChuClean up prev commit
2003-12-20 Howard ChuITS#2889 - fix explicit objectClass inclusion/exclusion
2003-12-16 Pierangelo Masaratiline up comments and code
2003-12-16 Pierangelo Masaratiadd to 'val[.<style>=<value>' ACLs special match styles...
2003-11-27 Kurt ZeilengaUpdated notices
2003-08-07 Kurt ZeilengaAdd initial support for modify/increment. No over...
2003-04-29 Kurt Zeilengaremove dnNormalize2
2003-04-11 Howard ChuMore memory context tweaks
2003-03-31 Howard ChuMinor cleanup
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-01-03 Kurt ZeilengaHappy new year
2002-09-11 Howard ChuFix ITS#2075, NULL moddn->newsup->bv_val
2002-05-01 Howard ChuChanged be_[n]suffix, be_[n]suffixAlias to BerVarray...
2002-03-30 Pierangelo Masaratiallow attribute exclusion list in selective replica
2002-03-24 Kurt ZeilengaUpdate control framework
2002-02-15 Howard ChuAdd basic objectClass filtering to filtered replicas
2002-02-08 Howard ChuSome malloc tweaks for for print_vals
2002-02-08 Howard ChuAdded replica attr=<attribute list> support to filter...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuChange struct berval ** to BVarray
2001-12-25 Kurt ZeilengaHave replog() use struct berval DNs
2001-12-25 Kurt ZeilengaFix modrdn
2001-12-25 Kurt ZeilengaMore "char *" to struct berval DN changes
2001-12-25 Kurt ZeilengaUse struct berval DNs for root DN and update DN
2001-12-24 Howard ChuChanged suffix_alias() to use struct berval * in-place.
2001-12-10 Howard ChuChanged backglue configuration. Added noSubordinates...
2001-12-09 Howard ChuAdded ndn to replog args, eliminate unnecessary dn_norm...
2001-10-25 Pierangelo MasaratiFixes ITS#1385
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2001-09-25 Kurt Zeilengaldif.h include cleanup
2001-09-19 Pierangelo Masaratilogs changes even if no appropriate replica (or none...
2001-07-21 Pierangelo MasaratiAdded the suffix=<dn> parameter to replica config directive
2001-07-14 Kurt ZeilengaQuick and dirty hack to add password modify replication.
2000-06-06 Kurt Zeilengaunifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT
2000-05-21 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: framework for value_match...
2000-05-13 Kurt ZeilengaY2k copyright update
2000-02-15 Kurt ZeilengaMore -DSLAPD_SCHEMA_NOT_COMPAT changes
2000-02-07 Kurt ZeilengaAdd Modification/Modifications structures for -DSLAPD_S...
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-07-30 Kurt ZeilengaEnhance LDIF handling
1999-07-29 Kurt ZeilengaVery crude LDIF changes:
1999-04-14 Gary Williamsget rid of unreferenced variable deleteoldrdn
1999-03-22 Kurt ZeilengaPROTOTYPE: New connection management infrastructure...
1999-03-13 Ben Collins#ifdef for <sys/file.h>
1999-02-22 Hallvard FurusethCast `char' arguments to ctype.h functions to `unsigned...
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1998-12-21 Kurt ZeilengaLDAP C-API changes
1998-12-20 Kurt Zeilengaldif'ize ldif library (ie: everything is now in the...
1998-11-23 Hallvard Furusethgcc -Wformat cleanup
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-11-11 Hallvard FurusethFix most `wider type truncated to int' bugs on OSF1...
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-21 Kurt ZeilengaSLAPD compiles. Needs LDBM work to link.
1998-10-21 Kurt Zeilengainclude portable.h
1998-09-17 Kurt ZeilengaStart of slapd.
1998-08-09 Kurt ZeilengaInitial revision