httpd: fix handling of range requests
[oweals/busybox.git] / loginutils /
2017-01-01 Denys VlasenkoSelinux complains about deprecated selinux/flask.h...
2016-11-28 Denys VlasenkoCode style fixes, no code changes
2016-11-04 Denys Vlasenkocomment and readme updates
2016-11-03 Denys Vlasenkosu: expand help; simplify passing of -c CMD to run_shell()
2016-07-06 Denys Vlasenkogetopt32: add new syntax of 'o:+' and 'o:*' for -o...
2016-04-21 Denys Vlasenko*: add most of the required setup_common_bufsiz() calls
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2016-03-30 Denys Vlasenkomake MKPASSWD a separate config option, not an automati...
2016-03-30 Denys Vlasenkosulogin: use bb_error_msg instead of bb_info_msg; bette...
2016-03-30 Denys Vlasenkosulogin: remove suid paranoia code, explain why it...
2016-03-30 Denys Vlasenkosulogin: Dorp incorrect comment about suid-ness
2016-03-30 Denys VlasenkoReplace a few more bb_info_msg's by bb_error_msg or...
2016-01-03 Denys Vlasenkologin: add commented-out PAM double password avoidance...
2015-12-18 Pascal Bachchpasswd: support -c argument and respect DEFAULT_PASSW...
2015-10-21 Denys Vlasenkologin: explain -h HOST option better
2015-10-18 Denys Vlasenkologinutils/*: convert to new-style "one file" applets
2015-10-09 Denys Vlasenkoremove global "jmp_buf die_jmp" from !FEATURE_PREFER_AP...
2015-10-07 Denys Vlasenkobuild system: -fno-builtin-printf
2015-09-21 Denys Vlasenkoadduser: fix help text
2015-09-21 Bernhard Reutner... adduser: Add -k /path/to/skel
2015-08-24 Sören Tempellogin: don't print motd if .hushlogin exists in users...
2015-03-12 Denys Vlasenkodeluser: also remove user from /etc/group
2015-02-07 Denys Vlasenkolibpwdgrp: use getpwent() instead of getpwent_r()
2015-02-05 Denys Vlasenkodeluser: implement --remove-home
2015-01-05 Denys Vlasenkolibbb: code shrink by factoring out common update_utmp_...
2014-10-02 Denys Vlasenkogetty: set tty attrs so that control chars are shown...
2014-08-15 Denys Vlasenkoaddgroup: mention -S in the help text
2014-05-10 Denys Vlasenkogetty: explain when setsid() fails. no code changes
2014-03-16 Romain Naoursu: add a delay if the password is incorrect
2014-02-19 Bartosz GolaszewskiKbuild: move CONFIG_PAM to general configuration
2014-01-17 Tito Ragusaadduser,addgroup: introduce and use CONFIG_LAST_ID
2013-12-20 Denys Vlasenkoadduser: check whether run with no USERNAME. Closes...
2013-11-19 Denys Vlasenkolibbb: move nuke_str() from passwd into libbb
2013-11-19 Denys Vlasenkosulogin: use common password-checking routine.
2013-06-30 Denys Vlasenkocryptpw: do not segfault on EOF. Closes 6350
2013-06-30 Rich Felker*: change execl sentinels from NULL to (char*)0
2013-05-21 Jonathan Liusulogin: allow system maintenance login if root passwor...
2013-05-21 Denys Vlasenkosulogin: correct lying comment
2012-10-08 Tito Ragusaadduser: make it accept "adduser USER GROUP" form
2012-09-02 Denys Vlasenkogetty: tweak style, no code changes
2012-08-16 Denys Vlasenkogetty: add commented-out extended error diagnostic
2012-08-15 Denys Vlasenkologin: increase login name size limit from 32 to 64
2012-07-06 Mike Frysingerinclude sys/resource.h where needed
2012-06-20 Denys VlasenkoMove several applets to different install dir:
2012-06-12 Pascal Bellardsu: do not change to home dir unless -l
2012-04-26 Denys Vlasenkogetty: fix for NOCTTY killing us with SIGHUP
2012-01-30 Sergey Naumovlogin: -f should not ask for password even with PAM
2012-01-15 Denys Vlasenko*: better comments on termios manipulations. No code...
2012-01-08 Denys Vlasenkopasswd,cryptpw: make default encryption algorithm confi...
2011-10-30 Denys Vlasenkogetty: Hurd has no CBAUD, work around that
2011-10-23 Denys Vlasenkogetty: fix a minor problem of Ctrl-D not printing '\n'
2011-10-23 Denys Vlasenkogetty: reset tty attrs on Ctrl-C and Ctrl-D too
2011-10-22 Denys Vlasenkogetty: add O_NONBLOCK to open which is used to drop...
2011-10-22 Denys Vlasenkogetty: remove now not needed resetting of ALRM to to...
2011-10-22 Denys Vlasenkogetty,login: tighten up handling of ctty, pgrp, and...
2011-10-22 Denys Vlasenkogetty: shrink help text
2011-09-14 Ian Wienandlogin: new option LOGIN_SESSION_AS_CHILD
2011-09-11 Denys Vlasenkochpasswd: fix possible free() or non-allocated string...
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-05-21 Denys Vlasenkoadduser: better logic for choosing addgroup -g/--gid
2011-05-21 Denys Vlasenkoadduser: prefer to call addgroup --gid, not non-std...
2011-05-13 Denys Vlasenkopasswd: shorter help text
2011-05-13 Denys Vlasenkoadduser: safe username passing to passwd/addgroup
2011-05-12 Denys Vlasenkotrim help text
2011-04-04 Tito Ragusapasswd,chpasswd: reset password in /etc/passwd to ...
2011-04-02 Pere Orgamove help text from include/usage.src.h to debianutils...
2011-03-22 Ryan Phillipslogin: set PAM RHOST
2011-03-08 Denys Vlasenkos/FAIL_DELAY/LOGIN_FAIL_DELAY/
2011-03-08 Denys Vlasenkouse user's shell instead of hardwired "/bin/sh" (androi...
2011-03-06 Denys Vlasenkofix bit rot in scripts/Makefile.IMA
2011-03-06 Denys Vlasenkolibbb/login/su: do not sanitize shell name twice
2011-03-02 Denys Vlasenkoconvert "do {...} while (1);" -> "while (1) {...}"
2011-02-27 Denys Vlasenkoadduser: use better argv passing to addgroup
2011-02-10 Denys Vlasenkogetty config help: fix example script
2011-02-10 Denys Vlasenkogetty: extend its config help
2011-02-02 Denys Vlasenkowhitespace fixes
2011-01-26 Denys Vlasenkogetty: fix "ifdef CMSPAR"
2011-01-26 Denys Vlasenkogetty: restore CRTSCTS comment
2011-01-26 Denys Vlasenkogetty: do clear CLOCAL and CRTSCTS unless told otherwise
2011-01-26 Denys Vlasenkogetty: do not clear all c_cflag's (we were clearing...
2011-01-26 Peter Korsgaardgetty: wait up to 5 seconds for the output buffer to...
2011-01-26 Denys Vlasenkogetty: document bits we don't set - maybe we should...
2011-01-26 Denys Vlasenkogetty: add ECHOE explanation
2011-01-26 Denys Vlasenkogetty: explain every bit in termios; remove redundant...
2011-01-25 Denys Vlasenkomove utmp.h include to libbb.h
2011-01-24 Denys Vlasenkogetty: flush _only_ input after switching to the next...
2011-01-24 Denys Vlasenkogetty: simplify macros; improve VSWTC[H] compat
2011-01-24 Denys Vlasenkogetty: more simplifications; explain how we treat parit...
2011-01-24 Denys Vlasenkogetty: simplify code by going to more straignforward...
2011-01-23 Denys Vlasenkogetty: add sleep before initial tcdrain; reduce another...
2011-01-23 Denys Vlasenkogetty: use cfsetspeed to save some bytes; cosmetic...
2011-01-22 Denys Vlasenkogetty: more correct check for O_RDWR
2011-01-22 Denys Vlasenkogetty: comment out parity detection code; improve usage...
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2011-01-18 Denys Vlasenkodisable automatic selection of FEATURE_SUID; improve...
2011-01-09 Denys Vlasenkogetty: fix -i (was ignored)
2010-12-31 Denys Vlasenkosu: document -l in --help text. Closes bug 2761
2010-12-27 Ian Wienandlogin: apply PAM environment
2010-11-30 Denys Vlasenkosu: suppress "warning: unused variable 'user_buf'"
2010-11-08 Tito Ragusadeluser: do not warn spuriously when deleting group...
next