summaryrefslogtreecommitdiff
path: root/loginutils/vlock.c
Commit message (Expand)AuthorAgeFilesLines
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+1
* config: trim/improve item names and help texts, take 2Denys Vlasenko2017-07-271-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-3/+3
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko2017-01-111-4/+4
* loginutils/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-191-1/+15
* sulogin: use common password-checking routine.Denys Vlasenko2013-11-191-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-031-0/+7
* s/FAIL_DELAY/LOGIN_FAIL_DELAY/Denys Vlasenko2011-03-081-2/+2
* convert "do {...} while (1);" -> "while (1) {...}"Denys Vlasenko2011-03-021-4/+5
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* vlock: disable linux console calls on other systemsJeremie Koenig2010-07-301-2/+13
* libbb: password/group function helpers rewritten by Tito:Denis Vlasenko2008-12-021-6/+1
* *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko2008-11-051-2/+2
* - first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer2008-07-211-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-3/+3
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-3/+3
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-121-11/+4
* nc: remove a bit of bloatDenis Vlasenko2008-03-121-44/+40
* 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