Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-24 | typo | mmcc | |
2015-10-24 | fix keyscan output for multiple hosts/addrs on one line when | Damien Miller | |
host hashing or a non standard port is in use; bz#2479 ok dtucker@ | |||
2015-10-24 | skip "Could not chdir to home directory" message when chrooted | Damien Miller | |
patch from Christian Hesse in bz#2485 ok dtucker@ | |||
2015-10-24 | chlim has been removed from the nd_ifinfo structure. | Matthieu Herrb | |
ok kettenis@ | |||
2015-10-24 | Move removal of "getpw" pledge after all setusercontext() calls, for yp sake. | Miod Vallat | |
Noticed by matthieu@ | |||
2015-10-24 | setusercontext() may still need "getpw" pledge rights; unbreaks doas on yp | Miod Vallat | |
accounts after 1.43; found the hard way by matthieu@ | |||
2015-10-24 | Cast toupper()'s argument to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast ctype functions' argument to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast ctype functions' argument to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast ctype functions' argument to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast ctype functions' argument to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast ctype functions' argument to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast ctype functions' argument to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast ctype functions' arguments to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast ctype functions' argument to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast ctype functions' arguments to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Move #includes from private.h to the .c files that need them, getting rid of | Philip Guenther | |
several. Switch from FILENAME_MAX to PATH_MAX (it's for open(), not fopen()). ok deraadt@ tedu@ krw@ | |||
2015-10-24 | Cast ctype functions' arguments to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast ctype functions' arguments to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast isdigit()'s argument to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast isdigit()'s argument to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast islower()'s argument to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast ctype functions' arguments to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast isprint()'s argument to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast toupper()'s argument to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast ctype functions' arguments to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast ctype functions' arguments to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast ctype functions' arguments to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast isdigit()'s argument to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast isalpha()'s argument to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast isblank()'s argument to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast isdigit()'s argument to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast isblank()'s argument to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast toupper()'s argument to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast islower()'s argument to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast islower()'s argument to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast ctype functions' arguments to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | Cast ctype functions' arguments to unsigned char. | mmcc | |
ok guenther@ | |||
2015-10-24 | some minor tweaks; ok ajacoutot | Jason McIntyre | |
2015-10-24 | Inline trivial myechoreply function in the one place it's used; like | Florian Obser | |
ping(8). | |||
2015-10-24 | Convert to rt_ifidx. | Martin Pieuchot | |
ok bluhm@ | |||
2015-10-24 | Filter our RTM_GET messages which are not from us. | Claudio Jeker | |
2015-10-24 | nonce is unused. | Florian Obser | |
2015-10-24 | Carry out additional length/size checks in DECnet packet printing, avoiding a | Stuart 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-24 | Sync ping6 output to ping. ping has been around for longer and so | Florian 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-24 | Convert to rt_ifidx. | Martin Pieuchot | |
ok bluhm@ | |||
2015-10-24 | Ignore 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-24 | clarify use of "bgpctl show rib in|out neighbor FOO" | Sebastian Benoit | |
feedback from jmc@ | |||
2015-10-24 | the last user of gensalt has been removed. remove the file. | Ted Unangst | |
2015-10-24 | Add CAVEATS section and explain why pair(4) is not like vether(4). | Reyk Floeter | |
With OK and input from jmc@ |