summaryrefslogtreecommitdiff
path: root/sys/src/cmd/auth/secstore
AgeCommit message (Collapse)Author
2021-11-25aescbc: flush before exit and report an error (if any)Sigrid Solveig Haflínudóttir
2017-01-26secstore/secuser: use ulong for timecinap_lenrek
2016-07-31auth/secstore: use common readcons() routine from libauthsrvcinap_lenrek
2015-08-21cmd/auth: remove private /dev/random reading routines, use genrandom()cinap_lenrek
2015-04-22secstore: don't print errors for dial() and readnvram() when not in verbose modecinap_lenrek
when no secstore server has been configured or no nvram is setup, exit silently with error status.
2014-12-09secstore: allow multiple server addresses in $secstore and multiple -s argumentscinap_lenrek
on bootstrap, we might have to deal with multiple auth server ip addresses (ipv4 and ipv6), so deal with it.
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
this allows setting the secstore server with secstore=tcp!example.com!secstore or secstore='$secstore' to read from ndb.
2014-04-18secstore: fix wrong "readnvram %r" error statuscinap_lenrek
2014-04-17secstore: fix gfile/pfile/rfile array sizescinap_lenrek
need to have one more entry for terminating nil
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen