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