| Commit message (Expand) | Author | Age | Files | Lines |
| * | Like ospfd allocate the recv buffer with malloc() on first call. |  claudio | 2021-01-19 | 1 | -6/+8 |
| * | Forgot one IBUF_READ_SIZE to READ_BUF_SIZE change. |  claudio | 2021-01-19 | 1 | -2/+2 |
| * | Do not use IBUF_READ_SIZE for the packet read buffer size. Instead |  claudio | 2021-01-19 | 2 | -3/+5 |
| * | Make the struct imsgev structs static and with that ripd -fno-common clean. |  claudio | 2021-01-19 | 3 | -9/+9 |
| * | Remove the PROC_* enums and ripd_process, they are no longer needed. |  claudio | 2021-01-19 | 4 | -22/+7 |
| * | Like in all other log.c file just use exit(1) in fatal() calls. |  claudio | 2021-01-19 | 1 | -5/+2 |
| * | Move the interface demote out of if_del and into the only place where |  claudio | 2021-01-19 | 2 | -8/+8 |
| * | Like in ospfd make the pkt_ptr a local static buffer. |  claudio | 2021-01-19 | 3 | -9/+4 |
| * | Apply same cleanup to the control code as in ospfd. |  claudio | 2021-01-19 | 4 | -13/+14 |
| * | list example files in FILES with a short description: generally, "Example |  jmc | 2020-05-16 | 1 | -4/+4 |
| * | briefly mention /etc/examples/ in the FILES section of all the |  schwarze | 2020-02-10 | 1 | -3/+5 |
| * | Validate auth_offset before using it. If it's too big ripd will crash. |  remi | 2019-12-19 | 1 | -1/+9 |
| * | Clear r_list if the interface is passive. Additionaly move the check |  remi | 2019-12-15 | 1 | -10/+14 |
| * | Fix 2 memory leaks in error paths and a double-free (kroute_insert already |  remi | 2019-12-11 | 2 | -4/+5 |
| * | Do not count up nentries in send_response() when the entry was skipped |  remi | 2019-12-09 | 1 | -3/+3 |
| * | fix error message. |  remi | 2019-12-09 | 1 | -2/+2 |
| * | iface is not used afterwards. It should have been removed in rev. 1.8. |  remi | 2019-12-09 | 1 | -2/+1 |
| * | added /* no filesystem visibility */ above unveil("/", "") since "" is too easy |  mestre | 2019-08-08 | 1 | -1/+2 |
| * | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -12/+12 |
| * | fix typo |  denis | 2019-05-12 | 1 | -2/+2 |
| * | Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h> |  guenther | 2019-05-10 | 1 | -2/+1 |
| * | (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other |  deraadt | 2019-02-13 | 1 | -3/+3 |
| * | Add config option fib-priority to set a custom prio for routes ripd |  remi | 2018-12-31 | 6 | -19/+40 |
| * | accept "interface ifX" without parameters. Extend the man page to show |  remi | 2018-11-11 | 2 | -4/+8 |
| * | the default for triggered-updates is no. |  remi | 2018-11-10 | 1 | -3/+3 |
| * | Pledge ripe and rde. |  remi | 2018-11-04 | 5 | -15/+16 |
| * | - odd condition/test in PF lexer |  sashan | 2018-11-01 | 1 | -2/+3 |
| * | replace malloc()+strlcpy() with strndup() in cmdline_symset(). |  miko | 2018-09-07 | 1 | -9/+4 |
| * | Do for most running out of memory err() what was done for most running |  krw | 2018-07-11 | 1 | -3/+3 |
| * | No need to mention which memory allocation entry point failed (malloc, |  krw | 2018-07-09 | 1 | -4/+4 |
| * | Be consistent in warn() and log_warn() usage when |  krw | 2018-07-08 | 1 | -3/+3 |
| * | remove the SECTIONS header, since a one line DESCRIPTION is a bit silly; |  jmc | 2018-06-18 | 1 | -4/+4 |
| * | Plug leak in error case of the common 'varset' implementations. |  krw | 2018-04-26 | 1 | -1/+3 |
| * | Bump the read sockbuf of the routing socket to 2MB, may help reduce some of |  claudio | 2018-02-08 | 1 | -2/+2 |
| * | Unify ROUNDUP macros for parsing route messages. |  friehm | 2017-07-24 | 1 | -4/+4 |
| * | From a syslog perspective it does not make sense to log fatal and |  bluhm | 2017-03-21 | 1 | -6/+6 |
| * | Nuke some whitespace that keeps poking me in the eye as I try to |  krw | 2017-01-17 | 1 | -2/+2 |
| * | Keep track of dead peers instead of freeing them right away. |  jca | 2017-01-17 | 3 | -15/+28 |
| * | Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with |  krw | 2017-01-08 | 1 | -7/+9 |
| * | Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more |  krw | 2017-01-05 | 1 | -3/+2 |
| * | Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ |  krw | 2017-01-05 | 1 | -5/+7 |
| * | Support p2p links where endpoints aren't in the same subnet. |  jca | 2016-12-23 | 1 | -10/+12 |
| * | Document the -s option, descr adapted from ospfd/ospfctl |  jca | 2016-10-13 | 1 | -2/+5 |
| * | Simplify shutdown process. |  renato | 2016-09-03 | 3 | -70/+42 |
| * | work on making log.c similar in all daemons: |  benno | 2016-09-02 | 8 | -108/+134 |
| * | Allow specifying an alternate socket path. |  jca | 2016-08-02 | 5 | -20/+28 |
| * | remove bogus attributes on fatal* spotted by guenther@ |  benno | 2016-07-19 | 1 | -5/+3 |
| * | add format attributes to log functions |  benno | 2016-07-18 | 2 | -12/+20 |
| * | do not allow whitespace in macro names, i.e. "this is" = "a variable". |  benno | 2016-06-21 | 1 | -1/+9 |
| * | Remove setproctitle() for the parent process. Because rc.d(8) uses process |  sthen | 2016-02-02 | 1 | -4/+1 |