2007-07-13 |
Ralf Haferkamp | Allow utf-8 in AD-Canonical Names |
tree | commitdiff |
2007-07-04 |
Hallvard Furuseth | ITS#4990: Fix LDAP_MEMORY_DEBUG and LDAP_MEMORY_DEBUG... |
tree | commitdiff |
2007-07-03 |
Hallvard Furuseth | Ensure ltp_max_pending >= 0; negative values confused... |
tree | commitdiff |
2007-07-01 |
Hallvard Furuseth | Remove bogus pause wait near end of pool_wrapper()... |
tree | commitdiff |
2007-06-19 |
Pierangelo Masarati | cleanup |
tree | commitdiff |
2007-06-14 |
Pierangelo Masarati | add sub-second result timeout accuracy (for which is... |
tree | commitdiff |
2007-06-12 |
Hallvard Furuseth | ITS#4983: Partly revert tls_thread_self() paranoia... |
tree | commitdiff |
2007-06-10 |
Hallvard Furuseth | Rename thread contexts to tasks, leaving user contexts... |
tree | commitdiff |
2007-06-10 |
Hallvard Furuseth | For ITS#4943: Axe thread pool semaphore code |
tree | commitdiff |
2007-06-10 |
Hallvard Furuseth | int -> ber_socklen_t for getsockname() |
tree | commitdiff |
2007-06-10 |
Hallvard Furuseth | int -> ber_socklen_t for getsockopt() |
tree | commitdiff |
2007-06-09 |
Hallvard Furuseth | ITS#5007: Wrap code using MSG_WAITALL in #ifdef MSG_WAI... |
tree | commitdiff |
2007-06-09 |
Hallvard Furuseth | ITS#5007: Remove void* pointer arithmetic, that's a... |
tree | commitdiff |
2007-06-09 |
Hallvard Furuseth | Fix HP-UX crash: Replace socklen_t with ber_socklen_t... |
tree | commitdiff |
2007-06-08 |
Howard Chu | ITS#4992 fix cldap |
tree | commitdiff |
2007-06-08 |
Howard Chu | ITS#4955 fix typo in referral chasing |
tree | commitdiff |
2007-06-04 |
Hallvard Furuseth | Remove ltp_active_list. It became unneeded when rev... |
tree | commitdiff |
2007-06-01 |
Hallvard Furuseth | Simplify: Remove tid_zero, thread_keys[].id and ldap_in... |
tree | commitdiff |
2007-05-31 |
Hallvard Furuseth | Add comments. Constify tid_zero. Shut up gcc -Wswitch... |
tree | commitdiff |
2007-05-31 |
Hallvard Furuseth | Add variable ldap_int_has_thread_pool, assert(at most... |
tree | commitdiff |
2007-05-31 |
Hallvard Furuseth | Shut up gcc -Wformat |
tree | commitdiff |
2007-05-31 |
Hallvard Furuseth | In pool_submit(): |
tree | commitdiff |
2007-05-31 |
Hallvard Furuseth | Preserve key order when deleting, so context_reset... |
tree | commitdiff |
2007-05-30 |
Hallvard Furuseth | Make get_thread_info() static. Handle ldap_pvt_thread_... |
tree | commitdiff |
2007-05-20 |
Hallvard Furuseth | Fix --without-tls (ITS#4975). Enable certificate matching. |
tree | commitdiff |
2007-05-20 |
Hallvard Furuseth | libldap/tls.c calls CRYPTO_set_id_callback(ldap_pvt_thr... |
tree | commitdiff |
2007-05-18 |
Hallvard Furuseth | ITS#4972: $LDAP_THREAD_DEBUG, detached threads, debug_a... |
tree | commitdiff |
2007-05-18 |
Hallvard Furuseth | Readability patch: ERRVAL() macro for pthreads < 7... |
tree | commitdiff |
2007-05-18 |
Hallvard Furuseth | Only define x509_cert_get_dn() when HAVE_GNUTLS. Remov... |
tree | commitdiff |
2007-05-14 |
Howard Chu | Fix GNUtls acknowledgement, initial work by Matt Backes... |
tree | commitdiff |
2007-05-14 |
Ralf Haferkamp | make openssl builds working again |
tree | commitdiff |
2007-05-13 |
Howard Chu | GNUtls - ignore free of NULL ctx |
tree | commitdiff |
2007-05-13 |
Howard Chu | Don't NUL-terminate bervals during DN parsing |
tree | commitdiff |
2007-05-13 |
Howard Chu | Merged GNUtls support into main tls.c |
tree | commitdiff |
2007-05-12 |
Pierangelo Masarati | fix read off by one (spotted by valgrind) |
tree | commitdiff |
2007-05-11 |
Hallvard Furuseth | Comment fixes. |
tree | commitdiff |
2007-05-10 |
Howard Chu | Added ciphersuite support |
tree | commitdiff |
2007-05-10 |
Howard Chu | Add LDAP_OPT_X_TLS_CRLFILE, peer cert verification... |
tree | commitdiff |
2007-05-09 |
Hallvard Furuseth | Since we only have LDAP_MAXTHR thread_keys, allow max... |
tree | commitdiff |
2007-05-09 |
Hallvard Furuseth | Make ldap_int_thread_userctx_t.ltu_key[] a proper NULL... |
tree | commitdiff |
2007-05-09 |
Hallvard Furuseth | thread_keys is a (poor) open-addessed hash table, but... |
tree | commitdiff |
2007-05-09 |
Hallvard Furuseth | Protect thread_keys[] with ldap_pvt_thread_pool_mutex... |
tree | commitdiff |
2007-05-09 |
Hallvard Furuseth | Replace state LDAP_INT_THREAD_POOL_PAUSING with member... |
tree | commitdiff |
2007-05-09 |
Hallvard Furuseth | ITS#4943: |
tree | commitdiff |
2007-05-09 |
Hallvard Furuseth | Don't complain if detached threads exit after ldap_debu... |
tree | commitdiff |
2007-05-09 |
Hallvard Furuseth | Cast Debug(%p) pointer argument to void* |
tree | commitdiff |
2007-05-09 |
Hallvard Furuseth | ITS#4948: '#if <undefined macro>' -> '#ifdef' warning... |
tree | commitdiff |
2007-05-08 |
Howard Chu | coverity error, u->lud_scheme is mandatory |
tree | commitdiff |
2007-04-23 |
Howard Chu | Revert prev commit, unnecessary |
tree | commitdiff |
2007-04-23 |
Howard Chu | ITS#4935 SASL_MAX_BUFF_SIZE should be 2^24 - 1 |
tree | commitdiff |
2007-04-11 |
Pierangelo Masarati | don't assert(0); apparently, other responses may result... |
tree | commitdiff |
2007-04-05 |
Howard Chu | ITS#4912 fix typo in prev commit |
tree | commitdiff |
2007-04-04 |
Hallvard Furuseth | ber_decode_oid(), ber_encode_oid(): cast bv_val to... |
tree | commitdiff |
2007-04-03 |
Howard Chu | ITS#4879 fixes for url parse/unparse |
tree | commitdiff |
2007-04-03 |
Howard Chu | ITS#4875 ignore zero-length st_size |
tree | commitdiff |
2007-04-01 |
Howard Chu | ITS#4899 fix for keys not getting cleared |
tree | commitdiff |
2007-03-26 |
Howard Chu | ITS#4893 back to pipes... |
tree | commitdiff |
2007-03-25 |
Howard Chu | ITS#4893 just send the client socket, not a pipe descri... |
tree | commitdiff |
2007-03-25 |
Howard Chu | ITS#4893 fix prev commit |
tree | commitdiff |
2007-03-25 |
Howard Chu | ITS#4893 define LDAP_PF_LOCAL_SENDMSG in <ac/socket... |
tree | commitdiff |
2007-03-25 |
Howard Chu | Use AC_MEMCPY |
tree | commitdiff |
2007-03-23 |
Howard Chu | Preliminary GNUtls support. gnutls.c will merge back... |
tree | commitdiff |
2007-03-23 |
Howard Chu | Add options for ber_get_stringbv() to omit NUL-terminat... |
tree | commitdiff |
2007-03-23 |
Howard Chu | Fix TLS default for clients |
tree | commitdiff |
2007-03-23 |
Howard Chu | ITS#4880 s/HAVE_POSIX_TERMIOS/HAVE_TERMIOS_H/ |
tree | commitdiff |
2007-03-20 |
Howard Chu | Add DER OID encoder/decoder |
tree | commitdiff |
2007-03-20 |
Howard Chu | Add ber_skip_data() to help positioning in structured... |
tree | commitdiff |
2007-03-12 |
Pierangelo Masarati | apparently, time_t is unsigned in some systems |
tree | commitdiff |
2007-03-02 |
Kurt Zeilenga | Add support for uuid_generate/uuid_unparse |
tree | commitdiff |
2007-02-21 |
Pierangelo Masarati | don't play with URL list if connect(2) is asynchronous |
tree | commitdiff |
2007-02-19 |
Kurt Zeilenga | Remove extrananous space in DN (in comment) |
tree | commitdiff |
2007-02-15 |
Kurt Zeilenga | Cleanup last commit |
tree | commitdiff |
2007-02-15 |
Kurt Zeilenga | Needs <ac/time.h> |
tree | commitdiff |
2007-02-13 |
Howard Chu | Coverity error, uninit'd rc |
tree | commitdiff |
2007-02-12 |
Howard Chu | ITS#4707 added new ldap_init_fd() API |
tree | commitdiff |
2007-02-11 |
Howard Chu | Note mutex protection requirements |
tree | commitdiff |
2007-02-11 |
Howard Chu | Move duplicate timestamp detection into lutil_gettime() |
tree | commitdiff |
2007-02-11 |
Howard Chu | Cleanup extraneous debug |
tree | commitdiff |
2007-02-06 |
Howard Chu | Revert to original ldap_get_option( TIMEOUT ) behavior |
tree | commitdiff |
2007-02-06 |
Howard Chu | Don't let timestamps go backward |
tree | commitdiff |
2007-02-05 |
Howard Chu | Require non-NULL input for timeout options |
tree | commitdiff |
2007-02-05 |
Howard Chu | Timeouts should not be malloc'd |
tree | commitdiff |
2007-02-05 |
Howard Chu | Handle timeouts from ldap_result() |
tree | commitdiff |
2007-02-05 |
Howard Chu | Fairly sure this is what the TIMEOUT option should... |
tree | commitdiff |
2007-02-05 |
Howard Chu | Added ber_bvarray_dup_x() |
tree | commitdiff |
2007-02-02 |
Howard Chu | Add lutil_gettime() returning structured time with... |
tree | commitdiff |
2007-02-02 |
Pierangelo Masarati | remove unused code |
tree | commitdiff |
2007-02-02 |
Howard Chu | Keep HAVE_POLL functionality inside its #ifdefs |
tree | commitdiff |
2007-01-28 |
Howard Chu | Fix prev commit again |
tree | commitdiff |
2007-01-27 |
Howard Chu | ITS#4821 partially revert prev patch |
tree | commitdiff |
2007-01-25 |
Howard Chu | Calling setkey() with NULL data and kfree should erase... |
tree | commitdiff |
2007-01-25 |
Howard Chu | Free thread keys in reverse order of allocation |
tree | commitdiff |
2007-01-24 |
Howard Chu | ITS#4815 get_option for TLS Cipher Suite was not implem... |
tree | commitdiff |
2007-01-12 |
Howard Chu | Framework for loadable mapper implementations |
tree | commitdiff |
2007-01-11 |
Hallvard Furuseth | avoid nonconst* = const* assignment in ldif_open_url(). |
tree | commitdiff |
2007-01-11 |
Hallvard Furuseth | Delete unused variables. |
tree | commitdiff |
2007-01-10 |
Howard Chu | ITS#4648, alternate fix |
tree | commitdiff |
2007-01-10 |
Pierangelo Masarati | more on ITS#4799 |
tree | commitdiff |
2007-01-10 |
Howard Chu | ITS#4799 remove kerberos / kbind references |
tree | commitdiff |
2007-01-09 |
Howard Chu | ITS#4799 remove all references to kbind |
tree | commitdiff |
next |