aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/auth/factotum/secstore.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-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>
2017-05-05factotum: Fix an operator precedence bug in the secstore codeDan Cross1-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>
2008-12-01factotum: avoid name conflict with SS macroAlbert Lee1-1/+2
2008-05-31mergeRuss Cox1-2/+16
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-36/+36
2005-02-13newrsc1-1/+4
2005-02-13new authrsc1-0/+644