]> git.sur5r.net Git - openldap/history - servers/slapd/result.c
Use "uri" directive (instead of "server") to specify server. Add "bin
[openldap] / servers / slapd / result.c
2000-06-01 Kurt ZeilengaITS#537: lber io rewrite from Gambor Gombas.
2000-05-26 Kurt ZeilengaAdd debugging...
2000-05-26 Kurt ZeilengaFix referrals bug
2000-05-24 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: Fix memory stomping
2000-05-22 Kurt ZeilengaConst'ification
2000-05-15 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: working cn=schema
2000-05-15 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: simple Root DSE search WORKS!
2000-05-15 Kurt ZeilengaSLAPD_SCHEMA_NOT_COMPAT: Rework caching of internal...
2000-05-15 Kurt ZeilengaRelocate schema_init() call to main()
2000-05-13 Kurt ZeilengaY2k copyright update
2000-05-11 Howard ChuMore fixes for NT support:
2000-03-08 Kurt ZeilengaFix malloc of referral pointer array.
2000-03-03 Kurt ZeilengaRework error handling. Add error descriptions.
2000-02-28 Kurt ZeilengaYet another round of SLAPD_SCHEMA_NOT_COMPAT changes...
2000-02-14 Kurt ZeilengaAnother round of changes behind -DSLAPD_SCHEMA_NOT_COMPAT
2000-02-06 Kurt ZeilengaYet another round of SLAPD_SCHEMA_NOT_COMPAT changes...
2000-02-05 Kurt ZeilengaAnother round of SLAPD_SCHEMA_NOT_COMPAT changes including
2000-01-27 Kurt ZeilengaAdd code to handle operational attributes via new schem...
1999-12-15 Kurt ZeilengaUpdated sasl response to support returning of referrals.
1999-12-10 Mark ValenceStart TLS extension: check that TLS was inited successf...
1999-12-10 Kurt ZeilengaFix slapd SASL/ExternalOps encoding
1999-12-08 Howard ChuFix the 1.71 fix - only offset the length if the last...
1999-12-08 Kurt ZeilengaReengineered ldappasswd(1). Uses extended operation...
1999-12-02 Howard ChuFix off-by-one in v2ref
1999-11-29 Kurt ZeilengaAdd send_ldap_sasl() to facility implementation of...
1999-11-09 Mark ValenceIn preparation for extensions improvements, added send_...
1999-11-08 Kurt Zeilenga*** empty log message ***
1999-11-05 Howard ChuFix - v2ref returned a pointer that it did not allocate...
1999-11-01 Howard ChuFix broken patch to v2ref
1999-10-27 Howard ChuFor LDAPV2 results, make sure Referrals are appended...
1999-10-25 Kurt ZeilengaAll text messages to be returned with LDAPv2 search...
1999-10-21 Kurt ZeilengaInitial commit of new ACL engine. Engine supports...
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