Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libbb: random hunt for statics | Denis Vlasenko | 2007-06-18 | 1 | -6/+11 |
| | | | | | | | | | | | | | | | | function old new delta bb_askpass 306 321 +15 pw_encrypt 38 39 +1 static.passwd 64 4 -60 static.cipher 128 4 -124 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/2 up/down: 16/-184) Total: -168 bytes # size busybox_old busybox_unstripped text data bss dec hex filename 683705 2704 14240 700649 ab0e9 busybox_old 683721 2704 14064 700489 ab049 busybox_unstripped | ||||
* | delete tons of extra #includes | Denis Vlasenko | 2007-05-31 | 1 | -6/+1 |
| | |||||
* | passwd: rework: | Denis Vlasenko | 2006-11-30 | 1 | -1/+1 |
| | | | | | | | | | * do not make backup copy by copying (just retain old file) * correctly fall back to /etc/passwd if user is not in shadow * fix bug with overlong passwd entries * be permissive on some kinds of failures * reduce stack usage * code size: -500 bytes | ||||
* | bb_askpass: shorten static password buffer. 256 is way too large. | Denis Vlasenko | 2006-09-23 | 1 | -18/+15 |
| | | | | | simplify code a bit. | ||||
* | - add some ATTRIBUTE_UNUSED. | Bernhard Reutner-Fischer | 2006-01-30 | 1 | -14/+4 |
| | | | | - use shorter boilerplate while at it. | ||||
* | Flush input when prompting for a password (bug 373). | Rob Landley | 2005-12-12 | 1 | -0/+1 |
| | |||||
* | Do not use getpass(3) | Eric Andersen | 2004-05-01 | 1 | -0/+87 |