aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* sha: merge K[] for sha256 and 512Denis Vlasenko2009-03-151-125/+96
* sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256Denis Vlasenko2009-03-151-4/+4
* sha: merge sha1/sha256 handling (they are similar enough for this),Denis Vlasenko2009-03-151-202/+88
* mount: support "-O option"; stop trying to mount swap partitionsDenis Vlasenko2009-03-141-19/+17
* sha: reduce sha256/512 context size. Make sha1/sha256 code more similarDenis Vlasenko2009-03-121-69/+76
* sha: tiny shrinkDenis Vlasenko2009-03-121-8/+5
* add comment about sha testingDenis Vlasenko2009-03-121-1/+7
* shrink sha hashing a bit more (remove wbuflen field from ctx),Denis Vlasenko2009-03-122-132/+111
* shrink sha hashingDenis Vlasenko2009-03-122-49/+34
* sha256/512: code shrink. Run-tested.Denis Vlasenko2009-03-111-284/+253
* ftpd: EPSV and SIZE support. Tested to work on IPv6 too.Denis Vlasenko2009-03-091-2/+7
* *: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko2009-03-094-6/+23
* - fix typo (thanks to Peter Kjellerstedt for noticing)Bernhard Reutner-Fischer2009-02-231-1/+1
* - Dual-license the config parser also under "LGLPv2.1 or later"Bernhard Reutner-Fischer2009-02-221-0/+1
* killall and sestatus also need ARGVN scanningDenis Vlasenko2009-02-141-7/+6
* init: preparatory patch, no code changesDenis Vlasenko2009-01-311-1/+1
* traceroute: preparatory trivial cleanupsDenis Vlasenko2009-01-241-1/+1
* libbb: shrink linked list ops (by xmaks AT email.cz)Denis Vlasenko2009-01-131-36/+18
* libbb: add bb_unsetenv (taken from hush).Denis Vlasenko2008-12-301-0/+23
* libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko2008-12-231-0/+11
* add a note that SO_BINDTODEVICE needs padded iface name on 2.6.26Denis Vlasenko2008-12-101-1/+3
* bb_info_msg: make it do atomic, unbuffered writesDenis Vlasenko2008-12-101-0/+26
* *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.Denis Vlasenko2008-12-101-0/+15
* libbb: move crypt_make_salt() to pw_encrypt.c, reuseDenis Vlasenko2008-12-074-59/+56
* Fix forgotten license commentsDenis Vlasenko2008-12-0713-4/+28
* libbb: add xgetgrnam too. ~0 code size changeDenis Vlasenko2008-12-051-5/+9
* libbb/crypt: code shrinkDenis Vlasenko2008-12-042-31/+39
* libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko2008-12-031-5/+10
* - add new applet mkpasswd(1)Bernhard Reutner-Fischer2008-12-032-5/+9
* libbb: password/group function helpers rewritten by Tito:Denis Vlasenko2008-12-022-57/+61
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-021-0/+8
* ash,hush: add TODO for rare build failureDenis Vlasenko2008-11-252-3/+0
* trim help text a bitDenis Vlasenko2008-11-241-2/+2
* timeout: new applet. 370 bytes. by Roberto Foglietta.Denis Vlasenko2008-11-241-1/+1
* libbb: replace some memmove's with memcpy's (Ron (ron AT debian.org))Denis Vlasenko2008-11-161-6/+6
* libbb: sha_crypt -123 bytesDenis Vlasenko2008-11-131-30/+34
* libbb/pw_encrypt_sha: -28 bytesDenis Vlasenko2008-11-131-11/+9
* libbb: remove glibc-style bloat from sha_crypt. -1130 bytes.Denis Vlasenko2008-11-131-4/+37
* gzip: fix gzip -dc case caused by using stale getopt stateDenis Vlasenko2008-11-121-6/+19
* du: fix "du /dir /dir" caseDenis Vlasenko2008-11-111-1/+1
* libbb: disable a second md5 implementation which managed to creep in :)Denis Vlasenko2008-11-115-798/+767
* libbb: add optionl support for SHA256/512 encrypted passwordsDenis Vlasenko2008-11-103-27/+281
* sha256,sha512: new applets. +4.9kbDenis Vlasenko2008-11-101-28/+538
* Typo fixesDenis Vlasenko2008-11-101-1/+1
* libbb: constify some data in sha1. gcc is clever enough to do it itself,Denis Vlasenko2008-11-101-22/+13
* libbb: add a TODO to support new SHA-based encrypted passwordsDenis Vlasenko2008-11-071-12/+5
* runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes.Denis Vlasenko2008-11-061-4/+4
* *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko2008-11-054-6/+9
* nslookup: tiny shrink (-5 bytes); add comment about res_initDenis Vlasenko2008-11-041-3/+0
* lineedit: fix bug 5824: Since version 23530 with lineedit.c,Denis Vlasenko2008-11-021-1/+2