summaryrefslogtreecommitdiffstats
path: root/src/cmd/auth/factotum/p9cr.c
Commit message (Collapse)AuthorAgeFilesLines
* all: fix or silence various gcc warningsRuss Cox2020-01-121-0/+2
| | | | | As usual, gcc finds some real problems but also reports a ton of noise. Fix the problems and quiet the noise.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-3/+3
| | | | | | | | | 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>
* silence more warningsRuss Cox2012-10-211-0/+2
| | | | | R=rsc http://codereview.appspot.com/6744056
* fix gcc 4.7 warnings (thanks Tuncer Ayaz)Russ Cox2012-10-201-1/+0
| | | | | R=rsc http://codereview.appspot.com/6744053
* 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-131-340/+170
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-5/+5
|
* newrsc2005-02-131-24/+19
|
* new authrsc2005-02-131-0/+545