| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply post-1.18.2 fixes, bump version to 1.18.31_18_3 | Denys Vlasenko | 2011-02-08 | 1 | -4/+0 |
* | deluser: do not warn spuriously when deleting group by deluser | Tito Ragusa | 2010-11-08 | 1 | -6/+14 |
* | delgroup: correct the check for users who still use the group | Denys Vlasenko | 2010-11-07 | 1 | -12/+12 |
* | typo fix | Denys Vlasenko | 2010-11-06 | 1 | -1/+1 |
* | deluser: 2nd attempt at deluser/delgroup size reduction and improvements | Tito Ragusa | 2010-11-06 | 1 | -29/+70 |
* | *: whitespace fixes | Denys Vlasenko | 2010-10-28 | 4 | -7/+7 |
* | login: free fromhost upon cleaning up | Alexander Shishkin | 2010-10-28 | 1 | -0/+7 |
* | libbb: introduce and use strcpy_and_process_escape_sequences | Denys Vlasenko | 2010-10-23 | 1 | -15/+3 |
* | add/remove-shell: use O_TRUNC instead of O_EXCL | Denys Vlasenko | 2010-10-20 | 1 | -2/+10 |
* | add-shell, remove-shell: new applets | Alexander Shishkin | 2010-10-20 | 1 | -0/+127 |
* | deluser: use the same licensing template in the header as other files do | Denys Vlasenko | 2010-09-30 | 1 | -1/+1 |
* | deluser: make it simpler, fix inability to delete user from group | Harald Becker | 2010-09-22 | 2 | -70/+68 |
* | getty: small code shrink | Denys Vlasenko | 2010-09-01 | 1 | -9/+7 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 12 | -14/+14 |
* | vlock: disable linux console calls on other systems | Jeremie Koenig | 2010-07-30 | 2 | -3/+13 |
* | *: mass cosmetic removal of extra empty lines. no code changes | Denys Vlasenko | 2010-07-26 | 1 | -1/+0 |
* | init,loginutils: termios portability fixes | Jeremie Koenig | 2010-07-19 | 3 | -16/+15 |
* | mark Linux-specific configuration options | Jeremie Koenig | 2010-07-19 | 1 | -0/+3 |
* | *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup | Ladislav Michl | 2010-06-27 | 3 | -37/+40 |
* | *: add INSERTs to *.src files where appropriate | Denys Vlasenko | 2010-06-08 | 2 | -0/+4 |
* | bbconfig: make it independent from printf functions | Denys Vlasenko | 2010-06-07 | 1 | -2/+1 |
* | remove defconfig. Now "make defconfig" simply uses defaults from Config.in | Denys Vlasenko | 2010-06-06 | 1 | -20/+20 |
* | mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src | Denys Vlasenko | 2010-06-04 | 2 | -0/+0 |
* | getty: do not emit bogus error message on EOF | Denys Vlasenko | 2010-05-22 | 1 | -0/+1 |
* | libbb: add skip_dev_pfx() | Denys Vlasenko | 2010-04-06 | 1 | -3/+1 |
* | Move utmp/wtmp support to "General configuration" section | Denys Vlasenko | 2010-04-06 | 1 | -16/+0 |
* | telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363 | Denys Vlasenko | 2010-04-05 | 2 | -4/+6 |
* | libbb: split update_utmp from login/getty in preparation to use it for telnetd | Denys Vlasenko | 2010-04-05 | 2 | -157/+16 |
* | who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -H | Denys Vlasenko | 2010-04-04 | 1 | -1/+2 |
* | su: move restricted_shell into su.c (the only user) | Denys Vlasenko | 2010-02-26 | 1 | -1/+18 |
* | setup_environment(): eliminate one parameter | Denys Vlasenko | 2010-02-26 | 2 | -4/+7 |
* | crontab: use setup_environment | Bernhard Reutner-Fischer | 2010-02-26 | 1 | -1/+1 |
* | adduser: copy /etc/skel to mew homes. +100 bytes | Denys Vlasenko | 2010-02-06 | 1 | -2/+16 |
* | remove now-unneeded memset | Denys Vlasenko | 2010-02-01 | 1 | -3/+0 |
* | adduser: create a group for net user too | Denys Vlasenko | 2010-01-10 | 1 | -13/+11 |
* | passwd: do not complain about /etc/shadow needlessly | Denys Vlasenko | 2010-01-09 | 1 | -4/+12 |
* | adduser: more fixes to "add user to specified group" | Denys Vlasenko | 2010-01-09 | 1 | -3/+4 |
* | adduser: fix a logical inversion which made -G GRP inoperative | Tito Ragusa | 2010-01-09 | 1 | -1/+1 |
* | libbb: robustify isXXXX(). +39 bytes | Denys Vlasenko | 2009-11-18 | 1 | -1/+1 |
* | *: use "can't" instead of "cannot" | Denys Vlasenko | 2009-11-13 | 2 | -3/+3 |
* | passwd: do not complain if /etc/shadow is missing | Denys Vlasenko | 2009-11-02 | 1 | -3/+3 |
* | *: introduce and use ffulsh_all() | Denys Vlasenko | 2009-11-02 | 1 | -3/+3 |
* | *: random code shrink | Denys Vlasenko | 2009-10-29 | 1 | -1/+1 |
* | *: optimize most of isXXXXX() macros | Denys Vlasenko | 2009-10-23 | 1 | -4/+7 |
* | *: a few more NOINLINEs | Denys Vlasenko | 2009-10-08 | 1 | -1/+1 |
* | login: log PAM errors to syslog, not stderr | Denys Vlasenko | 2009-09-25 | 1 | -1/+3 |
* | a few more GCC-isms removed | Denys Vlasenko | 2009-09-09 | 1 | -5/+18 |
* | add comment about /etc/gshadow, no code changes | Denys Vlasenko | 2009-07-13 | 2 | -2/+17 |
* | passwd + /etc/shadow: chage "change time" field too | Denys Vlasenko | 2009-07-13 | 1 | -1/+12 |
* | df: fix "df /" | Denys Vlasenko | 2009-07-05 | 1 | -1/+1 |