Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: unify concurrent-safe update of /etc/{passwd,group,[g]shadow} | Denis Vlasenko | 2009-04-14 | 1 | -101/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | by Tito (farmatito AT tiscali.it) function old new delta update_passwd 743 1171 +428 bb_perror_nomsg - 9 +9 find_main 436 444 +8 passwd_main 1023 1027 +4 nameval 202 206 +4 chpasswd_main 315 319 +4 bb__parsespent 119 117 -2 adduser_main 654 650 -4 addgroup_main 345 341 -4 sv_main 1228 1222 -6 deluser_main 173 160 -13 bb_internal_putpwent 69 - -69 add_user_to_group 231 - -231 del_line_matching 460 31 -429 ------------------------------------------------------------------------------ (add/remove: 1/2 grow/shrink: 5/6 up/down: 457/-758) Total: -301 bytes | ||||
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -1/+1 |
| | | | | | | | text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped | ||||
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
| | | | | | EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so | ||||
* | whitespace fixes | Denis Vlasenko | 2007-05-30 | 1 | -4/+4 |
| | |||||
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
| | | | | | *: s/include "busybox.h"/include "libbb.h" | ||||
* | deluser: add optional support for removing users from groups | Denis Vlasenko | 2007-04-15 | 1 | -53/+95 |
| | | | | (by Tito <farmatito@tiscali.it>) | ||||
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
| | | | | no preceding prototype | ||||
* | - sed -i -e "/\$Id:/d;" | Bernhard Reutner-Fischer | 2007-01-22 | 1 | -1/+0 |
| | |||||
* | Trailing whitespace removal over entire tree | Denis Vlasenko | 2007-01-11 | 1 | -1/+1 |
| | |||||
* | deluser: the same code, but a bit less obfuscated. | Denis Vlasenko | 2006-11-27 | 1 | -15/+16 |
| | |||||
* | deluser: size reduction by 60 bytes. | Denis Vlasenko | 2006-11-27 | 1 | -62/+48 |
| | | | | patch from Tito <farmatito@tiscali.it> | ||||
* | rename functions to more understandable names | Denis Vlasenko | 2006-10-26 | 1 | -2/+2 |
| | |||||
* | add open_read_close() and similar stuff | Denis Vlasenko | 2006-10-14 | 1 | -1/+1 |
| | |||||
* | bb_applet_name -> applet_name | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
| | |||||
* | Change license statements (and clean up headers) on some of the files that | Rob Landley | 2006-09-22 | 1 | -6/+1 |
| | | | | Erik or I are primary copyright holders on. | ||||
* | Remove pointless "const". Bloatcheck says 0 bytes difference. | Rob Landley | 2006-09-12 | 1 | -1/+2 |
| | |||||
* | use strchr() not index() | Mike Frysinger | 2006-04-16 | 1 | -1/+1 |
| | |||||
* | Patch from Tito to unify deluser and delgroup, and generally shrink code. | Rob Landley | 2006-04-10 | 1 | -37/+69 |
| | |||||
* | decouple delgroup and deluser | Eric Andersen | 2003-07-14 | 1 | -119/+8 |
| | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -19/+19 |
| | |||||
* | Port over the last of the tinylogin applets | Eric Andersen | 2002-06-23 | 1 | -16/+12 |
| | | | | -Erik | ||||
* | Bigger patch for (partial) tinylogin integration | Robert Griebl | 2002-06-04 | 1 | -0/+183 |
- Made a new dir loginutils - Moved all applets from pwd_grp to loginutils - Added new applets su.c login.c to loginutils - Made a new dir libpwdgrp - Moved everything from pwd_grp/libpwd_grp there - Added shadow.c to libpwdgrp - Removed dir pwd_grp - Added usage strings for login and su to usage.h - Changed main Makefile to reflect the dir rearrangements [Parts of this patch may overlap with my other two patches] |