summaryrefslogtreecommitdiff
path: root/sys/src/cmd/auth
AgeCommit message (Expand)Author
2017-04-17factotum: append public rsa encyption exponent after the moduluscinap_lenrek
2017-04-17rsa2ssh: drop support for version 1 key formatcinap_lenrek
2017-02-26authsrv: handle short reads in initkeyseed()cinap_lenrek
2017-02-26authsrv: don't hash in hostowner key for keyseedcinap_lenrek
2017-02-26authsrv: salt the keyseed from /adm/keyseed filecinap_lenrek
2017-02-26authsrv: fix mkkey() dummy key generation (thanks aiju)cinap_lenrek
2017-02-26authsrv: get rid of needreply parameter by changing vnc protocol handlercinap_lenrek
2017-02-26authsrv: more useful error reportingaiju
2017-02-25auth/asaudit: quote user and dom attributes in factotum keycinap_lenrek
2017-02-25asaudit: check factotum key ; netaudit: mention asauditaiju
2017-02-24asaudit: missing \n in printaiju
2017-02-24mergeaiju
2017-02-24add auth/asauditaiju
2017-02-24auth/readnvram: also print dp9ik keycinap_lenrek
2017-02-23auth/keyfs: support -r flag to mount read-onlyaiju
2017-02-09factotum: support sha256 algorithm in rsa pkcs#1 signingmischief
2017-02-06rsagen: prefer 65537 as the default exponent when elen == 0, otherwise pick r...cinap_lenrek
2017-01-26auth/keyfs: use ulong for timecinap_lenrek
2017-01-26secstore/secuser: use ulong for timecinap_lenrek
2017-01-22factotum: fix memory leak in findkey()cinap_lenrek
2016-12-26keyfs: print error message when reading /adm/keys failscinap_lenrek
2016-12-22auth/as: simplify furthercinap_lenrek
2016-12-22auth/as, auth/none, auth/newns: consistent handling of command arguments, cle...cinap_lenrek
2016-10-23auth/factotum: bound the number of srv processes to 16, error the 9p rpc when...cinap_lenrek
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