summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-24typommcc
2015-10-24fix keyscan output for multiple hosts/addrs on one line whenDamien Miller
host hashing or a non standard port is in use; bz#2479 ok dtucker@
2015-10-24skip "Could not chdir to home directory" message when chrootedDamien Miller
patch from Christian Hesse in bz#2485 ok dtucker@
2015-10-24chlim has been removed from the nd_ifinfo structure.Matthieu Herrb
ok kettenis@
2015-10-24Move removal of "getpw" pledge after all setusercontext() calls, for yp sake.Miod Vallat
Noticed by matthieu@
2015-10-24setusercontext() may still need "getpw" pledge rights; unbreaks doas on ypMiod Vallat
accounts after 1.43; found the hard way by matthieu@
2015-10-24Cast toupper()'s argument to unsigned char.mmcc
ok guenther@
2015-10-24Cast ctype functions' argument to unsigned char.mmcc
ok guenther@
2015-10-24Cast ctype functions' argument to unsigned char.mmcc
ok guenther@
2015-10-24Cast ctype functions' argument to unsigned char.mmcc
ok guenther@
2015-10-24Cast ctype functions' argument to unsigned char.mmcc
ok guenther@
2015-10-24Cast ctype functions' argument to unsigned char.mmcc
ok guenther@
2015-10-24Cast ctype functions' argument to unsigned char.mmcc
ok guenther@
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
ok guenther@
2015-10-24Cast ctype functions' argument to unsigned char.mmcc
ok guenther@
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
ok guenther@
2015-10-24Move #includes from private.h to the .c files that need them, getting rid ofPhilip Guenther
several. Switch from FILENAME_MAX to PATH_MAX (it's for open(), not fopen()). ok deraadt@ tedu@ krw@
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
ok guenther@
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
ok guenther@
2015-10-24Cast isdigit()'s argument to unsigned char.mmcc
ok guenther@
2015-10-24Cast isdigit()'s argument to unsigned char.mmcc
ok guenther@
2015-10-24Cast islower()'s argument to unsigned char.mmcc
ok guenther@
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
ok guenther@
2015-10-24Cast isprint()'s argument to unsigned char.mmcc
ok guenther@
2015-10-24Cast toupper()'s argument to unsigned char.mmcc
ok guenther@
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
ok guenther@
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
ok guenther@
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
ok guenther@
2015-10-24Cast isdigit()'s argument to unsigned char.mmcc
ok guenther@
2015-10-24Cast isalpha()'s argument to unsigned char.mmcc
ok guenther@
2015-10-24Cast isblank()'s argument to unsigned char.mmcc
ok guenther@
2015-10-24Cast isdigit()'s argument to unsigned char.mmcc
ok guenther@
2015-10-24Cast isblank()'s argument to unsigned char.mmcc
ok guenther@
2015-10-24Cast toupper()'s argument to unsigned char.mmcc
ok guenther@
2015-10-24Cast islower()'s argument to unsigned char.mmcc
ok guenther@
2015-10-24Cast islower()'s argument to unsigned char.mmcc
ok guenther@
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
ok guenther@
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
ok guenther@
2015-10-24some minor tweaks; ok ajacoutotJason McIntyre
2015-10-24Inline trivial myechoreply function in the one place it's used; likeFlorian Obser
ping(8).
2015-10-24Convert to rt_ifidx.Martin Pieuchot
ok bluhm@
2015-10-24Filter our RTM_GET messages which are not from us.Claudio Jeker
2015-10-24nonce is unused.Florian Obser
2015-10-24Carry out additional length/size checks in DECnet packet printing, avoiding aStuart Henderson
segfault with malformed packets. Adapted from f61639179282 in tcpdump.org git by Kevin Reay, but not including the header no-copy optimization that was in the upstream patch. ok benno@
2015-10-24Sync ping6 output to ping. ping has been around for longer and soFlorian Obser
defines the canonical output format. Having different output is getting in the way of a merge. This moves the output of the src address to the -v option. With the overly complicated IPv6 address selection it's sometimes usefull to have this information. OK benno@, sthen@ can live with it.
2015-10-24Convert to rt_ifidx.Martin Pieuchot
ok bluhm@
2015-10-24Ignore Router Advertisment's current hop limit.Martin Pieuchot
Appart from the usual inet6 axe murdering exercise to keep you fit, this allows us to get rid of a lot of layer violation due to the use of per- ifp variables to store the current hop limit. Imputs from bluhm@, ok phessler@, florian@, bluhm@
2015-10-24clarify use of "bgpctl show rib in|out neighbor FOO"Sebastian Benoit
feedback from jmc@
2015-10-24the last user of gensalt has been removed. remove the file.Ted Unangst
2015-10-24Add CAVEATS section and explain why pair(4) is not like vether(4).Reyk Floeter
With OK and input from jmc@