| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | remove strange bloat dup2() usage, sync this code with mainstream login-utils... | "Vladimir N. Oleynik" | 2005-12-13 | 1 | -3/+2 |
* | Quote the user we pass to addgroup so funky chars are preserved. Fix by drag... | Mike Frysinger | 2005-11-15 | 1 | -1/+1 |
* | common BUFSIZ BSS buffer, small reduce code, data and bss | "Vladimir N. Oleynik" | 2005-10-15 | 2 | -17/+10 |
* | change interface to bb_xasprintf() - more perfect for me. | "Vladimir N. Oleynik" | 2005-09-29 | 1 | -1/+1 |
* | getty must chdir(/). Use bb_getopt_ulflags. Indent. error() perfect | "Vladimir N. Oleynik" | 2005-09-29 | 1 | -221/+180 |
* | use the shorter license header | Mike Frysinger | 2005-09-24 | 1 | -15/+2 |
* | use brief license line | Mike Frysinger | 2005-09-24 | 1 | -15/+2 |
* | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer | 2005-09-20 | 2 | -2/+2 |
* | The change in getty.c in Busybox 1.01 caused the /etc/issue file to not | Eric Andersen | 2005-07-27 | 1 | -5/+6 |
* | use toplevel ARFLAGS and update default ARFLAGS to be quiet | Mike Frysinger | 2005-07-27 | 1 | -1/+1 |
* | 2005-06-30 Shaun Jackman <sjackman@gmail.com> | Mike Frysinger | 2005-07-01 | 1 | -16/+14 |
* | 2005-06-30 Shaun Jackman <sjackman@gmail.com> | Mike Frysinger | 2005-07-01 | 1 | -0/+6 |
* | Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTM... | Mike Frysinger | 2005-07-01 | 4 | -25/+33 |
* | A patch from Takeharu KATO to update/fix SE-Linux support. | Rob Landley | 2005-05-03 | 3 | -28/+35 |
* | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen | 2005-04-16 | 4 | -6/+6 |
* | In Bug 208, bernhardf writes: | Mike Frysinger | 2005-04-16 | 1 | -1/+1 |
* | Use a sane VEOL setting | Eric Andersen | 2005-04-14 | 1 | -1/+1 |
* | egor duda writes: | Eric Andersen | 2004-10-08 | 2 | -5/+11 |
* | Only write to shadow file is shadow passwords are enabled. Patch by magicfox ... | Glenn L McGrath | 2004-09-15 | 1 | -5/+4 |
* | Patch from tito to add argument checking. | Glenn L McGrath | 2004-09-14 | 1 | -2/+2 |
* | Tito writes: | Eric Andersen | 2004-09-02 | 1 | -7/+2 |
* | Tito writes: | Eric Andersen | 2004-09-02 | 1 | -7/+2 |
* | Improve the setuid situation a bit, and make it more apparent | Eric Andersen | 2004-08-26 | 1 | -0/+16 |
* | Save a line or two | Eric Andersen | 2004-08-26 | 2 | -6/+3 |
* | Patch from Manousaridis Angelos to cleanup stale file descriptors, it was pre... | Glenn L McGrath | 2004-08-25 | 2 | -3/+6 |
* | Bertrand Baudet writes: | Eric Andersen | 2004-08-16 | 1 | -2/+2 |
* | Umm. Not guilty by reason of insanity. | Eric Andersen | 2004-07-30 | 2 | -3/+3 |
* | Fixup getty, login, etc so the utmp and wtmp are updated, allowing | Eric Andersen | 2004-07-30 | 3 | -5/+21 |
* | Patch from Bastian Blank: | Eric Andersen | 2004-06-22 | 1 | -1/+3 |
* | Do not use getpass(3) | Eric Andersen | 2004-05-01 | 3 | -35/+7 |
* | Larry Doolittle writes: | Eric Andersen | 2004-04-14 | 1 | -1/+1 |
* | Sigh. The patch from David Anders (prpplague) broke standard | Eric Andersen | 2004-04-12 | 1 | -1/+3 |
* | passwd and sulogin also need libcrypt, via libbb/pw_encrypt() | Eric Andersen | 2004-03-27 | 1 | -3/+6 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 7 | -43/+43 |
* | David Anders (prpplague) submitted this patch to allow login to work | Eric Andersen | 2004-03-09 | 1 | -2/+2 |
* | Fix/eliminate use of atol | Eric Andersen | 2004-03-06 | 1 | -12/+5 |
* | Using vlock also requires libcrypt | Eric Andersen | 2003-12-16 | 1 | -0/+1 |
* | Andreas Mohr writes: | Eric Andersen | 2003-10-22 | 1 | -12/+12 |
* | Set the default password to md5, patch by Joshua Jackson | Glenn L McGrath | 2003-09-04 | 1 | -1/+1 |
* | move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one | Glenn L McGrath | 2003-09-02 | 3 | -7/+7 |
* | Vodz, last patch 105 | Glenn L McGrath | 2003-08-29 | 1 | -74/+66 |
* | Ronny L Nilsson writes: | Eric Andersen | 2003-07-30 | 1 | -5/+2 |
* | the word "only" is repeated for CONFIG_FEATURE_SHADOWPASSWDS | Eric Andersen | 2003-07-22 | 1 | -1/+1 |
* | Patch from Terje Kvernes adding quite a lot of missing documentation | Eric Andersen | 2003-07-22 | 1 | -4/+18 |
* | Document CONFIG_USE_BB_PWD_GRP | Eric Andersen | 2003-07-15 | 1 | -1/+17 |
* | Looks like I forgot one little tiny detail... | Eric Andersen | 2003-07-14 | 2 | -3/+5 |
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 2 | -2/+2 |
* | decouple delgroup and deluser | Eric Andersen | 2003-07-14 | 4 | -120/+183 |
* | Patch from Thomas Cameron: | Eric Andersen | 2003-07-14 | 1 | -9/+16 |
* | Patch from Russell Coker: | Eric Andersen | 2003-07-03 | 2 | -3/+50 |