summaryrefslogtreecommitdiff
path: root/sys/src/cmd/auth
AgeCommit message (Expand)Author
2021-01-17passwd: make legacy mode explicitOri Bernstein
2020-12-19libauth: change programs to use the new procsetuser() functioncinap_lenrek
2020-08-01pre-lib9p servers: fix incorrect Tversion handlingkvik
2020-05-02make bind(2) error handling consistentcinap_lenrek
2020-03-10improve usage messages (thanks henesy)Ori Bernstein
2020-03-08add usage messages to auth/(enable disable status).Ori Bernstein
2019-08-30auth/rsa2asn1: implement private key export with -a flag (thanks kvik)cinap_lenrek
2018-12-04factotum: rsa: use mptober() to get right adjusted result instead of mptobe()...cinap_lenrek
2018-07-11asaudit: make error more explicitaiju
2018-07-11authsrv: log message when no AES key is found for pakcinap_lenrek
2018-05-20authsrv: implement AuthNTLMcinap_lenrek
2018-05-20separate MSCHAP(v2) and NTLM(v2) authenticationcinap_lenrek
2018-05-20authsrv: work arround linux omiting final Z(4) after the AvrPairscinap_lenrek
2018-05-19cifsd: fix ntlmv2 authenticationcinap_lenrek
2018-02-05auth/asn12rsa: also convert ASN.1 encoded public key to plan9 formatcinap_lenrek
2018-01-21factotum: implement mschapv2 role=server authentication (for ppp)cinap_lenrek
2018-01-21authsrv: implement mschapv2 authentication, include MPPE secret in the ticketcinap_lenrek
2018-01-15authsrv: fix chapcinap_lenrek
2018-01-07forgot to commit asn1dump.c...cinap_lenrek
2018-01-06factotum: remove unused sshrsa.ccinap_lenrek
2018-01-06remove asn12dsa, dsa2pub, dsa2ssh and dsagencinap_lenrek
2018-01-06auth/asn1dump: include in mkfilecinap_lenrek
2018-01-02factotum: remove legacy wep protocolcinap_lenrek
2018-01-01factotum: replace custom hex parsing code with dec16() avoding timing side ch...cinap_lenrek
2017-12-03auth/factotum: add role=login protocol variant to dp9ik/p9sk1cinap_lenrek
2017-12-03auth/login: add missing quotefmtinstall(), quote dom attributecinap_lenrek
2017-10-06rsa: add auth/rsa2asn1, check write error in auth/rsa2x509 and auth/rsa2pub, ...cinap_lenrek
2017-06-18auth/factotum: complete p9any v.2 server protocol, but don't enable it.cinap_lenrek
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