aboutsummaryrefslogtreecommitdiff
path: root/loginutils
AgeCommit message (Expand)Author
2008-12-07Fix forgotten license commentsDenis Vlasenko
2008-12-05libbb: add xgetgrnam too. ~0 code size changeDenis Vlasenko
2008-12-04- -4b and use proper define; add license noteBernhard Reutner-Fischer
2008-12-04Fold mkpasswd applet into cryptpw.Denis Vlasenko
2008-12-03libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko
2008-12-03- add new applet mkpasswd(1)Bernhard Reutner-Fischer
2008-12-02libbb: password/group function helpers rewritten by Tito:Denis Vlasenko
2008-11-25remove a few superfluous includesDenis Vlasenko
2008-11-13libbb: remove glibc-style bloat from sha_crypt. -1130 bytes.Denis Vlasenko
2008-11-10libbb: add optionl support for SHA256/512 encrypted passwordsDenis Vlasenko
2008-11-09*: a bit of code shrinkDenis Vlasenko
2008-11-08move documentation to docs/Denis Vlasenko
2008-11-07login: fix /etc/nologin handling (should prohibit non-root LOGINS,Denis Vlasenko
2008-11-07login: fix /etc/nologin supportDenis Vlasenko
2008-11-05*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko
2008-11-05add serial HOWTO docDenis Vlasenko
2008-10-29more whitespace fixesDenis Vlasenko
2008-10-29whitespace fixes, no code changesDenis Vlasenko
2008-09-11halt: reinstate -w even if !FEATURE_WTMP; beautify code in halt.cDenis Vlasenko
2008-08-05- don't free user-supplied string (via -e)Bernhard Reutner-Fischer
2008-07-26fix several problems with config parser:Denis Vlasenko
2008-07-22- wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-21- first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer
2008-07-16config help fixesDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-06-16whitespace and comment fixes, no code changesDenis Vlasenko
2008-06-15even more of help text fixesDenis Vlasenko
2008-06-15fix config help textDenis Vlasenko
2008-06-15- fix copy'n paste error.Bernhard Reutner-Fischer
2008-06-15Specially for Bernhard Fischer introduce USE_BB_CRYPTDenis Vlasenko
2008-06-15cryptpw: fix "cryptpw -a des -- TEXT" caseDenis Vlasenko
2008-06-12make pw_encrypt() return malloc'ed string.Denis Vlasenko
2008-06-12uclibc insists on having 70k static buffer for crypt.Denis Vlasenko
2008-06-01- use ut_user rather than ut_name (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2008-05-19- use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko
2008-03-19adduser/addgroup: check username for invalid charsDenis Vlasenko
2008-03-17*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko
2008-03-17*: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko
2008-03-17*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-03-17help text: regularize format, and shrinkDenis Vlasenko
2008-03-17dos2unix: tiny shrinkDenis Vlasenko