summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-10-24some minor tweaks; ok ajacoutotJason McIntyre
2015-10-24Filter our RTM_GET messages which are not from us.Claudio Jeker
2015-10-24Carry out additional length/size checks in DECnet packet printing, avoiding aStuart Henderson
2015-10-24clarify use of "bgpctl show rib in|out neighbor FOO"Sebastian Benoit
2015-10-24Fix pledge request to allow for setgroups.Jeremie Courreges-Anglas
2015-10-24"bgpctl sh rib in" and "bgpctl sh rib out" require a neighbor argumentSebastian Benoit
2015-10-24"enable" and "disable" are here to stay now that they have a real added valueAntoine Jacoutot
2015-10-24If loading the CA certificates at startup had failed, the syslogdAlexander Bluhm
2015-10-24Implement the missing bits to parse the other MRT message types.Claudio Jeker
2015-10-24Print if a route is redistributed or not at least for static & connected.Claudio Jeker
2015-10-24add -h flag to SYNOPSIS as wellJoerg Jung
2015-10-24clarify where "with tls" can be used.Sebastian Benoit
2015-10-24Introduce msgtypenames to print bgp msg types (which will be used by bgpctl)Claudio Jeker
2015-10-24In all other cases of rde_filter_match() we ensure that asp is valid soClaudio Jeker
2015-10-24seg_type is only set but never used. So remove it. Someone reported thisClaudio Jeker
2015-10-23remove some more ifdef mazinessTed Unangst
2015-10-23Rather than re-opening the driftfile to write, keep it open; rewindingTheo de Raadt
2015-10-23If writing to a tty blocks, syslogd forked and tried to write againAlexander Bluhm
2015-10-23document -h flag and add a .XrJoerg Jung
2015-10-23ndp -n -d <addr> does dns lookups, even with -n. it should not.Sebastian Benoit
2015-10-23Allowing upstream servers of ntp being in multiple routing tables isPeter Hessler
2015-10-23let the icmp check use getsockopt IP_IPDEFTTL to get the default ttlSebastian Benoit
2015-10-23Make use of pledge(2).Renato Westphal
2015-10-23Add pledge(2) to the child processes.Renato Westphal
2015-10-23simplify argv back compatTed Unangst
2015-10-22Fix some bugs in the handling of the RTM_GET and RTM_CHANGE messagesRenato Westphal
2015-10-22Revert revision 1.282:Reyk Floeter
2015-10-22pledge "abort" left behind accidentallyTheo de Raadt
2015-10-22If we receive an empty route message, log it and ignore it. HappensPeter Hessler
2015-10-22The eigrpe process also needs to pledge "cpath" for unlinking theRenato Westphal
2015-10-22delivery to maildir needs pledge fattrGilles Chehade
2015-10-21Use SSL_CTX_set_ecdh_auto() instead of rolling our own version.Joel Sing
2015-10-21Only enable SSL_VERIFY_PEER when the verify option is set on a listener.Joel Sing
2015-10-21Do some cleanup in syslogd ttymsg(). Add a debug message when theAlexander Bluhm
2015-10-21make sure ProgressMeter gets set up. Fixes some weirdness in package installs,Marc Espie
2015-10-21Add support for route summarization.Renato Westphal
2015-10-21Minor fixes and code cleanup.Renato Westphal
2015-10-20believe this will work with "stdio rpath wpath cpath inet" now thatTheo de Raadt
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-19Add pledge(2) for radiusctl(8) and radiusd(8).YASUOKA Masahiko
2015-10-19Add parenthesis gcc wants and remove defined but unused label gccKenneth R Westerback
2015-10-19LABELSECTOR is a DEV_BSIZE quantity. So multiply by DEV_BSIZE and notKenneth R Westerback
2015-10-19Nuke unused variable.Kenneth R Westerback
2015-10-19fix memory leaks in error pathsJonathan Gray
2015-10-19optarg and optind are declared by unistd.hJeremie Courreges-Anglas
2015-10-19Add err.h, missing after pledge() introduction.Jeremie Courreges-Anglas
2015-10-19Remove a duplicated '#include <stdio.h>' line.YASUOKA Masahiko
2015-10-19Fix control_imsg_forward() by changing imsg_compose() toReyk Floeter