aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* apply post-1.14.2 patchesDenys Vlasenko2009-08-021-7/+15
* post 1.14.1 fixes; bump version to 1.14.21_14_2Denys Vlasenko2009-06-221-13/+19
* post-1.14.0 fixesDenys Vlasenko2009-05-272-3/+5
* 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
* 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