summaryrefslogtreecommitdiff
path: root/loginutils
Commit message (Expand)AuthorAgeFilesLines
* - 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
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-178-17/+18
* help text: regularize format, and shrinkDenis Vlasenko2008-03-171-88/+84
* dos2unix: tiny shrinkDenis Vlasenko2008-03-172-10/+12
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-121-11/+4
* nc: remove a bit of bloatDenis Vlasenko2008-03-121-44/+40
* less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko2008-02-241-3/+2
* mount: recognize "dirsync" (closes bug 835)Denis Vlasenko2008-02-182-7/+4
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-3/+5
* adduser: optional support for long options. +110 bytes.Denis Vlasenko2008-02-152-0/+24
* getty: don't try to detect parity on local linesDenis Vlasenko2008-02-021-1/+1
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-273-4/+2
* getty: a small code shrinkDenis Vlasenko2007-12-041-34/+33
* getty: don't accept ancient '#' and '@' as backspace/kill line,Denis Vlasenko2007-12-041-227/+165
* xreadlink: code shrinkDenis Vlasenko2007-11-081-2/+1
* flush typeahead before promptPaul Fox2007-11-071-0/+4
* login: fix PAM login (was unable to complete Kerberos login)Denis Vlasenko2007-11-071-23/+42
* login: clear dangerous environment variables if started by non-rootDenis Vlasenko2007-11-062-25/+14
* fbset: fix buglet where we were using wrong pointerDenis Vlasenko2007-11-061-1/+3
* Announce 1.8.01_8_0Denis Vlasenko2007-11-041-2/+2
* appletlib.c: make it actally follow _BB_SUID_ALWAYS rulesDenis Vlasenko2007-10-294-136/+102
* bb_askpass: handle Ctrl-C, restore termoios on Ctrl-C.Denis Vlasenko2007-10-201-30/+31
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-1111-11/+11