Next | Query returned 17 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2023-05-05 21:37:45 by Benny Siegert | Files touched by this commit (134) | Package updated
Log message:
Revbump all Go packages after go120 security update
   2023-04-05 22:48:01 by Benny Siegert | Files touched by this commit (140) | Package updated
Log message:
Revbump all Go packages after yesterday's go120 security update
   2023-03-08 14:39:00 by Benny Siegert | Files touched by this commit (131) | Package updated
Log message:
Revbump all Go packages after go119 security update
   2023-02-27 21:32:39 by Benny Siegert | Files touched by this commit (1)
Log message:
oauth2c: allow using the C compiler

With Go 1.20, which no longer delivers a compiled version of the standard
library, some code that did not need it now needs to compile some cgo code,
which needs a compiler.
   2023-02-16 16:02:10 by Benny Siegert | Files touched by this commit (129) | Package updated
Log message:
Revbump all Go packages after go119 update
   2023-01-11 18:28:38 by Benny Siegert | Files touched by this commit (123) | Package updated
Log message:
Revbump all Go packages after go119 update
   2022-12-10 09:17:59 by Thomas Klausner | Files touched by this commit (5)
Log message:
security/oauth2c: import oauth2c-1.1.0

oauth2c is a command-line tool that simplifies the process of
experimenting with different grant types and client authentication
methods for OAuth 2.0.

* Simple and intuitive interface for quickly experimenting with
  different OAuth 2.0 grant types and client authentication methods
* Supports all modern OAuth 2.0 grant types: authorization code,
  implicit, password, client credentials, refresh token, JWT bearer
* Supports all client authentication methods: client secret basic,
  client secret post, client secret JWT, private key JWT, TLS client
  auth

Next | Query returned 17 messages, browsing 11 to 20 | previous