summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag release 0.29.1.0.29.1Joe Orton2009-12-1527-965/+1140
* * test/session.c: Avoid hard-coded references to port 7777.Joe Orton2009-12-141-4/+4
* * test/auth.c: Adjust to use {proxied_,}session_server API, avoidJoe Orton2009-12-141-18/+21
* * test/common/child.c (new_spawn_server): Take 'repeat' argument.Joe Orton2009-12-144-21/+32
* * test/utils.c (proxied_session_server): Take scheme argument.Joe Orton2009-12-142-3/+3
* * test/socket.c, test/stubs.c: Adapt for {proxied_}session_server.Joe Orton2009-12-142-15/+20
* * test/auth.c, test/redirect.c, test/props.c: Adapt to useJoe Orton2009-12-143-26/+32
* * test/utils.c (session_server, proxied_session_server): NewJoe Orton2009-12-142-8/+46
* * test/common/child.c, child.h (new_spawn_server): New function.Joe Orton2009-12-142-2/+54
* * src/ne_gnutls.c (map_verify_failures): Fix build for GnuTLS < 2.8.Joe Orton2009-12-021-0/+2
* Clear sspi_token buffer after each request.Joe Orton2009-12-021-1/+12
* * src/ne_ntlm.c (mkhash): Fix buffer overflow (basic@mozdev.org).Joe Orton2009-12-021-1/+1
* * src/ne_ntlm.c (ne__ntlm_authenticate)kso2009-11-192-1/+4
* * src/ne_utils.c, src/ne_utils.h : Added NE_FEATURE_SSPI.kso2009-11-132-1/+8
* fixed 'missing symbol' win2k runtime problem.kso2009-11-131-0/+1
* * src/ne_session.c (ne_session_create): Only enable SNI by default ifJoe Orton2009-10-251-1/+16
* * config.hw.in: Fix socklen_t with recent SDKs, thanks to Stefan Kung.Joe Orton2009-09-261-1/+1
* * src/ne_socket.c (ne_sock_close) [HAVE_OPENSSL]: Ensure SSLJoe Orton2009-09-261-3/+36
* * src/ne_socket.c (ne_sock_close) [HAVE_OPENSSL]: Ensure SSLJoe Orton2009-09-131-1/+6
* * macros/neon.m4 (LIBNEON_SOURCE_CHECKS): Require inet_pton forJoe Orton2009-09-123-1/+19
* * Makefile.in, README: Collect copyright notices from po/*.Joe Orton2009-09-046-7/+12
* * po/pl.po: Update, from Arfrever Frehtes Taifersar Arahesis.Joe Orton2009-09-041-85/+117
* * macros/neon.m4: Bump to 0.30.0-dev.Joe Orton2009-09-041-1/+1
* * macros/neon.m4 (LIBNEON_SOURCE_CHECKS): Require inet_pton forJoe Orton2009-09-021-1/+2
* * src/ne_request.c (socks_origin_lookup): New function.Joe Orton2009-09-022-12/+84
* * src/ne_socket.c (ne_iaddr_parse) [!USE_GETADDRINFO]: Fail for IPv6Joe Orton2009-09-022-1/+6
* * src/ne_socket.c (ne_iaddr_parse): New function.Joe Orton2009-09-023-10/+75
* * test/util-socks.c (read_socks_0string): Pass through context string.Joe Orton2009-09-021-4/+14
* * macros/neon.m4: Import from gnulib.Joe Orton2009-09-021-0/+43
* * configure.in: Use a GNU linker script if supported, to enableJoe Orton2009-09-022-3/+24
* * src/ne_defs.h: Define NE_PRIVATE.Joe Orton2009-09-024-16/+25
* * NEWS: Update.Joe Orton2009-09-021-2/+8
* Minor cleanups to NTLM code:Joe Orton2009-09-013-76/+50
* Split NE_AUTH_NEGOTIATE into NE_AUTH_GSSAPI and NE_AUTH_NTLM:Joe Orton2009-09-012-9/+30
* * src/ne_auth.c (digest_challenge): Simpler check for initial Joe Orton2009-09-011-1/+1
* * macros/neon.m4 (NEON_SSL): Define NTLM for OpenSSL builds.Joe Orton2009-09-011-1/+3
* * src/Makefile.in: Build ne_ntlm.c.Joe Orton2009-09-011-1/+2
* * src/ne_auth.c: Whitespace changes.Joe Orton2009-09-011-8/+8
* * NEWS: Update.Joe Orton2009-09-011-2/+16
* * README: Remove dupe.Joe Orton2009-09-011-1/+0
* Fix handling of stale=true in a RFC2069-style Digest challenge:Joe Orton2009-09-012-6/+22
* * doc/security.xml: Wording fix.Joe Orton2009-08-191-4/+4
* Security fix for CVE-2009-2473: prevent the "billion laughs" attackJoe Orton2009-08-183-1/+82
* * test/ssl.c (fail_nul_*): Fix for VPATH builds.Joe Orton2009-08-181-11/+27
* Security fix for CVE-2009-2474, handling of "NUL" bytes in certificateJoe Orton2009-08-189-35/+394
* * src/ne_string.c (qappend_count, quoted_append): Factor out fromJoe Orton2009-08-113-15/+57
* * src/ne_string.c (ne_buffer_qappend): New function.Joe Orton2009-08-112-21/+95
* * Makefile.in: Avoid dupes in copyright notices.Joe Orton2009-08-111-2/+2
* * test/openssl.conf: Sign certs using SHA1 since GnuTLS fails MD5-signed certs.Joe Orton2009-08-071-2/+2
* * src/ne_string.c (ne_buffer_qappend): New function.Joe Orton2009-08-053-7/+107