summaryrefslogtreecommitdiffstats
path: root/src/cmd/auth/factotum
Commit message (Expand)AuthorAgeFilesLines
* factotum: fix log read inuse bugTw2022-09-073-0/+3
* factotum: plug a memory leak in apoplufia2022-07-261-0/+1
* libthread: add threadmaybackgroundRuss Cox2020-12-301-0/+6
* factotum: update for new nbrecvul return valueRuss Cox2020-01-151-2/+30
* all: fix or silence various gcc warningsRuss Cox2020-01-121-0/+2
* Trivial changes: whitespace and modes.Dan Cross2020-01-1024-98/+82
* factotum: Fix an operator precedence bug in the secstore codeDan Cross2017-05-051-1/+1
* auth/factotum: fix password prompt hang with secstoreDavid du Colombier2012-12-091-3/+3
* silence more warningsRuss Cox2012-10-211-0/+2
* fix clang warnings reported by Tuncer AyazRuss Cox2012-10-211-0/+1
* fix gcc 4.7 warnings (thanks Tuncer Ayaz)Russ Cox2012-10-201-1/+0
* auth/factotum: fix flush (thanks Erik Quanstrom)Russ Cox2012-07-141-2/+3
* factotum: add proto-specific key promptRuss Cox2011-01-021-0/+2
* factotum: update prototab (thanks Erik Quanstrom)Russ Cox2010-12-281-0/+4
* auth/factotum: fix password prompt hangRuss Cox2010-12-071-2/+2
* factotum: double-check RSA/DSA keys when loadingRuss Cox2010-03-112-0/+8
* factotum: avoid notes after backgroundingRuss Cox2010-02-221-0/+2
* factotum: avoid name conflict with SS macroAlbert Lee2008-12-011-1/+2
* mergeRuss Cox2008-05-318-4/+68
* factotum: silence gcc warningRuss Cox2007-11-051-0/+2
* factotum: fix build error (Axel Belinfante)Russ Cox2007-09-161-2/+1
* factotum: implement p9crRuss Cox2007-09-133-340/+173
* warnings (andrey)rsc2006-04-201-3/+3
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-0115-68/+69
* stupid pointer conversionsrsc2006-02-142-10/+10
* NetBSD-macppc ctype needs uchars.rsc2005-09-091-1/+1
* silence various warningsrsc2005-08-112-2/+2
* fix racersc2005-03-181-3/+3
* appease sunrsc2005-03-154-11/+8
* get rid of .= syntaxrsc2005-03-155-20/+27
* more bug fixesrsc2005-02-132-3/+3
* newrsc2005-02-138-37/+247
* add pass protorsc2005-02-134-90/+39
* add ssh-agent via factotumrsc2005-02-137-51/+216
* new authrsc2005-02-1329-0/+7149