Age | Commit message (Expand) | Author |
2021-11-03 | use some sizeof, rather than INADDRSZ/IN6ADDRSZ; ok claudio | Theo de Raadt |
2021-10-15 | Don't declare variables as "unsigned char *" that are passed to | Christian Weisgerber |
2021-01-19 | Like dvrmpd there is no need for a static pkt buffer. Adjust code accordingly. | 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 |
2021-01-19 | Same control cleanup that was done for ospfd and ripd. Move the | Claudio Jeker |
2021-01-19 | Like in ospfd use a static pkt_ptr buffer | Claudio Jeker |
2020-12-30 | getifaddrs() can return entries where ifa_addr is NULL. Check for this | Sebastian Benoit |
2020-05-16 | list example files in FILES with a short description: generally, "Example | Jason McIntyre |
2020-04-23 | ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; | Jason McIntyre |
2020-02-10 | briefly mention /etc/examples/ in the FILES section of all the | Ingo Schwarze |
2019-11-10 | Consistently use _rcctl enable foo_ in examples, it's simpler and less | Landry Breuil |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-03-31 | Avoid calling dup2(oldd, newd) when oldd == newd. In that case the | YASUOKA Masahiko |
2019-02-13 | (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other | Theo de Raadt |
2018-12-07 | Be more strict in converting a netmask into a prefixlen. Make sure | Claudio Jeker |
2018-11-01 | - odd condition/test in PF lexer | Alexandr Nedvedicky |
2018-09-26 | Fix use-after-free by moving the free(3) of the configured interfaces to after | Ricardo Mestre |
2018-09-07 | replace malloc()+strlcpy() with strndup() in cmdline_symset(). | miko |
2018-08-05 | Remove now unused header which I forgot to commit on previous. | Ricardo Mestre |
2018-08-05 | Revert back previous and remove cpath pledge(2) promise entirely. We decided | Ricardo Mestre |
2018-08-02 | Actually order the promises in their canonical form, missed that in my | Ricardo Mestre |
2018-08-02 | Currently when eigrpd(8) shuts down then its unix control socket is being | Ricardo Mestre |
2018-07-11 | Do for most running out of memory err() what was done for most running | Kenneth R Westerback |
2018-07-10 | "%%s: s" -> "%s: %s" in log_warn() | Kenneth R Westerback |
2018-07-09 | No need to mention which memory allocation entry point failed (malloc, | Kenneth R Westerback |
2018-06-18 | remove the SECTIONS header, since a one line DESCRIPTION is a bit silly; | Jason McIntyre |
2018-06-11 | Fix an off-by-one line count when using include statements. | denis |
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-02-22 | No need to use SIOCGIFRDOMAIN anymore. | Renato Westphal |
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-10-10 | calls to uname(3) should be checked against non-negative value | Gleydson Soares |
2016-09-02 | work on making log.c similar in all daemons: | Sebastian Benoit |
2016-09-02 | Minor tweaks | Renato Westphal |
2016-09-02 | Make functions and variables static whenever possible. | Renato Westphal |
2016-09-02 | Use static local variables instead of global variables whenever possible. | Renato Westphal |
2016-09-02 | Merge the recv_packet_v[46] functions into one. | Renato Westphal |
2016-09-02 | Simplify handling of multicast addresses. | Renato Westphal |
2016-09-02 | Pledge earlier on eigrpe. | Renato Westphal |
2016-09-02 | Remove superfluous includes and follow style(9). | Renato Westphal |
2016-09-02 | Fix broken pipe teardown. | Renato Westphal |
2016-08-08 | Simplify shutdown process | Renato Westphal |
2016-08-08 | rde and eigrpe should use exit(3) instead of _exit(2) | Renato Westphal |
2016-07-18 | add format attributes to log functions and fix two errors | Sebastian Benoit |
2016-06-21 | do not allow whitespace in macro names, i.e. "this is" = "a variable". | Sebastian Benoit |