summaryrefslogtreecommitdiff
path: root/sys/src/cmd/auth
AgeCommit message (Expand)Author
2016-08-08auth/fgui: use pale colorscinap_lenrek
2016-08-04auth/login: add dp9ik key to sub factotum, get rid of temporary /srv filecinap_lenrek
2016-07-31auth: various cleanups, use common readcons() from libauthsrv, zero keys afte...cinap_lenrek
2016-07-31auth/secstore: use common readcons() routine from libauthsrvcinap_lenrek
2016-07-31auth/factotum: use common readcons() function from libauthsrvcinap_lenrek
2016-07-24auth/changeuser: fix misleading print (secret is 31 chars max, not 256)cinap_lenrek
2016-07-24make error handling in 9p service loops consistentcinap_lenrek
2016-04-22rsa: rename getkey() to getrsakey(), document rsa2csr in rsa(8)cinap_lenrek
2016-04-21rsagen: increase default key size to 2048 bitscinap_lenrek
2016-03-01auth/pemencode: fix usage()BurnZeZ
2016-02-22factotum: fix memory leak for p9any key confirmation, fix key handling for ro...cinap_lenrek
2016-02-14cron: just run /bin/rx to execute remote commandscinap_lenrek
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