aboutsummaryrefslogtreecommitdiff
path: root/loginutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* passwd: fix indentationvda2006-12-121-3/+2
* passwd: added commentvda2006-12-121-1/+6
* passwd: shrink by ~10 bytes, use PRNG instead of usleep.vda2006-12-121-17/+10
* passwd: made smaller by ~130 bytes. size can go negativevda2006-12-011-56/+50
* passwd: micro-optimizationvda2006-11-301-4/+4
* passwd: small size optimization. salt generation improvedvda2006-11-301-22/+28
* passwd: rework:vda2006-11-301-283/+249
* - save 4 bytesaldot2006-11-301-1/+1
* style cleanup: return(a) -> return a, part 2vda2006-11-271-3/+3
* safe_strtoXX interface proved to be a bit unconvenient.vda2006-11-271-2/+2
* - minor shrinkagealdot2006-11-271-8/+6
* deluser: the same code, but a bit less obfuscated.vda2006-11-271-15/+16
* deluser: size reduction by 60 bytes.vda2006-11-271-62/+48
* - fix typoaldot2006-11-221-1/+1
* login: use %s - we know that string is not too long therevda2006-11-201-3/+3
* rodata cleanup. "unable to" == "cannot". -300 bytesvda2006-11-181-5/+5
* getty: remove ancient termio support (was using termois anyway)vda2006-11-071-101/+65
* mostly style fixesvda2006-11-011-1/+1
* login: add big fat comment about SIGINT - preventvda2006-10-311-1/+8
* login: re-enable Ctrl-^C before execing shell.vda2006-10-311-2/+12
* rename functions to more understandable namesvda2006-10-261-2/+2
* watch: fix warningvda2006-10-231-22/+22
* getty: conditionally disable handling of all-caps terminals.vda2006-10-231-57/+25
* getty: cleanup part 2vda2006-10-231-31/+28
* getty: cleanup part 1vda2006-10-231-44/+47
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-202-2/+2
* sulogin: add support for $SUSHELL & $sushellvda2006-10-142-9/+19
* add open_read_close() and similar stuffvda2006-10-141-1/+1
* attempt to regularize atoi mess.vda2006-10-084-16/+14
* build system overhaulvda2006-10-054-109/+51
* bb_applet_name -> applet_namevda2006-10-035-5/+5
* getopt_ulflags -> getopt32.vda2006-10-038-12/+12
* several fixes from openWRT projectvda2006-09-261-1/+1
* login: fix getopt_ulflags fallout (wasn't taking username supplied by getty)vda2006-09-261-3/+3
* vlock: make message shortervda2006-09-241-1/+1
* correct_password: undo whitespace damage.vda2006-09-232-5/+4
* passwd: getopt_ulflags'isationvda2006-09-231-61/+52
* Change license statements (and clean up headers) on some of the files thatlandley2006-09-221-6/+1
* getty: oops... removing duplicate #include <syslog.h>vda2006-09-191-2/+0
* getty: #include <syslog.h>vda2006-09-191-0/+1
* whitespace cleanupvda2006-09-174-9/+9
* login: apply fixes + getopt_ulflag'ification by Bernhardvda2006-09-171-44/+29
* login: eliminate forward decls and #ifdefsvda2006-09-141-191/+166
* - fix copy'n paste errors that got introduced when switching to the shorter b...aldot2006-09-131-1/+1
* - r16075 broke for de-selected FEATURE_UTMP; Partial fix that wants some more...aldot2006-09-131-28/+11
* Remove pointless "const". Bloatcheck says 0 bytes difference.landley2006-09-121-1/+2
* Error reporting fix for sulogin, plus remove help entries for options we neverlandley2006-09-111-1/+1
* sulogin: minor cleanup.vda2006-09-091-17/+15
* login: use some ideas from util-linux's login.vda2006-09-081-25/+15
* login: make it saner and smaller by ~0.5k.vda2006-09-081-185/+131