aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2009-05-01des encrypt: fix goof with NUL byte added at the end as '.'Denys Vlasenko
2009-04-26hush: make getopt32 usable in builtins. use it in unset.Denis Vlasenko
2009-04-25shrink if FEATURE_SHADOWPASSWDS is offDenis Vlasenko
2009-04-25add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de)Denis Vlasenko
2009-04-22httpd: simplify insane conf file parserDenis Vlasenko
2009-04-21*: remove check for errors on getsockaddr in cases we know they can't happenDenis Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-04-19mdev: Rob's #if forest removalDenis Vlasenko
2009-04-15website: announce 1.14.0 and 1.13.4Denis Vlasenko
2009-04-14randomconfig fixesDenis Vlasenko
2009-04-14*: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}Denis Vlasenko
2009-04-13move llist_find_str from modutils to libbbDenis Vlasenko
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