aboutsummaryrefslogtreecommitdiff
path: root/loginutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Config.in: remove menus that apparently will not work on Windows (except mayb...Nguyễn Thái Ngọc Duy2009-04-231-0/+1
* fixes up to 1.6.1Nguyễn Thái Ngọc Duy2009-04-231-4/+3
* use "glibc errno" trick not only for ash, but for entire busyboxvda2007-05-311-1/+0
* whitespace fixesvda2007-05-304-8/+8
* usage.c: remove reference to busybox.hvda2007-05-2610-10/+10
* cryptpw: size reductionvda2007-05-091-18/+9
* cryptpw: forgot svn add... how typical of me :(vda2007-05-081-0/+37
* cryptpw: new applet (a bit less than 3k added)vda2007-05-083-50/+7
* deluser: add optional support for removing users from groupsvda2007-04-152-53/+103
* login: fixing my brainfart: xspawn(t_argv) <- was using argv!vda2007-04-121-1/+1
* login: remove setpgrp call (makes it work from shell prompt again).vda2007-04-121-20/+25
* - clean up addgroup, fix adding users to existing groups and make it optional...aldot2007-04-052-41/+111
* Attempt to get more applets compile for NOMMU.vda2007-03-261-18/+17
* add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copyvda2007-03-251-1/+1
* login: nuke nonblock() - we have it in libbb; -400 bytes bss.vda2007-03-241-34/+28
* adduser: don't bomb out if shadow password file doesn't existvda2007-03-241-10/+14
* Do not fail password check if shadow password does not exist -vda2007-03-134-55/+66
* clean up accumulated whitespace damagevda2007-03-071-1/+1
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>vda2007-02-062-2/+2
* suppress warnings about easch <applet>_main() havingvda2007-02-039-0/+9
* preparatory patch for -Wwrite-strings #3vda2007-01-294-15/+15
* use bb_sanitize_stdio() where appropriatevda2007-01-271-3/+4
* - sed -i -e "/\$Id:/d;"aldot2007-01-221-1/+0
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codevda2007-01-191-20/+12
* Trailing whitespace removal over entire treevda2007-01-112-2/+2
* fix for uclibc-without-shadow.h compilationvda2006-12-302-2/+6
* fix build without shadow supportvda2006-12-281-2/+1
* bb_xget[pw/gr]nam were horribly misnamed - fixed.vda2006-12-281-2/+2
* adduser: trivial code movementvda2006-12-261-6/+6
* style fixesvda2006-12-261-1/+1
* su: fix typo: "argv -= optind" should be +=vda2006-12-231-1/+1
* - rename SU_SYSLOG to FEATURE_SU_SYSLOGaldot2006-12-192-8/+9
* passwd: add option to check passwords for weaknessvda2006-12-192-1/+9
* su: make /etc/shells check configurablevda2006-12-192-11/+21
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-162-8/+12
* 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