]> git.sur5r.net Git - openldap/history - libraries
type is no longer a char*
[openldap] / libraries /
2005-04-26 Kurt Zeilengatype is no longer a char*
2005-04-23 Howard ChuFreshly inserted tasks should be at head of queue and...
2005-04-23 Howard ChuAdd task names to runqueue entries
2005-04-22 Howard ChuAdd ldap_pvt_thread_pool_purgekey to free all instances...
2005-04-22 Howard ChuChange ldap_pvt_runqueue_insert to return new task...
2005-04-21 Pierangelo Masaratiintroduce ber_bvreplace()
2005-04-19 Howard ChuAdded ldap_pvt_runqueue_find()
2005-04-15 Howard ChuFix LDAP_PVT_THREAD_STACK_SIZE, automatically scale...
2005-04-13 Howard ChuOmit FD_SETSIZE check for Winsock
2005-04-10 Kurt Zeilenga<limits.h> cleanup && ITS#3643
2005-04-10 Pierangelo MasaratiOID checks don't need to be case-insensitive
2005-04-09 Pierangelo Masaratibase64 encode passwords in back-config
2005-04-09 Howard ChuITS#3643 limits.h, INT_MAX
2005-03-30 Kurt ZeilengaITS#3614: prevent overflow when using result of sysconf...
2005-03-18 Howard ChuReorganiza SLAPD_CRYPT and SLAPD_SPASSWD support for...
2005-03-16 Kurt ZeilengaAIX getpeerid support
2005-03-15 Kurt Zeilengacleanup
2005-03-07 Howard ChuAdded ldap_pvt_thread_pool_pause/resume
2005-03-05 Kurt ZeilengaITS#3583: memcmp replacement compilation error fix
2005-03-01 Howard ChuAdded ldap_pvt_sasl_secprops_unparse, slap_sasl_secprop...
2005-02-18 Howard ChuITS#3552 fix bogus asserts
2005-02-03 Luke HowardITS#3439 (NetBSD support for getpeereid())
2005-02-01 Kurt ZeilengaAdd ldap_start_tls() and ldap_install_tls() to provide...
2005-01-28 Kurt ZeilengaITS#3524 (partial): reinit FDSETs
2005-01-26 Kurt ZeilengaEnable subordinate scope feature
2005-01-24 Kurt ZeilengaRemove extra rcsid
2005-01-24 Howard ChuAdded ldif_countlines()
2005-01-24 Howard ChuRestore avl_find code independent of avl_find2
2005-01-23 Pierangelo Masaraticleanup of rewrite code and docs
2005-01-21 Howard ChuFix ITS#3487, don't copy pointers to malloc'd global...
2005-01-20 Howard ChuITS#3495 make sure lutil_passwd_init gets called
2005-01-19 Howard ChuMore tweaks to ldif_parse_line2 for str2entry
2005-01-19 Howard ChuAdded ldif_parse_line2 to parse in-place
2005-01-10 Pierangelo Masaratifix ITS#3467 (LDAPURLDesc => URL escaped string)
2005-01-09 Pierangelo Masaratifix ITS#3474
2005-01-01 Kurt ZeilengaHappy New Year!
2005-01-01 Pierangelo Masaratirework internal handling of strings to minimize tempora...
2004-12-31 Kurt Zeilengainet_addr cleanup
2004-12-30 Kurt ZeilengaUpdate CancelOp's protocol values to those in RFC 3909
2004-12-20 Pierangelo Masaratilong lasting typo (at least since 2.0)
2004-11-28 Kurt Zeilengacleanup
2004-11-23 Howard ChuInitialize TLS connection callback
2004-11-23 Howard ChuAdd callbacks for client TLS connection establishment:
2004-11-19 Howard ChuAdd avl_find2 returning the Avlnode, allowing its data...
2004-11-17 Howard ChuAvoid trashing client memory when socket is greater...
2004-11-03 Ralf Haferkamp- Added autoconf test for CRL capable OpenSSL Version
2004-10-30 Kurt Zeilengafair use
2004-10-28 Ralf HaferkampCRL checking options for ldap.conf and slapd.conf
2004-10-20 Kurt ZeilengaAdd comment regarding last commit
2004-10-20 Kurt ZeilengaFix LDAP Intermediate Response tag values.
2004-10-19 Howard ChuFix typo in select call
2004-10-19 Kurt ZeilengaITS#3168: Add LDAP_OPT_SOCKBUF
2004-10-19 Kurt ZeilengaMore NEW_LOGGING removal
2004-10-18 Kurt ZeilengaMove POLL_* macros to <ac/socket.h>
2004-10-18 Kurt ZeilengaCatch POLLERR and POLLHUP.
2004-10-18 Kurt ZeilengaFix bug in last commit
2004-10-18 Kurt ZeilengaRough but working poll(2) implementation for -lldap
2004-10-18 Kurt ZeilengaPoll code needs a bit more work.
2004-10-18 Jong Hyuk ChoiPatch for fast synchronous search result processing
2004-10-09 Kurt ZeilengaRevert last commit.
2004-10-09 Kurt ZeilengaITS#3359: fix crash on recursive rebind following referral
2004-09-28 Howard ChuAdd some more comments to time conversion
2004-09-28 Howard ChuRename slap_tm to lutil_tm...
2004-09-28 Howard ChuMove time parsers from ppolicy.c to liblutil; preserve...
2004-09-26 Kurt Zeilengarebuild
2004-09-18 Kurt Zeilengas/strcmp/strcasecmp/
2004-09-18 Kurt ZeilengaITS#3334: DN in (cn:dn:=foo) should be case insensitive
2004-09-05 Kurt ZeilengaAdd TLS cipher suite directive to ldap.conf(5)
2004-09-05 Kurt ZeilengaMore shtool stuff
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-09-04 Kurt ZeilengaMove MSVC port to the Attic
2004-09-03 Kurt ZeilengaCleanup
2004-08-28 Kurt Zeilengafix typo in last commit
2004-08-28 Kurt ZeilengaAdd scheme check to find_connection
2004-08-28 Kurt ZeilengaA better find_connection() port fix
2004-08-28 Kurt ZeilengaPartial ITS#3280 fix. ldap:// referrals only.
2004-08-27 Kurt ZeilengaInstead of removing AI_ADDRCONFIG, place behind #ifdef...
2004-08-24 Luke HowardITS#3298 - ldap_sasl_int_bind() refers to incorrect...
2004-08-15 Howard ChuRevert rev 1.92, AI_ADDRCONFIG is not a legal flag...
2004-07-25 Pierangelo Masaratifix leak when the rewriteContext is disabled (ITS#3256)
2004-07-24 Pierangelo Masaraticleanup error codes
2004-07-24 Howard ChuITS#3250 don't call select unnecessarily
2004-07-18 Pierangelo Masaraticleanup...
2004-07-18 Hallvard Furusethldap_url_parse_ext(): Kill duplicate init + pointless...
2004-07-17 Howard ChuHide WINAPI entry points from slapd/symdummy
2004-07-10 Pierangelo Masaratiallow unescaped equals, according to draft-ietf-ldapbis...
2004-07-09 Kurt Zeilengabasic poll(2) implementation for connect(2) (needs...
2004-07-09 Kurt ZeilengaMark areas needed poll(2) support with HAVE_POLL.
2004-07-09 Howard ChuFix 't' tag option
2004-07-05 Pierangelo Masaratifix URI parsing error code
2004-07-03 Howard ChuAdditional debug tracking...
2004-07-03 Pierangelo Masaratifix extended matching when rule is missing (ITS#3216)
2004-06-30 Kurt Zeilengacleanup last commit, add commit
2004-06-30 Kurt ZeilengaAvoid high-level retry on low-level error as that implies a
2004-06-30 Kurt Zeilengacleanup
2004-06-30 Jong Hyuk Choirevert the ITS#3139 change for now
2004-06-30 Pierangelo Masaratilog error string
2004-06-30 Pierangelo Masaratitypo in comment
2004-06-29 Kurt Zeilengafix last commit
2004-06-29 Kurt ZeilengaITS#3212: sasl_encode/decode type conflict fix
next