[libsoup] (64 commits) Non-fast-forward update to branch wip/tpopela/negotiate



The branch 'wip/tpopela/negotiate' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  a775503... Rebased Guido Günther's work from [0] on top of 2.52.0
  c4dc221... Fix style nitpicks
  3949a31... Use SPNEGO authentication instead of basic KRB5
  e9caac8... Use GSS_C_NT_HOSTBASED_SERVICE and "HTTP host" in gss_impor
  3b10fae... Trust all HTTPS URIs when SOUP_AUTH_TRUSTED_URIS environmen
  7b28549... Avoid the unnecessary auth header splitting
  fb9390a... wip
  17fca0d... Address more comments from [0]
  0092a0a... Make the libgssapi a hard dependency of libsoup
  94d953c... Remove unused function
  3008cc6... Support multiple round trips while negotiating
  783f553... Remove an unneeded comment
  17e4747... Fix coding style nitpick
  d9b373b... Include the config.h in the soup-auth.h otherwise Negotiate
  f1f3a07... Use the gss_import_name just once per connection
  49d4772... Connect to the got_headers signal just once
  061ec48... Define the HAVE_GSSAPI in the pkgconfig file
  30a21ef... Rename HAVE_GSSAPI to LIBSOUP_HAVE_GSSAPI
  aeaf689... Remove unwanted include of config.h
  598c42e... Correct some typos in comments
  0606a1e... Improve the parse_trusted_uris function
  7114117... When testing if a scheme of an URI is HTTPS avoid a string 
  73e44bf... soup-auth-negotiate: Correctly handle the protection space 
  3160c3e... Fix a missing space between function name and arguments
  9f9a82e... soup-auth-negotiate: Replace "tabstop" with "tab-width" in 
  dbf1257... soup-auth-negotiate: Remove an unneeded include of gssapi/g
  670184d... soup-auth-negotiate: Address some coding style nitpicks
  42f6002... soup-auth-negotiate: Don't hard code the spnego_OID size
  b949003...  Remove the leftover G_MODULE_EXPORT from the soup_gss_clie
  c6ab791... Define SoupAuthNegotiate unconditionally and fail the authe
  c89e04f... soup-auth-negotiate: Don't count the trailing \0 when passi
  48855c2... Use the SOUP_STATUS_UNAUTHORIZED status instead of the SOUP
  e673451... soup-auth-negotiate: Remove the code that is never going to
  c65a6c3... soup-auth-negotiate: Correctly free the connection state
  f4dd4bb... soup-misc: Introduce the soup_host_matches_host function
  13b9711... soup-auth-negotiate: Introduce a blacklist of URIs where th

Commits added to the branch:

  3854da0... Fix some signed/unsigned missmatch warnings (*)
  cd43855... websocket-test: remove useless include (*)
  7e4e2c0... Do not mark private method as available (*)
  d28b6f3... Avoid the need of gtk-doc if anyway we do not want it (*)
  450a4c6... Add libsoup-2.4.deps to define dependencies for valac (*)
  67241fe... Makefile.glib: ensure config.h is included if needed (*)
  b61dcb1... Include config.h if needed in the files that do not include (*)
  35acf97... Makefile.glib: support marking get_type as extern (*)
  fd08165... Use the proper glib version macros (*)
  e849cc1... Properly handle the visibility of the methods (*)
  903e5fd... Provide a _SOUP_EXTERN so we ensure the methods get externa (*)
  e4572a7... Declare a SOUP_VAR to externalize variables (*)
  30bd9de... Mark soup_message_io_cleanup as available (*)
  6bd5d97... Mark all remaining methods with SOUP_AVAILABLE_IN_2_4 (*)
  ab1d396... Updated Occitan translation (*)
  693d79e... Updated Norwegian bokmål translation. (*)
  07cf9e7... Update gconstructor from glib (*)
  bdb323c... Fix redundant redeclaration (*)
  fba0826... soup-version.h.in: add 2.54 macros (*)
  9aaa13a... Mark old session-(async|sync) methods as deprecated (*)
  c20251e... 2.53.2 (*)
  c542915... Updated Norwegian bokmål translation. (*)
  45cf9db... soup_form_decode*: fix transfer annotation (*)
  dcf45cb... soup_headers_parse: deal with NUL bytes in headers (*)
  03a6da1... Updated Bulgarian translation (*)
  52690b8... Improve documentation of soup_uri_normalize (*)
  555cfb7... Update Latvian translation (*)
  e9c54de... Rebased Guido Günther's work from [0] on top of 2.52.0
  e2e8ac4... Fix style nitpicks
  31bfaed... Use SPNEGO authentication instead of basic KRB5
  3a613d8... Use GSS_C_NT_HOSTBASED_SERVICE and "HTTP host" in gss_impor
  1d669cc... Trust all HTTPS URIs when SOUP_AUTH_TRUSTED_URIS environmen
  ee77cd0... Avoid the unnecessary auth header splitting
  40a3e5b... wip
  7a4fb04... Address more comments from [0]
  5d74075... Make the libgssapi a hard dependency of libsoup
  53c94ff... Remove unused function
  dd578ac... Support multiple round trips while negotiating
  2fd0d21... Remove an unneeded comment
  bec9163... Fix coding style nitpick
  6e91f85... Include the config.h in the soup-auth.h otherwise Negotiate
  83514a8... Use the gss_import_name just once per connection
  50feaba... Connect to the got_headers signal just once
  1f2f6d1... Define the HAVE_GSSAPI in the pkgconfig file
  8abd702... Rename HAVE_GSSAPI to LIBSOUP_HAVE_GSSAPI
  603e655... Remove unwanted include of config.h
  a16db01... Correct some typos in comments
  a6e90eb... Improve the parse_trusted_uris function
  3af0ffb... When testing if a scheme of an URI is HTTPS avoid a string 
  00093e9... soup-auth-negotiate: Correctly handle the protection space 
  d8c6f55... Fix a missing space between function name and arguments
  23a5fc7... soup-auth-negotiate: Replace "tabstop" with "tab-width" in 
  3184be0... soup-auth-negotiate: Remove an unneeded include of gssapi/g
  69f8b5b... soup-auth-negotiate: Address some coding style nitpicks
  4598fb0... soup-auth-negotiate: Don't hard code the spnego_OID size
  34326f0...  Remove the leftover G_MODULE_EXPORT from the soup_gss_clie
  f9c0426... Define SoupAuthNegotiate unconditionally and fail the authe
  74db5ce... soup-auth-negotiate: Don't count the trailing \0 when passi
  403e1cd... Use the SOUP_STATUS_UNAUTHORIZED status instead of the SOUP
  16e855b... soup-auth-negotiate: Remove the code that is never going to
  6b8c865... soup-auth-negotiate: Correctly free the connection state
  e34d0bc... soup-misc: Introduce the soup_host_matches_host function
  5f859db... soup-auth-negotiate: Introduce a blacklist of URIs where th
  e7f914b... Fix the introspection enabled build after rebase

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]