summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-21In the case where len is not a multiple of sizeof(RC4_CHUNK) the RC4 codeJoel Sing
2015-10-21Setting fcntl(F_SETOWN) for a pipe failed with inappropriate ioctlAlexander Bluhm
2015-10-21Style fixes; from Ilya KalimanTodd C. Miller
2015-10-21Remove a couple of unhelpful defines.mmcc
2015-10-21Don't bother casting NULL.mmcc
2015-10-21Assign pointer to NULL rather than 0.mmcc
2015-10-21Penultimate commit to remove EXTERN.mmcc
2015-10-21Do some cleanup in syslogd ttymsg(). Add a debug message when theAlexander Bluhm
2015-10-21client_key_table was missing.Nicholas Marriott
2015-10-21fix memory leak in error pathGleydson Soares
2015-10-21add missing rcsidGleydson Soares
2015-10-21By popular demand add a default binding for mouse wheel up to scrollNicholas Marriott
2015-10-21make sure ProgressMeter gets set up. Fixes some weirdness in package installs,Marc Espie
2015-10-21No longer mention rtable_get(), it's a private function now.Martin Pieuchot
2015-10-21Return the correct error code when a table already exists.Martin Pieuchot
2015-10-21u_short -> unsigned int for rtableid.Martin Pieuchot
2015-10-21Do not call uvm_swap_finicrypt_all() a second time in dumpsys().Martin Pieuchot
2015-10-21Remove Diffie-Hellman moduli entries below 2048.Doug Hogan
2015-10-21Add support for route summarization.Renato Westphal
2015-10-21Minor fixes and code cleanup.Renato Westphal
2015-10-20Compare pointers to NULL rather than 0.mmcc
2015-10-20tweak previous;Jason McIntyre
2015-10-20Use client pointer not file descriptor in logging.Nicholas Marriott
2015-10-20add a new getsockopt option IP_IPDEFTTL to retrieve the default ttl.Sebastian Benoit
2015-10-20Fix write to other user's tty. The device has to be opened withAlexander Bluhm
2015-10-20believe this will work with "stdio rpath wpath cpath inet" now thatTheo de Raadt
2015-10-20Document SOCK_DNS flagTheo de Raadt
2015-10-20At guenther's suggestion replace dnssocket() with a SOCK_DNS flag onTheo de Raadt
2015-10-20Add SIOCGIFGMEMB to "route" (returns a list of all interfaces who areReyk Floeter
2015-10-20Fix 802.1p VLAN priority code points for VLAN_HWTAGGING.Christopher Zimmermann
2015-10-20... but keep the previous logic for sparc, which is the other user of thisMiod Vallat
2015-10-20Missing commit of vax switch to MI installboot(8), forgotten when it went in.Miod Vallat
2015-10-20Lob a style(9) grenade in here.Joel Sing
2015-10-20add "proc" to pledge for script(1)Sebastien Marie
2015-10-20The table could change when retrying so don't save it at start ofNicholas Marriott
2015-10-20After pledge "dns" has been refactored and setsockopt(SO_RCVBUF)Alexander Bluhm
2015-10-20Add an explicit check for a malformed AS segment with (segment length 0),Stuart Henderson
2015-10-20fix a use after free found by clang using an approach suggested by renatoJonathan Gray
2015-10-20On xmalloc failure, stop trying to determine the total amount of allocatedPascal Stumpf
2015-10-20update regress for pledge after whitelisted-path view inclusionSebastien Marie
2015-10-20Fix ocsp by adding a missing TAILQ_INIT().Reyk Floeter
2015-10-20clear whitelisted-paths view in pledge.Sebastien Marie
2015-10-20allow SO_ERROR all the timeTheo de Raadt
2015-10-20syncTheo de Raadt
2015-10-20Replace a function-local allocation with stack memory.mmcc
2015-10-20In order to become able to generate syntax tree nodes on the roff(7)Ingo Schwarze
2015-10-20Always allow the setsockopt & getsockopt system calls... however, in theTheo de Raadt
2015-10-19Remove old tame() stubTheo de Raadt
2015-10-19Add pledge(2) for radiusctl(8) and radiusd(8).YASUOKA Masahiko
2015-10-19break long lines in examples; ok jmc@Christian Weisgerber