summaryrefslogtreecommitdiff
path: root/src/ne_auth.c
Commit message (Expand)AuthorAgeFilesLines
* * src/ne_openssl.c, src/ne_auth.c, src/ne_socket.c: Fix build withjoe2016-09-261-1/+1
* * src/ne_md5.h: Allow ne_md5_create_ctx to return NULL.joe2016-09-101-0/+12
* * src/ne_auth.c: Fix build, from Nathanael Rensen.joe2012-07-061-1/+1
* Patch from Nathanael Rensen:joe2012-07-051-2/+2
* * src/ne_auth.h: Add NE_AUTH_GSSAPI_ONLY, NE_AUTH_SSPI.joe2012-06-261-4/+9
* * src/ne_auth.c (continue_sspi, auth_register): Use the proxy hostnamejoe2011-09-181-9/+20
* Fix some errors flagged by a Coverity scan:joe2011-05-031-1/+1
* * src/ne_auth.cjoe2011-05-031-2/+2
* * src/ne_gnutls.c (ne__ssl_init): Fix for GnuTLS with Nettle.joe2011-05-031-0/+9
* * src/ne_auth.c (ah_post_send): Always clear the SSPI context.joe2010-09-221-1/+3
* * src/ne_auth.c: Add handling of 2xx responses in SSPI code.joe2010-04-211-11/+43
* Clear sspi_token buffer after each request.joe2009-12-021-1/+12
* * src/ne_ntlm.c (ne__ntlm_authenticate)kso2009-11-191-1/+1
* Minor cleanups to NTLM code:joe2009-09-011-19/+8
* Split NE_AUTH_NEGOTIATE into NE_AUTH_GSSAPI and NE_AUTH_NTLM:joe2009-09-011-5/+10
* * src/ne_auth.c (digest_challenge): Simpler check for initial joe2009-09-011-1/+1
* * src/ne_auth.c: Whitespace changes.joe2009-09-011-8/+8
* Fix handling of stale=true in a RFC2069-style Digest challenge:joe2009-09-011-2/+2
* initial support for platform-independent NTLM authkso2009-03-261-0/+78
* Fix ne_forget_auth():joe2009-02-251-0/+1
* SECURITY (CVE-2008-3746):joe2008-08-201-2/+4
* * src/ne_auth.c (tokenize): NUL terminate at a closing quote, ignorejoe2008-07-191-0/+1
* Merge from 0.28.x branch:joe2008-07-101-1/+1
* * src/ne_auth.c (inside_domain): Fix to treat domain as a prefix,joe2008-02-291-4/+2
* * src/ne_auth.h (NE_AUTH_ALL, NE_AUTH_DEFAULT): Add new protocoljoe2007-12-051-17/+16
* * src/ne_auth.c (inside_domain): Parse request-URI to handle proxiesjoe2007-12-051-10/+16
* * src/ne_auth.c (parse_domain): Fix memory handling (fix tests withjoe2007-12-051-4/+6
* * src/ne_auth.c (parse_domain): Fix to parse domain parameter asjoe2007-12-051-1/+1
* * src/ne_auth.c (get_cnonce): Reformat code; no functional change.joe2007-12-051-32/+29
* * src/ne_auth.c (get_cnonce): Use gcrypt to create the nonce ifjoe2007-12-051-1/+9
* * src/ne_compress.c (set_zlib_error),joe2007-11-261-1/+1
* Add support for domain handling in Digest authentication:joe2007-11-191-3/+110
* * src/ne_auth.c (verify_negotiate_response): Fix crash in GSSAPIjoe2007-09-251-3/+6
* * src/ne_session.h (ne_session_flag): Add NE_SESSFLAG_CONNAUTH.joe2007-08-081-11/+11
* * src/ne_auth.c (auth_register): Fix multiple handler use (Werner Baumann)joe2007-07-141-1/+1
* * src/ne_auth.c (ah_post_send): Fix for SSPI to avoid invoking thejoe2007-02-071-1/+1
* * src/ne_auth.c: Update comment.joe2007-02-071-2/+1
* * src/ne_auth.c (verify_negotiate_response): Fix comparisonjoe2007-02-051-2/+3
* * src/ne_auth.c (ah_pre_send): Set request idempotent flagjoe2007-02-051-0/+7
* Fix 0.26.x regression; ensure the "attempt" counter passed to credsjoe2007-01-111-1/+11
* * src/ne_auth.c (digest_challenge): Fix comment.joe2007-01-091-1/+1
* * src/ne_auth.c (digest_challenge): Fix to fail correctly for invalidjoe2007-01-061-16/+30
* Fix nextnonce handling in Digest auth:joe2007-01-041-0/+1
* Give descriptive error messages for multiple-challenge authenticationjoe2007-01-031-54/+113
* * src/ne_auth.c (ah_post_send): Correctly test ->flags againstjoe2006-10-241-1/+1
* Remove use of session-private interfaces in auth code:joe2006-09-121-8/+18
* * src/ne_auth.c (auth_session): Remove unused fields.joe2006-06-291-6/+0
* Win32 build fixes from D.J. Heap:joe2006-05-091-27/+24
* * src/ne_auth.c (ah_post_send): Remove strdup which is nowjoe2006-03-081-3/+1
* * src/ne_auth.c (negotiate_challenge): Renamed from gssapi_challenge.joe2006-03-081-4/+4