2001-12-03 |
Kurt Zeilenga | Add additional sanity check |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Kurt Zeilenga | Friendly name removal |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Kurt Zeilenga | Minor cleanup |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Howard Chu | Don't maintain a DN_SUBTREE index for the backend suffi... |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Howard Chu | Rewrote entry_encode/entry_decode again, uses 50% less... |
commit | commitdiff | tree | snapshot |
2001-12-03 |
Pierangelo... | small improvements and fixes; now honors ';' as rdn... |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Kurt Zeilenga | Add more DESC fields and misc cleanup |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Kurt Zeilenga | Make sure experimental syntaxes are hidden |
commit | commitdiff | tree | snapshot |
2001-12-02 |
Kurt Zeilenga | Finish friendly_name() removal |
commit | commitdiff | tree | snapshot |
2001-12-01 |
Kurt Zeilenga | Misc DESC updates |
commit | commitdiff | tree | snapshot |
2001-12-01 |
Pierangelo... | paranoid check for escaped dn separators when naively... |
commit | commitdiff | tree | snapshot |
2001-12-01 |
Pierangelo... | added pattern="anonymous","users","dn.{base|one|subtree... |
commit | commitdiff | tree | snapshot |
2001-12-01 |
Kurt Zeilenga | Don't bother with friendly name |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Howard Chu | Add #include <openssl/safestack.h> to fix ITS#1412 |
commit | commitdiff | tree | snapshot |
2001-11-30 |
Howard Chu | In presence_candidates(), always return a full match... |
commit | commitdiff | tree | snapshot |
2001-11-29 |
Kurt Zeilenga | Clarify acceptability requirements of additional schema... |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Howard Chu | Renamed BDB_ID2ENTRY_PAGESIZE to just BDB_PAGESIZE... |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Kurt Zeilenga | ITS#1429 url search fix |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Kurt Zeilenga | Fix kerberos test |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Howard Chu | Added experimental support for DB_DIRTY_READ. |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Kurt Zeilenga | Use gar if ar(1) is not available |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Kurt Zeilenga | ITS#1467 passwd fix from Brad Thompson <brad@vecna... |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Kurt Zeilenga | Use -h URL, not -p port |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Kurt Zeilenga | Fix typo in last commit |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Kurt Zeilenga | Support some MAXPATHLEN alternatives |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Kurt Zeilenga | Kludge for the Hurd |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Kurt Zeilenga | Cthread changes for the Hurd. |
commit | commitdiff | tree | snapshot |
2001-11-28 |
Kurt Zeilenga | misc updates |
commit | commitdiff | tree | snapshot |
2001-11-27 |
Howard Chu | Cleanup a while() loop. |
commit | commitdiff | tree | snapshot |
2001-11-27 |
Kurt Zeilenga | Add additional projects |
commit | commitdiff | tree | snapshot |
2001-11-27 |
Kurt Zeilenga | Replace existing SLAP_MR_ matching flags with: |
commit | commitdiff | tree | snapshot |
2001-11-27 |
Howard Chu | Set the id2entry database pagesize to BDB_ID2ENTRY_PAGE... |
commit | commitdiff | tree | snapshot |
2001-11-27 |
Howard Chu | Eliminated nextid database. id2entry database is now... |
commit | commitdiff | tree | snapshot |
2001-11-27 |
Howard Chu | Fix segv in slapcat. Tool must use be_entry_return... |
commit | commitdiff | tree | snapshot |
2001-11-27 |
Howard Chu | Add #define SLAP_BDB_ALLOW_DBNOTXN to control dbnotxn... |
commit | commitdiff | tree | snapshot |
2001-11-27 |
Howard Chu | Revert 1.11, the extra clause breaks test009-referral... |
commit | commitdiff | tree | snapshot |
2001-11-27 |
Kurt Zeilenga | Misc code cleanup |
commit | commitdiff | tree | snapshot |
2001-11-27 |
Howard Chu | Added "dbnotxn" config keyword. If present, back-bdb... |
commit | commitdiff | tree | snapshot |
2001-11-27 |
Howard Chu | Fixed exit code processing. passwd.c never committed... |
commit | commitdiff | tree | snapshot |
2001-11-26 |
Howard Chu | Some tweaks to cut down on IDL stack usage. idl_interse... |
commit | commitdiff | tree | snapshot |
2001-11-24 |
Howard Chu | More indexing fixes. Now passes tests 0-7, 10, and 11. |
commit | commitdiff | tree | snapshot |
2001-11-24 |
Howard Chu | Fixed exit condition code checks and log msg, was retur... |
commit | commitdiff | tree | snapshot |
2001-11-24 |
Howard Chu | Removed unused "range" argument from indexing functions... |
commit | commitdiff | tree | snapshot |
2001-11-24 |
Howard Chu | Fixed initialization bug. |
commit | commitdiff | tree | snapshot |
2001-11-24 |
Howard Chu | Fix initialization bugs |
commit | commitdiff | tree | snapshot |
2001-11-24 |
Howard Chu | Fix typo that prevented rootdn logins. |
commit | commitdiff | tree | snapshot |
2001-11-21 |
Mark Adamson | Allow size and time limits in slapd.conf for anonymous... |
commit | commitdiff | tree | snapshot |
2001-11-17 |
Pierangelo... | minor cleanup |
commit | commitdiff | tree | snapshot |
2001-11-17 |
Pierangelo... | minor cleanup |
commit | commitdiff | tree | snapshot |
2001-11-17 |
Pierangelo... | minor cleanup |
commit | commitdiff | tree | snapshot |
2001-11-17 |
Pierangelo... | fix misinitialized UNDEFINED attribute type; reordered... |
commit | commitdiff | tree | snapshot |
2001-11-17 |
Pierangelo... | add const |
commit | commitdiff | tree | snapshot |
2001-11-17 |
Howard Chu | equality_candidates: s/BDB_IDL_RANGE_CPY/BDB_IDL_CPY/ |
commit | commitdiff | tree | snapshot |
2001-11-17 |
Howard Chu | First pass at indexing cleanup. Both filterindex.c... |
commit | commitdiff | tree | snapshot |
2001-11-17 |
Howard Chu | ainfo_free no longer needed |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Kurt Zeilenga | bitString fixes from Julius Enarusai (ITS#1441) |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Pierangelo... | moved the empty dn static entry into a global const... |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Pierangelo... | update dn can add/modrdn/delete entries rooted at ... |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Pierangelo... | check children access for old and new parent when = '' |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Pierangelo... | updatedn can add '' rooted entries (according to ACLs) |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Pierangelo... | check children access to newSuperior |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Pierangelo... | non-root modrdn of entries rooted at '' checks children... |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Pierangelo... | check for update dn |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Howard Chu | Changed AttributeType.sat_cname from char * to struct... |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Howard Chu | Changed AttributeType.sat_cname from char * to struct... |
commit | commitdiff | tree | snapshot |
2001-11-16 |
Howard Chu | Changed global ad_mutex into per-attributeType mutex... |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Ralf Haferkamp | Fixed some memory allocation/freeing bugs |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Pierangelo... | hack to make '' base work; please check side-effects |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Pierangelo... | fix a couple of misformats |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Pierangelo... | non-root add/delete of entries rooted at '' checks... |
commit | commitdiff | tree | snapshot |
2001-11-14 |
Pierangelo... | non-root add/delete of entries rooted at '' checks... |
commit | commitdiff | tree | snapshot |
2001-11-13 |
Kurt Zeilenga | Remove slap_get_time optimization. |
commit | commitdiff | tree | snapshot |
2001-11-13 |
Kurt Zeilenga | Port ITS#1430 changes from ldbm |
commit | commitdiff | tree | snapshot |
2001-11-13 |
Kurt Zeilenga | rm currenttime_mutex. |
commit | commitdiff | tree | snapshot |
2001-11-13 |
Mark Adamson | optimize number of calls to slap_get_time() |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Howard Chu | Fix - put group cache search after backend has been... |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Howard Chu | Added bdb_attribute and bdb_group ACL support routines |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Howard Chu | Fix missing case |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Howard Chu | Added backend_group result caching. |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Howard Chu | Added backend_group result caching. |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Pierangelo... | Fixes first part of ITS#1430 |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Pierangelo... | Fixes second part of ITS#1430 |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Pierangelo... | Fixes ITS#1433 |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Pierangelo... | trims space after comma in dn.regex acls (prelude to... |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Pierangelo... | fix bug in previous commit |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Pierangelo... | struct berval * instead of char * in ldap_ava struct... |
commit | commitdiff | tree | snapshot |
2001-11-12 |
Mark Adamson | already have the strlen of the attrname in the berval... |
commit | commitdiff | tree | snapshot |
2001-11-10 |
Stig Venaas | Fixes memory leaks in do_compare() |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Mark Adamson | typo in declaration of function. |
commit | commitdiff | tree | snapshot |
2001-11-09 |
Mark Adamson | use berval's instead of strings with UTF8normalize() |
commit | commitdiff | tree | snapshot |
2001-11-08 |
Steve Sonntag | Compile error if Cyrus Sasl is not present. Put ifdefs in |
commit | commitdiff | tree | snapshot |
2001-11-07 |
Kurt Zeilenga | Remove lint |
commit | commitdiff | tree | snapshot |
2001-11-07 |
Howard Chu | Added schema_destroy() et al to free schema structures... |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Stig Venaas | Fixed more memory leaks |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Howard Chu | Added ldap_pvt_tls_destroy() to cleanup TLS library... |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Mark Adamson | bervals alloc'd by UTF8SubstringsassertionNormalize... |
commit | commitdiff | tree | snapshot |
2001-11-06 |
Kurt Zeilenga | Plug leaks (ITS#1116) |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Mark Adamson | fix various memory leaks |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Kurt Zeilenga | Add dnsReferral to TO DO list |
commit | commitdiff | tree | snapshot |
2001-11-05 |
Kurt Zeilenga | Don't use indices to support not [!] filters. |
commit | commitdiff | tree | snapshot |
next |