summaryrefslogtreecommitdiff
path: root/src/scm/webid-oidc/program.scm
AgeCommit message (Collapse)Author
2021-10-21Use the endpoint APIVivien Kraus
2021-10-04Server: also log when we connect to the webVivien Kraus
2021-10-04Unwind the stack to handle setlocale errorsVivien Kraus
2021-09-22Use anonymous-http-request from (webid-oidc parameters) everywhereVivien Kraus
2021-09-15Start a GUIVivien Kraus
2021-09-13Client: use http-request instead of http-get and http-postVivien Kraus
2021-08-13Switch to a more sensible error reporting systemVivien Kraus
2021-08-01Use guile parametersVivien Kraus
With parameters, the API does not need to care about the directory where to load files and how to get the time.
2021-08-01Load the encrypted password from a fileVivien Kraus
This is more secure, because you can restrict the password file to be only readable by the service user.
2021-08-01Change the name!Vivien Kraus
2021-07-29The package should know its release date to generate a doap descriptionVivien Kraus
2021-07-29The server supports XML catalogs.Vivien Kraus
This will be used to set up an integration test suite with HTTPS, without needing to provide certificates, because the test harness will have an XML catalog mapping HTTPS targets to local HTTP mockups.
2021-07-29Rework --help outputVivien Kraus
2021-07-13Continue the request processing in a new thread if a request needs toVivien Kraus
be made
2021-07-08Start client requests in a new POSIX thread.Vivien Kraus
2021-07-06Also log exceptionsVivien Kraus
2021-07-06caching web client in main program: handle cases where the response is emptyVivien Kraus
2021-07-06Log the authenticated user tooVivien Kraus
2021-07-03Do not accept the password in clear, use an encrypted passwordVivien Kraus
2021-07-02Log requests and responses to STDOUT if the response is OK, STDERR otherwiseVivien Kraus
2021-07-02Also log the remote peer IP addressVivien Kraus
2021-07-02Re-open the log file for each request0.5.1Vivien Kraus
The rottlog service seems to need this behavior.
2021-07-02Log request paths, methods, and response codesVivien Kraus
2021-07-02Switch to AGPLVivien Kraus
2021-07-02Add a full server.Vivien Kraus
2021-07-02Merge the client service with the webid-oidc programVivien Kraus
2021-07-02Merge the identity provider program with webid-oidcVivien Kraus
2021-07-02Make a unique program with all commandsVivien Kraus