aboutsummaryrefslogtreecommitdiff
path: root/loginutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* remove strange bloat dup2() usage, sync this code with mainstream login-utils..."Vladimir N. Oleynik"2005-12-131-3/+2
* Quote the user we pass to addgroup so funky chars are preserved. Fix by drag...Mike Frysinger2005-11-151-1/+1
* common BUFSIZ BSS buffer, small reduce code, data and bss"Vladimir N. Oleynik"2005-10-152-17/+10
* change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"2005-09-291-1/+1
* getty must chdir(/). Use bb_getopt_ulflags. Indent. error() perfect"Vladimir N. Oleynik"2005-09-291-221/+180
* use the shorter license headerMike Frysinger2005-09-241-15/+2
* use brief license lineMike Frysinger2005-09-241-15/+2
* - rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer2005-09-202-2/+2
* The change in getty.c in Busybox 1.01 caused the /etc/issue file to notEric Andersen2005-07-271-5/+6
* use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger2005-07-271-1/+1
* 2005-06-30 Shaun Jackman <sjackman@gmail.com>Mike Frysinger2005-07-011-16/+14
* 2005-06-30 Shaun Jackman <sjackman@gmail.com>Mike Frysinger2005-07-011-0/+6
* Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTM...Mike Frysinger2005-07-014-25/+33
* A patch from Takeharu KATO to update/fix SE-Linux support.Rob Landley2005-05-033-28/+35
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-164-6/+6
* In Bug 208, bernhardf writes:Mike Frysinger2005-04-161-1/+1
* Use a sane VEOL settingEric Andersen2005-04-141-1/+1
* egor duda writes:Eric Andersen2004-10-082-5/+11
* Only write to shadow file is shadow passwords are enabled. Patch by magicfox ...Glenn L McGrath2004-09-151-5/+4
* Patch from tito to add argument checking.Glenn L McGrath2004-09-141-2/+2
* Tito writes:Eric Andersen2004-09-021-7/+2
* Tito writes:Eric Andersen2004-09-021-7/+2
* Improve the setuid situation a bit, and make it more apparentEric Andersen2004-08-261-0/+16
* Save a line or twoEric Andersen2004-08-262-6/+3
* Patch from Manousaridis Angelos to cleanup stale file descriptors, it was pre...Glenn L McGrath2004-08-252-3/+6
* Bertrand Baudet writes:Eric Andersen2004-08-161-2/+2
* Umm. Not guilty by reason of insanity.Eric Andersen2004-07-302-3/+3
* Fixup getty, login, etc so the utmp and wtmp are updated, allowingEric Andersen2004-07-303-5/+21
* Patch from Bastian Blank:Eric Andersen2004-06-221-1/+3
* Do not use getpass(3)Eric Andersen2004-05-013-35/+7
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* Sigh. The patch from David Anders (prpplague) broke standardEric Andersen2004-04-121-1/+3
* passwd and sulogin also need libcrypt, via libbb/pw_encrypt()Eric Andersen2004-03-271-3/+6
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-157-43/+43
* David Anders (prpplague) submitted this patch to allow login to workEric Andersen2004-03-091-2/+2
* Fix/eliminate use of atolEric Andersen2004-03-061-12/+5
* Using vlock also requires libcryptEric Andersen2003-12-161-0/+1
* Andreas Mohr writes:Eric Andersen2003-10-221-12/+12
* Set the default password to md5, patch by Joshua JacksonGlenn L McGrath2003-09-041-1/+1
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath2003-09-023-7/+7
* Vodz, last patch 105Glenn L McGrath2003-08-291-74/+66
* Ronny L Nilsson writes:Eric Andersen2003-07-301-5/+2
* the word "only" is repeated for CONFIG_FEATURE_SHADOWPASSWDSEric Andersen2003-07-221-1/+1
* Patch from Terje Kvernes adding quite a lot of missing documentationEric Andersen2003-07-221-4/+18
* Document CONFIG_USE_BB_PWD_GRPEric Andersen2003-07-151-1/+17
* Looks like I forgot one little tiny detail...Eric Andersen2003-07-142-3/+5
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-142-2/+2
* decouple delgroup and deluserEric Andersen2003-07-144-120/+183
* Patch from Thomas Cameron:Eric Andersen2003-07-141-9/+16
* Patch from Russell Coker:Eric Andersen2003-07-032-3/+50