aboutsummaryrefslogtreecommitdiff
path: root/modutils (unfollow)
Commit message (Expand)AuthorFilesLines
2012-01-11mdev: do not treat non-leading '#' chars as start of comment. Closes 4676Denys Vlasenko3-4/+6
2012-01-09acpid: close fds which are reported as dead (POLLERR/POLLHUP/POLLNVAL) by poll.Denys Vlasenko1-19/+35
2012-01-08passwd,cryptpw: make default encryption algorithm configurableDenys Vlasenko4-2/+11
2012-01-08Move include <shadow.h> close to pwd.h and grp.h includesDenys Vlasenko1-8/+8
2012-01-08Move Adroid endgrent() and endpwent() NOPS to libbb.hDenys Vlasenko2-7/+6
2012-01-06libpwdgrp/pwd_grp.c: use same static buffer for all getpwXX functionsDenys Vlasenko1-62/+38
2012-01-06libpwdgrp/pwd_grp.c: set opened /etc/{passwd,group,shadow} fds CLOEXECDenys Vlasenko1-0/+3
2012-01-06platform.h: define endgrent() and endpwent() as no-ops on AndroidDenys Vlasenko3-2/+7
2011-12-22libbb/bb_strtonum: always set end ptr, even on error returnDenys Vlasenko1-19/+40
2011-12-22kill: fix segfault in arguments parsingAlexey Fomenko1-4/+7
2011-12-20ash: in standalone mode, search in $PATH if /proc/self/exe doesn't existDenys Vlasenko1-3/+9
2011-12-20makemime: tweak help text: -a HDR can be repeatedDenys Vlasenko1-3/+3
2011-12-19httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is usedDenys Vlasenko2-19/+34
2011-12-18wget: fix use-after-free on redirectDenys Vlasenko1-2/+4
2011-12-18libbb: remove is_directory's argument which is always NULLDenys Vlasenko4-16/+11
2011-12-18httpd: remove redundant NULL assignment and save one strrchr. -8 bytesDenys Vlasenko1-8/+11
2011-12-16udhcp: finish support of classless static routes (now the correct patch!)Michael McTernan1-18/+37
2011-12-16udhcp: finish support of classless static routesMichael McTernan2-2/+13
2011-12-16vconfig: remove /proc/net/vlan/config checkPaulius Zaleckas1-6/+0
2011-12-16httpd: fix /../ sanitization (had one extra semicolon). rewrote itDenys Vlasenko1-13/+19
2011-12-16ash: document bash's exit code too. No code changesDenys Vlasenko1-2/+2
2011-12-16ash: add comment about bash's ENOEXEC handling. No code changesDenys Vlasenko1-0/+6
2011-12-15*: style fixes. no code changesDenys Vlasenko3-9/+10
2011-12-15ifupdown: remove interface from state_list if iface_up failsLauri Hintsala1-1/+1
2011-12-15configs/android_defconfig: updateDaniel Fandrich1-2/+4
2011-12-14touch: add new option FEATURE_TOUCH_SUSV3walter harms1-8/+15
2011-12-13touch: document -t DT option in help textDenys Vlasenko1-2/+3
2011-12-08udhcpc: sanitize hostnames in incoming packets. Closes 3979.Denys Vlasenko3-5/+73
2011-12-06iproute: fix help textDenys Vlasenko1-7/+6
2011-12-06blkid: make help text show [BLOCKDEV]...Denys Vlasenko1-3/+1
2011-12-06volume_id/get_devname: trivial code shrinkDenys Vlasenko1-22/+19
2011-12-05suppress a "integer overflow in expression" waring on big endian. Closes 4405Denys Vlasenko1-2/+3
2011-12-05Fix link failure on some platforms when PAM is enabledTristan Schmelcher1-1/+8
2011-12-05init: code shrink -4 bytesDenys Vlasenko1-4/+5
2011-12-05init: utmp update of DEAD_PROCESS was misplaced, and could be skipped. Fixing.Denys Vlasenko1-3/+5
2011-11-29httpd: small fixes to previous changePascal Bellard1-7/+11
2011-11-29httpd: make it possible to use system passwords for authPascal Bellard1-28/+147
2011-11-28old_e2fsprogs/blkid: close the fd after we are done with itDenys Vlasenko1-2/+7
2011-11-28vi: fix [end] key handlingDenys Vlasenko1-1/+1
2011-11-23rx: fix file corruption on block checksum failureDaniel Fandrich1-0/+1
2011-11-22nommu: fix cases where we mangle argv[0][0]Denys Vlasenko4-0/+7
2011-11-21Added a few more features to android_defconfigDaniel Fandrich1-5/+5
2011-11-19makemime: document our current behavior. Tweak help textDenys Vlasenko2-5/+25
2011-11-19makemime: content-type should default to application/octet-streamDenys Vlasenko2-9/+3
2011-11-19sendmail: fix a mistake in previous commitDenys Vlasenko1-1/+1
2011-11-18sendmail: stop doing -t unconditionally; makemime: generate 76 char base64 linesDenys Vlasenko2-11/+13
2011-11-18hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478Denys Vlasenko1-11/+14
2011-11-18udhcpc: shrink code by setting xid more economicallyDenys Vlasenko1-4/+8
2011-11-17libbb.h: add check for bad off_t size detectionDenys Vlasenko1-0/+6
2011-11-16libbb.h: tighten up macro codeDenys Vlasenko1-3/+3