summaryrefslogtreecommitdiff
path: root/sys/src/cmd/auth
AgeCommit message (Expand)Author
2016-02-06factotum: fix nil pointer crash on p9skclosekey(), thanks k0gacinap_lenrek
2016-02-01libsec: ecdsa client support for tlshand, cleanupscinap_lenrek
2016-01-06add missing /sys/src/cmd/auth/lib/private.ccinap_lenrek
2016-01-06auth: release dp9ik implementation and reentrant factotumcinap_lenrek
2015-12-16auth/httpauth: use auth_userpasswd() instead of AuthHttp request to AScinap_lenrek
2015-09-23rsa2x509, rsa2csr: add newline in usage printcinap_lenrek
2015-09-02auth/passwd: fix structure zeroing ordercinap_lenrek
2015-09-02libsec: generalize pbkdf2_hmac_sha1() to pbkdf2_x() passing the hmac as an ar...cinap_lenrek
2015-08-25fix fuckupglenda
2015-08-25import E script from bell labsmischief
2015-08-22remove convkeys2cinap_lenrek
2015-08-21cmd/auth: remove private /dev/random reading routines, use genrandom()cinap_lenrek
2015-08-21auth/changeuser: set the aes key in plan9 database, but not in securenet dbcinap_lenrek
2015-08-21keyfs: fix typo (thanks jpm)cinap_lenrek
2015-08-21authsrv: randomize aes key in mkkey(), not used yet.cinap_lenrek
2015-08-21authsrv: more aes key stuffcinap_lenrek
2015-08-21introduce AES key into nvram and keyfscinap_lenrek
2015-08-20libsec: add pbkdf2_hmac_sha1() (from wpapsk factotum module)cinap_lenrek
2015-08-19libauthsrv: generalize ticket service, not hardcoding ticket format and DES e...cinap_lenrek
2015-06-02authsrv: use plan9 key for http authenticationcinap_lenrek
2015-05-13fixed by fuck upMatthew Veety
2015-05-13removed ukill.Matthew Veety
2015-04-22secstore: don't print errors for dial() and readnvram() when not in verbose modecinap_lenrek
2015-03-14httpauth: little helper for rc-httpd to do http basic authentication with pla...cinap_lenrek
2015-03-12pemencode: handle base64 input length < 3, fix bogus zero terminationcinap_lenrek
2015-03-11factotum: remove unused extern declarations of invoker and authdom from headercinap_lenrek
2015-03-01factotum: cleanup getnvramkey()cinap_lenrek
2015-02-12build and document auth/userpasswdcinap_lenrek
2015-01-25factotum: implement proto=mschapv2 client rolecinap_lenrek
2014-12-09factotum: accept multiple bootstrap auth servers in /net/ndb and -a argumentscinap_lenrek
2014-12-09secstore: allow multiple server addresses in $secstore and multiple -s argumentscinap_lenrek
2014-11-07fix dangerous werrstr() usagescinap_lenrek
2014-10-29fix syslog() use with linefeeds for various programscinap_lenrek
2014-08-21secstore: improve error messages, newSConn() can't failcinap_lenrek
2014-08-10secstore: read server from $secstore environment variablemischief
2014-04-18wpa support for tcp boot, remove duplicate secstore code from factotumcinap_lenrek
2014-04-18secstore: fix wrong "readnvram %r" error statuscinap_lenrek
2014-04-17secstore: fix gfile/pfile/rfile array sizescinap_lenrek
2014-03-23auth/login: find authdom instead of using hardcoded cs.bell-labs.com (thanks ...cinap_lenrek
2014-02-15factotum/authsrv: fix padding for mschap on amd64, use constants for structur...cinap_lenrek
2013-12-11factotum: add ntlmv2 (mschap2) client auth for cifscinap_lenrek
2013-12-08handle NIL user domain, and Z(4) at end of nt blob for ntlmv2cinap_lenrek
2013-12-08experimental ntlmv2 server authenticaion support for cifsdcinap_lenrek
2013-10-28rsa2ssh: fix the megashitcinap_lenrek
2013-10-27auth/rsa2ssh: add SSH2 RSA output format (from plan9port)mischief
2013-10-22factotum: update rsa for ssh2 (sync with sources)cinap_lenrek
2013-10-17factotum: fix mschap password (utf-8 to utf-16) conversioncinap_lenrek
2013-08-11auth(8) commands: fix uninitialized Tm.zone in getdate()cinap_lenrek
2013-06-19auth/asm12dsa: use fd 0 instead of trying to open /dev/stdin (thanks arpunk)cinap_lenrek
2013-06-01fgui: check if fd is valid before entering new keyppatience0