]> git.sur5r.net Git - openldap/history - servers/slapd/result.c
Add OpenLDAP RCSid to *.[ch] in clients, libraries, and servers.
[openldap] / servers / slapd / result.c
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-05 Kurt ZeilengaFurther trim_refs_url fixes from Hallvard. Need additi...
1999-09-05 Kurt ZeilengaFix = vs == bug
1999-09-03 Hallvard FurusethMove `#include "ldap_defaults.h"' into slap.h, which...
1999-09-02 Hallvard FurusethFix ber_pvt_sb_udp_set_dst() argument
1999-08-29 Kurt ZeilengaFix Debug() with too few arguments.
1999-08-29 Howard ChuIn previous commit - change strerror() to STRERROR().
1999-08-29 Howard ChuUse strerror()
1999-08-27 Kurt ZeilengaPlug ber leakage:
1999-08-20 Kurt ZeilengaACIs from Mark Valence <kurash@sassafras.com> (ITS...
1999-08-20 Kurt Zeilengacomplete this round of constification
1999-08-20 Kurt Zeilengaconst'fication
1999-08-19 Kurt ZeilengaClean up debug messages.
1999-08-16 Hallvard Furuseths/text/text ? text : ""/ in Statslog
1999-08-07 Hallvard FurusethMinor cleanup:
1999-08-03 Kurt Zeilengachange order of tag and err in logging (only). Does...
1999-07-24 Kurt ZeilengaAdd support for LDAP_ALL_OPERATIONAL_ATTRIBUTES ("...
1999-07-24 Kurt ZeilengaReally fix subschemasubentry...
1999-07-24 Kurt ZeilengaFix subschemasubentry operational attribute.
1999-07-22 Kurt ZeilengaFix "*" op-attr search
1999-07-19 Kurt ZeilengaNamespace changes
1999-07-16 Kurt Zeilenga(re)introduce o_connid such that STATS doesn't need...
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-07-13 Hallvard FurusethFix LDAP_CONNECTIONLESS code rot
1999-07-07 Kurt ZeilengaAdd support for unsolicited notifications.
1999-07-01 Kurt ZeilengaAdd macros to support testing of error categories to...
1999-06-29 Kurt Zeilengaexpose oc_check_operational from schema.c
1999-06-29 Kurt ZeilengaRemove old U-Mich v3.0 and OLD_LDAP_* crud.
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-05-28 Kurt ZeilengaChanged lc_conn to be a pointer to a BerElement to...
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-05-06 Gary Williamsmove socket.h before errno.h so EWOULDBLOCK is defined...
1999-04-28 Kurt ZeilengaWinsock changes:
1999-04-23 Kurt ZeilengaModify connection_closing() to abandon operations and...
1999-04-16 Kurt ZeilengaFix typo in write select. Fix errors in WINSOCK handling.
1999-04-14 Gary Williamsget rid of unreferenced variable tmp
1999-04-08 Kurt ZeilengaChanges to support FreeBSD LinuxThreads port. Namely...
1999-04-02 Hallvard FurusethUNDO LAST COMMIT.
1999-04-02 Hallvard FurusethFix wait4child change: Prefer wait3 over wait. Use...
1999-04-01 Gary WilliamsNT port
1999-03-26 Kurt ZeilengaReenable counters.
1999-03-23 Kurt ZeilengaImproved "closing" handling. Remove fd from read set...
1999-03-22 Kurt ZeilengaFix c_mutex typo.
1999-03-22 Kurt ZeilengaPROTOTYPE: New connection management infrastructure...
1999-03-16 Kurt ZeilengaInitial check of connection states. Have only implemented
1999-03-06 Hallvard FurusethRemove unused variables
1999-03-04 Hallvard FurusethPrint tag with format %lu, not %d
1999-03-02 Bart HartgersThe new&improved Sockbuf. This adds the infrastructure...
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-21 Kurt ZeilengaAdd c_protocol to slap_conn to track protocol version...
1999-01-19 Kurt ZeilengaUpdate slap_conn to maintain client provided dn and...
1999-01-11 Kurt ZeilengaChange SLAPD shutdown to do a cond wait on active threa...
1998-11-27 Kurt ZeilengaReplace strdup() with ch_strdup() such that exit()...
1998-11-18 Kurt ZeilengaUpdate LinuxThread signal handling. Hide #ifdef hell...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-25 Kurt Zeilengamerge with main branch OPENLDAP_DEVEL_AC
1998-10-23 Kurt Zeilengaslapd returned "partial results and referral" even...
1998-10-21 Kurt ZeilengaSLAPD compiles. Needs LDBM work to link.
1998-10-21 Kurt Zeilengainclude portable.h
1998-10-19 Kurt ZeilengaMerge in latest from -current.
1998-09-25 Kurt ZeilengaEverything compiles.... but tests fail...
1998-09-23 Kurt ZeilengaUse ldap_cdefs.h more. Use bridge.h less.
1998-09-20 Kurt ZeilengaMerged in per cache entry reader/writer locks from...
1998-08-21 Kurt ZeilengaMerged files from branch REGEX_REMOVAL. Despite name...
1998-08-19 Kurt ZeilengaModified build environment to correctly support bin...
1998-08-13 Kurt Zeilengaintegrated changed from rage.net glibc.patch
1998-08-09 Kurt ZeilengaInitial revision