aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/auth
AgeCommit message (Expand)AuthorFilesLines
2020-12-30libthread: add threadmaybackgroundRuss Cox2-0/+12
2020-01-15factotum: update for new nbrecvul return valueRuss Cox1-2/+30
2020-01-12all: fix or silence various gcc warningsRuss Cox1-0/+2
2020-01-10Trivial changes: whitespace and modes.Dan Cross46-171/+143
2017-05-05factotum: Fix an operator precedence bug in the secstore codeDan Cross1-1/+1
2012-12-09auth/factotum: fix password prompt hang with secstoreDavid du Colombier1-3/+3
2012-10-21silence more warningsRuss Cox3-2/+3
2012-10-21fix clang warnings reported by Tuncer AyazRuss Cox2-0/+2
2012-10-20fix gcc 4.7 warnings (thanks Tuncer Ayaz)Russ Cox2-3/+0
2012-07-14auth/factotum: fix flush (thanks Erik Quanstrom)Russ Cox1-2/+3
2011-12-07aescbc: fix segfault on backspaceDavid du Colombier1-2/+5
2011-10-05secstore: say password for winRuss Cox1-1/+1
2011-10-05dsasign: new commandRuss Cox2-0/+181
2011-01-02factotum: add proto-specific key promptRuss Cox1-0/+2
2010-12-28factotum: update prototab (thanks Erik Quanstrom)Russ Cox1-0/+4
2010-12-07auth/factotum: fix password prompt hangRuss Cox1-2/+2
2010-03-11factotum: double-check RSA/DSA keys when loadingRuss Cox2-0/+8
2010-02-22aescbc: more sensible behavior for invalid input, wrong passwordRuss Cox1-33/+35
2010-02-22factotum: avoid notes after backgroundingRuss Cox1-0/+2
2008-12-01secstore: avoid name conflict with SS macroAlbert Lee1-1/+2
2008-12-01factotum: avoid name conflict with SS macroAlbert Lee1-1/+2
2008-05-31mergeRuss Cox8-4/+68
2007-11-05factotum: silence gcc warningRuss Cox1-0/+2
2007-09-16factotum: fix build error (Axel Belinfante)Russ Cox1-2/+1
2007-09-13factotum: implement p9crRuss Cox3-340/+173
2006-04-20warnings (andrey)rsc1-3/+3
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc26-168/+169
2006-03-21memory fixesrsc1-25/+51
2006-02-14stupid pointer conversionsrsc2-10/+10
2005-09-09NetBSD-macppc ctype needs uchars.rsc1-1/+1
2005-08-11silence various warningsrsc2-2/+2
2005-07-13needed castrsc1-1/+1
2005-05-07use full prototypesrsc1-3/+3
2005-03-18fix racersc1-3/+3
2005-03-18use fixed namersc1-8/+12
2005-03-15appease sunrsc4-11/+8
2005-03-15get rid of .= syntaxrsc5-20/+27
2005-02-13bug fixrsc2-4/+12
2005-02-13more bug fixesrsc3-25/+14
2005-02-13lower casersc8-6/+51
2005-02-13newrsc8-37/+247
2005-02-13no zombiesrsc1-1/+1
2005-02-13add pass protorsc4-90/+39
2005-02-13more addrsc2-0/+39
2005-02-13add othersrsc16-0/+1185
2005-02-13add ssh-agent via factotumrsc9-59/+1267
2005-02-13new authrsc44-0/+9955