]> git.sur5r.net Git - openldap/shortlog
openldap
1999-07-23 Kurt ZeilengaUse AC_DEFINE third argument to generate portable.h...
1999-07-23 Julio Sánchez... Oops, revert prior change.
1999-07-23 Julio Sánchez... Remove debugging leftover
1999-07-23 Julio Sánchez... Fix mailer line (missing argument to -m, maybe make...
1999-07-23 Julio Sánchez... ldap_url_parse was fundamentally broken. It would...
1999-07-23 Ben CollinsLibtool's version info option is -version-info, not...
1999-07-23 Julio Sánchez... Add missing semicolon.
1999-07-23 Randy KunkeeInclude sys/param.h on OSF4.0e to define MAXPATHLEN.
1999-07-23 Randy KunkeeRemove extra code (non-functional change, just produces...
1999-07-22 Kurt ZeilengaUpdate contrib README
1999-07-22 Kurt ZeilengaImplement TCP_NODELAY on both client and server side.
1999-07-22 Kurt ZeilengaFix IP: typo in peername
1999-07-22 Kurt ZeilengaFix "*" op-attr search
1999-07-22 Kurt ZeilengaTypo made all missed all aliasedobjectname values.
1999-07-22 Kurt ZeilengaImplement better DN checking... make sure attribute...
1999-07-22 Kurt ZeilengaAdd limited LDAP_INVALID_DN_SYNTAX support. dn_normali...
1999-07-22 Kurt ZeilengaFix unknown critical extensions.
1999-07-22 Kurt ZeilengaFix control parsing and controls free routine.
1999-07-22 Kurt ZeilengaRelease writer lock on new parent.
1999-07-22 Kurt ZeilengaUpdate ACL field names and usage statement to match...
1999-07-22 Kurt ZeilengaFix maxDeref directive
1999-07-21 Kurt ZeilengaFix acl parse bug
1999-07-21 Kurt ZeilengaACL CHANGES:
1999-07-21 Kurt ZeilengaUnhex url extensions.
1999-07-21 Julio Sánchez... Partial support for a new option to help debug TLS...
1999-07-21 Kurt ZeilengaITS#180: add note about server-side maximal size/time...
1999-07-21 Kurt ZeilengaImport date parser from libldap
1999-07-21 Kurt ZeilengaFix misplaced paragraph tag
1999-07-21 Gary Williamsset tls_port to zero if !defined(HAVE_TLS) to satisfy...
1999-07-21 Julio Sánchez... 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... Some content for tls_verify_cb where parts of our polic...
1999-07-20 Julio Sánchez... Add support for TLSVerifyClient.
1999-07-20 Julio Sánchez... Move the input data exhaustion loop to connection.c...
1999-07-20 Julio Sánchez... Move the input data exhaustion loop to connection.c...
1999-07-20 Julio Sánchez... If we did gethostbyname, we need no further address...
1999-07-20 Julio Sánchez... We were freeing lud_dn when when lud_host was meant...
1999-07-20 Kurt ZeilengaDon't call Debug inside a signal handler
1999-07-20 Kurt ZeilengaAdd -mthreads for AIX gcc.
1999-07-20 Kurt ZeilengaRebuild configure using:
1999-07-19 Kurt ZeilengaUpdate slapd(8) with new -h option.
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 ZeilengaUpdate LDAP_URL_ERR_ handling.
1999-07-19 Kurt ZeilengaNamespace changes
1999-07-19 Kurt ZeilengaImplement RFC2255 URL format.
1999-07-19 Kurt Zeilengas/time(0)/time(NULL)/
1999-07-18 Kurt ZeilengaUpdates from libtool 1.3.3
1999-07-18 Kurt ZeilengaReplace install-sh with Autoconf 2.13 distributed versi...
1999-07-18 Kurt ZeilengaVersions from Autoconf CVS repository (stable branch).
1999-07-18 Kurt ZeilengaReplace config.guess/.sub with versions from Autoconf...
1999-07-18 Hallvard Furusethmake ldap.ld_lberoptions unsigned, like berelement...
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 Julio Sánchez... Document -T and -P
1999-07-16 Julio Sánchez... Document a few TLS options that do something.
1999-07-16 Hallvard FurusethAdd comment that socklen_t should be used
1999-07-16 Hallvard FurusethAdd comment thatPass socklen_t* instead of int* to...
1999-07-16 Julio Sánchez... Look on connection_read() if it returns positive so...
1999-07-16 Julio Sánchez... 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 Kurt ZeilengaFix typo in last commit.
1999-07-16 Kurt ZeilengaDon't use non-portable "ln -s -f".
1999-07-16 Julio Sánchez... Move calls to ldap_pvt_tls_accept to connection_read...
1999-07-16 Julio Sánchez... We were not remembering the allocated SSL thing in...
1999-07-16 Julio Sánchez... Two new flags in Connection. One to indicate that...
1999-07-16 Julio Sánchez... Fix syntax oid for type 2.16.840.1.113730.3.1.34 (ref)
1999-07-16 Julio Sánchez... Definitely, 'dn' and 'distinguishedName' are different...
1999-07-16 Julio Sánchez... We should stop using SSL to refer to TLS. This is...
1999-07-16 Kurt ZeilengaAdd use ldap_*_ext() routines in clients project.
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... Initialize the TLS environment *after* reading the...
1999-07-15 Julio Sánchez... Parse more TLS options in slapd.conf
1999-07-15 Julio Sánchez... Set ciphers from slapd.conf.
1999-07-15 Julio Sánchez... More options for TLS
1999-07-15 Kurt ZeilengaAdd missing arg to Debug macro call
1999-07-15 Julio Sánchez... A couple of options for TLS configuration. Still a...
1999-07-15 Julio Sánchez... New routine tls_report_error to analyze errors from...
1999-07-14 Hallvard FurusethRemove duplicate 'static'
1999-07-14 Hallvard Furusethfix typo in rm command
1999-07-14 Julio Sánchez... Get rid of two compilation warnings. One is thought...
1999-07-14 Julio Sánchez... Parsing of flag -T was falling through to the default...
1999-07-14 Julio Sánchez... connection_init now takes one more argument that indica...
1999-07-14 Kurt ZeilengaUpdate configure due to Hallvard's openldap.m4 change
1999-07-14 Kurt ZeilengaMatch xrpcomp change in devel
1999-07-14 Julio Sánchez... Only bind on TLS port if explicitly requested with...
1999-07-14 Julio Sánchez... Bind and listen on TLS port too
1999-07-14 Julio Sánchez... Extend slapd_args with TLS info
1999-07-14 Julio Sánchez... Define LDAP_TLS_PORT as 636, the default port for LDAP...
1999-07-14 Hallvard FurusethFix typo in socklen_t comment (signal.h -> sys/types...
1999-07-14 Julio Sánchez... Fix detection of socklen_t
1999-07-14 Kurt ZeilengaNewer versions of OpenSSL install headers in $prefix...
1999-07-13 Julio Sánchez... Deal with sb_trans_needs_read and sb_trans_needs_write
1999-07-13 Julio Sánchez... Add a couple of control flags to sockbufs and macros...
1999-07-13 Julio Sánchez... Get and set TLS options
1999-07-13 Kurt ZeilengaRebuild configure with TLS changes
next