2002-09-06 |
Howard Chu | Remove dependencies on HAVE_VSNPRINTF, use replacement... |
tree | commitdiff |
2002-09-06 |
Howard Chu | Merged ldap_get_values_ber into ldap_get_attribute_ber. |
tree | commitdiff |
2002-09-05 |
Howard Chu | Added new ldap_get_{dn,attribute,values}_ber functions... |
tree | commitdiff |
2002-09-04 |
Howard Chu | Set SSL session cache context ID |
tree | commitdiff |
2002-09-04 |
Howard Chu | Fix previous commit - still need X509_free for peer... |
tree | commitdiff |
2002-09-04 |
Kurt Zeilenga | Move ldap_control_dup() to ldap_pvt.h |
tree | commitdiff |
2002-09-04 |
Howard Chu | Don't call X509_free after SSL_get_certificate, it... |
tree | commitdiff |
2002-09-02 |
Howard Chu | Don't use sasl_set_alloc on Cyrus 2, it manages all... |
tree | commitdiff |
2002-09-02 |
Howard Chu | Fix ldap_X509dn2bv, OpenSSL gives us DN attributeTypes... |
tree | commitdiff |
2002-08-31 |
Pierangelo Masarati | cleanup comments |
tree | commitdiff |
2002-08-31 |
Howard Chu | Fix previous commit |
tree | commitdiff |
2002-08-31 |
Howard Chu | OS/390 EBCDIC support |
tree | commitdiff |
2002-08-30 |
Howard Chu | Fix large SASL reads. Use EAGAIN instead of EWOULDBLOCK... |
tree | commitdiff |
2002-08-29 |
Pierangelo Masarati | allow different solutions to debug sasl shutdown |
tree | commitdiff |
2002-08-29 |
Pierangelo Masarati | when shutting down a server with open connections ... |
tree | commitdiff |
2002-08-29 |
Howard Chu | Fix previous commit - use EWOULDBLOCK instead of EAGAIN |
tree | commitdiff |
2002-08-29 |
Howard Chu | Fix ITS#1983, handle writing of large requests. Only... |
tree | commitdiff |
2002-08-29 |
Pierangelo Masarati | cleanup logging |
tree | commitdiff |
2002-08-29 |
Howard Chu | Fix ITS#1983, in sb_sasl_write, set errno = EAGAIN... |
tree | commitdiff |
2002-08-28 |
Howard Chu | Added no-op for SASL_VERSION_MAJOR < 2 |
tree | commitdiff |
2002-08-28 |
Howard Chu | Added check for Cyrus SASL sasl_version() |
tree | commitdiff |
2002-08-24 |
Kurt Zeilenga | Increase res_query buffers to 64k |
tree | commitdiff |
2002-08-23 |
Pierangelo Masarati | add upper/lower funcs that also compute the length... |
tree | commitdiff |
2002-08-17 |
Kurt Zeilenga | make dc const |
tree | commitdiff |
2002-08-17 |
Kurt Zeilenga | Update dn2domain() to use str2dn() instead of explode_dn() |
tree | commitdiff |
2002-08-10 |
Howard Chu | ITS#2019 Initialize utils properly |
tree | commitdiff |
2002-08-10 |
Kurt Zeilenga | Some more sockaddr_in v sockaddr_storage cleanup |
tree | commitdiff |
2002-08-09 |
Kurt Zeilenga | ITS#2018: use sockaddr_storage |
tree | commitdiff |
2002-08-08 |
Kurt Zeilenga | Zap LDAPv2-only stuff |
tree | commitdiff |
2002-08-05 |
Kurt Zeilenga | Set O_EXCL |
tree | commitdiff |
2002-08-01 |
Howard Chu | ITS#1995 return error text when ldap_pvt_tls_check_host... |
tree | commitdiff |
2002-07-28 |
Kurt Zeilenga | Fix up restart code for EINTR |
tree | commitdiff |
2002-07-26 |
Kurt Zeilenga | Clarify error messages |
tree | commitdiff |
2002-07-26 |
Howard Chu | Moved <stdio.h> before <ac/stdlib.h> |
tree | commitdiff |
2002-07-24 |
Howard Chu | Wrap get_ca_list opendir code with #if HAVE_DIRENT_H... |
tree | commitdiff |
2002-07-23 |
Kurt Zeilenga | Misc sprintf/snprintf cleanup |
tree | commitdiff |
2002-07-16 |
Stig Venaas | Fixes ITS#1935 |
tree | commitdiff |
2002-07-12 |
Stig Venaas | Use AF_INET instead of AF_UNSPEC when IPv6 disabled |
tree | commitdiff |
2002-07-11 |
Julius Enarusai | Coverted LDAP_LOG macro to use subsystem ID int values... |
tree | commitdiff |
2002-07-08 |
Kurt Zeilenga | Fix possible under allocation of buffer |
tree | commitdiff |
2002-07-05 |
Howard Chu | ITS#1924 use GENERAL_NAMES_free instead of ext_free. |
tree | commitdiff |
2002-06-21 |
Kurt Zeilenga | Cut back on the logging... |
tree | commitdiff |
2002-06-21 |
Kurt Zeilenga | ITS#1898: ldap_controls_dup() writes beyond allocated... |
tree | commitdiff |
2002-06-19 |
Kurt Zeilenga | Add monitorContext rootDSE attribute |
tree | commitdiff |
2002-06-14 |
Howard Chu | Finish implementation of get_ca_list() |
tree | commitdiff |
2002-06-13 |
Howard Chu | In ldap_extended_operation_s, check for NULL retoidp... |
tree | commitdiff |
2002-06-09 |
Kurt Zeilenga | VLV clean OPENLDAP_REL_ENG_2_MP |
tree | commitdiff |
2002-06-07 |
Howard Chu | Fix ITS#1843, don't deref NULL string in ldap_pvt_str2upper |
tree | commitdiff |
2002-06-07 |
Howard Chu | Better SASL_MAXBUF fix |
tree | commitdiff |
2002-06-06 |
Howard Chu | Eliminate SASL client session_callbacks. Since proc... |
tree | commitdiff |
2002-06-06 |
Kurt Zeilenga | More argument handling updates |
tree | commitdiff |
2002-06-05 |
Kurt Zeilenga | Fix typo in last commit |
tree | commitdiff |
2002-06-05 |
Kurt Zeilenga | Add error handling cleanup |
tree | commitdiff |
2002-06-05 |
Kurt Zeilenga | Consistently don't check for NULL session handle and... |
tree | commitdiff |
2002-05-17 |
Howard Chu | Fix NT_LINK_LIBS, UNIX_LINK_LIBS |
tree | commitdiff |
2002-05-06 |
Howard Chu | ITS#1806, Cyrus 1 doesn't give back our callbacks point... |
tree | commitdiff |
2002-05-05 |
Howard Chu | Fix in 1.50 applies to Cyrus 1 as well as Cyrus 2. |
tree | commitdiff |
2002-05-04 |
Howard Chu | ITS#1797 silence uninit'd var warnings |
tree | commitdiff |
2002-05-04 |
Howard Chu | Initialize authid in case ldap_pvt_tls_get_my_dn fails |
tree | commitdiff |
2002-05-04 |
Howard Chu | Changed default tls_opt_require_cert value to LDAP_OPT_... |
tree | commitdiff |
2002-05-03 |
Howard Chu | Fix previous commit, wrong if condition |
tree | commitdiff |
2002-05-03 |
Howard Chu | Break up large SASL writes into units of SASL maxoutbuf... |
tree | commitdiff |
2002-05-03 |
Howard Chu | For Cyrus 2, cannot free session_callbacks in ldap_int_... |
tree | commitdiff |
2002-05-02 |
Kurt Zeilenga | Matched Values implementation (ITS#1776) based upon... |
tree | commitdiff |
2002-05-02 |
Howard Chu | Fix previous commit, only zero out v3 refer_cnt if... |
tree | commitdiff |
2002-05-01 |
Kurt Zeilenga | add an RFC 2849 check... but behind #if 0 as I'm now... |
tree | commitdiff |
2002-05-01 |
Kurt Zeilenga | cleanup before working on changes |
tree | commitdiff |
2002-04-30 |
Howard Chu | Fix previous commit - must fully init newAVA |
tree | commitdiff |
2002-04-30 |
Howard Chu | Added ldap_ucs_to_utf8s to convert ASN.1 T61STRING... |
tree | commitdiff |
2002-04-30 |
Howard Chu | Changed ldap_pvt_tls_get_my_dn and ldap_pvt_tls_get_pee... |
tree | commitdiff |
2002-04-19 |
Howard Chu | In ldap_int_tls_start, authid is very temporary, not... |
tree | commitdiff |
2002-04-18 |
Howard Chu | Fix memory leak in previous commit |
tree | commitdiff |
2002-04-18 |
Howard Chu | Added ldap_X509dn2bv() |
tree | commitdiff |
2002-04-18 |
Howard Chu | Fix warnings from sasl_errdetail |
tree | commitdiff |
2002-04-18 |
Howard Chu | Additional error reporting for Cyrus SASL 2. Attempt... |
tree | commitdiff |
2002-04-16 |
Howard Chu | ITS#818, ITS#980, ITS#1234 ldapsearch/referral hang... |
tree | commitdiff |
2002-04-15 |
Kurt Zeilenga | Re: Patch: ctype functions require 'unsigned char'... |
tree | commitdiff |
2002-04-11 |
Howard Chu | ITS#1732 signed/unsigned fixes |
tree | commitdiff |
2002-04-08 |
Pierangelo Masarati | ITS#1730 |
tree | commitdiff |
2002-04-08 |
Pierangelo Masarati | ITS#1730 and completion of ITS#1701 |
tree | commitdiff |
2002-04-08 |
Pierangelo Masarati | Mostly based on patches provided by Hallvard B. Furuseth |
tree | commitdiff |
2002-04-05 |
Howard Chu | ITS#1708 ldap_pvt_tls_sb_ctx() et al |
tree | commitdiff |
2002-04-02 |
Kurt Zeilenga | Patch: More format bugs (ITS#1702) |
tree | commitdiff |
2002-04-02 |
Kurt Zeilenga | ITS#1701. Fix ber_scanf() return tag handling. |
tree | commitdiff |
2002-04-02 |
Julius Enarusai | Added LDAP_LOG Messages |
tree | commitdiff |
2002-04-01 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-04-01 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-04-01 |
Julius Enarusai | Added LDAP_LOG Messages |
tree | commitdiff |
2002-04-01 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-03-30 |
Kurt Zeilenga | move ldap_int_put_filter to ldap_pvt_put_filter |
tree | commitdiff |
2002-03-29 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-03-27 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-03-27 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-03-27 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-03-27 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-03-27 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-03-27 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-03-27 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-03-27 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
2002-03-27 |
Julius Enarusai | Added LDAP_LOG messages |
tree | commitdiff |
next |