]> git.sur5r.net Git - openldap/history - libraries/libldap
add ldapurl command
[openldap] / libraries / libldap /
2008-10-17 Hallvard FurusethWarning cleanup: signed meets unsigned, remove assert...
2008-10-17 Hallvard FurusethFix Debug(%d, scred->bv_len or -1) -> Debug(%ld, (long...
2008-10-13 Hallvard FurusethWarning cleanup: signed meets unsigned. ber_flatten2...
2008-10-09 Howard ChuCleanup unused defs
2008-10-09 Howard ChuITS#5369 SASL/GSSAPi refactoring from Stefan Metzmacher...
2008-10-09 Howard ChuITS#5369 SASL/GSSAPi refactoring from Stefan Metzmacher...
2008-10-09 Howard ChuAdd SASL_MECHLIST option to retrieve list of known...
2008-10-07 Howard ChuAccept X-starttls for prev commit
2008-10-07 Howard ChuHandle StartTLS in URL extensions
2008-09-30 Howard ChuFix prev commit
2008-09-30 Howard ChuITS#5720 fix ldap_utf8_strchr arguments
2008-09-19 Ralf HaferkampAvoid "label at end of compound statement" error of...
2008-09-16 Pierangelo Masaratisilence warnings
2008-09-02 Howard ChuITS#5677 s/TLS_CRL/TLS_CRLFILE/
2008-08-15 Howard ChuPass LDAPURLDescs to connect functions instead of host...
2008-08-15 Howard ChuFix prev commit
2008-08-15 Howard ChuConnect callbacks need error recovery checks
2008-08-14 Howard ChuAdd LDAP_OPT_CONNECT_CB connection callbacks
2008-08-13 Howard ChuModular TLS support, proof of concept. tls2.c would...
2008-07-02 Howard ChuProtect errno values from Debug
2008-06-30 Howard ChuITS#5585 GnuTLS key strength is in bytes, we expected...
2008-06-24 Howard ChuITS#5577 GnuTLS CRL result >0 is success
2008-06-14 Pierangelo Masaratiadd client API for assertion control (ITS#5560)
2008-05-30 Howard ChuITS#5542 fix loop iterator
2008-05-28 Howard ChuITS#5318 drop invalid msgids, cleanup msgid logging
2008-05-23 Howard ChuITS#5518,#5525 cleanup ld_defconn if it was freed
2008-05-15 Hallvard FurusethITS#5507: Set FD_CLOEXEC (close on exec) flag on LDAP...
2008-04-10 Howard ChuITS#5458 fix error message for missing closing paren
2008-03-18 Hallvard FurusethITS#5436: make htons() port number unsigned
2008-02-10 Howard ChuITS#5341 GnuTLS ciphersuite parsing
2008-01-25 Pierangelo MasaratiITS#5338
2008-01-11 Howard ChuITS#5324 don't use %n
2008-01-10 Hallvard Furusethldap_int_bisect_find(): Silence harmless "may be used...
2008-01-09 Ralf HaferkampCorrected memory allocation for cookie (ITS#5315)
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2008-01-03 Howard ChuFix prev commit
2008-01-02 Pierangelo Masaratifix to ITS#5304
2007-12-29 Howard ChuITS#5300, reject substring filters with empty values
2007-12-20 Howard ChuCleanup spaces
2007-12-20 Howard ChuITS#5291, more for rev 1.79 search timeouts
2007-12-17 Howard ChuBetter fix to prev commit
2007-12-15 Hallvard FurusethDeclare enough buffer space for out-of-range URL port...
2007-12-15 Pierangelo Masaratifix declarations of buffers for numeric strings; other...
2007-12-15 Howard Chuuid/gid are unsigned
2007-12-15 Howard ChuITS#5263 fix return code from parse_sasl_bind_result()
2007-10-10 Howard ChuQuiet request logging
2007-10-09 Howard ChuITS#5100 ldap_control_dup - OID must be non-NULL
2007-10-06 Howard ChuITS#3864 use sasl_ssf_t where expected
2007-09-29 Pierangelo Masaratidispose of connection when server down (related to...
2007-09-29 Pierangelo Masaratifix format
2007-08-24 Pierangelo Masaratildap_control*_dup() is no longer private; add ldap_pvt_...
2007-08-22 Pierangelo Masaratirework controls API
2007-08-22 Pierangelo Masaratifix and cleanup
2007-08-22 Kurt ZeilengaFix last commit.
2007-08-22 Kurt ZeilengaPassword policy request control should have no control...
2007-08-21 Pierangelo Masaraticlient side of draft-wahl-ldap-session
2007-08-21 Pierangelo Masaratifix or comment Calysto findings
2007-08-17 Pierangelo Masaratimove uuid normalized to string to liblutil
2007-08-17 Pierangelo Masaratidon't leak in case of error
2007-08-16 Pierangelo Masaraticleanup tools
2007-07-24 Hallvard FurusethMake LDAP_MEMORY_DEBUG a bitmask. #define LDAP_MEMORY_D...
2007-07-20 Howard ChuITS#5056 fix chain_tail processing
2007-07-13 Ralf HaferkampAllow utf-8 in AD-Canonical Names
2007-06-19 Pierangelo Masaraticleanup
2007-06-14 Pierangelo Masaratiadd sub-second result timeout accuracy (for which is...
2007-06-12 Hallvard FurusethITS#4983: Partly revert tls_thread_self() paranoia...
2007-06-10 Hallvard Furusethint -> ber_socklen_t for getsockopt()
2007-06-09 Hallvard FurusethFix HP-UX crash: Replace socklen_t with ber_socklen_t...
2007-06-08 Howard ChuITS#4992 fix cldap
2007-06-08 Howard ChuITS#4955 fix typo in referral chasing
2007-05-31 Hallvard FurusethShut up gcc -Wformat
2007-05-20 Hallvard FurusethFix --without-tls (ITS#4975). Enable certificate matching.
2007-05-20 Hallvard Furusethlibldap/tls.c calls CRYPTO_set_id_callback(ldap_pvt_thr...
2007-05-18 Hallvard FurusethOnly define x509_cert_get_dn() when HAVE_GNUTLS. Remov...
2007-05-14 Howard ChuFix GNUtls acknowledgement, initial work by Matt Backes...
2007-05-14 Ralf Haferkampmake openssl builds working again
2007-05-13 Howard ChuGNUtls - ignore free of NULL ctx
2007-05-13 Howard ChuDon't NUL-terminate bervals during DN parsing
2007-05-13 Howard ChuMerged GNUtls support into main tls.c
2007-05-12 Pierangelo Masaratifix read off by one (spotted by valgrind)
2007-05-10 Howard ChuAdded ciphersuite support
2007-05-10 Howard ChuAdd LDAP_OPT_X_TLS_CRLFILE, peer cert verification...
2007-05-09 Hallvard FurusethCast Debug(%p) pointer argument to void*
2007-05-08 Howard Chucoverity error, u->lud_scheme is mandatory
2007-04-23 Howard ChuRevert prev commit, unnecessary
2007-04-23 Howard ChuITS#4935 SASL_MAX_BUFF_SIZE should be 2^24 - 1
2007-04-11 Pierangelo Masaratidon't assert(0); apparently, other responses may result...
2007-04-03 Howard ChuITS#4879 fixes for url parse/unparse
2007-03-26 Howard ChuITS#4893 back to pipes...
2007-03-25 Howard ChuITS#4893 just send the client socket, not a pipe descri...
2007-03-25 Howard ChuITS#4893 define LDAP_PF_LOCAL_SENDMSG in <ac/socket...
2007-03-23 Howard ChuPreliminary GNUtls support. gnutls.c will merge back...
2007-03-23 Howard ChuFix TLS default for clients
2007-03-12 Pierangelo Masaratiapparently, time_t is unsigned in some systems
2007-02-21 Pierangelo Masaratidon't play with URL list if connect(2) is asynchronous
2007-02-19 Kurt ZeilengaRemove extrananous space in DN (in comment)
2007-02-15 Kurt ZeilengaCleanup last commit
2007-02-15 Kurt ZeilengaNeeds <ac/time.h>
2007-02-13 Howard ChuCoverity error, uninit'd rc
2007-02-12 Howard ChuITS#4707 added new ldap_init_fd() API
next