summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2021-01-30for now, do not try to install quirks in case we're running "not"Marc Espie
2021-01-29be more forceful about FULLPKGPATHMarc Espie
2021-01-29A while ago rpki-client was changed to validate the sha256 hashes ofClaudio Jeker
2021-01-28Remove print_{debug,verbose} since they're currently unused and I see noMartijn van Duren
2021-01-28Add ldap(1) to the SEE ALSO section. OK deraadt@Todd C. Miller
2021-01-27Unveil ldapd. Follow recent precedent and elect to forego the unlinking ofrob
2021-01-27remove bogus key hack now that it's handled by libtlsEric Faurot
2021-01-27mark up fixes; from lyndonJason McIntyre
2021-01-27spelling fixes;Jason McIntyre
2021-01-27these programs (with common ancestry) had a -fno-common problem relatedTheo de Raadt
2021-01-27split out extern and decl for -fno-commonTheo de Raadt
2021-01-27makemap does not need a common which it does not use.Theo de Raadt
2021-01-27commons used rather than externs, fix for -fno-commonTheo de Raadt
2021-01-27nsd contains two yacc parsers, but predates "yacc -b". Instead aTheo de Raadt
2010-01-15NSD v3.2.4Jakob Schlyter
2021-01-26one variable was common, fixing what I can.Theo de Raadt
2021-01-26satisfy -fno-common, by (1) copying all the variable decls fromTheo de Raadt
2021-01-26remove test that's now bogus, as fullpkgpath takes precedence.Marc Espie
2021-01-25Adjust code since bgpd added an extra argument to aspath_verify() toClaudio Jeker
2021-01-25RFC6472 discourages the use of AS_SET segements in ASPATH attributes.Claudio Jeker
2021-01-25r1.102 forgot to tweak the "redistribute rtlabel" part of the grammar.David Gwynne
2021-01-24Pass sockaddr_in6 arround so that we have space to store the scope inFlorian Obser
2021-01-23Handle write() errors.tobhe
2021-01-23Handle errors and truncated output from snprintf().tobhe
2021-01-23list-io must be run from config dirkn
2021-01-23Remove unused variables found by clang. Additional unused var spotted by eric@.rob
2021-01-22The correct spelling is NULL.Florian Obser
2021-01-22fix a memory leak, found by rob@ in relayd.Sebastian Benoit
2021-01-22Remove the traphandler process, which was nothing more then a sham.Martijn van Duren
2021-01-21ndp only deals with current localtime. Print time with subsecondFlorian Obser
2021-01-21Make it possible to convert map arguments to long and insert nsecs in maps.Martin Pieuchot
2021-01-21Backport "Squelch udp connect 'no route to host' errors" from upstream.Stuart Henderson
2021-01-20Print rewritten addresses in tcpdump(8) logged with pflog(4) forAlexander Bluhm
2021-01-19Get rid of inet_net_pton and inet_net_ntop.Florian Obser
2021-01-19Make imsg event structs static to fix -fno-common.Florian Obser
2021-01-19Move control_state and ctl_conns to control.c, it's not neededFlorian Obser
2021-01-19No need for a global rad_process; unbreaks -fno-common.Florian Obser
2021-01-19Like ospfd allocate the recv buffer with malloc() on first call.Claudio Jeker
2021-01-19Allocate the recv buffer with malloc() on first call. This code assumesClaudio Jeker
2021-01-19Adjust the disc_recv_packet() code to not use IBUF_READ_SIZE and toClaudio Jeker
2021-01-19Kill log_procnames and properly define ldpd_process.Claudio Jeker
2021-01-19Do the same control cleanup as in other daemons. Move ctl_conns exclusivlyClaudio Jeker
2021-01-19Make struct imsgev static like in the other routing daemons. With thisClaudio Jeker
2021-01-19Kill dvrmpd_process and log_procnames. Unneeded abstraction for thisClaudio Jeker
2021-01-19Cleanup control like in the other routing daemons. Move control_stateClaudio Jeker
2021-01-19Like dvrmpd there is no need for a static pkt buffer. Adjust code accordingly.Claudio Jeker
2021-01-19Another pkt_ptr cleanup. There is actually no need to make the pktClaudio Jeker
2021-01-19Like all other log.c just exit(1) in fatal()Claudio Jeker
2021-01-19Kill global eigrpd_process and instead pass the proc to merge_config()Claudio Jeker
2021-01-19Use log_procname instead of log_procnames[eigrpd_process]. It should beClaudio Jeker