aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* sha: reduce sha256/512 context size. Make sha1/sha256 code more similarDenis Vlasenko2009-03-121-3/+3
* shrink sha hashing a bit more (remove wbuflen field from ctx),Denis Vlasenko2009-03-121-4/+2
* sha256/512: code shrink. Run-tested.Denis Vlasenko2009-03-111-8/+8
* ftpd: stop unconditional logging to syslog. This was the only appletDenis Vlasenko2009-03-111-2/+3
* fix typo in help textDenis Vlasenko2009-03-091-1/+1
* ftpd: reuse ls applet for LIST/NLST/STAT generationDenis Vlasenko2009-03-091-0/+2
* *: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko2009-03-091-0/+3
* ftpd: code chrink, fixed some minor bugsDenis Vlasenko2009-03-081-1/+2
* ftpd: new applet by Adam TkacDenis Vlasenko2009-03-082-0/+15
* halt/reboot/poweroff: improve error reportingDenis Vlasenko2009-03-071-1/+1
* sendmail: document and fix usage of fd #4, fix check for helper failure.Denis Vlasenko2009-03-041-0/+1
* sendmail: improve help textDenis Vlasenko2009-03-021-3/+5
* - improve wordingBernhard Reutner-Fischer2009-02-241-1/+1
* - add flash_eraseallBernhard Reutner-Fischer2009-02-182-0/+10
* killall and sestatus also need ARGVN scanningDenis Vlasenko2009-02-141-1/+7
* function old new deltaDenis Vlasenko2009-02-071-1/+2
* sendmail: remove erroneous usage linesDenis Vlasenko2009-02-041-2/+0
* ionice: new applet, adapted from Linux kernel' example by Walter HarmsDenis Vlasenko2009-01-312-1/+10
* init: preparatory patch, no code changesDenis Vlasenko2009-01-311-2/+2
* tunctl: new applet by VladimirDenis Vlasenko2009-01-232-0/+18
* libbb: add bb_unsetenv (taken from hush).Denis Vlasenko2008-12-301-0/+1
* s/an user/a user/Denis Vlasenko2008-12-251-2/+2
* libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko2008-12-231-0/+1
* *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.Denis Vlasenko2008-12-101-0/+1
* optimize 16- and 32-bit movesDenis Vlasenko2008-12-081-3/+9
* libbb: add xgetgrnam too. ~0 code size changeDenis Vlasenko2008-12-051-0/+1
* Fold mkpasswd applet into cryptpw.Denis Vlasenko2008-12-042-24/+37
* libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko2008-12-031-0/+1
* - remove superfluous comment from previous commitBernhard Reutner-Fischer2008-12-031-2/+1
* - add new applet mkpasswd(1)Bernhard Reutner-Fischer2008-12-033-2/+19
* crond: use bb_setpgrp, not setpgrpDenis Vlasenko2008-12-031-22/+24
* libbb: password/group function helpers rewritten by Tito:Denis Vlasenko2008-12-021-8/+8
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-021-0/+1
* mountpoint: add -n option (by Vladimir)Denis Vlasenko2008-11-291-2/+3
* acpid: new applet by Vladimir. +737 bytesDenis Vlasenko2008-11-292-0/+18
* trim help text a bitDenis Vlasenko2008-11-241-1/+1
* timeout: new applet. 370 bytes. by Roberto Foglietta.Denis Vlasenko2008-11-243-1/+8
* insmod: clarify module_name / file_name distinctionDenis Vlasenko2008-11-221-1/+5
* inotifyd: exit if x event happened for all filesDenis Vlasenko2008-11-201-9/+7
* inotify: add x, o, and u eventsDenis Vlasenko2008-11-171-5/+9
* inotifyd: fix "inotifyd with no params" caseDenis Vlasenko2008-11-141-1/+1
* inotify: document waiting behaviorDenis Vlasenko2008-11-141-4/+5
* arp: stop using globalsDenis Vlasenko2008-11-131-6/+5
* correct help textsDenis Vlasenko2008-11-121-10/+7
* - add support for seq -s <separator>Bernhard Reutner-Fischer2008-11-121-2/+3
* - add seq -w support (Natanael Copa)Bernhard Reutner-Fischer2008-11-121-1/+2
* libbb: disable a second md5 implementation which managed to creep in :)Denis Vlasenko2008-11-111-4/+14
* libbb: add optionl support for SHA256/512 encrypted passwordsDenis Vlasenko2008-11-101-0/+5
* sha256,sha512: new applets. +4.9kbDenis Vlasenko2008-11-103-15/+59
* Typo fixesDenis Vlasenko2008-11-101-1/+1