2000-06-08 |
Julio Sánchez... | The old mail500 is back restored as of 1999/06/30,... |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Kurt Zeilenga | Initialize peername with EOS. |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Kurt Zeilenga | Replace AuthMeth, StartTLS, and DIGEST-MD5 I-Ds with RFC |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Kurt Zeilenga | First cut new schema support. |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Kurt Zeilenga | Remove lint |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Kurt Zeilenga | Meantion new features |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Kurt Zeilenga | Apply Novell's IN_KERNEL support (ITS#576) |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Mark Valence | Added a yield or two for Pth. |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Mark Valence | Thread pools enabled again -- test008 passes on NT... |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Kurt Zeilenga | ~ NULL was a bad idea. |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Mark Valence | Disable thread pooling while I fix the deadlock. |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Kurt Zeilenga | remove pointer v. int lint from ber_sockbuf_ctrl. |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Kurt Zeilenga | Really disable pthread rw locks |
commit | commitdiff | tree | snapshot |
2000-06-08 |
Kurt Zeilenga | Disable pthread rwlock use til we sort out pool issues |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Kurt Zeilenga | Add missing -DNO_THREADS trylock and make minor change... |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Kurt Zeilenga | Add VLV/Sort controls (from Novell) |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Kurt Zeilenga | Add VLV and SortList Control API and related (and other... |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Mark Valence | Use thread pool for operation threads. |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Mark Valence | Add thread pool routines. |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Kurt Zeilenga | Include <lber.h> to use ber_strdup(). (probably should... |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Kurt Zeilenga | Use ldap_pvt_url_scheme2tls() to test for ldaps:// |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Mark Valence | ldap_is_ldaps_url takes a char *. Is there a better... |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Kurt Zeilenga | fix up stats/debug messages |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Kurt Zeilenga | Fix up debug statement as suggested by christian.lorenz... |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Kurt Zeilenga | Update a few misc docs |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Kurt Zeilenga | Use LDAP_VFREE and friends. Other misc code cleanup. |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Kurt Zeilenga | Add Pth specific r/w lock implementation. |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Kurt Zeilenga | Rework URI parser to provide true scheme not proto... |
commit | commitdiff | tree | snapshot |
2000-06-07 |
Kurt Zeilenga | Use pthread rwlocks, if available |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Kurt Zeilenga | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Kurt Zeilenga | Demonstrate how rdwr routines could be easily replaced. |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Kurt Zeilenga | Basic IPv6 support... |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Kurt Zeilenga | Cleanup slapd.conf sed'ing |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Kurt Zeilenga | Additional unifdef'ing |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Mark Valence | In preparation for thread pools |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Kurt Zeilenga | Cleanup schema/data symlinks |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Kurt Zeilenga | Axe old schema files |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Kurt Zeilenga | unifdef -DSLAPD_SCHEMA_NOT_COMPAT -USLAPD_SCHEMA_COMPAT |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Kurt Zeilenga | Add presense indexing |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Kurt Zeilenga | remove init arg from attrs_index_config proto |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Kurt Zeilenga | Don't automatically index objectlclass eq, ineffective... |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Kurt Zeilenga | Remove old schema directives |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Kurt Zeilenga | Use err2txt for unknown error |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Mark Valence | Fix memory leak in new schema code. |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Kurt Zeilenga | Remove not to be implemented control. |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Kurt Zeilenga | Prepare for unifdef -DSLAPD_SCHEMA_NOT_COMPAT |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Mark Valence | Updated for schemas. |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Kurt Zeilenga | Don't include files moved to attic |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Kurt Zeilenga | Complete group ACL impl. under new schema code |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Kurt Zeilenga | Remove lint |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Kurt Zeilenga | Move experimental Back-BDB2 to Attic |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Kurt Zeilenga | (very) incomplete Digest-MD5 impl to Attic (until someo... |
commit | commitdiff | tree | snapshot |
2000-06-06 |
Kurt Zeilenga | getbyname/getbyaddr should share mutex per ITS#563. |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Kurt Zeilenga | DNSSRV use res_query, not res_search |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Kurt Zeilenga | Remove support for DNS DNs (not to be confused with... |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Kurt Zeilenga | remove old STR_TRANSLATION feature. The use of this... |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Kurt Zeilenga | Include core.schema, not old schema files |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Kurt Zeilenga | Use #ifdef, not #if |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Kurt Zeilenga | Fix up makefiles after removal of getdxname.c |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Kurt Zeilenga | A simple (and correct) backend group selection. |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Kurt Zeilenga | move --enable-dns (LDAP_API_FEATURE_X_OPENLDAP_V2_DNS... |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Kurt Zeilenga | Move old schema files to Attic. |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Mark Valence | Fix broken non-schema build (var not defined). |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Mark Valence | Keep from ldbm_sync'ing a DBCache unless it has been... |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Mark Valence | Use "uri" directive (instead of "server") to specify... |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Mark Valence | backend_group selects the correct backend for the group. |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Kurt Zeilenga | Add ManageDSAit support to back-dnssrv |
commit | commitdiff | tree | snapshot |
2000-06-05 |
Julio Sánchez... | Initial version of man page for the schema routines |
commit | commitdiff | tree | snapshot |
2000-06-04 |
Mark Valence | Update to work with schemas (SLAPD_SCHEMA_NOT_COMPAT=1) |
commit | commitdiff | tree | snapshot |
2000-06-04 |
Kurt Zeilenga | New indexer/filter codes (test suite works) with cheats |
commit | commitdiff | tree | snapshot |
2000-06-04 |
Mark Valence | Fix parameter order error. |
commit | commitdiff | tree | snapshot |
2000-06-04 |
Mark Valence | Fix memory leak. |
commit | commitdiff | tree | snapshot |
2000-06-04 |
Mark Valence | Clean up some NT lint. |
commit | commitdiff | tree | snapshot |
2000-06-04 |
Mark Valence | Bug fix. |
commit | commitdiff | tree | snapshot |
2000-06-04 |
Mark Valence | Bug fix for new sockbuf code under NT. Added mutex... |
commit | commitdiff | tree | snapshot |
2000-06-03 |
Kurt Zeilenga | Use provided macros and comment |
commit | commitdiff | tree | snapshot |
2000-06-03 |
Kurt Zeilenga | Fix anonymous mapping |
commit | commitdiff | tree | snapshot |
2000-06-03 |
Kurt Zeilenga | Use ldap_parse_result instead of deprecated ldap_result... |
commit | commitdiff | tree | snapshot |
2000-06-03 |
Kurt Zeilenga | Raise MAXDBCACHE to 128. |
commit | commitdiff | tree | snapshot |
2000-06-02 |
Kurt Zeilenga | This is a one-liner Steve missed in the referral patch... |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Kurt Zeilenga | Move ldapd into the Attic, quipu tools remain for now. |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Kurt Zeilenga | remove lint |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Kurt Zeilenga | Remove lint |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Kurt Zeilenga | ITS#537: lber io rewrite from Gambor Gombas. |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Kurt Zeilenga | Must work with trailing / on URI |
commit | commitdiff | tree | snapshot |
2000-06-01 |
Kurt Zeilenga | Install *.schema only |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Kurt Zeilenga | Add extensibleObject support |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Kurt Zeilenga | Fix up referral commit. |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Kurt Zeilenga | A couple of minor fixes to LDAPv3 referral chasing |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Kurt Zeilenga | Regenerate |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Kurt Zeilenga | LDAPv3 referrals changes by Steve Sonntag @ Novell |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Kurt Zeilenga | Clean links, patch from <Christian.Lorenz@suse.de> |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Kurt Zeilenga | Add project public directory schema |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Kurt Zeilenga | Don't need openldap.schema anymore to run tests |
commit | commitdiff | tree | snapshot |
2000-05-31 |
Kurt Zeilenga | Move schema needed by slapd to core.schema so that... |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Kurt Zeilenga | Add more tests to tests project |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Kurt Zeilenga | Add TLS SASL/EXTERNAL project |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Kurt Zeilenga | Move -DSLAPD_SCHEMA_COMPAT to acconfig.h... |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Kurt Zeilenga | Rework ACI codes to use OpenLDAPaci. Add needed schema... |
commit | commitdiff | tree | snapshot |
2000-05-30 |
Kurt Zeilenga | Clean up 'ref' DESC |
commit | commitdiff | tree | snapshot |
next |