]> git.sur5r.net Git - openldap/history - servers
Use gar if ar(1) is not available
[openldap] / servers /
2001-11-28 Kurt ZeilengaITS#1467 passwd fix from Brad Thompson <brad@vecna...
2001-11-27 Howard ChuCleanup a while() loop.
2001-11-27 Kurt ZeilengaReplace existing SLAP_MR_ matching flags with:
2001-11-27 Howard ChuSet the id2entry database pagesize to BDB_ID2ENTRY_PAGE...
2001-11-27 Howard ChuEliminated nextid database. id2entry database is now...
2001-11-27 Howard ChuFix segv in slapcat. Tool must use be_entry_return...
2001-11-27 Howard ChuAdd #define SLAP_BDB_ALLOW_DBNOTXN to control dbnotxn...
2001-11-27 Kurt ZeilengaMisc code cleanup
2001-11-27 Howard ChuAdded "dbnotxn" config keyword. If present, back-bdb...
2001-11-27 Howard ChuFixed exit code processing. passwd.c never committed...
2001-11-26 Howard ChuSome tweaks to cut down on IDL stack usage. idl_interse...
2001-11-24 Howard ChuMore indexing fixes. Now passes tests 0-7, 10, and 11.
2001-11-24 Howard ChuFixed exit condition code checks and log msg, was retur...
2001-11-24 Howard ChuRemoved unused "range" argument from indexing functions...
2001-11-24 Howard ChuFixed initialization bug.
2001-11-24 Howard ChuFix initialization bugs
2001-11-24 Howard ChuFix typo that prevented rootdn logins.
2001-11-21 Mark AdamsonAllow size and time limits in slapd.conf for anonymous...
2001-11-17 Pierangelo Masaratiminor cleanup
2001-11-17 Pierangelo Masaratiminor cleanup
2001-11-17 Pierangelo Masaratiminor cleanup
2001-11-17 Pierangelo Masaratifix misinitialized UNDEFINED attribute type; reordered...
2001-11-17 Pierangelo Masaratiadd const
2001-11-17 Howard Chuequality_candidates: s/BDB_IDL_RANGE_CPY/BDB_IDL_CPY/
2001-11-17 Howard ChuFirst pass at indexing cleanup. Both filterindex.c...
2001-11-17 Howard Chuainfo_free no longer needed
2001-11-16 Kurt ZeilengabitString fixes from Julius Enarusai (ITS#1441)
2001-11-16 Pierangelo Masaratimoved the empty dn static entry into a global const...
2001-11-16 Pierangelo Masaratiupdate dn can add/modrdn/delete entries rooted at ...
2001-11-16 Pierangelo Masaraticheck children access for old and new parent when = ''
2001-11-16 Pierangelo Masaratiupdatedn can add '' rooted entries (according to ACLs)
2001-11-16 Pierangelo Masaraticheck children access to newSuperior
2001-11-16 Pierangelo Masaratinon-root modrdn of entries rooted at '' checks children...
2001-11-16 Pierangelo Masaraticheck for update dn
2001-11-16 Howard ChuChanged AttributeType.sat_cname from char * to struct...
2001-11-16 Howard ChuChanged AttributeType.sat_cname from char * to struct...
2001-11-16 Howard ChuChanged global ad_mutex into per-attributeType mutex...
2001-11-14 Pierangelo Masaratihack to make '' base work; please check side-effects
2001-11-14 Pierangelo Masaratifix a couple of misformats
2001-11-14 Pierangelo Masaratinon-root add/delete of entries rooted at '' checks...
2001-11-14 Pierangelo Masaratinon-root add/delete of entries rooted at '' checks...
2001-11-13 Kurt ZeilengaRemove slap_get_time optimization.
2001-11-13 Kurt ZeilengaPort ITS#1430 changes from ldbm
2001-11-13 Kurt Zeilengarm currenttime_mutex.
2001-11-13 Mark Adamsonoptimize number of calls to slap_get_time()
2001-11-12 Howard ChuFix - put group cache search after backend has been...
2001-11-12 Howard ChuAdded bdb_attribute and bdb_group ACL support routines
2001-11-12 Howard ChuFix missing case
2001-11-12 Howard ChuAdded backend_group result caching.
2001-11-12 Howard ChuAdded backend_group result caching.
2001-11-12 Pierangelo MasaratiFixes first part of ITS#1430
2001-11-12 Pierangelo MasaratiFixes second part of ITS#1430
2001-11-12 Pierangelo MasaratiFixes ITS#1433
2001-11-12 Pierangelo Masaratitrims space after comma in dn.regex acls (prelude to...
2001-11-12 Mark Adamsonalready have the strlen of the attrname in the berval...
2001-11-10 Stig VenaasFixes memory leaks in do_compare()
2001-11-09 Mark Adamsonuse berval's instead of strings with UTF8normalize()
2001-11-07 Kurt ZeilengaRemove lint
2001-11-07 Howard ChuAdded schema_destroy() et al to free schema structures...
2001-11-06 Stig VenaasFixed more memory leaks
2001-11-06 Howard ChuAdded ldap_pvt_tls_destroy() to cleanup TLS library...
2001-11-06 Mark Adamsonbervals alloc'd by UTF8SubstringsassertionNormalize...
2001-11-05 Mark Adamsonfix various memory leaks
2001-11-05 Kurt ZeilengaDon't use indices to support not [!] filters.
2001-11-05 Howard ChuFix for dbnosync - DB_TXN_NOSYNC is not a valid flag...
2001-11-05 Howard ChuPorted referral patches from back-ldbm. I believe searc...
2001-11-03 Kurt Zeilengatelex number should allow $
2001-11-03 Kurt ZeilengaFix uninitialized pointer bug.
2001-11-01 Pierangelo Masaratiwrong length in statement selection (not critical)...
2001-10-29 Pierangelo Masaratifixes assertion fault when the <to> clauses's argument...
2001-10-26 Kurt ZeilengaFirst stable an implementing latest namedref specification.
2001-10-25 Pierangelo MasaratiFixes ITS#1385
2001-10-25 Kurt ZeilengaRoot DSE and subschema subentry compare.
2001-10-24 Kurt ZeilengaUse allids instead of candidiate negation for !. (ITS...
2001-10-24 Kurt ZeilengaFix error messages
2001-10-23 Kurt ZeilengaUse defined Root DSE attributes.
2001-10-23 Kurt ZeilengaUpdated busy loop protection
2001-10-23 Julio Sánchez Fern... Remove bogus refusal to index ;binary attributes. ...
2001-10-23 Julio Sánchez Fern... And this change implements indexing for certificateExac...
2001-10-23 Julio Sánchez Fern... No code change, added a comment warning of a possible...
2001-10-23 Julio Sánchez Fern... Compares get values in the matching rule syntax (see...
2001-10-23 Julio Sánchez Fern... Replacement for value_find and compatibility macro.
2001-10-23 Julio Sánchez Fern... Normalization and more error checking.
2001-10-22 Julio Sánchez Fern... When checking if an entry matches some filter, we have...
2001-10-22 Julio Sánchez Fern... Extend value_match to extract an asserted value from...
2001-10-22 Julio Sánchez Fern... Add a flag to help the value_* functions know whether...
2001-10-22 Julio Sánchez Fern... Do something with the error text.
2001-10-22 Howard ChuDon't free entries since the tools realloc the buffers.
2001-10-22 Howard ChuFix some uninitialized variables
2001-10-22 Howard ChuFix entry_encode; must save the given e->e_dn without...
2001-10-22 Howard ChuMissed a test in AttributeDescription commit
2001-10-22 Howard ChuMoved binary entry_encode/entry_decode into main code...
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2001-10-22 Julio Sánchez Fern... It now sort of works, but needs some normalization...
2001-10-21 Kurt ZeilengaExperiment with busy loop protection...
2001-10-20 Julio Sánchez Fern... Use the ldap syntax oid assigned by David Chadwick...
2001-10-20 Pierangelo Masaratilisten on any device
2001-10-20 Julio Sánchez Fern... First cut at certificateExactMatch, completely untested...
2001-10-19 Howard ChuPatches for modify/modrdn to work with BDB_USE_BINARY_RW.
2001-10-19 Howard ChuAdded new bdb_encode/bdb_decode functions, must #define...
next