Age | Commit message (Expand) | Author |
2019-02-08 | sysctl: do slash/dot conversions only on name, not value part | Denys Vlasenko |
2019-02-08 | sysctl: on EIO ("sysctl net.ipv6.conf.all.stable_secret") set nonzero exitcode | Denys Vlasenko |
2019-02-08 | sysctl: avoid stat() on every item if in -w mode | Denys Vlasenko |
2019-02-08 | sysctl: allow setting empty values | Denys Vlasenko |
2019-02-08 | vi: fix replacement of single character with CR | Ron Yorston |
2019-02-08 | vi: fix faulty undo after autoinsert | Ron Yorston |
2019-02-08 | chcon: Fix typo in ACTION_RECURSE | Rostislav Skudnov |
2019-02-08 | dhcp service example: rewrite "private network to mask" as case statement | Denys Vlasenko |
2019-02-05 | dhcp service example: cater for servers hot giving subnet and/or router | Denys Vlasenko |
2019-02-04 | lineedit: fix SEGV in isk, hexedit, ed, closes 11661 | Denys Vlasenko |
2019-02-02 | service examples: do not respawn supplicant too often | Denys Vlasenko |
2019-01-29 | grep: short-circuit -v to bail out on first match | Ari Sundholm |
2019-01-29 | grep: fix -x -v with certain pattern orders | Ari Sundholm |
2019-01-25 | bc: implement pass-by-reference code from upstream | Denys Vlasenko |
2019-01-22 | login: close PAM session on errors as well, not only on success | Denys Vlasenko |
2019-01-22 | ip link: Fix vlan proto, closes 8261 and 11638 | Bernhard Reutner-Fischer |
2019-01-22 | ip link: fix mismatched enums in vlan_parse_opt(), closes 11631 | Denys Vlasenko |
2019-01-21 | wget: detect when the length of received file is less than advertised | Denys Vlasenko |
2019-01-21 | sed: code shrink | Denys Vlasenko |
2019-01-21 | sed: Fix backslash parsing for 'w' command arg | Brian Foley |
2019-01-21 | awk: Fix overly permissive func arg list parsing | Brian Foley |
2019-01-21 | awk: Syntax error if delete isn't given an arg. | Brian Foley |
2019-01-21 | awk: Guard pointer chasing when parsing ternary expressions. | Brian Foley |
2019-01-21 | capability: fix string comparison in cap_name_to_number | Mark Marshall |
2019-01-18 | wget: remove empty if/endif preprocessor directive pair | Denys Vlasenko |
2019-01-18 | service examples: ifplugd -M to prevents frequent respawning | Denys Vlasenko |
2019-01-18 | checkstack.pl: tweak bfin re | Bernhard Reutner-Fischer |
2019-01-17 | checkstack: pull from upstream | Bernhard Reutner-Fischer |
2019-01-17 | checkstack.pl: fix arch autodetection | Bernhard Reutner-Fischer |
2019-01-17 | wget: don't notify on download begin and end if quiet | Martin Lewis |
2019-01-15 | Update examples/udhcp/udhcpd.conf | Denys Vlasenko |
2019-01-14 | start-stop-daemon: fix "both -x and -a" case: -a does override argv[0] | Denys Vlasenko |
2019-01-14 | start-stop-daemon: create pidfile before parent exits, closes 8596 | Denys Vlasenko |
2019-01-12 | adduser: fix a bug of getpwnam() overwriting shell name, closes 8586 | Denys Vlasenko |
2019-01-10 | tls: code shrink | Denys Vlasenko |
2019-01-09 | nslookup: return exitcode 1 on resolution errors | Denys Vlasenko |
2019-01-09 | telnet: placate compiler's warning | Denys Vlasenko |
2019-01-09 | date: improve help text for -D | Denys Vlasenko |
2019-01-09 | bc: code shrink | Denys Vlasenko |
2019-01-08 | bc: remove "empty expression" check/message, parsing fails in these cases anyway | Denys Vlasenko |
2019-01-08 | bc: zbc_parse_expr_empty_ok() is unused except by zbc_parse_expr(), fold it in | Denys Vlasenko |
2019-01-08 | bc: disallow invalid syntax like "{ print 1 print 2 }" | Denys Vlasenko |
2019-01-08 | passwd: initialize pointers correctly | Einar Jón |
2019-01-08 | tls: add comment about dl.fedoraproject.org needing secp256r1 ECC curve | Denys Vlasenko |
2019-01-07 | udhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes long | Denys Vlasenko |
2019-01-07 | udhcp: code shrink | Denys Vlasenko |
2019-01-07 | sleep: support "inf" | Denys Vlasenko |
2019-01-06 | build system: fix compiler warnings | Denys Vlasenko |
2019-01-06 | find: handle leading -- argument | Denys Vlasenko |
2019-01-06 | telnet: provide feedback after successful connect | Danijel Tasov |