]> git.sur5r.net Git - openldap/shortlog
openldap
1999-09-02 Hallvard FurusethFix typo in lutil_debug_file()
1999-09-02 Hallvard FurusethAdd ldap_rename() and ldap_rename_s() prototypes
1999-09-02 Hallvard FurusethRemove unused vars/function
1999-09-02 Hallvard FurusethAxe <varargs.h> support: Don't use LDAP_P() on varargs...
1999-09-02 Hallvard FurusethAxe <varargs.h> support. Assume STDC C translator...
1999-09-02 Kurt ZeilengaAdd OpenLDAP RCS id and copyright
1999-09-02 Kurt ZeilengaAdd OpenLDAP RCS id
1999-09-01 Kurt ZeilengaFix idl_insert_key() return codes.
1999-09-01 Kurt Zeilengaif/else clause was reversed and attr->values used where...
1999-09-01 Hallvard FurusethFix uninitialized variable
1999-09-01 Kurt ZeilengaFix idle timeout code.
1999-09-01 Hallvard FurusethFix uninitialized variables
1999-09-01 Hallvard Furusethinclude ac/string.h
1999-09-01 Kurt ZeilengaFix last commit. Should not have deleted assignment...
1999-09-01 Hallvard FurusethInitialize rc
1999-08-31 Kurt Zeilengapipe(2) needs unistd.h
1999-08-31 Kurt ZeilengaAdd comment concerning with it's acceptable to use...
1999-08-31 Kurt ZeilengaRemove use of quipu object classes
1999-08-31 Kurt ZeilengaUse pipe(2) if descriptors are selectable.
1999-08-31 Kurt ZeilengaClean up soctpair for NT. Add USE_PAIR to allow pair...
1999-08-31 Kurt Zeilengasockpair cleanup including:
1999-08-31 Howard ChuUse lutil_pair(), WAKE_LISTENER now uses this socket.
1999-08-31 Howard ChuAdded lutil_pair()
1999-08-31 Kurt ZeilengaShouldn't need to restall signal handler outside of...
1999-08-31 Kurt Zeilengado_admin should reinstall handler on called signal...
1999-08-31 Kurt ZeilengaAdd OpenLDAP RCS Id
1999-08-31 Kurt ZeilengaAdd some basic detection of restartable syscalls, sigac...
1999-08-31 Hallvard FurusethExport ldap_pvt_<find_wildcard,filter_value_unescape...
1999-08-31 Hallvard FurusethTypo in debug message
1999-08-30 Gary Williamsvalidate object class before checking required and...
1999-08-30 Kurt Zeilengas/Id/OpenLDAP/ in RCSids
1999-08-30 Kurt ZeilengaAdd experimental OpenLDAP RCSid
1999-08-30 Kurt ZeilengaDo not overwrite charray argument if charray_add reallo...
1999-08-30 Kurt ZeilengaUpdate description of 2.0 items in preparation for...
1999-08-29 Kurt ZeilengaBack out to simple sock_errno sock_errstr macros and...
1999-08-29 Kurt ZeilengaAdd RCS ID again...
1999-08-29 Howard ChuReplaced sock_errno()/sock_errstr() macros with SOCK_ER...
1999-08-29 Kurt ZeilengaAdd RCS Id to "generic" headers (experimental)
1999-08-29 Kurt ZeilengaMake sock_errstr expect an error value instead of relyi...
1999-08-29 Kurt ZeilengaFix Debug() with too few arguments.
1999-08-29 Kurt ZeilengaUpdate a few comments
1999-08-29 Howard ChuDefined tcp_read and tcp_write. Use them in daemon.c
1999-08-29 Howard ChuIn previous commit - change strerror() to STRERROR().
1999-08-29 Howard Chuper Hallvard's advice: fixed definition of sock_errstr().
1999-08-29 Howard ChuDefine sock_errno() and sock_errstr() for Unix and...
1999-08-29 Howard ChuDefine strerror() if it doesn't exist.
1999-08-29 Howard ChuUse sock_errno() and sock_errstr() in socket debug...
1999-08-29 Howard ChuUse strerror()
1999-08-29 Hallvard FurusethFix fprintf format args
1999-08-28 Hallvard FurusethCatch \ at end of filter
1999-08-28 Hallvard FurusethRemove 'cast away const'
1999-08-28 Hallvard FurusethFix typo in filter_value_unescape()
1999-08-28 Kurt ZeilengaAdd RCS Id (experimental)
1999-08-27 Kurt ZeilengaRemove misplaced asserts. connection_resched changes...
1999-08-27 Kurt ZeilengaIf filenm is "" or ":", skip it
1999-08-27 Kurt ZeilengaRemove lint from awk script (trailing ;)
1999-08-27 Kurt ZeilengaPlug ber leakage:
1999-08-27 Hallvard FurusethPlug memory leaks (free output from ldif_parse_line)
1999-08-26 Kurt ZeilengaDisable removal of subtree indices upon delete. This...
1999-08-26 Kurt ZeilengaAssert ID != NOID when fetching from the datastore.
1999-08-26 Kurt ZeilengaUse NULL pointer to indicate values need not be freed...
1999-08-26 Kurt ZeilengaRemove use of uninitialized variable.
1999-08-26 Kurt ZeilengaFix "database fubar" crash
1999-08-26 Kurt ZeilengaBackout delete before add rdn index change.
1999-08-26 Kurt ZeilengaDefer updating dn2id until after rdn checks... (test005...
1999-08-26 Kurt ZeilengaDelete old rdn before adding new rdn.
1999-08-26 Kurt Zeilengafix dn2id delete bug... breaks modrdn.
1999-08-26 Kurt ZeilengaThis fixes dn2id delete bug... but breaks modrdn.
1999-08-26 Kurt ZeilengaUpdate test005-modrdn to handle success without entries
1999-08-25 Kurt ZeilengaDefer addition until we have some basic UTF-8 routines
1999-08-25 Kurt ZeilengaClarify -enable-dns and "LDAPD" as being an X.500-to...
1999-08-25 Kurt ZeilengaAdd dn.c
1999-08-25 Kurt ZeilengaFix NEEDS typo in the right place
1999-08-25 Kurt ZeilengaImplement ldap_dn_normalize and friends. Should be...
1999-08-25 Kurt ZeilengaFix NEEDS typo
1999-08-24 Kurt Zeilengas/.h.nt/.nt/ to allow for better NMAKE processing
1999-08-24 Kurt ZeilengaPrepare to add ldap_dn_*() routines from slapd.
1999-08-24 Gary WilliamsLDAP_P is only for prototypes, remove from function def
1999-08-24 Kurt ZeilengaAdd REG_NOSUB as we only need matched results.
1999-08-24 Kurt ZeilengaFix ManageDSAit OID (had extra .16)
1999-08-24 Kurt ZeilengaRename filter entry's strcpy_special() to strcpy_regex...
1999-08-24 Kurt ZeilengaAxe <varargs.h> support. Assume STDC C translator...
1999-08-22 Kurt Zeilenga./configure --help cleanup
1999-08-22 Kurt Zeilengas/ldif2ldbm/slapadd/
1999-08-22 Kurt ZeilengaRename test001 from test001-ldif2ldbm to test001-slapad...
1999-08-22 Hallvard FurusethPlug minor memory leak
1999-08-22 Hallvard FurusethRemove lint
1999-08-22 Hallvard FurusethInitialize lineno
1999-08-22 Hallvard FurusethAlways compile acl_dn_pat when it is set, otherwise...
1999-08-22 Kurt ZeilengaSupport for native GNU Pth Threads (--with-threads...
1999-08-21 Kurt ZeilengaExperimental support for GNU Pth's Posix Thread API...
1999-08-20 Kurt ZeilengaStop mergers if dup returns NULL.
1999-08-20 Kurt ZeilengaACIs from Mark Valence <kurash@sassafras.com> (ITS...
1999-08-20 Kurt ZeilengaBackout fetch_one copy change
1999-08-20 Kurt ZeilengaFix slurpd constification where dependent upon slap.h
1999-08-20 Kurt Zeilengacomplete this round of constification
1999-08-20 Kurt Zeilengamore const'ification
1999-08-20 Kurt Zeilengaconst'ification
1999-08-20 Kurt Zeilengaconst'fication
1999-08-20 Kurt ZeilengaApply Hallvard's memory leak plugs...
next