aboutsummaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-22login: close PAM session on errors as well, not only on successDenys Vlasenko1-3/+5
2019-01-22ip link: Fix vlan proto, closes 8261 and 11638Bernhard Reutner-Fischer1-5/+11
2019-01-22ip link: fix mismatched enums in vlan_parse_opt(), closes 11631Denys Vlasenko1-1/+1
2019-01-21wget: detect when the length of received file is less than advertisedDenys Vlasenko1-8/+10
2019-01-21sed: code shrinkDenys Vlasenko1-15/+15
2019-01-21sed: Fix backslash parsing for 'w' command argBrian Foley1-1/+1
2019-01-21awk: Fix overly permissive func arg list parsingBrian Foley2-1/+26
2019-01-21awk: Syntax error if delete isn't given an arg.Brian Foley2-10/+20
2019-01-21awk: Guard pointer chasing when parsing ternary expressions.Brian Foley2-1/+5
2019-01-21capability: fix string comparison in cap_name_to_numberMark Marshall1-1/+1
2019-01-18wget: remove empty if/endif preprocessor directive pairDenys Vlasenko1-2/+0
2019-01-18service examples: ifplugd -M to prevents frequent respawningDenys Vlasenko1-1/+2
2019-01-18checkstack.pl: tweak bfin reBernhard Reutner-Fischer1-1/+1
2019-01-17checkstack: pull from upstreamBernhard Reutner-Fischer1-32/+75
2019-01-17checkstack.pl: fix arch autodetectionBernhard Reutner-Fischer1-0/+1
2019-01-17wget: don't notify on download begin and end if quietMartin Lewis1-9/+14
2019-01-15Update examples/udhcp/udhcpd.confDenys Vlasenko2-38/+44
2019-01-14start-stop-daemon: fix "both -x and -a" case: -a does override argv[0]Denys Vlasenko2-2/+12
2019-01-14start-stop-daemon: create pidfile before parent exits, closes 8596Denys Vlasenko4-35/+62
2019-01-12adduser: fix a bug of getpwnam() overwriting shell name, closes 8586Denys Vlasenko1-1/+1
2019-01-10tls: code shrinkDenys Vlasenko1-11/+7
2019-01-09nslookup: return exitcode 1 on resolution errorsDenys Vlasenko1-4/+8
2019-01-09telnet: placate compiler's warningDenys Vlasenko1-1/+1
2019-01-09date: improve help text for -DDenys Vlasenko1-2/+2
2019-01-09bc: code shrinkDenys Vlasenko1-14/+14
2019-01-08bc: remove "empty expression" check/message, parsing fails in these cases anywayDenys Vlasenko1-3/+4
2019-01-08bc: zbc_parse_expr_empty_ok() is unused except by zbc_parse_expr(), fold it inDenys Vlasenko1-36/+25
2019-01-08bc: disallow invalid syntax like "{ print 1 print 2 }"Denys Vlasenko1-15/+21
2019-01-08passwd: initialize pointers correctlyEinar Jón1-4/+4
2019-01-08tls: add comment about dl.fedoraproject.org needing secp256r1 ECC curveDenys Vlasenko1-0/+8
2019-01-07udhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes longDenys Vlasenko3-3/+3
2019-01-07udhcp: code shrinkDenys Vlasenko1-5/+9
2019-01-07sleep: support "inf"Denys Vlasenko2-1/+5
2019-01-06build system: fix compiler warningsDenys Vlasenko5-7/+13
2019-01-06find: handle leading -- argumentDenys Vlasenko1-0/+6
2019-01-06telnet: provide feedback after successful connectDanijel Tasov1-0/+1
2019-01-06telnetd: fix bad interaction with vhangup() from loginDenys Vlasenko1-2/+16
2019-01-06telnet: code shrinkDenys Vlasenko1-66/+53
2019-01-06telnet: speed up processing of network inputDenys Vlasenko1-40/+43
2019-01-04ip: print dadfailed flagKaarle Ritvanen1-0/+4
2019-01-04ls: make -i compatible with coreutils: don't follow symlink by defaultMartijn Dekker1-2/+2
2019-01-04wget: notify on download begin and endMartin Lewis1-0/+10
2019-01-04wget: add -o flagMartin Lewis1-15/+37
2019-01-04bc: shorten "limits" outputDenys Vlasenko1-4/+1
2019-01-04bc: formatting changes, added a FIXME comment, no logic changesDenys Vlasenko1-5/+8
2019-01-04bc: support void functions (GNU compat)Denys Vlasenko2-19/+73
2019-01-04dc: fit returning of stringDenys Vlasenko2-5/+18
2019-01-04dc: fix '?'Denys Vlasenko2-9/+9
2019-01-04bc: eliminate struct BcInstPtr::results_len_before_call, it is redundantDenys Vlasenko1-10/+1
2019-01-04bc: add a palceholder comment for "void" returnDenys Vlasenko1-11/+15