udhcp: rename server_config to server_data
[oweals/busybox.git] / loginutils / su.c
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-04-13 Denys Vlasenkofix "loginutils/Config.in:319 error: Overlong line"
2017-04-13 Denys Vlasenkolibbb: make check_password() also return CHECKPASS_PW_H...
2017-04-13 Denys Vlasenkosu: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2016-11-03 Denys Vlasenkosu: expand help; simplify passing of -c CMD to run_shell()
2015-10-18 Denys Vlasenkologinutils/*: convert to new-style "one file" applets
2014-03-16 Romain Naoursu: add a delay if the password is incorrect
2013-11-19 Denys Vlasenkosulogin: use common password-checking routine.
2012-06-12 Pascal Bellardsu: do not change to home dir unless -l
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-03-06 Denys Vlasenkolibbb/login/su: do not sanitize shell name twice
2010-12-31 Denys Vlasenkosu: document -l in --help text. Closes bug 2761
2010-11-30 Denys Vlasenkosu: suppress "warning: unused variable 'user_buf'"
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-06-27 Ladislav Michl*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix,...
2010-02-26 Denys Vlasenkosu: move restricted_shell into su.c (the only user)
2010-02-26 Denys Vlasenkosetup_environment(): eliminate one parameter
2009-09-09 Denys Vlasenkoa few more GCC-isms removed
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2008-12-23 Denis Vlasenkolibbb: introduce and use xmalloc_ttyname (-32 in bss).
2008-12-03 Denis Vlasenkolibbb: introduce and use xgetpwnam. ~ -150 bytes.
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-03-17 Denis Vlasenko*: shrink by using [f]open_or_warn_stdin where appropriate
2008-03-17 Denis Vlasenkodos2unix: tiny shrink
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-10 Denis Vlasenkosetup_environment: code shrink
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #3
2006-12-23 Denis Vlasenkosu: fix typo: "argv -= optind" should be +=
2006-12-19 Bernhard Reutner... - rename SU_SYSLOG to FEATURE_SU_SYSLOG
2006-12-19 Denis Vlasenkosu: make /etc/shells check configurable
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-23 Denis Vlasenkocorrect_password: undo whitespace damage.
2006-09-13 Bernhard Reutner... - fix copy'n paste errors that got introduced when...
2006-09-07 Denis Vlasenkogetty, sulogin: convert to using bb_msg for syslog...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-15 Rob LandleyComment tweak from tito.
2006-07-10 Rob LandleyPatch from Tito to make syslog configurable and remove...
2006-06-14 Bernhard Reutner... - minor size tweak
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-01-19 Bernhard Reutner... - Document -m, -c, -s and provide a default shell for...
2005-07-01 Mike FrysingerPatch by jonlar in Bug 312 to split the U_W_TMP feature...
2005-05-03 Rob LandleyA patch from Takeharu KATO to update/fix SE-Linux support.
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-09-02 Glenn L McGrathmove all "-/bin/sh" "/bin/sh" and "sh" to libbb/message...
2003-08-29 Glenn L McGrathVodz, last patch 105
2003-07-03 Eric AndersenPatch from Russell Coker:
2003-03-19 Manuel Novoa III Major coreutils update.
2002-06-23 Eric AndersenPort over the last of the tinylogin applets
2002-06-04 Robert GrieblBigger patch for (partial) tinylogin integration