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 |
2007-01-07 |
Pierangelo Masarati | honor network timeout even when doing full async |
tree | commitdiff |
2007-01-07 |
Pierangelo Masarati | First cut to truly async connect: |
tree | commitdiff |
2007-01-06 |
Pierangelo Masarati | import of LDAP Sync client API |
tree | commitdiff |
2007-01-06 |
Pierangelo Masarati | minor cleanup |
tree | commitdiff |
2007-01-05 |
Pierangelo Masarati | unsolicited responses shouldn't necessarily end the... |
tree | commitdiff |
2007-01-04 |
Pierangelo Masarati | fix previous commit |
tree | commitdiff |
2007-01-04 |
Pierangelo Masarati | fix \& improve previous commit |
tree | commitdiff |
2007-01-04 |
Pierangelo Masarati | implement client-side handling of RFC 4511 unsolicited... |
tree | commitdiff |
2007-01-02 |
Kurt Zeilenga | happy new year |
tree | commitdiff |
2006-12-17 |
Pierangelo Masarati | don't leave dependencies on liblutil in libldap :) |
tree | commitdiff |
2006-12-14 |
Howard Chu | Eliminate redundant checks in try_read1msg |
tree | commitdiff |
2006-12-14 |
Howard Chu | ITS#4545 better fix. this code still needs cleaning up. |
tree | commitdiff |
2006-12-13 |
Howard Chu | ITS#4545 when referral chasing is off, complete the... |
tree | commitdiff |
2006-12-04 |
Pierangelo Masarati | fix warnings after previous commit |
tree | commitdiff |
2006-12-03 |
Pierangelo Masarati | fix request/result abandon |
tree | commitdiff |
2006-11-30 |
Howard Chu | ITS#4723 add CRYPTO_set_id_callback |
tree | commitdiff |
2006-11-27 |
Howard Chu | URL with authority spec must use absolute path |
tree | commitdiff |
2006-11-27 |
Howard Chu | allow file: URLs without authority spec. |
tree | commitdiff |
2006-11-27 |
Howard Chu | define LDIF_MAXLINE instead of using BUFSIZ |
tree | commitdiff |
2006-11-13 |
Pierangelo Masarati | revert previous commit; disable RESTART from ldap.conf |
tree | commitdiff |
2006-11-12 |
Pierangelo Masarati | fix endless loop in canceling child requests; cleanup |
tree | commitdiff |
2006-11-10 |
Howard Chu | Silence warning in prev commit |
tree | commitdiff |
2006-11-10 |
Howard Chu | ITS#3755 silence strict-aliasing warnings |
tree | commitdiff |
2006-11-09 |
Howard Chu | ITS#4726 call ldap_pvt_tls_init() in init_ctx() to... |
tree | commitdiff |
2006-11-08 |
Howard Chu | Fix strval2strlen end-of-string check. Otherwise passin... |
tree | commitdiff |
2006-11-05 |
Pierangelo Masarati | fix build with thread debugging |
tree | commitdiff |
2006-11-02 |
Pierangelo Masarati | cleanup prvious commit; log number of abandoned request... |
tree | commitdiff |
2006-10-30 |
Howard Chu | ITS#4724 revert prev commit, better fix. |
tree | commitdiff |
2006-10-30 |
Howard Chu | ITS#4724 fix _uccase_map parameters |
tree | commitdiff |
2006-10-28 |
Pierangelo Masarati | s/ldap_int_discard/ldap_pvt_discard/ |
tree | commitdiff |
2006-10-28 |
Pierangelo Masarati | fix message (ITS#4717) |
tree | commitdiff |
2006-10-28 |
Kurt Zeilenga | More ldapbis cleanup |
tree | commitdiff |
2006-10-28 |
Kurt Zeilenga | More LDAPBIS cleanup |
tree | commitdiff |
2006-10-27 |
Kurt Zeilenga | Misc LDAPbis comment update |
tree | commitdiff |
2006-10-26 |
Pierangelo Masarati | fix build without threads (ITS#4721) |
tree | commitdiff |
2006-10-22 |
Pierangelo Masarati | add ldap_int_discard(); use it in proxies (ITS#4717) |
tree | commitdiff |
2006-10-20 |
Kurt Zeilenga | Parse txn failed msgid |
tree | commitdiff |
2006-10-14 |
Pierangelo Masarati | add LDAP_OPT_DIAGNOSTIC_MESSAGE; replace deprecated... |
tree | commitdiff |
2006-10-14 |
Pierangelo Masarati | apply slightly revised patch for SO_KEEPALIVE (ITS... |
tree | commitdiff |
2006-10-09 |
Pierangelo Masarati | minor cleanup |
tree | commitdiff |
2006-10-08 |
Pierangelo Masarati | I hate code duplication, but don't require functions... |
tree | commitdiff |
2006-10-07 |
Howard Chu | TS#4635 CR LF is also a valid line separator |
tree | commitdiff |
2006-09-26 |
Pierangelo Masarati | add support for VERSION, TIMEOUT and NETWORK_TIMEOUT... |
tree | commitdiff |
2006-09-26 |
Pierangelo Masarati | use AC_LINE_MAX |
tree | commitdiff |
2006-09-24 |
Pierangelo Masarati | document the LDAP builtin map in librewrite (ITS#4602) |
tree | commitdiff |
2006-09-24 |
Pierangelo Masarati | further cleanup |
tree | commitdiff |
2006-09-23 |
Pierangelo Masarati | fix previous commit |
tree | commitdiff |
2006-09-23 |
Pierangelo Masarati | fix potential double free in case of error |
tree | commitdiff |
next |