aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * passwd,cryptpw: make default encryption algorithm configurableDenys Vlasenko2012-01-084-2/+11
| * Move include <shadow.h> close to pwd.h and grp.h includesDenys Vlasenko2012-01-081-8/+8
| * Move Adroid endgrent() and endpwent() NOPS to libbb.hDenys Vlasenko2012-01-082-7/+6
| * libpwdgrp/pwd_grp.c: use same static buffer for all getpwXX functionsDenys Vlasenko2012-01-061-62/+38
| * libpwdgrp/pwd_grp.c: set opened /etc/{passwd,group,shadow} fds CLOEXECDenys Vlasenko2012-01-061-0/+3
| * platform.h: define endgrent() and endpwent() as no-ops on AndroidDenys Vlasenko2012-01-063-2/+7
| * libbb/bb_strtonum: always set end ptr, even on error returnDenys Vlasenko2011-12-221-19/+40
| * kill: fix segfault in arguments parsingAlexey Fomenko2011-12-221-4/+7
| * ash: in standalone mode, search in $PATH if /proc/self/exe doesn't existDenys Vlasenko2011-12-201-3/+9
| * makemime: tweak help text: -a HDR can be repeatedDenys Vlasenko2011-12-201-3/+3
| * httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is usedDenys Vlasenko2011-12-192-19/+34
| * wget: fix use-after-free on redirectDenys Vlasenko2011-12-181-2/+4
| * libbb: remove is_directory's argument which is always NULLDenys Vlasenko2011-12-184-16/+11
| * httpd: remove redundant NULL assignment and save one strrchr. -8 bytesDenys Vlasenko2011-12-181-8/+11
| * udhcp: finish support of classless static routes (now the correct patch!)Michael McTernan2011-12-161-18/+37
| * udhcp: finish support of classless static routesMichael McTernan2011-12-162-2/+13
| * vconfig: remove /proc/net/vlan/config checkPaulius Zaleckas2011-12-161-6/+0
| * httpd: fix /../ sanitization (had one extra semicolon). rewrote itDenys Vlasenko2011-12-161-13/+19
| * ash: document bash's exit code too. No code changesDenys Vlasenko2011-12-161-2/+2
| * ash: add comment about bash's ENOEXEC handling. No code changesDenys Vlasenko2011-12-161-0/+6
| * *: style fixes. no code changesDenys Vlasenko2011-12-153-9/+10
| * ifupdown: remove interface from state_list if iface_up failsLauri Hintsala2011-12-151-1/+1
| * configs/android_defconfig: updateDaniel Fandrich2011-12-151-2/+4
| * touch: add new option FEATURE_TOUCH_SUSV3walter harms2011-12-141-8/+15
| * touch: document -t DT option in help textDenys Vlasenko2011-12-131-2/+3
| * udhcpc: sanitize hostnames in incoming packets. Closes 3979.Denys Vlasenko2011-12-083-5/+73
| * iproute: fix help textDenys Vlasenko2011-12-061-7/+6
| * blkid: make help text show [BLOCKDEV]...Denys Vlasenko2011-12-061-3/+1
| * volume_id/get_devname: trivial code shrinkDenys Vlasenko2011-12-061-22/+19
| * suppress a "integer overflow in expression" waring on big endian. Closes 4405Denys Vlasenko2011-12-051-2/+3
| * Fix link failure on some platforms when PAM is enabledTristan Schmelcher2011-12-051-1/+8
| * init: code shrink -4 bytesDenys Vlasenko2011-12-051-4/+5
| * init: utmp update of DEAD_PROCESS was misplaced, and could be skipped. Fixing.Denys Vlasenko2011-12-051-3/+5
| * httpd: small fixes to previous changePascal Bellard2011-11-291-7/+11
| * httpd: make it possible to use system passwords for authPascal Bellard2011-11-291-28/+147
| * old_e2fsprogs/blkid: close the fd after we are done with itDenys Vlasenko2011-11-281-2/+7
| * vi: fix [end] key handlingDenys Vlasenko2011-11-281-1/+1
| * rx: fix file corruption on block checksum failureDaniel Fandrich2011-11-231-0/+1
| * nommu: fix cases where we mangle argv[0][0]Denys Vlasenko2011-11-224-0/+7
| * Added a few more features to android_defconfigDaniel Fandrich2011-11-211-5/+5
| * Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busyboxDenys Vlasenko2011-11-2112-83/+203
| |\
| | * makemime: document our current behavior. Tweak help textDenys Vlasenko2011-11-192-5/+25
| | * makemime: content-type should default to application/octet-streamDenys Vlasenko2011-11-192-9/+3
| | * sendmail: fix a mistake in previous commitDenys Vlasenko2011-11-191-1/+1
| | * sendmail: stop doing -t unconditionally; makemime: generate 76 char base64 linesDenys Vlasenko2011-11-182-11/+13
| | * hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478Denys Vlasenko2011-11-181-11/+14
| | * udhcpc: shrink code by setting xid more economicallyDenys Vlasenko2011-11-181-4/+8
| | * libbb.h: add check for bad off_t size detectionDenys Vlasenko2011-11-171-0/+6
| | * libbb.h: tighten up macro codeDenys Vlasenko2011-11-161-3/+3
| | * udhcpc6: rudimentary code to export data to script; fix IAADDR parsingDenys Vlasenko2011-11-165-40/+131