summaryrefslogtreecommitdiff
path: root/loginutils/vlock.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* vlock: get rid of staticsDenis Vlasenko2007-09-271-18/+18
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-3/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* - save 4 bytesBernhard Reutner-Fischer2006-11-301-1/+1
* - minor shrinkageBernhard Reutner-Fischer2006-11-271-8/+6
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* vlock: make message shorterDenis Vlasenko2006-09-241-1/+1
* correct_password: undo whitespace damage.Denis Vlasenko2006-09-231-4/+3
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-12/+2
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-0/+1
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-22/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* patch from tito: consolidate delay functions as bb_do_delay()Rob Landley2006-01-061-1/+1
* Patch from Tito to make vlock much smaller.Rob Landley2005-12-191-94/+14
* strncmp isn't automatically superior to strcmp. Especially when it isn'tRob Landley2005-12-181-2/+2
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-1/+1
* Do not use getpass(3)Eric Andersen2004-05-011-5/+3
* Major coreutils update.Manuel Novoa III2003-03-191-7/+8
* hide shadow using stuff when CONFIG_FEATURE_SHADOWPASSWDSEric Andersen2002-07-031-1/+4
* Port over the last of the tinylogin appletsEric Andersen2002-06-231-0/+229