URI: 
       tLog - safe - password protected secret keeper
  HTML git clone git://git.z3bra.org/safe.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       Date              Commit message                            Author
   DIR 2022-10-19 13:34  Use libsodium default parameters for ke…  Willy Goiffon
   DIR 2022-10-19 08:17  Document new secret format                Willy Goiffon
   DIR 2022-10-19 07:52  Implement cream format for secrets        Willy Goiffon
   DIR 2022-08-21 15:35  unveil() and pledge() safe-agent          Willy Goiffon
   DIR 2022-08-21 15:09  safe-agent: code cleanup                  Willy Goiffon
   DIR 2022-08-21 13:02  Decorelate testing master password from…  Willy Goiffon
   DIR 2022-08-21 10:04  Add pledge() support                      Willy Goiffon
   DIR 2022-08-21 09:20  Support setting _DEBUG macro to allow c…  Willy Goiffon
   DIR 2022-08-21 09:12  Harden in-memory buffer management        Willy Goiffon
   DIR 2022-08-21 07:55  Check unveil() return status              Willy Goiffon
   DIR 2022-08-19 17:07  Add unveil() support on OpenBSD           Willy Goiffon
   DIR 2022-07-26 12:00  Move default values into config.h         Willy Goiffon
   DIR 2022-05-24 14:18  Reorder manpage flags alphabetically      Willy Goiffon
   DIR 2022-05-24 13:50  Add possibility to read password from s…  Willy Goiffon
   DIR 2022-04-19 09:43  Allow overwriting secret using -f         Willy Goiffon
   DIR 2020-06-10 07:32  Fix typo in safe(1)                       Willy Goiffon
   DIR 2020-06-02 11:44  Update README                             Willy Goiffon
   DIR 2020-06-02 11:41  Rename MANDIR to MANPREFIX                Willy Goiffon
   DIR 2020-05-29 16:57  Remove empty lines from manpages          Willy Goiffon
   DIR 2020-05-28 20:47  Clean up README                           Willy Goiffon
   DIR 2020-05-28 18:39  Update man pages descriptions             Willy Goiffon
   DIR 2020-05-28 17:28  Add manpage to describe the file store …  Willy Goiffon
   DIR 2020-05-28 17:28  Close display blocks in manpages          Willy Goiffon
   DIR 2019-12-22 08:48  Support building on OpenBSD               Willy Goiffon
   DIR 2019-09-16 05:39  Add -k flag to ask external program for…  Tudor Roman
   DIR 2019-08-23 11:57  Fix return status of servekey() to be a…  Willy Goiffon
   DIR 2019-08-23 11:50  agent: Only watch POLLOUT when key is l…  Willy Goiffon
   DIR 2019-08-23 12:10  Use strlcpy() and fix uninitialized var…  Willy Goiffon
   DIR 2019-07-02 08:45  Put mk/make config in the same config.m…  Willy Goiffon
   DIR 2019-07-01 09:13  Fix copyright date                        Willy Goiffon
   DIR 2019-06-28 15:28  Update manpage/README to reflect -r/-p …  Willy Goiffon
   DIR 2019-06-28 12:02  Allow decrypting secrets when -r is spe…  Willy Goiffon
   DIR 2019-06-28 11:51  Add new flag to change password prompt    Willy Goiffon
   DIR 2019-06-27 15:12  Check return status for readpass()        Willy Goiffon
   DIR 2019-06-27 13:45  Deny coredumps to protect sensitive data  Willy Goiffon
   DIR 2019-06-27 13:20  Prompt password from an external progra…  Willy Goiffon
   DIR 2019-06-26 12:32  Remove test on errno from logic           Willy Goiffon
   DIR 2019-06-26 12:31  Fix issues with uninitialized values      z3bra
   DIR 2019-06-25 12:45  Add verbose mode and logs to safe-agent   Willy Goiffon
   DIR 2019-06-25 12:36  Fail early when pushing key if socket i…  Willy Goiffon
   DIR 2019-06-25 07:06  Reword / Rearrange manpages and README    Willy Goiffon
   DIR 2019-06-24 16:10  Lock/Unlock sensitive memory chunks       Willy Goiffon
   DIR 2019-06-24 16:06  Remove duplicate deriv() call             Willy Goiffon
   DIR 2019-06-24 14:46  Prevent segfault if socket path is unset  Willy Goiffon
   DIR 2019-06-24 14:40  Fix makefile for OpenBSD                  Willy Goiffon
   DIR 2019-06-24 13:54  Simplify readkey() error handling         Willy Goiffon
   DIR 2019-06-24 13:08  Add SAFE_DIR environment variable to se…  Willy Goiffon
   DIR 2019-06-24 12:55  Fallback to password prompt if agent fa…  Willy Goiffon
   DIR 2019-06-24 12:48  Ask for password twice when creating ma…  Willy Goiffon
   DIR 2019-06-24 12:35  Update examples in manpage / README       Willy Goiffon
   DIR 2019-06-24 10:33  Print child PID when forking agent        Willy Goiffon
   DIR 2019-06-24 10:32  Interpret empty agent response has "No …  Willy Goiffon
   DIR 2019-06-24 10:09  poll() clients in agent to prevent bloc…  Willy Goiffon
   DIR 2019-06-24 10:05  Remove executable bit from socket         Willy Goiffon
   DIR 2019-06-24 06:59  Detach safe-agent from controlling term…  Willy Goiffon
   DIR 2019-06-12 11:35  Update README                             Willy Goiffon
   DIR 2019-06-12 11:32  Add manpage for safe-agent(1)             Willy Goiffon
   DIR 2019-06-12 11:30  Update safe(1) manpage with latest chan…  Willy Goiffon
   DIR 2019-06-12 11:29  Fix spacing in makefile                   Willy Goiffon
   DIR 2019-06-07 10:43  Update manpage to remove agent part       Willy Goiffon
   DIR 2019-06-07 10:34  Make agent a standalone program           Willy Goiffon
   DIR 2019-06-06 17:28  Fork agent in manpage example             Willy Goiffon
   DIR 2019-06-06 17:27  Add missing flag to usage()               Willy Goiffon
   DIR 2019-06-06 17:25  Update manpage                            Willy Goiffon
   DIR 2019-06-06 17:24  Make socket readable by user only         Willy Goiffon
   DIR 2019-06-06 16:33  Only load socket path from environment    Willy Goiffon
   DIR 2019-06-06 16:30  Load key from wherever possible before …  Willy Goiffon
   DIR 2019-06-06 16:27  Send salt from agent                      Willy Goiffon
   DIR 2019-06-05 16:13  Force checking master password regardle…  Willy Goiffon
   DIR 2019-06-05 16:10  Write master salt outside writepass()     Willy Goiffon
   DIR 2019-06-05 14:37  Update README to reflec recent changes    Willy Goiffon
   DIR 2019-06-05 09:50  Add master password check before writes…  Willy Goiffon
   DIR 2019-06-05 08:31  Write master password to safe if it doe…  Willy Goiffon
   DIR 2019-06-04 15:02  Remove unneeded comment                   Willy Goiffon
   DIR 2019-06-04 14:59  Remove crypto state and header from saf…  Willy Goiffon
   DIR 2019-06-04 14:50  Remove wrapping levels for encryption/d…  Willy Goiffon
   DIR 2019-06-04 14:45  Initialize eof to 0 in xread()            Willy Goiffon
   DIR 2019-06-04 13:02  Remove readsalt()                         Willy Goiffon
   DIR 2019-06-04 12:55  Merge store_secret() and show_secret() …  Willy Goiffon
   DIR 2019-06-04 12:52  Remove secret_exists()                    Willy Goiffon
   DIR 2019-06-04 12:51  Rename secret_enc/decrypt to xenc/decry…  Willy Goiffon
   DIR 2019-06-04 12:51  Make tag and uint8_t in secret_encrypt()  Willy Goiffon
   DIR 2019-06-03 16:13  Make show_secret() use secret's salt in…  Willy Goiffon
   DIR 2019-06-03 16:01  Set default umask to 077 to limit socke…  Willy Goiffon
   DIR 2019-06-03 15:55  Retrieve key from agent if socket path …  Willy Goiffon
   DIR 2019-06-03 15:54  Rename getkey() to readkey()              Willy Goiffon
   DIR 2019-06-03 15:50  Add missing libsodium initialisation (W…  Willy Goiffon
   DIR 2019-06-03 15:47  Read/Generate salt from a dedicated fun…  Willy Goiffon
   DIR 2019-06-03 15:42  Open /dev/null in write-only              Willy Goiffon
   DIR 2019-06-03 15:38  Remove err() call in favor of return in…  Willy Goiffon
   DIR 2019-06-03 14:28  Change agent() function to print socket…  Willy Goiffon
   DIR 2019-06-03 14:06  Rename master password file name          Willy Goiffon
   DIR 2019-06-03 13:32  Read key/salt and deriv key right from …  Willy Goiffon
   DIR 2019-06-03 10:27  Refuse to store a secret that already e…  Willy Goiffon
   DIR 2019-06-03 10:24  Remove 'open' from error messages         Willy Goiffon
   DIR 2019-06-03 10:23  Generate key within show/store function…  Willy Goiffon
   DIR 2019-06-03 09:37  Reuse salt of special entry '.lock' if …  Willy Goiffon
   DIR 2019-06-01 11:07  Move genkey() call in main()              Willy Goiffon
   DIR 2019-05-31 16:02  Update genkey to write master password …  Willy Goiffon
   DIR 2019-05-31 15:27  Rewrite encrypt/decrypt to handle memor…  Willy Goiffon
   DIR 2019-05-31 09:41  Have xread() check EOF, and use that fo…  Willy Goiffon
   DIR 2019-05-29 12:24  Rename xencrypt/xdecrypt + internal var…  Willy Goiffon
   DIR 2019-05-27 15:54  Merge some functions calls and return s…  Willy Goiffon
   DIR 2019-05-27 09:20  Fix strncat() usage to prevent overflow   Willy Goiffon
   DIR 2019-05-24 16:22  Update README to match current usage      z3bra
   DIR 2019-05-24 16:18  Move agent functionnality in safe.c       z3bra
   DIR 2019-05-24 15:37  Put back the key generation bit in safe…  z3bra
   DIR 2019-05-23 16:32  Add BSD compatible makefile               z3bra
   DIR 2019-05-23 16:20  Retrieve the key from safe-agent over u…  z3bra
   DIR 2019-05-23 16:09  Add an agent to provide the secret key …  z3bra
   DIR 2019-05-23 10:22  Update README to reflect current design   z3bra
   DIR 2019-05-23 10:11  Remove unneeded functions/headers         z3bra
   DIR 2019-05-23 10:10  Recursively create subdirectories         z3bra
   DIR 2019-05-23 09:50  Store salt in the encrypted secret file   z3bra
   DIR 2019-05-23 09:39  Make key[] a local variable               z3bra
   DIR 2019-05-23 09:25  Simplify secret storage and fix decrypt…  z3bra
   DIR 2019-05-22 07:43  Add function to list secrets              z3bra
   DIR 2019-05-22 07:36  Store/Restore secret list from .meta fi…  z3bra
   DIR 2019-05-22 07:34  Make usage() the first declared function  z3bra
   DIR 2019-05-21 21:56  Read passphrase interactively and deriv…  z3bra
   DIR 2019-04-25 12:06  Replace openssl with libsodium            z3bra
   DIR 2019-03-08 22:57  Initialize aflag and add master passwor…  z3bra
   DIR 2019-03-08 10:26  Rename storepass/showpass functions       z3bra
   DIR 2019-03-08 07:59  Implement store/show secrets in plainte…  z3bra
   DIR 2019-02-27 16:41  Add goals to the README                   z3bra
   DIR 2019-02-20 12:04  Initial commit                            z3bra
       
  TEXT Atom feed
  TEXT Atom feed (tags)