summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* soup-auth-negotiate: Reorganize the sources to get rid of some ifdefswip/tpopela/negotiateTomas Popela2016-03-021-91/+85
* soup-auth-negotiate: Add the Red Hat copyrightsTomas Popela2016-03-022-0/+2
* soup-auth-negotiate: Don't leak the GSSAPI objectsTomas Popela2016-03-011-6/+17
* soup-auth-negotiate: Don't print auth headers value if we fail to parse themTomas Popela2016-03-011-1/+1
* soup-auth-negotiate: Mark the SoupAuth as not reusable if failed to build a r...Tomas Popela2016-03-011-0/+1
* soup-auth-negotiate: Remove the unused NTLMSSP codeTomas Popela2016-03-011-3/+0
* soup-auth-negotiate: Don't try to parse the realm, but instead set it to empt...Tomas Popela2016-02-261-78/+2
* soup-auth-negotiate: Try to get the realm after initializing the clientTomas Popela2016-02-231-3/+4
* soup-auth-negotiate: Don't fail, but start again if we get negotiate header w...Tomas Popela2016-02-231-6/+5
* soup-auth-negotiate: GError can be leaked if set in _update_connection()Tomas Popela2016-02-231-6/+10
* configure: Don't fail if the krb5-config is not found and --with-gssapi not e...Tomas Popela2016-02-231-3/+4
* soup-misc: Move the soup_host_matches_host function to the private header fileTomas Popela2016-02-224-4/+5
* soup-auth-negotiate: Set the SoupAuth's realm propertyTomas Popela2016-02-191-14/+67
* soup-auth-negotiate: Check if the authentications are the same before checkin...Tomas Popela2016-02-191-0/+3
* soup-auth: Introduce the can_authenticate virtual methodTomas Popela2016-02-194-4/+40
* soup-auth-negotiate: Track whether the SoupAuthNegotiate is authenticatedTomas Popela2016-02-191-17/+31
* soup-auth-negotiate: Register a callback on the SoupMessage's signal finished...Tomas Popela2016-02-191-30/+45
* soup-auth-negotiate: Don't fail if the authentication is still in progressTomas Popela2016-02-191-1/+3
* soup-auth: Correctly mark the soup_auth_negotiate_supported variableTomas Popela2016-02-181-1/+2
* soup-misc: Correctly mark the soup_host_matches_host functionTomas Popela2016-02-182-1/+2
* Remove file that was mistakenly added during rebaseTomas Popela2016-02-181-569/+0
* soup-auth-negotitate: Make the SoupAuth object reusable againTomas Popela2016-02-161-8/+4
* configure - Improve how the GSSAPI enabled build is detectedTomas Popela2016-02-161-8/+21
* soup-auth-negotiate: Seperate the major and minor part of the errorTomas Popela2016-02-161-1/+1
* Fix the introspection enabled build after rebaseTomas Popela2016-02-161-0/+1
* soup-auth-negotiate: Introduce a blacklist of URIs where the GSSAPI authentic...Tomas Popela2016-02-161-7/+14
* soup-misc: Introduce the soup_host_matches_host functionTomas Popela2016-02-164-51/+44
* soup-auth-negotiate: Correctly free the connection stateTomas Popela2016-02-161-0/+1
* soup-auth-negotiate: Remove the code that is never going to be reachedTomas Popela2016-02-161-2/+1
* Use the SOUP_STATUS_UNAUTHORIZED status instead of the SOUP_STATUS_GSSAPI_FAI...Tomas Popela2016-02-162-2/+1
* soup-auth-negotiate: Don't count the trailing \0 when passing the size of spn...Tomas Popela2016-02-161-1/+1
* Define SoupAuthNegotiate unconditionally and fail the authentication if libso...Tomas Popela2016-02-168-106/+115
* Remove the leftover G_MODULE_EXPORT from the soup_gss_client_cleanup functionTomas Popela2016-02-161-1/+1
* soup-auth-negotiate: Don't hard code the spnego_OID sizeTomas Popela2016-02-161-1/+1
* soup-auth-negotiate: Address some coding style nitpicksTomas Popela2016-02-161-5/+3
* soup-auth-negotiate: Remove an unneeded include of gssapi/gssapi_krb5.hTomas Popela2016-02-161-1/+0
* soup-auth-negotiate: Replace "tabstop" with "tab-width" in the indentation se...Tomas Popela2016-02-161-1/+1
* Fix a missing space between function name and argumentsTomas Popela2016-02-161-2/+2
* soup-auth-negotiate: Correctly handle the protection space for subdirectories...Tomas Popela2016-02-161-1/+3
* When testing if a scheme of an URI is HTTPS avoid a string comparisonTomas Popela2016-02-161-1/+1
* Improve the parse_trusted_uris functionTomas Popela2016-02-161-2/+4
* Correct some typos in commentsTomas Popela2016-02-161-2/+2
* Remove unwanted include of config.hTomas Popela2016-02-161-2/+0
* Rename HAVE_GSSAPI to LIBSOUP_HAVE_GSSAPITomas Popela2016-02-167-15/+15
* Define the HAVE_GSSAPI in the pkgconfig fileTomas Popela2016-02-162-1/+6
* Connect to the got_headers signal just onceTomas Popela2016-02-161-3/+16
* Use the gss_import_name just once per connectionTomas Popela2016-02-161-1/+4
* Include the config.h in the soup-auth.h otherwise Negotiate symbols won't be ...Tomas Popela2016-02-161-0/+2
* Fix coding style nitpickTomas Popela2016-02-161-1/+1
* Remove an unneeded commentTomas Popela2016-02-161-1/+0