aboutsummaryrefslogtreecommitdiff
path: root/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-26fdisk: placate warning of strncpy not copying NUL byteDenys Vlasenko1-1/+1
2018-06-26hush: fix for !ENABLE_HUSH_MODE_X configurationDenys Vlasenko1-2/+2
2018-06-26hush: variable nesting code is used also if HUSH_FUNCTIONS is not enabledDenys Vlasenko1-52/+52
2018-06-26randomconfig fixesDenys Vlasenko3-3/+5
2018-06-24tls: fix to handle X.509 v1 certificates correctlyIvan Abrea1-1/+19
2018-06-24ntpd: deprecate IPTOS_LOWDELAY in favor of IPTOS_DSCP_AF21Codarren Velvindron1-5/+5
2018-06-23examples: update /var/service/getty for Unicode ttysDenys Vlasenko5-194/+206
2018-06-22install: fix "-D -t DIR1/DIR2/DIR3" creating only DIR1/DIR2, closes 11106Denys Vlasenko1-1/+5
2018-06-21udhcpc: remove code which requires server ID to be on local networkDenys Vlasenko5-21/+8
2018-06-09Update release script to generate detached signatures and checksum filesEli Schwartz1-17/+5
2018-06-06restore documentation on the build config languageKartik Agaram25-24/+279
2018-05-28wget: emit a message that certificate verification is not implementedDenys Vlasenko1-2/+7
2018-05-26fdisk: remove "Partition N does not end on cylinder boundary" messageDenys Vlasenko1-6/+0
2018-05-26whitespace fixDenys Vlasenko1-1/+1
2018-05-25unlzma: close another SEGV possibilityDenys Vlasenko3-4/+21
2018-05-24udhcpc6: carry along length of packet when parsing it.David Decotigny1-15/+24
2018-05-24udhcpc6: ignore invalid OPTION_IAADDRDavid Decotigny1-0/+4
2018-05-24realpath,readlink -f: coreutils compat, closes 11021Denys Vlasenko4-2/+33
2018-05-24nc: fix the !NC_SERVER configurationDenys Vlasenko1-1/+1
2018-05-24fsck: fix incorrect handling of child exitDenys Vlasenko1-8/+9
2018-05-22tar: fix interaction of delayed symlink and hardlink creationHarald van Dijk8-30/+47
2018-05-20tweak /var/service exampleDenys Vlasenko1-9/+14
2018-05-14popmaildir: placate gcc8 "warning: 'strncpy' output truncated"Denys Vlasenko1-1/+1
2018-05-14udhcpc6: set -x options in requestDenys Vlasenko5-12/+56
2018-05-14udhcpc6: add PXELINUX optionsSamuel Mendoza-Jonas1-1/+6
2018-05-14udhcpc6: add DHCPv6 boot optionsSamuel Mendoza-Jonas2-0/+28
2018-05-14udhcpc6: add DHCPv6 env helperSamuel Mendoza-Jonas1-0/+28
2018-05-14udhcp: fix use of trim() in udhcp_str2optset()Samuel Mendoza-Jonas1-3/+4
2018-05-13nsenter: fix parsing of -t, -S and -G optionsEuan Harris1-1/+1
2018-05-13nsenter: Rename --network option to --netEuan Harris1-1/+1
2018-04-29cat: fix cat -e and cat -v erroneously numbering 1st lineDenys Vlasenko2-3/+24
2018-04-29ifplugd: close signal raceDenys Vlasenko1-0/+2
2018-04-24unlzma: do emit the error message on bad input, when we exit with 1Denys Vlasenko1-0/+6
2018-04-24wget: handle URLs with @ or hash differentlyDenys Vlasenko1-7/+7
2018-04-24free: improve --help for type optionDenys Vlasenko1-1/+1
2018-04-23awk: do not allow $(-1)Denys Vlasenko2-0/+9
2018-04-20examples/shutdown-1.0: an example of reboot which does not signal initDenys Vlasenko7-0/+475
2018-04-19unlzma: fix another SEGV caseDenys Vlasenko3-4/+20
2018-04-17libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...Denys Vlasenko6-7/+25
2018-04-16setlogcons: open /dev/ttyN for "setlogcons N", not /dev/tty1Denys Vlasenko2-2/+10
2018-04-16build system: FEATURE_NSLOOKUP_BIG needs -lresolvDenys Vlasenko1-0/+4
2018-04-16less: fix fallout from "use common routine to set raw termios"Denys Vlasenko3-8/+15
2018-04-15nslookup: simplify make_ptrDenys Vlasenko1-37/+34
2018-04-15nslookup: get rid of query::rlen fieldDenys Vlasenko1-10/+15
2018-04-15ar: stop using static dataDenys Vlasenko2-11/+11
2018-04-15nslookup: move array of queries to "globals"Denys Vlasenko1-48/+38
2018-04-15less: remove unnecessary messageDenys Vlasenko1-1/+0
2018-04-15less: implement -FAaro Koskinen1-7/+13
2018-04-15nslookup: accept lowercase -type=soa, document query typesDenys Vlasenko1-2/+3
2018-04-15nslookup: change -stats to -debug (it's a bug in bind that it accepts -s)Denys Vlasenko1-8/+11