aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/auth/secstore
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross10-13/+4
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
2011-12-07aescbc: fix segfault on backspaceDavid du Colombier1-2/+5
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5440107
2011-10-05secstore: say password for winRuss Cox1-1/+1
2010-02-22aescbc: more sensible behavior for invalid input, wrong passwordRuss Cox1-33/+35
R=rsc http://codereview.appspot.com/221041
2008-12-01secstore: avoid name conflict with SS macroAlbert Lee1-1/+2
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc10-99/+99
2005-02-13no zombiesrsc1-1/+1
2005-02-13add ssh-agent via factotumrsc1-8/+4
2005-02-13new authrsc15-0/+2806