aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* appletlib.c: prevent applet list overflowing screenDenys Vlasenko2009-05-191-9/+14
* add platform tweaksDenys Vlasenko2009-05-191-0/+2
* lineedit: small fixesDenys Vlasenko2009-05-171-12/+15
* line editing: add an option to emit ESC [ 6 n and use resultsDenys Vlasenko2009-05-173-17/+94
* xmalloc_[open_]read[_close]: do not ignore xrealloc return valueDenys Vlasenko2009-05-151-2/+2
* lineedit: use read_key to recognize ESC sequence.Denys Vlasenko2009-05-152-164/+146
* des encrypt: fix goof with NUL byte added at the end as '.'Denys Vlasenko2009-05-011-1/+3
* hush: make getopt32 usable in builtins. use it in unset.Denis Vlasenko2009-04-261-7/+24
* shrink if FEATURE_SHADOWPASSWDS is offDenis Vlasenko2009-04-251-1/+1
* add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de)Denis Vlasenko2009-04-251-1/+23
* httpd: simplify insane conf file parserDenis Vlasenko2009-04-221-13/+19
* *: remove check for errors on getsockaddr in cases we know they can't happenDenis Vlasenko2009-04-211-8/+13
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-217-25/+25
* mdev: Rob's #if forest removalDenis Vlasenko2009-04-191-1/+1
* website: announce 1.14.0 and 1.13.41_14_0Denis Vlasenko2009-04-151-0/+1
* randomconfig fixesDenis Vlasenko2009-04-141-1/+3
* *: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}Denis Vlasenko2009-04-142-27/+139
* move llist_find_str from modutils to libbbDenis Vlasenko2009-04-131-0/+10
* hush: print cd error to stderr; use fopen_or_warn in builtin_source;Denis Vlasenko2009-04-061-1/+1
* libbb: fix typo in commentDenis Vlasenko2009-03-311-1/+1
* randomtest fixesDenis Vlasenko2009-03-281-6/+5
* libbb: revent previous version of "concurrent history updating"Denis Vlasenko2009-03-231-59/+55
* libbb: make history saving/loading concurrent-safeDenis Vlasenko2009-03-221-32/+110
* ls: make readlink error to not disrupt output (try ls -l /proc/self/fd).Denis Vlasenko2009-03-211-1/+5
* Compatibility fixes:Denis Vlasenko2009-03-201-10/+9
* ftpd: fix command fetching to not do it in 1-byte reads;Denis Vlasenko2009-03-182-6/+26
* 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