Age | Commit message (Expand) | Author |
2016-08-08 | auth/fgui: use pale colors | cinap_lenrek |
2016-08-04 | auth/login: add dp9ik key to sub factotum, get rid of temporary /srv file | cinap_lenrek |
2016-07-31 | auth: various cleanups, use common readcons() from libauthsrv, zero keys afte... | cinap_lenrek |
2016-07-31 | auth/secstore: use common readcons() routine from libauthsrv | cinap_lenrek |
2016-07-31 | auth/factotum: use common readcons() function from libauthsrv | cinap_lenrek |
2016-07-24 | auth/changeuser: fix misleading print (secret is 31 chars max, not 256) | cinap_lenrek |
2016-07-24 | make error handling in 9p service loops consistent | cinap_lenrek |
2016-04-22 | rsa: rename getkey() to getrsakey(), document rsa2csr in rsa(8) | cinap_lenrek |
2016-04-21 | rsagen: increase default key size to 2048 bits | cinap_lenrek |
2016-03-01 | auth/pemencode: fix usage() | BurnZeZ |
2016-02-22 | factotum: fix memory leak for p9any key confirmation, fix key handling for ro... | cinap_lenrek |
2016-02-14 | cron: just run /bin/rx to execute remote commands | cinap_lenrek |
2016-02-06 | factotum: fix nil pointer crash on p9skclosekey(), thanks k0ga | cinap_lenrek |
2016-02-01 | libsec: ecdsa client support for tlshand, cleanups | cinap_lenrek |
2016-01-06 | add missing /sys/src/cmd/auth/lib/private.c | cinap_lenrek |
2016-01-06 | auth: release dp9ik implementation and reentrant factotum | cinap_lenrek |
2015-12-16 | auth/httpauth: use auth_userpasswd() instead of AuthHttp request to AS | cinap_lenrek |
2015-09-23 | rsa2x509, rsa2csr: add newline in usage print | cinap_lenrek |
2015-09-02 | auth/passwd: fix structure zeroing order | cinap_lenrek |
2015-09-02 | libsec: generalize pbkdf2_hmac_sha1() to pbkdf2_x() passing the hmac as an ar... | cinap_lenrek |
2015-08-25 | fix fuckup | glenda |
2015-08-25 | import E script from bell labs | mischief |
2015-08-22 | remove convkeys2 | cinap_lenrek |
2015-08-21 | cmd/auth: remove private /dev/random reading routines, use genrandom() | cinap_lenrek |
2015-08-21 | auth/changeuser: set the aes key in plan9 database, but not in securenet db | cinap_lenrek |
2015-08-21 | keyfs: fix typo (thanks jpm) | cinap_lenrek |
2015-08-21 | authsrv: randomize aes key in mkkey(), not used yet. | cinap_lenrek |
2015-08-21 | authsrv: more aes key stuff | cinap_lenrek |
2015-08-21 | introduce AES key into nvram and keyfs | cinap_lenrek |
2015-08-20 | libsec: add pbkdf2_hmac_sha1() (from wpapsk factotum module) | cinap_lenrek |
2015-08-19 | libauthsrv: generalize ticket service, not hardcoding ticket format and DES e... | cinap_lenrek |
2015-06-02 | authsrv: use plan9 key for http authentication | cinap_lenrek |
2015-05-13 | fixed by fuck up | Matthew Veety |
2015-05-13 | removed ukill. | Matthew Veety |
2015-04-22 | secstore: don't print errors for dial() and readnvram() when not in verbose mode | cinap_lenrek |
2015-03-14 | httpauth: little helper for rc-httpd to do http basic authentication with pla... | cinap_lenrek |
2015-03-12 | pemencode: handle base64 input length < 3, fix bogus zero termination | cinap_lenrek |
2015-03-11 | factotum: remove unused extern declarations of invoker and authdom from header | cinap_lenrek |
2015-03-01 | factotum: cleanup getnvramkey() | cinap_lenrek |
2015-02-12 | build and document auth/userpasswd | cinap_lenrek |
2015-01-25 | factotum: implement proto=mschapv2 client role | cinap_lenrek |
2014-12-09 | factotum: accept multiple bootstrap auth servers in /net/ndb and -a arguments | cinap_lenrek |
2014-12-09 | secstore: allow multiple server addresses in $secstore and multiple -s arguments | cinap_lenrek |
2014-11-07 | fix dangerous werrstr() usages | cinap_lenrek |
2014-10-29 | fix syslog() use with linefeeds for various programs | cinap_lenrek |
2014-08-21 | secstore: improve error messages, newSConn() can't fail | cinap_lenrek |
2014-08-10 | secstore: read server from $secstore environment variable | mischief |
2014-04-18 | wpa support for tcp boot, remove duplicate secstore code from factotum | cinap_lenrek |
2014-04-18 | secstore: fix wrong "readnvram %r" error status | cinap_lenrek |
2014-04-17 | secstore: fix gfile/pfile/rfile array sizes | cinap_lenrek |