summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2012-05-28Apply post-1.20.0 patches, bump version to 1.20.1Denys Vlasenko6-25/+44
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2012-04-26getty: fix for NOCTTY killing us with SIGHUPDenys Vlasenko1-0/+6
2012-02-05Apply post-1.19.3 patches, bump version to 1.19.4Denys Vlasenko12-5663/+5674
2012-01-30login: -f should not ask for password even with PAMSergey Naumov1-8/+10
2012-01-15*: better comments on termios manipulations. No code changes.Denys Vlasenko3-5/+6
2012-01-08passwd,cryptpw: make default encryption algorithm configurableDenys Vlasenko4-2/+11
2011-11-06busybox v1.19.3 updateTanguy Pruvot22-709/+755
2011-10-30getty: Hurd has no CBAUD, work around thatDenys Vlasenko1-0/+2
2011-10-23getty: fix a minor problem of Ctrl-D not printing '\n'Denys Vlasenko3-36/+94
2011-10-23getty: reset tty attrs on Ctrl-C and Ctrl-D tooDenys Vlasenko2-1/+3
2011-10-22getty: add O_NONBLOCK to open which is used to drop cttyDenys Vlasenko1-3/+5
2011-10-22getty: remove now not needed resetting of ALRM to to SIG_DFLDenys Vlasenko1-1/+0
2011-10-22getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim...Denys Vlasenko4-105/+171
2011-10-22getty: shrink help textDenys Vlasenko1-1/+1
2011-09-14login: new option LOGIN_SESSION_AS_CHILDIan Wienand3-6/+61
2011-09-11chpasswd: fix possible free() or non-allocated string. +8 bytesDenys Vlasenko1-6/+11
2011-07-04reduce diff with official busybox, do not use %s on defined stringsTanguy Pruvot10-10/+10
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-05-21adduser: better logic for choosing addgroup -g/--gidDenys Vlasenko1-3/+5
2011-05-21adduser: prefer to call addgroup --gid, not non-std addgroup -gDenys Vlasenko1-4/+14
2011-05-13passwd: shorter help textDenys Vlasenko1-4/+4
2011-05-13adduser: safe username passing to passwd/addgroupDenys Vlasenko7-77/+88
2011-05-12trim help textDenys Vlasenko1-2/+2
2011-04-04passwd,chpasswd: reset password in /etc/passwd to "x" if /etc/shadow was updatedTito Ragusa2-4/+10
2011-04-02move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga26-400/+418
2011-03-22login: set PAM RHOSTRyan Phillips1-0/+8
2011-03-08s/FAIL_DELAY/LOGIN_FAIL_DELAY/Denys Vlasenko4-6/+6
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko12-28/+38
2011-03-06fix bit rot in scripts/Makefile.IMADenys Vlasenko2-3/+9
2011-03-06libbb/login/su: do not sanitize shell name twiceDenys Vlasenko3-14/+7
2011-03-02convert "do {...} while (1);" -> "while (1) {...}"Denys Vlasenko4-16/+17
2011-02-27adduser: use better argv passing to addgroupDenys Vlasenko1-9/+18
2011-02-10getty config help: fix example scriptDenys Vlasenko1-1/+1
2011-02-10getty: extend its config helpDenys Vlasenko1-1/+13
2011-02-02whitespace fixesDenys Vlasenko13-21/+21
2011-01-26getty: fix "ifdef CMSPAR"Denys Vlasenko1-1/+1
2011-01-26getty: restore CRTSCTS commentDenys Vlasenko1-1/+1
2011-01-26getty: do clear CLOCAL and CRTSCTS unless told otherwiseDenys Vlasenko1-4/+0
2011-01-26getty: do not clear all c_cflag's (we were clearing baud bits!)Denys Vlasenko1-12/+28
2011-01-26getty: wait up to 5 seconds for the output buffer to drainPeter Korsgaard1-23/+33
2011-01-26getty: document bits we don't set - maybe we should set some of them?Denys Vlasenko1-7/+59
2011-01-26getty: add ECHOE explanationDenys Vlasenko1-1/+3
2011-01-26getty: explain every bit in termios; remove redundant stuff in termios_finalDenys Vlasenko2-36/+32
2011-01-25move utmp.h include to libbb.hDenys Vlasenko16-38/+24
2011-01-24getty: flush _only_ input after switching to the next baud rateDenys Vlasenko1-1/+1
2011-01-24getty: simplify macros; improve VSWTC[H] compatDenys Vlasenko1-9/+8
2011-01-24getty: more simplifications; explain how we treat parity nowDenys Vlasenko1-95/+93
2011-01-24getty: simplify code by going to more straignforward G trickDenys Vlasenko1-275/+121
[prev] [next]