]> git.sur5r.net Git - openldap/history - servers
ITS#180: add note about server-side maximal size/time limits.
[openldap] / servers /
1999-07-21 Gary Williamsset tls_port to zero if !defined(HAVE_TLS) to satisfy...
1999-07-21 Julio Sánchez Fern... Backout the input exhaustion change, it loops. Still...
1999-07-20 Gary Williamsuse rd instead of i looking for listeners (line 848)
1999-07-20 Julio Sánchez Fern... Add support for TLSVerifyClient.
1999-07-20 Julio Sánchez Fern... Move the input data exhaustion loop to connection.c...
1999-07-20 Julio Sánchez Fern... Move the input data exhaustion loop to connection.c...
1999-07-20 Julio Sánchez Fern... If we did gethostbyname, we need no further address...
1999-07-20 Kurt ZeilengaDon't call Debug inside a signal handler
1999-07-19 Kurt Zeilengas/struct entry/Entry/
1999-07-19 Kurt Zeilengas/backend_db/slap_backend_db/
1999-07-19 Kurt ZeilengaFix new URL startup code.
1999-07-19 Kurt ZeilengaNamespace changes
1999-07-18 Hallvard FurusethIntroduce got_<gid,uid> (the r1.4 change misbehaved...
1999-07-18 Kurt ZeilengaImport patches mistakenly applied to OPENLDAP_DEVEL_REF...
1999-07-16 Kurt Zeilengafix substring_comp_candidates logic if intersection...
1999-07-16 Kurt Zeilenga(re)introduce o_connid such that STATS doesn't need...
1999-07-16 Hallvard FurusethAdd comment thatPass socklen_t* instead of int* to...
1999-07-16 Julio Sánchez Fern... Look on connection_read() if it returns positive so...
1999-07-16 Julio Sánchez Fern... Clear c_needs_tls_acccept on ldap_pvt_tls_accept errors
1999-07-16 Hallvard FurusethPass socklen_t* instead of int* to getsockopt, accept...
1999-07-16 Julio Sánchez Fern... Move calls to ldap_pvt_tls_accept to connection_read...
1999-07-16 Julio Sánchez Fern... Two new flags in Connection. One to indicate that...
1999-07-16 Julio Sánchez Fern... Fix syntax oid for type 2.16.840.1.113730.3.1.34 (ref)
1999-07-16 Julio Sánchez Fern... Definitely, 'dn' and 'distinguishedName' are different...
1999-07-16 Julio Sánchez Fern... We should stop using SSL to refer to TLS. This is...
1999-07-16 Kurt ZeilengaImport experimental referral implementation from OPENLD...
1999-07-16 Kurt ZeilengaBackend lock wasn't being released properly.
1999-07-15 Julio Sánchez Fern... Initialize the TLS environment *after* reading the...
1999-07-15 Julio Sánchez Fern... Parse more TLS options in slapd.conf
1999-07-15 Julio Sánchez Fern... A couple of options for TLS configuration. Still a...
1999-07-14 Julio Sánchez Fern... Get rid of two compilation warnings. One is thought...
1999-07-14 Julio Sánchez Fern... Parsing of flag -T was falling through to the default...
1999-07-14 Julio Sánchez Fern... connection_init now takes one more argument that indica...
1999-07-14 Julio Sánchez Fern... Only bind on TLS port if explicitly requested with...
1999-07-14 Julio Sánchez Fern... Bind and listen on TLS port too
1999-07-14 Julio Sánchez Fern... Extend slapd_args with TLS info
1999-07-13 Julio Sánchez Fern... Include $(TLS_LIBS)
1999-07-13 Kurt ZeilengaFix debug message.
1999-07-13 Hallvard FurusethFix LDAP_CONNECTIONLESS code rot
1999-07-13 Hallvard FurusethFix NULLxxx -> NULL
1999-07-13 Hallvard FurusethAdd opattrs=0 arg to send_search_entry() call
1999-07-13 Hallvard FurusethErase bad space from blank Makefile line
1999-07-13 Hallvard FurusethAdd missing newline at EOF
1999-07-13 Hallvard FurusethErase bad space from blank Makefile line
1999-07-09 Kurt ZeilengaMirror <ac/time.h> inclusion made in re12
1999-07-07 Kurt ZeilengaForgot the most important part of unsolicited notificat...
1999-07-07 Kurt ZeilengaAdd support for unsolicited notifications.
1999-07-07 Kurt ZeilengaCopy LDBM bind "ACL_AUTH" and SASL framework to bdb2.
1999-07-07 Kurt ZeilengaFix CRITICIAL typo.
1999-07-07 Kurt ZeilengaAdd matching rule assertion structure to filter union.
1999-07-05 Kurt ZeilengaAdd controls.c to pick up get_ctrls().
1999-07-05 Kurt ZeilengaAdd controls.c: initial version of get_ctrls()
1999-07-05 Kurt ZeilengaAdd get_ctrls()...
1999-07-05 Kurt Zeilengaunifdef -DSLAPD_ACLGROUPS -DSLAPD_ACLAUTH
1999-07-04 Kurt ZeilengaRegarding previous commit:
1999-07-04 Kurt Zeilengao_dn/o_ndn must not be NULL. Set to "" upon receiving...
1999-07-04 Kurt ZeilengaHEADS UP: connections are forced to "anonymous" status...
1999-07-02 Kurt ZeilengaAbandon all operations upon receiving a BindRequest.
1999-07-02 Kurt ZeilengaMore bind changes to support SASL/DIGEST.
1999-07-02 Kurt ZeilengaSend LDAP_SASL_BIND_IN_PROGRESS if o_bind_in_progress...
1999-07-02 Kurt ZeilengaAdd conn/op bind_in_progress flags such that operations...
1999-07-01 Kurt ZeilengaAdd macros to support testing of error categories to...
1999-07-01 Kurt Zeilengas/LDAP_NOT_SUPPORTED/LDAP_UNWILLING_TO_PERFORM/
1999-07-01 Kurt ZeilengaFairly complete slapd SASL bind parsing... and centrali...
1999-07-01 Kurt ZeilengaNO-OP SASL parsing... DIGEST-MD5 coming soon.
1999-06-30 Kurt ZeilengaRework BER decoding with lieu of LDAPv3 controls (comin...
1999-06-30 Kurt ZeilengaReimplement connection counters. Format of "connection...
1999-06-29 Kurt ZeilengaModify lutil_passwd to accept a third argument char...
1999-06-29 Kurt Zeilengaexpose oc_check_operational from schema.c
1999-06-29 Kurt ZeilengaAdd sasl "mech" argument to backend bind routines.
1999-06-29 Kurt ZeilengaAdd framework for sasl and controls.
1999-06-29 Kurt Zeilengaremove obsolete file.
1999-06-29 Kurt ZeilengaLog out to stderr, add LDAP_VERSION3 support to bind...
1999-06-29 Kurt ZeilengaRemove old U-Mich v3.0 and OLD_LDAP_* crud.
1999-06-27 Kurt Zeilengadon't set unsigned variables to -1 and expect them...
1999-06-24 Bastiaan BakkerMerged dynamic module support patch (see ITS #196)...
1999-06-23 Bastiaan BakkerAdded connection initialisation and destruction notific...
1999-06-21 Kurt ZeilengaMove nt_debug to -llutil and generalize for all platforms.
1999-06-21 Kurt ZeilengaAdd missing arguments to Debug() calls... and adapt...
1999-06-21 Kurt Zeilengaremove lint.
1999-06-19 Kurt ZeilengaAll "o=foo" add to suffix "" if bound as root.
1999-06-19 Kurt ZeilengaUse ber_mem* and friends
1999-06-19 Kurt ZeilengaAllow adding of dn: o=foo if suffix is "" and rootdn.
1999-06-19 Kurt ZeilengaLimit the check to a 4 tries every timeout.
1999-06-19 Kurt Zeilengaexperimental connections_timeout_idle() implementation.
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-06-18 Kurt Zeilengainitial commit of idletimeout code... everything but...
1999-06-18 Gary Williamsallow service name to be passed in for install/remove
1999-06-18 Gary Williamsadd define of service name (shared in main and nt_svc...
1999-06-18 Gary Williamsfix comment format, allow service name to be passed...
1999-06-18 Gary Williamsfix comments (remove // style), free(ptr) in slapd_daem...
1999-06-18 Gary Williamschange DIRSEP to LDAP_DIRSEP
1999-06-17 Kurt ZeilengaFix up NT slapd.dsp and nt_svc.c so that slapd builds...
1999-06-17 Kurt ZeilengaRecommit NT service changes (untested) with changes...
1999-06-17 Julio Sánchez Fern... Have the normalize routines process white space in...
1999-06-17 Julio Sánchez Fern... Some sample routines for implementing matching rules.
1999-06-17 Julio Sánchez Fern... If we are inheriting the syntax from a superior, we...
1999-06-17 Julio Sánchez Fern... Fix handling of SYNTAX_CES by making use of some matchi...
1999-06-17 Julio Sánchez Fern... Defined 3 new matching rules taken from X.520 that...
1999-06-17 Kurt Zeilengaldapconfig.h vs ldap_config.h changes
next