summaryrefslogtreecommitdiff
path: root/loginutils
Commit message (Expand)AuthorAgeFilesLines
* adduser: allow adding to group 0; don't _create_ /etc/shadow,Denis Vlasenko2009-01-121-13/+15
* - isascii() is obsolescent in SUSv4 and furthermore looks redundant in this spotBernhard Reutner-Fischer2009-01-091-1/+1
* libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko2008-12-232-5/+5
* Fix forgotten license commentsDenis Vlasenko2008-12-071-0/+2
* libbb: add xgetgrnam too. ~0 code size changeDenis Vlasenko2008-12-051-3/+1
* - -4b and use proper define; add license noteBernhard Reutner-Fischer2008-12-041-3/+5
* Fold mkpasswd applet into cryptpw.Denis Vlasenko2008-12-044-137/+95
* libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko2008-12-033-6/+3
* - add new applet mkpasswd(1)Bernhard Reutner-Fischer2008-12-035-7/+86
* libbb: password/group function helpers rewritten by Tito:Denis Vlasenko2008-12-022-7/+2
* remove a few superfluous includesDenis Vlasenko2008-11-251-1/+0
* libbb: remove glibc-style bloat from sha_crypt. -1130 bytes.Denis Vlasenko2008-11-131-2/+7
* libbb: add optionl support for SHA256/512 encrypted passwordsDenis Vlasenko2008-11-102-8/+34
* *: a bit of code shrinkDenis Vlasenko2008-11-092-4/+5
* move documentation to docs/Denis Vlasenko2008-11-081-424/+0
* login: fix /etc/nologin handling (should prohibit non-root LOGINS,Denis Vlasenko2008-11-071-36/+44
* login: fix /etc/nologin supportDenis Vlasenko2008-11-071-8/+15
* *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko2008-11-052-9/+11
* add serial HOWTO docDenis Vlasenko2008-11-051-0/+424
* more whitespace fixesDenis Vlasenko2008-10-291-1/+1
* whitespace fixes, no code changesDenis Vlasenko2008-10-291-6/+6
* halt: reinstate -w even if !FEATURE_WTMP; beautify code in halt.cDenis Vlasenko2008-09-111-4/+1
* - don't free user-supplied string (via -e)Bernhard Reutner-Fischer2008-08-051-3/+3
* fix several problems with config parser:Denis Vlasenko2008-07-261-12/+9
* - wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-07-221-12/+12
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-212-23/+13
* - first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer2008-07-212-3/+4
* config help fixesDenis Vlasenko2008-07-161-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-0510-15/+15
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-272-2/+2
* whitespace and comment fixes, no code changesDenis Vlasenko2008-06-161-2/+2
* even more of help text fixesDenis Vlasenko2008-06-151-1/+1
* fix config help textDenis Vlasenko2008-06-151-12/+16
* - fix copy'n paste error.Bernhard Reutner-Fischer2008-06-151-3/+3
* Specially for Bernhard Fischer introduce USE_BB_CRYPTDenis Vlasenko2008-06-151-34/+55
* cryptpw: fix "cryptpw -a des -- TEXT" caseDenis Vlasenko2008-06-151-7/+7
* make pw_encrypt() return malloc'ed string.Denis Vlasenko2008-06-123-7/+15
* uclibc insists on having 70k static buffer for crypt.Denis Vlasenko2008-06-124-5/+35
* - use ut_user rather than ut_name (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-06-012-3/+3
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-191-8/+8
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-193-8/+8
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-1/+1
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-263-3/+3
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-231-2/+0
* adduser/addgroup: check username for invalid charsDenis Vlasenko2008-03-193-0/+16
* *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko2008-03-171-3/+2
* *: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko2008-03-171-1/+1
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-173-11/+11
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-6/+4
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-3/+1