Age | Commit message (Expand) | Author |
2022-05-06 | Relax the limitation of what is an acceptable unicast IP. | Claudio Jeker |
2021-12-13 | including sys/cdefs.h manually started as a result of netbsd trying to | Theo de Raadt |
2021-10-15 | Don't declare variables as "unsigned char *" that are passed to | Christian Weisgerber |
2021-09-06 | repair missing paths on unveil failure | Theo de Raadt |
2021-01-19 | Like ospfd allocate the recv buffer with malloc() on first call. | Claudio Jeker |
2021-01-19 | Forgot one IBUF_READ_SIZE to READ_BUF_SIZE change. | Claudio Jeker |
2021-01-19 | Do not use IBUF_READ_SIZE for the packet read buffer size. Instead | Claudio Jeker |
2021-01-19 | Make the struct imsgev structs static and with that ripd -fno-common clean. | Claudio Jeker |
2021-01-19 | Remove the PROC_* enums and ripd_process, they are no longer needed. | Claudio Jeker |
2021-01-19 | Like in all other log.c file just use exit(1) in fatal() calls. | Claudio Jeker |
2021-01-19 | Move the interface demote out of if_del and into the only place where | Claudio Jeker |
2021-01-19 | Like in ospfd make the pkt_ptr a local static buffer. | Claudio Jeker |
2021-01-19 | Apply same cleanup to the control code as in ospfd. | Claudio Jeker |
2020-05-16 | list example files in FILES with a short description: generally, "Example | Jason McIntyre |
2020-02-10 | briefly mention /etc/examples/ in the FILES section of all the | Ingo Schwarze |
2019-12-19 | Validate auth_offset before using it. If it's too big ripd will crash. | remi |
2019-12-15 | Clear r_list if the interface is passive. Additionaly move the check | remi |
2019-12-11 | Fix 2 memory leaks in error paths and a double-free (kroute_insert already | remi |
2019-12-09 | Do not count up nentries in send_response() when the entry was skipped | remi |
2019-12-09 | fix error message. | remi |
2019-12-09 | iface is not used afterwards. It should have been removed in rev. 1.8. | remi |
2019-08-08 | added /* no filesystem visibility */ above unveil("/", "") since "" is too easy | Ricardo Mestre |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-12 | fix typo | denis |
2019-05-10 | Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h> | Philip Guenther |
2019-02-13 | (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other | Theo de Raadt |
2018-12-31 | Add config option fib-priority to set a custom prio for routes ripd | remi |
2018-11-11 | accept "interface ifX" without parameters. Extend the man page to show | remi |
2018-11-10 | the default for triggered-updates is no. | remi |
2018-11-04 | Pledge ripe and rde. | remi |
2018-11-01 | - odd condition/test in PF lexer | Alexandr Nedvedicky |
2018-09-07 | replace malloc()+strlcpy() with strndup() in cmdline_symset(). | miko |
2018-07-11 | Do for most running out of memory err() what was done for most running | Kenneth R Westerback |
2018-07-09 | No need to mention which memory allocation entry point failed (malloc, | Kenneth R Westerback |
2018-07-08 | Be consistent in warn() and log_warn() usage when | Kenneth R Westerback |
2018-06-18 | remove the SECTIONS header, since a one line DESCRIPTION is a bit silly; | Jason McIntyre |
2018-04-26 | Plug leak in error case of the common 'varset' implementations. | Kenneth R Westerback |
2018-02-08 | Bump the read sockbuf of the routing socket to 2MB, may help reduce some of | Claudio Jeker |
2017-07-24 | Unify ROUNDUP macros for parsing route messages. | friehm |
2017-03-21 | From a syslog perspective it does not make sense to log fatal and | Alexander Bluhm |
2017-01-17 | Nuke some whitespace that keeps poking me in the eye as I try to | Kenneth R Westerback |
2017-01-17 | Keep track of dead peers instead of freeing them right away. | Jeremie Courreges-Anglas |
2017-01-08 | Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with | Kenneth R Westerback |
2017-01-05 | Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more | Kenneth R Westerback |
2017-01-05 | Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ | Kenneth R Westerback |
2016-12-23 | Support p2p links where endpoints aren't in the same subnet. | Jeremie Courreges-Anglas |
2016-10-13 | Document the -s option, descr adapted from ospfd/ospfctl | Jeremie Courreges-Anglas |
2016-09-03 | Simplify shutdown process. | Renato Westphal |
2016-09-02 | work on making log.c similar in all daemons: | Sebastian Benoit |
2016-08-02 | Allow specifying an alternate socket path. | Jeremie Courreges-Anglas |