summaryrefslogtreecommitdiffstats
path: root/src/cmd/auth/factotum/secstore.c
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-1/+0
| | | | | | | | | 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>
* factotum: Fix an operator precedence bug in the secstore codeDan Cross2017-05-051-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>
* factotum: avoid name conflict with SS macroAlbert Lee2008-12-011-1/+2
|
* mergeRuss Cox2008-05-311-2/+16
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-36/+36
|
* newrsc2005-02-131-1/+4
|
* new authrsc2005-02-131-0/+644