summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-10-25Remove cron.pid support. We still want to avoid multiple cronsTodd C. Miller
2015-10-25Stop writing down a pidfile.Jeremie Courreges-Anglas
2015-10-25Fix installboot(8) on i386/amd64 when softraid is on top of GPT.Stefan Sperling
2015-10-25pledge "route" no longer needed for if_indextoname & if_nametoindexTheo de Raadt
2015-10-25Rename imsg_compose_parent and imsg_compose_rde to imsg_ctl_parent andClaudio Jeker
2015-10-25Only run the rib_dump_runner() if there is something pending and theClaudio Jeker
2015-10-25Cast ctype functions' argument to unsigned char.mmcc
2015-10-25zap trailing whitespace;Jason McIntyre
2015-10-25backout; many issues remain...Theo de Raadt
2015-10-25the DNS process was not discarding & redirecting stdin/out/err toTheo de Raadt
2015-10-25pledge the main usage patterns similar to arp(8). Some akkorokamuiTheo de Raadt
2015-10-25pledge bind(1), dig(1), and nslookup(1). This modifies the underlyingTheo de Raadt
2003-01-20ISC BIND version 9.2.2rc1Jakob Schlyter
2015-10-25Fix some bugs in the detection of when an interface can be enabled.Renato Westphal
2015-10-25When converting the real bandwidth to the composite bandwidth, truncateRenato Westphal
2015-10-25Add a few more overflow protections in the DUAL stateRenato Westphal
2015-10-24chlim has been removed from the nd_ifinfo structure.Matthieu Herrb
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