aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/auth/factotum/main.c
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-10Trivial changes: whitespace and modes.Dan Cross1-1/+1
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>
2012-12-09auth/factotum: fix password prompt hang with secstoreDavid du Colombier1-3/+3
R=rsc http://codereview.appspot.com/6906057
2010-12-07auth/factotum: fix password prompt hangRuss Cox1-2/+2
Fixes #51. R=rsc http://codereview.appspot.com/3431044
2010-02-22factotum: avoid notes after backgroundingRuss Cox1-0/+2
R=rsc http://codereview.appspot.com/220043
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-1/+1
2005-03-15get rid of .= syntaxrsc1-0/+1
2005-02-13newrsc1-0/+3
2005-02-13new authrsc1-0/+185