aboutsummaryrefslogtreecommitdiff
path: root/loginutils/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Config.in: mark all applets POSIX onlyNguyễn Thái Ngọc Duy2010-04-191-0/+15
|
* Move utmp/wtmp support to "General configuration" sectionDenys Vlasenko2010-04-061-16/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko2009-06-191-2/+2
| | | | | Signed-off-by: Colin Watson <cjwatson@ubuntu.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* adduser/addgroup: make system id range configurable.Denys Vlasenko2009-05-141-0/+16
| | | | | | By Tito (farmatito AT tiscali.it). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* adduser/addgroup: support specifying uid/gid, add systemDenis Vlasenko2009-04-221-0/+7
| | | | | | | | | | | | | | account creation mode. By Tito. function old new delta adduser_main 650 726 +76 addgroup_main 341 402 +61 addgroup_longopts - 16 +16 adduser_longopts 97 103 +6 packed_usage 26161 26163 +2 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 4/0 up/down: 161/0) Total: 161 bytes
* Fold mkpasswd applet into cryptpw.Denis Vlasenko2008-12-041-11/+5
| | | | | | | | | | | | | | | | mkpasswd is in Debian, OTOH cryptpw was added to busybox earlier. Trying to make both camps happy by making those two applets just aliases. They are command-line compatible. We can decide whether we want to drop one (and which one) later. function old new delta cryptpw_main 183 314 +131 static.methods 21 - -21 packed_usage 25707 25648 -59 mkpasswd_main 307 - -307 ------------------------------------------------------------------------------ (add/remove: 0/2 grow/shrink: 1/1 up/down: 131/-387) Total: -256 bytes
* - add new applet mkpasswd(1)Bernhard Reutner-Fischer2008-12-031-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | function old new delta bb_ask - 355 +355 mkpasswd_main - 296 +296 .rodata 121746 121847 +101 packed_usage 24632 24689 +57 static.methods - 21 +21 gmatch 229 248 +19 bb_ask_stdin - 11 +11 applet_names 1949 1958 +9 applet_main 1172 1176 +4 sulogin_main 503 505 +2 applet_nameofs 586 588 +2 sha256_hash 329 327 -2 correct_password 208 206 -2 parse_command 1442 1439 -3 get_cred_or_die 145 141 -4 passwd_main 1054 1044 -10 bb_askpass 348 - -348 ------------------------------------------------------------------------------ (add/remove: 4/1 grow/shrink: 7/5 up/down: 877/-369) Total: 508 bytes
* libbb: add optionl support for SHA256/512 encrypted passwordsDenis Vlasenko2008-11-101-1/+13
| | | | | | | | | | | | | | | function old new delta sha_crypt - 2423 +2423 cryptpw_main 128 183 +55 to64 - 29 +29 pw_encrypt 974 1000 +26 str_rounds - 11 +11 login_main 1532 1541 +9 packed_usage 25215 25200 -15 __md5_to64 29 - -29 ------------------------------------------------------------------------------ (add/remove: 3/1 grow/shrink: 3/1 up/down: 2553/-44) Total: 2509 bytes
* more whitespace fixesDenis Vlasenko2008-10-291-1/+1
|
* whitespace fixes, no code changesDenis Vlasenko2008-10-291-6/+6
|
* - wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-07-221-12/+12
| | | | - s/\. /. /g;# (me)
* config help fixesDenis Vlasenko2008-07-161-1/+1
|
* 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
| | | | thanks, vda! :)
* Specially for Bernhard Fischer introduce USE_BB_CRYPTDenis Vlasenko2008-06-151-34/+55
| | | | | which selects between libc/custom crypt routines.
* adduser/addgroup: check username for invalid charsDenis Vlasenko2008-03-191-0/+12
| | | | | (by Tito <farmatito AT tiscali.it>). +129 bytes when enabled.
* *: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko2008-03-171-1/+1
| | | | | | | | | | | | | | */Config.in: fixes to text svlogd: make it NOMMU capable function old new delta processorstart 378 420 +42 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/0 up/down: 42/0) Total: 42 bytes text data bss dec hex filename 797153 662 7420 805235 c4973 busybox_old 797196 662 7420 805278 c499e busybox_unstripped
* adduser: optional support for long options. +110 bytes.Denis Vlasenko2008-02-151-0/+7
| | | | | closes bug 2134.
* login: optional support for PAMDenis Vlasenko2007-08-211-0/+7
|
* chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>Denis Vlasenko2007-07-201-0/+8
|
* login: make /etc/nologin support configurable. -240 bytes if not selected.Denis Vlasenko2007-06-121-1/+9
|
* whitespace fixesDenis Vlasenko2007-05-301-1/+1
|
* cryptpw: new applet (a bit less than 3k added)Denis Vlasenko2007-05-081-0/+6
| | | | | (by Thomas Lundquist <lists@zelow.no>)
* deluser: add optional support for removing users from groupsDenis Vlasenko2007-04-151-0/+8
| | | | (by Tito <farmatito@tiscali.it>)
* - clean up addgroup, fix adding users to existing groups and make it ↵Bernhard Reutner-Fischer2007-04-051-0/+9
| | | | optional (Tito)
* - rename SU_SYSLOG to FEATURE_SU_SYSLOGBernhard Reutner-Fischer2006-12-191-1/+1
|
* passwd: add option to check passwords for weaknessDenis Vlasenko2006-12-191-0/+7
|
* su: make /etc/shells check configurableDenis Vlasenko2006-12-191-3/+6
| | | | ash: missing ';'
* - fix typoBernhard Reutner-Fischer2006-11-221-1/+1
|
* build system overhaulDenis Vlasenko2006-10-051-34/+34
|
* login: style fixesDenis Vlasenko2006-09-081-0/+8
|
* Add CONFIG_FEATURE_SYSLOG which controls whetherDenis Vlasenko2006-09-071-0/+5
| | | | | | | | bb_xx_msg will ever try to send output to syslog. Add "select CONFIG_FEATURE_SYSLOG" to relevant applets. This allows to omit syslog code if we do not have any syslog-capable applets in the build.
* Remove apparent typo in "bool" line."Robert P. J. Day"2006-08-031-1/+1
|
* Patch from Tito to make syslog configurable and remove #ifdefs. FurtherRob Landley2006-07-101-0/+7
| | | | cleanups by me.
* Patch from Robert P Day: let menuconfig indent stuff for us, we don't haveRob Landley2006-04-131-3/+3
| | | | to do it in Config.in.
* just whitespaceTim Riker2006-01-251-2/+2
|
* Second attempt to simplify the login menu. Shadow password stuff at the top,Rob Landley2005-12-211-2/+1
| | | | | | | with no dependencies (since depending on 9 of the 13 apps in the menu gets a bit silly). And fix my attempt to make internal shadow password support automatically depend on internal password support plus shadow password support.
* Shadow password support went beyond the dependency event horizon, just makeRob Landley2005-12-201-32/+28
| | | | | it an independent menu. And make internal shadow password support a subset of the other internal password function support.
* Shadow password support involves vlock too.Rob Landley2005-12-191-3/+3
|
* Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and ↵Mike Frysinger2005-07-011-6/+13
| | | | WTMP options
* Improve the setuid situation a bit, and make it more apparentEric Andersen2004-08-261-0/+16
| | | | | when people really ought to make busybox setuid root. -Erik
* Fixup getty, login, etc so the utmp and wtmp are updated, allowingEric Andersen2004-07-301-0/+9
| | | | | the 'who' and 'last' applets among other things to work as expected. -Erik
* Andreas Mohr writes:Eric Andersen2003-10-221-12/+12
| | | | | | | | | | | the busybox menuconfig triggered my "inacceptable number of spelling mistakes" upper level, so I decided to make a patch ;-) I also improved some wording to describe some things in a better way. Many thanks for an incredible piece of software! Andreas Mohr, random OSS developer
* the word "only" is repeated for CONFIG_FEATURE_SHADOWPASSWDSEric Andersen2003-07-221-1/+1
|
* Patch from Terje Kvernes adding quite a lot of missing documentationEric Andersen2003-07-221-4/+18
|
* Document CONFIG_USE_BB_PWD_GRPEric Andersen2003-07-151-1/+17
|
* Patch from Thomas Cameron:Eric Andersen2003-07-141-9/+16
| | | | | | | | | | | Hello all, This patch adds more "Help" text to the config system. Almost all applets now have a help entry. Also, I cleaned up the spacing of the existing text so that things are consistent. This patch is against this morning's CVS. Thomas Cameron CEI Systems, Inc.
* re-order config options, part of a patch from Bastian BlankGlenn L McGrath2003-01-211-12/+14
|