aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-11vi: further fixes to undo after autoindentRon Yorston
2019-02-10i2ctransfer: new appletNikolaus Voss
2019-02-08sysctl: fix compatibility with procps sysctlAaro Koskinen
2019-02-08sysctl: do slash/dot conversions only on name, not value partDenys Vlasenko
2019-02-08sysctl: on EIO ("sysctl net.ipv6.conf.all.stable_secret") set nonzero exitcodeDenys Vlasenko
2019-02-08sysctl: avoid stat() on every item if in -w modeDenys Vlasenko
2019-02-08sysctl: allow setting empty valuesDenys Vlasenko
2019-02-08vi: fix replacement of single character with CRRon Yorston
2019-02-08vi: fix faulty undo after autoinsertRon Yorston
2019-02-08chcon: Fix typo in ACTION_RECURSERostislav Skudnov
2019-02-08dhcp service example: rewrite "private network to mask" as case statementDenys Vlasenko
2019-02-05dhcp service example: cater for servers hot giving subnet and/or routerDenys Vlasenko
2019-02-04lineedit: fix SEGV in isk, hexedit, ed, closes 11661Denys Vlasenko
2019-02-02service examples: do not respawn supplicant too oftenDenys Vlasenko
2019-01-29grep: short-circuit -v to bail out on first matchAri Sundholm
2019-01-29grep: fix -x -v with certain pattern ordersAri Sundholm
2019-01-25bc: implement pass-by-reference code from upstreamDenys Vlasenko
2019-01-22login: close PAM session on errors as well, not only on successDenys Vlasenko
2019-01-22ip link: Fix vlan proto, closes 8261 and 11638Bernhard Reutner-Fischer
2019-01-22ip link: fix mismatched enums in vlan_parse_opt(), closes 11631Denys Vlasenko
2019-01-21wget: detect when the length of received file is less than advertisedDenys Vlasenko
2019-01-21sed: code shrinkDenys Vlasenko
2019-01-21sed: Fix backslash parsing for 'w' command argBrian Foley
2019-01-21awk: Fix overly permissive func arg list parsingBrian Foley
2019-01-21awk: Syntax error if delete isn't given an arg.Brian Foley
2019-01-21awk: Guard pointer chasing when parsing ternary expressions.Brian Foley
2019-01-21capability: fix string comparison in cap_name_to_numberMark Marshall
2019-01-18wget: remove empty if/endif preprocessor directive pairDenys Vlasenko
2019-01-18service examples: ifplugd -M to prevents frequent respawningDenys Vlasenko
2019-01-18checkstack.pl: tweak bfin reBernhard Reutner-Fischer
2019-01-17checkstack: pull from upstreamBernhard Reutner-Fischer
2019-01-17checkstack.pl: fix arch autodetectionBernhard Reutner-Fischer
2019-01-17wget: don't notify on download begin and end if quietMartin Lewis
2019-01-15Update examples/udhcp/udhcpd.confDenys Vlasenko
2019-01-14start-stop-daemon: fix "both -x and -a" case: -a does override argv[0]Denys Vlasenko
2019-01-14start-stop-daemon: create pidfile before parent exits, closes 8596Denys Vlasenko
2019-01-12adduser: fix a bug of getpwnam() overwriting shell name, closes 8586Denys Vlasenko
2019-01-10tls: code shrinkDenys Vlasenko
2019-01-09nslookup: return exitcode 1 on resolution errorsDenys Vlasenko
2019-01-09telnet: placate compiler's warningDenys Vlasenko
2019-01-09date: improve help text for -DDenys Vlasenko
2019-01-09bc: code shrinkDenys Vlasenko
2019-01-08bc: remove "empty expression" check/message, parsing fails in these cases anywayDenys Vlasenko
2019-01-08bc: zbc_parse_expr_empty_ok() is unused except by zbc_parse_expr(), fold it inDenys Vlasenko
2019-01-08bc: disallow invalid syntax like "{ print 1 print 2 }"Denys Vlasenko
2019-01-08passwd: initialize pointers correctlyEinar Jón
2019-01-08tls: add comment about dl.fedoraproject.org needing secp256r1 ECC curveDenys Vlasenko
2019-01-07udhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes longDenys Vlasenko
2019-01-07udhcp: code shrinkDenys Vlasenko
2019-01-07sleep: support "inf"Denys Vlasenko