libauthentication:parameter_transmission

Last commit made on 2017-12-09
Get this branch:
git clone -b parameter_transmission https://git.launchpad.net/libauthentication

Branch merges

Branch information

Name:
parameter_transmission
Repository:
lp:libauthentication

Recent commits

a864dac... by Alberto Mardegan

OAuth1: add signedRequest() method

This can be used to easily perform PUT, HEAD, DELETE and custom HTTP
requests.

8730df5... by Alberto Mardegan

OAuth1: let tests inject their nonce and timestamp

Keep the default values to as they were before, in order to avoid
updating all existing tests.

65c5f94... by Alberto Mardegan

Tests: use HMAC-SHA1 instead of HMAC_SHA1

The string used in the standard is "HMAC-SHA1". There's nothing wrong if
the tests use a different string, but using HMAC_SHA1 risks inducing
someone to use it in the production code, if they copy code from the
tests.
The signatures also needs to be updated.

79dae25... by Alberto Mardegan

AbstractAuthenticator: support arbitrary HTTP verbs

8d1c574... by Alberto Mardegan

OAuth2: add a property to get extra info returned by server

Need the latest version of signon-oauth2.

51185c8... by Alberto Mardegan

Update signon-oauth2

a81a41d... by Alberto Mardegan

Build: use the BUILDING_* defines in the proper places

90a204f... by Alberto Mardegan

Build: complete usage of BUILDD variable

It was still missing in a few places.

6fcb807... by Alberto Mardegan

Tests: fix wrong LIBS statement

Forgot a couple of "s" :-)

0528a1e... by Alberto Mardegan

Tests: don't try to include unistd.h in Windows

We already disabled the call to getuid() in another commit, so this
header is actually not needed in Windows.