Age | Commit message (Expand) | Author |
2011-01-25 | move utmp.h include to libbb.h | Denys Vlasenko |
2011-01-24 | getty: flush _only_ input after switching to the next baud rate | Denys Vlasenko |
2011-01-24 | getty: simplify macros; improve VSWTC[H] compat | Denys Vlasenko |
2011-01-24 | getty: more simplifications; explain how we treat parity now | Denys Vlasenko |
2011-01-24 | getty: simplify code by going to more straignforward G trick | Denys Vlasenko |
2011-01-24 | getty: add sleep before initial tcdrain; reduce another sleep from 1 to 0.1s | Denys Vlasenko |
2011-01-24 | getty: use cfsetspeed to save some bytes; cosmetic fixes | Denys Vlasenko |
2011-01-22 | getty: more correct check for O_RDWR | Denys Vlasenko |
2011-01-22 | getty: comment out parity detection code; improve usage text | Denys Vlasenko |
2011-01-18 | mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo | Denys Vlasenko |
2011-01-18 | disable automatic selection of FEATURE_SUID; improve its help text | Denys Vlasenko |
2011-01-09 | getty: fix -i (was ignored) | Denys Vlasenko |
2010-12-31 | su: document -l in --help text. Closes bug 2761 | Denys Vlasenko |
2010-12-27 | login: apply PAM environment | Ian Wienand |
2010-11-30 | su: suppress "warning: unused variable 'user_buf'" | Denys Vlasenko |
2010-11-08 | deluser: do not warn spuriously when deleting group by deluser | Tito Ragusa |
2010-11-07 | delgroup: correct the check for users who still use the group | Denys Vlasenko |
2010-11-06 | typo fix | Denys Vlasenko |
2010-11-06 | deluser: 2nd attempt at deluser/delgroup size reduction and improvements | Tito Ragusa |
2010-10-28 | *: whitespace fixes | Denys Vlasenko |
2010-10-28 | login: free fromhost upon cleaning up | Alexander Shishkin |
2010-10-23 | libbb: introduce and use strcpy_and_process_escape_sequences | Denys Vlasenko |
2010-10-20 | add/remove-shell: use O_TRUNC instead of O_EXCL | Denys Vlasenko |
2010-10-20 | add-shell, remove-shell: new applets | Alexander Shishkin |
2010-09-30 | deluser: use the same licensing template in the header as other files do | Denys Vlasenko |
2010-09-22 | deluser: make it simpler, fix inability to delete user from group | Harald Becker |
2010-09-01 | getty: small code shrink | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-07-30 | vlock: disable linux console calls on other systems | Jeremie Koenig |
2010-07-26 | *: mass cosmetic removal of extra empty lines. no code changes | Denys Vlasenko |
2010-07-19 | init,loginutils: termios portability fixes | Jeremie Koenig |
2010-07-19 | mark Linux-specific configuration options | Jeremie Koenig |
2010-06-27 | *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdup | Ladislav Michl |
2010-06-08 | *: add INSERTs to *.src files where appropriate | Denys Vlasenko |
2010-06-07 | bbconfig: make it independent from printf functions | Denys Vlasenko |
2010-06-06 | remove defconfig. Now "make defconfig" simply uses defaults from Config.in | Denys Vlasenko |
2010-06-04 | mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src | Denys Vlasenko |
2010-05-22 | getty: do not emit bogus error message on EOF | Denys Vlasenko |
2010-04-06 | libbb: add skip_dev_pfx() | Denys Vlasenko |
2010-04-06 | Move utmp/wtmp support to "General configuration" section | Denys Vlasenko |
2010-04-05 | telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363 | Denys Vlasenko |
2010-04-05 | libbb: split update_utmp from login/getty in preparation to use it for telnetd | Denys Vlasenko |
2010-04-04 | who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -H | Denys Vlasenko |
2010-02-26 | su: move restricted_shell into su.c (the only user) | Denys Vlasenko |
2010-02-26 | setup_environment(): eliminate one parameter | Denys Vlasenko |
2010-02-26 | crontab: use setup_environment | Bernhard Reutner-Fischer |
2010-02-06 | adduser: copy /etc/skel to mew homes. +100 bytes | Denys Vlasenko |
2010-02-01 | remove now-unneeded memset | Denys Vlasenko |
2010-01-10 | adduser: create a group for net user too | Denys Vlasenko |
2010-01-09 | passwd: do not complain about /etc/shadow needlessly | Denys Vlasenko |