aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2009-04-06hush: print cd error to stderr; use fopen_or_warn in builtin_source;Denis Vlasenko
2009-03-31libbb: fix typo in commentDenis Vlasenko
2009-03-28randomtest fixesDenis Vlasenko
2009-03-23libbb: revent previous version of "concurrent history updating"Denis Vlasenko
2009-03-22libbb: make history saving/loading concurrent-safeDenis Vlasenko
2009-03-21ls: make readlink error to not disrupt output (try ls -l /proc/self/fd).Denis Vlasenko
2009-03-20Compatibility fixes:Denis Vlasenko
2009-03-18ftpd: fix command fetching to not do it in 1-byte reads;Denis Vlasenko
2009-03-15sha: merge K[] for sha256 and 512Denis Vlasenko
2009-03-15sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256Denis Vlasenko
2009-03-15sha: merge sha1/sha256 handling (they are similar enough for this),Denis Vlasenko
2009-03-14mount: support "-O option"; stop trying to mount swap partitionsDenis Vlasenko
2009-03-12sha: reduce sha256/512 context size. Make sha1/sha256 code more similarDenis Vlasenko
2009-03-12sha: tiny shrinkDenis Vlasenko
2009-03-12add comment about sha testingDenis Vlasenko
2009-03-12shrink sha hashing a bit more (remove wbuflen field from ctx),Denis Vlasenko
2009-03-12shrink sha hashingDenis Vlasenko
2009-03-11sha256/512: code shrink. Run-tested.Denis Vlasenko
2009-03-09ftpd: EPSV and SIZE support. Tested to work on IPv6 too.Denis Vlasenko
2009-03-09*: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko
2009-02-23- fix typo (thanks to Peter Kjellerstedt for noticing)Bernhard Reutner-Fischer
2009-02-22- Dual-license the config parser also under "LGLPv2.1 or later"Bernhard Reutner-Fischer
2009-02-14killall and sestatus also need ARGVN scanningDenis Vlasenko
2009-01-31init: preparatory patch, no code changesDenis Vlasenko
2009-01-24traceroute: preparatory trivial cleanupsDenis Vlasenko
2009-01-13libbb: shrink linked list ops (by xmaks AT email.cz)Denis Vlasenko
2008-12-30libbb: add bb_unsetenv (taken from hush).Denis Vlasenko
2008-12-23libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko
2008-12-10add a note that SO_BINDTODEVICE needs padded iface name on 2.6.26Denis Vlasenko
2008-12-10bb_info_msg: make it do atomic, unbuffered writesDenis Vlasenko
2008-12-10*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.Denis Vlasenko
2008-12-07libbb: move crypt_make_salt() to pw_encrypt.c, reuseDenis Vlasenko
2008-12-07Fix forgotten license commentsDenis Vlasenko
2008-12-05libbb: add xgetgrnam too. ~0 code size changeDenis Vlasenko
2008-12-04libbb/crypt: code shrinkDenis Vlasenko
2008-12-03libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko
2008-12-03- add new applet mkpasswd(1)Bernhard Reutner-Fischer
2008-12-02libbb: password/group function helpers rewritten by Tito:Denis Vlasenko
2008-12-02libbb: add strncpy_IFNAMSIZDenis Vlasenko
2008-11-25ash,hush: add TODO for rare build failureDenis Vlasenko
2008-11-24trim help text a bitDenis Vlasenko
2008-11-24timeout: new applet. 370 bytes. by Roberto Foglietta.Denis Vlasenko
2008-11-16libbb: replace some memmove's with memcpy's (Ron (ron AT debian.org))Denis Vlasenko
2008-11-13libbb: sha_crypt -123 bytesDenis Vlasenko
2008-11-13libbb/pw_encrypt_sha: -28 bytesDenis Vlasenko
2008-11-13libbb: remove glibc-style bloat from sha_crypt. -1130 bytes.Denis Vlasenko
2008-11-12gzip: fix gzip -dc case caused by using stale getopt stateDenis Vlasenko
2008-11-11du: fix "du /dir /dir" caseDenis Vlasenko
2008-11-11libbb: disable a second md5 implementation which managed to creep in :)Denis Vlasenko
2008-11-10libbb: add optionl support for SHA256/512 encrypted passwordsDenis Vlasenko