summaryrefslogtreecommitdiffstats
path: root/src/cmd/auth/factotum/main.c
Commit message (Collapse)AuthorAgeFilesLines
* libthread: add threadmaybackgroundRuss Cox2020-12-301-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.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-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>
* auth/factotum: fix password prompt hang with secstoreDavid du Colombier2012-12-091-3/+3
| | | | | R=rsc http://codereview.appspot.com/6906057
* auth/factotum: fix password prompt hangRuss Cox2010-12-071-2/+2
| | | | | | | Fixes #51. R=rsc http://codereview.appspot.com/3431044
* factotum: avoid notes after backgroundingRuss Cox2010-02-221-0/+2
| | | | | R=rsc http://codereview.appspot.com/220043
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-1/+1
|
* get rid of .= syntaxrsc2005-03-151-0/+1
|
* newrsc2005-02-131-0/+3
|
* new authrsc2005-02-131-0/+185