aboutsummaryrefslogtreecommitdiff
path: root/loginutils/vlock.c
AgeCommit message (Collapse)Author
2006-05-19- remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer
- use shorter boilerplate while at it
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
definitions. (That should only be on prototypes.)
2006-01-06patch from tito: consolidate delay functions as bb_do_delay()Rob Landley
2005-12-19Patch from Tito to make vlock much smaller.Rob Landley
2005-12-18strncmp isn't automatically superior to strcmp. Especially when it isn'tRob Landley
used right.
2005-04-16Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen
which were otherwise cluttering the global namespace.
2004-05-01Do not use getpass(3)Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-07-03hide shadow using stuff when CONFIG_FEATURE_SHADOWPASSWDSEric Andersen
is not set -Erik
2002-06-23Port over the last of the tinylogin appletsEric Andersen
-Erik