summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Security fix for CVE-2009-2473: prevent the "billion laughs" attackJoe Orton2009-08-181-1/+43
* Security fix for CVE-2009-2474, handling of "NUL" bytes in certificateJoe Orton2009-08-184-27/+34
* * src/ne_string.c (qappend_count, quoted_append): Factor out fromJoe Orton2009-08-112-14/+49
* * src/ne_string.c (ne_buffer_qappend): New function.Joe Orton2009-08-111-13/+87
* * src/ne_string.c (ne_buffer_qappend): New function.Joe Orton2009-08-052-6/+73
* * src/ne_socket.c (ne_sock_peer): Fix strict-aliasing issue.Joe Orton2009-08-051-2/+3
* * src/ne_session.c: Updata copyright notices; Tommi's codeJoe Orton2009-07-021-2/+0
* * src/ne_openssl.c, src/ne_socket.c: Update copyright notices; Joe Orton2009-07-022-3/+0
* * src/ne_socket.c (timed_connect): Only enable O_NONBLOCK if it Joe Orton2009-06-091-2/+19
* * src/ne_socket.c (raw_connect): New function.Joe Orton2009-06-091-2/+16
* * src/ne_socket.c (ne_sock_connect): Fix FD_CLOEXEC for !SOCK_CLOEXEC builds.Joe Orton2009-06-091-1/+1
* * src/ne_socket.c (ne_sock_connect): Fix forward compat withJoe Orton2009-06-091-8/+21
* * src/ne_session.c (ne__ssl_set_verify_err): Add error strings forJoe Orton2009-05-291-1/+3
* * src/ne_gnutls.c (ne_ssl_context_create): Enable support forJoe Orton2009-05-291-0/+2
* * src/ne_gnutls.c (check_certificate): Correctly check validity times of certsJoe Orton2009-04-301-2/+2
* initial support for platform-independent NTLM authkso2009-03-263-0/+822
* * src/ne_ssl.h: Improve ne_ssl_clicert_* docs, specify object state.Joe Orton2009-03-051-14/+21
* Be strict in parsing C-L response header:Joe Orton2009-03-051-3/+5
* * src/ne_session.h: Define NE_SSL_REVOKED; bump NE_SSL_FAILMASK, reflowJoe Orton2009-03-031-15/+25
* Expose the cert verification failure case where a cert higher in theJoe Orton2009-03-034-57/+106
* Fix ne_forget_auth():Joe Orton2009-02-251-0/+1
* * src/ne_socket.c (read_gnutls): Perform a new handshake if requiredJoe Orton2009-01-211-2/+7
* * src/ne_basic.h: Docs updates.Joe Orton2009-01-211-6/+9
* * src/ne_pkcs11.c (pk11_provide): Fix memory leak.Joe Orton2008-11-201-0/+1
* * src/ne_alloc.c, src/ne_alloc.h (ne_free): Implement as function on Win32,Joe Orton2008-11-202-0/+12
* * src/ne_socket.c (ne_sock_connect): Use SOCK_CLOEXEC in place ofJoe Orton2008-11-041-2/+7
* * src/ne_gnutls.c (pkcs12_parse): Ignore any but the first key or certJoe Orton2008-10-301-0/+8
* * src/ne_session.c (ne_session_sysproxy): Don't use ne_free for memoryJoe Orton2008-10-281-2/+2
* * src/ne_session.c (ne_session_sysproxy): Free returned proxy array.Joe Orton2008-10-241-0/+5
* * src/ne_session.h (ne_session_flag_e): Add NE_SESSFLAG_EXPECT100.Joe Orton2008-10-242-1/+6
* * src/ne_acl.h: Add deprecation notice.Joe Orton2008-10-141-0/+4
* Introduce new ACL interface under separate header, function name, andJoe Orton2008-10-145-54/+245
* * src/ne_session.c (ne_session_system_proxy): Fix "direct" proxy.Joe Orton2008-10-101-7/+17
* Add support for use of a system-provided default set of proxy servers;Joe Orton2008-10-092-0/+86
* Add support for configuring a SOCKS proxy for the HTTP session:Joe Orton2008-10-094-0/+55
* Add support for multiple proxies and differentiate between a SOCKS andJoe Orton2008-10-094-104/+183
* * src/ne_gnutls.c (make_peers_chain): Fix potential segfault.Joe Orton2008-10-061-1/+3
* * src/ne_pkcs11.c (pk11_rsa_method): Remove redundant flagJoe Orton2008-09-111-2/+3
* * src/ne_pkcs11.c: Revert debugging change in previous commit.Joe Orton2008-09-011-1/+1
* Support PKCS#11 in OpenSSL builds:Joe Orton2008-08-313-3/+160
* SECURITY (CVE-2008-3746):Joe Orton2008-08-201-2/+4
* * src/ne_uri.h (ne_uri_parse, ne_uri_resolve): Clarify API constraintsJoe Orton2008-08-051-7/+10
* * src/ne_session.h: Clarify that progress increments.Joe Orton2008-08-051-2/+4
* * src/ne_socket.c (struct iofns): Add swritev member.Joe Orton2008-08-032-3/+90
* * src/ne_session.c [NE_HAVE_SSL] (ne__ssl_match_hostname): NewJoe Orton2008-07-244-49/+33
* * src/ne_request.c (body_fd_send): Fix compiler warnings.Joe Orton2008-07-241-2/+6
* * src/ne_gnutls.c (provide_client_cert): Set ssl_cc_requested flagJoe Orton2008-07-201-3/+11
* Update mailing list address throughout.Joe Orton2008-07-191-1/+1
* * src/ne_auth.c (tokenize): NUL terminate at a closing quote, ignoreJoe Orton2008-07-191-0/+1
* * src/ne_openssl.c (ne__negotiate_ssl),Joe Orton2008-07-192-3/+3