1999-08-27 |
Kurt Zeilenga | If filenm is "" or ":", skip it |
commit | commitdiff | tree | snapshot |
1999-08-27 |
Kurt Zeilenga | Remove lint from awk script (trailing ;) |
commit | commitdiff | tree | snapshot |
1999-08-27 |
Kurt Zeilenga | Plug ber leakage: |
commit | commitdiff | tree | snapshot |
1999-08-27 |
Hallvard Furuseth | Plug memory leaks (free output from ldif_parse_line) |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Kurt Zeilenga | Disable removal of subtree indices upon delete. This... |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Kurt Zeilenga | Assert ID != NOID when fetching from the datastore. |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Kurt Zeilenga | Use NULL pointer to indicate values need not be freed... |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Kurt Zeilenga | Remove use of uninitialized variable. |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Kurt Zeilenga | Fix "database fubar" crash |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Kurt Zeilenga | Backout delete before add rdn index change. |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Kurt Zeilenga | Defer updating dn2id until after rdn checks... (test005... |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Kurt Zeilenga | Delete old rdn before adding new rdn. |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Kurt Zeilenga | fix dn2id delete bug... breaks modrdn. |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Kurt Zeilenga | This fixes dn2id delete bug... but breaks modrdn. |
commit | commitdiff | tree | snapshot |
1999-08-26 |
Kurt Zeilenga | Update test005-modrdn to handle success without entries |
commit | commitdiff | tree | snapshot |
1999-08-25 |
Kurt Zeilenga | Defer addition until we have some basic UTF-8 routines |
commit | commitdiff | tree | snapshot |
1999-08-25 |
Kurt Zeilenga | Clarify -enable-dns and "LDAPD" as being an X.500-to... |
commit | commitdiff | tree | snapshot |
1999-08-25 |
Kurt Zeilenga | Add dn.c |
commit | commitdiff | tree | snapshot |
1999-08-25 |
Kurt Zeilenga | Fix NEEDS typo in the right place |
commit | commitdiff | tree | snapshot |
1999-08-25 |
Kurt Zeilenga | Implement ldap_dn_normalize and friends. Should be... |
commit | commitdiff | tree | snapshot |
1999-08-25 |
Kurt Zeilenga | Fix NEEDS typo |
commit | commitdiff | tree | snapshot |
1999-08-24 |
Kurt Zeilenga | s/.h.nt/.nt/ to allow for better NMAKE processing |
commit | commitdiff | tree | snapshot |
1999-08-24 |
Kurt Zeilenga | Prepare to add ldap_dn_*() routines from slapd. |
commit | commitdiff | tree | snapshot |
1999-08-24 |
Gary Williams | LDAP_P is only for prototypes, remove from function def |
commit | commitdiff | tree | snapshot |
1999-08-24 |
Kurt Zeilenga | Add REG_NOSUB as we only need matched results. |
commit | commitdiff | tree | snapshot |
1999-08-24 |
Kurt Zeilenga | Fix ManageDSAit OID (had extra .16) |
commit | commitdiff | tree | snapshot |
1999-08-24 |
Kurt Zeilenga | Rename filter entry's strcpy_special() to strcpy_regex... |
commit | commitdiff | tree | snapshot |
1999-08-24 |
Kurt Zeilenga | Axe <varargs.h> support. Assume STDC C translator... |
commit | commitdiff | tree | snapshot |
1999-08-22 |
Kurt Zeilenga | ./configure --help cleanup |
commit | commitdiff | tree | snapshot |
1999-08-22 |
Kurt Zeilenga | s/ldif2ldbm/slapadd/ |
commit | commitdiff | tree | snapshot |
1999-08-22 |
Kurt Zeilenga | Rename test001 from test001-ldif2ldbm to test001-slapad... |
commit | commitdiff | tree | snapshot |
1999-08-22 |
Hallvard Furuseth | Plug minor memory leak |
commit | commitdiff | tree | snapshot |
1999-08-22 |
Hallvard Furuseth | Remove lint |
commit | commitdiff | tree | snapshot |
1999-08-22 |
Hallvard Furuseth | Initialize lineno |
commit | commitdiff | tree | snapshot |
1999-08-22 |
Hallvard Furuseth | Always compile acl_dn_pat when it is set, otherwise... |
commit | commitdiff | tree | snapshot |
1999-08-22 |
Kurt Zeilenga | Support for native GNU Pth Threads (--with-threads... |
commit | commitdiff | tree | snapshot |
1999-08-21 |
Kurt Zeilenga | Experimental support for GNU Pth's Posix Thread API... |
commit | commitdiff | tree | snapshot |
1999-08-20 |
Kurt Zeilenga | Stop mergers if dup returns NULL. |
commit | commitdiff | tree | snapshot |
1999-08-20 |
Kurt Zeilenga | ACIs from Mark Valence <kurash@sassafras.com> (ITS... |
commit | commitdiff | tree | snapshot |
1999-08-20 |
Kurt Zeilenga | Backout fetch_one copy change |
commit | commitdiff | tree | snapshot |
1999-08-20 |
Kurt Zeilenga | Fix slurpd constification where dependent upon slap.h |
commit | commitdiff | tree | snapshot |
1999-08-20 |
Kurt Zeilenga | complete this round of constification |
commit | commitdiff | tree | snapshot |
1999-08-20 |
Kurt Zeilenga | more const'ification |
commit | commitdiff | tree | snapshot |
1999-08-20 |
Kurt Zeilenga | const'ification |
commit | commitdiff | tree | snapshot |
1999-08-20 |
Kurt Zeilenga | const'fication |
commit | commitdiff | tree | snapshot |
1999-08-20 |
Kurt Zeilenga | Apply Hallvard's memory leak plugs... |
commit | commitdiff | tree | snapshot |
1999-08-20 |
Howard Chu | Update for attribute, objectclass, and objectidentifier... |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Howard Chu | Fix warnings from previous OID parse commit |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Kurt Zeilenga | s/slapentry/slapadd/ |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Kurt Zeilenga | s/HAVE_QUIPU/BUILD_QUIPU/ |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Howard Chu | Add OIDmacros for attribute & objectclass numericOIDs... |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Kurt Zeilenga | Add CSRIMALLOC Support |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Kurt Zeilenga | More unifdef -DSLAP_CLEANUP |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Kurt Zeilenga | unifdef -DSLAP_CLEANUP |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Kurt Zeilenga | More CSRI malloc debugging support and destroy sockbuf... |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Kurt Zeilenga | slapd_tester should be linked with LIBS |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Kurt Zeilenga | Free ldif buffer... test001 now shows no leaks! |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Kurt Zeilenga | Fix MAJOR memory leak. |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Kurt Zeilenga | Add CSRIMALLOC support |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Kurt Zeilenga | Apply dn_parent memory leak fix to bdb2 |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Kurt Zeilenga | Centralize slap init/startup/shutdown/destroy into... |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Kurt Zeilenga | Fix typo in last commit... odd that test001 didn't... |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Kurt Zeilenga | Add hacks to allow debugging with CSRI malloc. |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Kurt Zeilenga | Remove "touch all-common", not building when needed... |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Kurt Zeilenga | s/U-Mich/OpenLDAP/ in examples |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Kurt Zeilenga | Fix dn_parent memory leak. |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Kurt Zeilenga | Fix SLAP_CLEANUP (this #ifdef should really be removed) |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Hallvard Furuseth | plug memory leak |
commit | commitdiff | tree | snapshot |
1999-08-19 |
Kurt Zeilenga | Clean up debug messages. |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Kurt Zeilenga | Removed in favor of -xx.txt |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Kurt Zeilenga | draft-ietf-ldup-subentry-00.txt |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Kurt Zeilenga | Statement concerning appropriate use of I-D. |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Kurt Zeilenga | draft-ietf-ldapext-namedref-00.txt |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Kurt Zeilenga | update to draft-ietf-ldapext-acl-model-03.txt |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Kurt Zeilenga | draft-ietf-ldapext-authmeth-04.txt |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Kurt Zeilenga | draft-ietf-ldapext-acl-reqts-02.txt |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Kurt Zeilenga | moved to -xx.txt |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Kurt Zeilenga | Update to revision 3. |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Kurt Zeilenga | Don't include revision number in file name (to allow... |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Kurt Zeilenga | Fix typos in 'make clean' |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Kurt Zeilenga | Fix server==NULL bugs |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Kurt Zeilenga | s/U-Mich/OpenLDAP/ in examples |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Kurt Zeilenga | Document -s and -c modes. |
commit | commitdiff | tree | snapshot |
1999-08-18 |
Kurt Zeilenga | Add schema checking, continue mode, and fix a few leaks. |
commit | commitdiff | tree | snapshot |
1999-08-17 |
Hallvard Furuseth | Add <ac/string.h> |
commit | commitdiff | tree | snapshot |
1999-08-17 |
Hallvard Furuseth | Fix printf formats: print msgtype as %lu, remove spurio... |
commit | commitdiff | tree | snapshot |
1999-08-17 |
Kurt Zeilenga | Remove lint. |
commit | commitdiff | tree | snapshot |
1999-08-17 |
Kurt Zeilenga | Update MSVC project and remove lint |
commit | commitdiff | tree | snapshot |
1999-08-17 |
Hallvard Furuseth | Add missing progname argument to fprintf |
commit | commitdiff | tree | snapshot |
1999-08-17 |
Hallvard Furuseth | Add const, to fix "cast away from const" warnings |
commit | commitdiff | tree | snapshot |
1999-08-17 |
Howard Chu | Remove extraneous newlines from non-LDIF output |
commit | commitdiff | tree | snapshot |
1999-08-17 |
Kurt Zeilenga | s/ldif2ldbm/slapadd/ and similiar changes |
commit | commitdiff | tree | snapshot |
1999-08-17 |
Kurt Zeilenga | s/ldif2dlbm/slapadd/ |
commit | commitdiff | tree | snapshot |
1999-08-17 |
Kurt Zeilenga | Add man pages for slapadd and slapcat (slapindex coming... |
commit | commitdiff | tree | snapshot |
1999-08-17 |
Hallvard Furuseth | Add missing newline at end of file |
commit | commitdiff | tree | snapshot |
1999-08-17 |
Kurt Zeilenga | Make -d levels additive |
commit | commitdiff | tree | snapshot |
1999-08-17 |
Kurt Zeilenga | New dn2id format with base/one/subtree indices (ldbm... |
commit | commitdiff | tree | snapshot |
1999-08-17 |
Kurt Zeilenga | Another bogus postalcode removed |
commit | commitdiff | tree | snapshot |
1999-08-17 |
Kurt Zeilenga | Strip bogus postcode from entry |
commit | commitdiff | tree | snapshot |
1999-08-17 |
Hallvard Furuseth | Fix bugreport/mailinglist addresses |
commit | commitdiff | tree | snapshot |
next |