Skip to content
Snippets Groups Projects
  1. Oct 26, 2018
  2. Aug 28, 2018
  3. Aug 17, 2018
  4. Aug 16, 2018
    • ale's avatar
      Refactor the clientutil package · 193e29e6
      ale authored
      Implement a simpler API for the Backend interface, removing most old
      public methods and replacing them with a single Call() method, making
      the package look a bit more like an actual rpc package (so, hopefully,
      easier to replace in the future).
      193e29e6
  5. Aug 15, 2018
  6. Jun 28, 2018
    • ale's avatar
      Add package to manage user encryption keys · 9c87d6c3
      ale authored
      Encryption keys are stored themselves encrypted using a
      password (kdf+aes-siv construction).
      
      This package was moved over from git.autistici.org/id/keystore and
      completely refactored.
      9c87d6c3
  7. Jun 27, 2018
    • ale's avatar
      Nicer API for pwhash, and a benchmarking tool · 3a206d00
      ale authored
      The API makes it easier to set custom parameters on hashers. Default
      Argon2 parameters were also set to defaults more suited for a
      high-traffic authentication service.
      3a206d00
  8. May 24, 2018
  9. Apr 01, 2018
    • ale's avatar
      Minor http server improvements · c1ef74c7
      ale authored
      Fixes include:
      * only notify systemd after the network socket has been opened
      * add net/http/pprof debug handlers
      * add /health endpoint for Prometheus blackbox prober
      c1ef74c7
  10. Mar 19, 2018
  11. Jan 14, 2018
  12. Jan 12, 2018
  13. Jan 11, 2018
  14. Dec 31, 2017
  15. Dec 22, 2017
  16. Dec 19, 2017
  17. Dec 17, 2017
  18. Dec 16, 2017
  19. Dec 14, 2017
  20. Dec 11, 2017
  21. Dec 10, 2017
    • ale's avatar
      Add a robust Search method to the LDAP ConnectionPool · 86a36cf5
      ale authored
      Also simplifies handling of the connection pool itself, switching to
      using deferred connects, and adds a test suite for misbehaving LDAP
      servers to exercise failure modes.
      86a36cf5
    • ale's avatar
      Modify the temporary error interface for Retry · 1fd8c2e2
      ale authored
      Now the default is for errors to be permanent, unless the error itself
      has a Temporary() method that returns true (like the transient network
      errors do in the net/ package).
      1fd8c2e2
  22. Dec 09, 2017
  23. Dec 07, 2017
  24. Dec 03, 2017
  25. Nov 27, 2017
  26. Nov 26, 2017
Loading