Age | Commit message (Expand) | Author |
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 |
2014-03-23 | auth/login: find authdom instead of using hardcoded cs.bell-labs.com (thanks ... | cinap_lenrek |
2014-02-15 | factotum/authsrv: fix padding for mschap on amd64, use constants for structur... | cinap_lenrek |
2013-12-11 | factotum: add ntlmv2 (mschap2) client auth for cifs | cinap_lenrek |
2013-12-08 | handle NIL user domain, and Z(4) at end of nt blob for ntlmv2 | cinap_lenrek |
2013-12-08 | experimental ntlmv2 server authenticaion support for cifsd | cinap_lenrek |
2013-10-28 | rsa2ssh: fix the megashit | cinap_lenrek |
2013-10-27 | auth/rsa2ssh: add SSH2 RSA output format (from plan9port) | mischief |
2013-10-22 | factotum: update rsa for ssh2 (sync with sources) | cinap_lenrek |
2013-10-17 | factotum: fix mschap password (utf-8 to utf-16) conversion | cinap_lenrek |
2013-08-11 | auth(8) commands: fix uninitialized Tm.zone in getdate() | cinap_lenrek |
2013-06-19 | auth/asm12dsa: use fd 0 instead of trying to open /dev/stdin (thanks arpunk) | cinap_lenrek |
2013-06-01 | fgui: check if fd is valid before entering new key | ppatience0 |
2013-05-29 | fixed a segfault in auth/as because it didn't check to see if argv[0] and arg... | mveety |