aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/auth/factotum
AgeCommit message (Collapse)AuthorFilesLines
2020-12-30libthread: add threadmaybackgroundRuss Cox1-0/+6
Programs that want to background themselves now need to define threadmaybackground returning 1. This avoids a confusing (to people and debuggers) extra parent process for all the threaded programs that will never want to background themselves.
2020-01-15factotum: update for new nbrecvul return valueRuss Cox1-2/+30
Unclear whether the old semantics were the right ones, but at least this preserves what they've been for the past however many years.
2020-01-12all: fix or silence various gcc warningsRuss Cox1-0/+2
As usual, gcc finds some real problems but also reports a ton of noise. Fix the problems and quiet the noise.
2020-01-10Trivial changes: whitespace and modes.Dan Cross24-98/+82
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>
2017-05-05factotum: Fix an operator precedence bug in the secstore codeDan Cross1-1/+1
`==` is higher precedence than `&`. Parenthesize. Change-Id: I2c7ee588fea0d8a66e1c8424f26630015388d61a Signed-off-by: Dan Cross <cross@gajendra.net> Reviewed-on: https://plan9port-review.googlesource.com/2860 Reviewed-by: Gleydson Soares <gsoares@gmail.com>
2012-12-09auth/factotum: fix password prompt hang with secstoreDavid du Colombier1-3/+3
R=rsc http://codereview.appspot.com/6906057
2012-10-21silence more warningsRuss Cox1-0/+2
R=rsc http://codereview.appspot.com/6744056
2012-10-21fix clang warnings reported by Tuncer AyazRuss Cox1-0/+1
R=rsc http://codereview.appspot.com/6744054
2012-10-20fix gcc 4.7 warnings (thanks Tuncer Ayaz)Russ Cox1-1/+0
R=rsc http://codereview.appspot.com/6744053
2012-07-14auth/factotum: fix flush (thanks Erik Quanstrom)Russ Cox1-2/+3
R=rsc http://codereview.appspot.com/6402044
2011-01-02factotum: add proto-specific key promptRuss Cox1-0/+2
R=rsc http://codereview.appspot.com/3852042
2010-12-28factotum: update prototab (thanks Erik Quanstrom)Russ Cox1-0/+4
R=rsc http://codereview.appspot.com/3750045
2010-12-07auth/factotum: fix password prompt hangRuss Cox1-2/+2
Fixes #51. R=rsc http://codereview.appspot.com/3431044
2010-03-11factotum: double-check RSA/DSA keys when loadingRuss Cox2-0/+8
R=rsc http://codereview.appspot.com/463041
2010-02-22factotum: avoid notes after backgroundingRuss Cox1-0/+2
R=rsc http://codereview.appspot.com/220043
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.rsc15-68/+69
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-03-18fix racersc1-3/+3
2005-03-15appease sunrsc4-11/+8
2005-03-15get rid of .= syntaxrsc5-20/+27
2005-02-13more bug fixesrsc2-3/+3
2005-02-13newrsc8-37/+247
2005-02-13add pass protorsc4-90/+39
2005-02-13add ssh-agent via factotumrsc7-51/+216
2005-02-13new authrsc29-0/+7149