summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* * NEWS: Update.joe2009-09-021-2/+8
* Minor cleanups to NTLM code:joe2009-09-013-76/+50
* Split NE_AUTH_NEGOTIATE into NE_AUTH_GSSAPI and NE_AUTH_NTLM:joe2009-09-012-9/+30
* * src/ne_auth.c (digest_challenge): Simpler check for initial joe2009-09-011-1/+1
* * macros/neon.m4 (NEON_SSL): Define NTLM for OpenSSL builds.joe2009-09-011-1/+3
* * src/Makefile.in: Build ne_ntlm.c.joe2009-09-011-1/+2
* * src/ne_auth.c: Whitespace changes.joe2009-09-011-8/+8
* * NEWS: Update.joe2009-09-011-2/+16
* * README: Remove dupe.joe2009-09-011-1/+0
* Fix handling of stale=true in a RFC2069-style Digest challenge:joe2009-09-012-6/+22
* * doc/security.xml: Wording fix.joe2009-08-191-4/+4
* Security fix for CVE-2009-2473: prevent the "billion laughs" attackjoe2009-08-183-1/+82
* * test/ssl.c (fail_nul_*): Fix for VPATH builds.joe2009-08-181-11/+27
* Security fix for CVE-2009-2474, handling of "NUL" bytes in certificatejoe2009-08-189-35/+394
* * src/ne_string.c (qappend_count, quoted_append): Factor out fromjoe2009-08-113-15/+57
* * src/ne_string.c (ne_buffer_qappend): New function.joe2009-08-112-21/+95
* * Makefile.in: Avoid dupes in copyright notices.joe2009-08-111-2/+2
* * test/openssl.conf: Sign certs using SHA1 since GnuTLS fails MD5-signed certs.joe2009-08-071-2/+2
* * src/ne_string.c (ne_buffer_qappend): New function.joe2009-08-053-7/+107
* * src/ne_socket.c (ne_sock_peer): Fix strict-aliasing issue.joe2009-08-051-2/+3
* * README: "make update-copyright"joe2009-07-021-1/+1
* * src/ne_session.c: Updata copyright notices; Tommi's codejoe2009-07-021-2/+0
* * src/ne_openssl.c, src/ne_socket.c: Update copyright notices; joe2009-07-022-3/+0
* * macros/neon.m4 (NEON_LIBPROXY): Correctly handle --without-libproxy.joe2009-07-021-1/+1
* * test/util-socks.c: Remove unnecessary #include.joe2009-07-021-2/+1
* * macros/neon.m4 (LIBNEON_SOURCE_CHECKS): Silence warnings with autoconfjoe2009-07-021-1/+3
* * configure.in: Reorder to prevent autoconf 2.6x warnings.joe2009-07-021-12/+12
* * src/ne_socket.c (timed_connect): Only enable O_NONBLOCK if it joe2009-06-091-2/+19
* * README, Makefile.in: Update copyright-notice-collector.joe2009-06-092-3/+4
* * src/ne_socket.c (raw_connect): New function.joe2009-06-091-2/+16
* * src/ne_socket.c (ne_sock_connect): Fix FD_CLOEXEC for !SOCK_CLOEXEC builds.joe2009-06-091-1/+1
* * src/ne_socket.c (ne_sock_connect): Fix forward compat withjoe2009-06-091-8/+21
* * src/ne_session.c (ne__ssl_set_verify_err): Add error strings forjoe2009-05-292-16/+41
* * src/ne_gnutls.c (ne_ssl_context_create): Enable support forjoe2009-05-291-0/+2
* * test/makekeys.sh: Fix to ensure the "bad CAs" do assert thejoe2009-04-301-2/+2
* * src/ne_gnutls.c (check_certificate): Correctly check validity times of certsjoe2009-04-301-2/+2
* * test/ssl.c: Fix typos, no functional change.joe2009-04-301-2/+2
* initial support for platform-independent NTLM authkso2009-03-263-0/+822
* * macros/neon.m4 (NEON_LIBPROXY): Mark feature as disabled ifjoe2009-03-111-1/+3
* * test/uri-tests.c (resolve): Test API guarantee for resolved ->path.joe2009-03-051-0/+2
* * src/ne_ssl.h: Improve ne_ssl_clicert_* docs, specify object state.joe2009-03-051-14/+21
* Be strict in parsing C-L response header:joe2009-03-052-19/+16
* * test/common/tests.c: Remove sys/signal.h include.joe2009-03-041-3/+1
* * src/ne_session.h: Define NE_SSL_REVOKED; bump NE_SSL_FAILMASK, reflowjoe2009-03-031-15/+25
* * test/: Ignore more.joe2009-03-030-0/+0
* Expose the cert verification failure case where a cert higher in thejoe2009-03-037-73/+152
* * NEWS: Sync with 0.28.x.joe2009-03-031-1/+10
* * doc/feat.xml: Update for trunk.joe2009-03-031-11/+12
* * doc/man.xsl, doc/manual.xml: Fix <author> and quietenjoe2009-02-252-4/+6
* * install-sh: Remove; rely on provided version.joe2009-02-251-519/+0