Age | Commit message (Expand) | Author |
9 hours | Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour | Claudio Jeker |
9 hours | Convert the common imsgbuf_read calls to the post EAGAIN world. | Claudio Jeker |
9 hours | Use imsgbuf_queuelen() instead of accessing the w.queue member. | Claudio Jeker |
9 hours | Use imsgbuf_clear() where appropriate instead of msgbuf_clear(). | Claudio Jeker |
9 hours | Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to | Claudio Jeker |
9 hours | Convert imsg_write() callers to the new simplified return logic. | Claudio Jeker |
9 hours | Introduce imsg_write() and use it instead of msgbuf_write(). | Claudio Jeker |
2024-08-22 | inet_pton returns 0 and -1 for error. | Florian Obser |
2024-08-21 | We can fully spell out IP addresses in config files. | Florian Obser |
2023-12-14 | Use imsg_get_fd() to access the file descriptor passed in the imsg. | Claudio Jeker |
2023-12-14 | Rewrite send_packet to update the eigrp header without using ibuf_seek. | Claudio Jeker |
2023-07-03 | Use ibuf_data() and ibuf_size() instead of accessing struct ibuf. | Claudio Jeker |
2023-06-26 | Start using the new ibuf API in eigrpd. One ibuf_seek() still left since | Claudio Jeker |
2023-04-19 | remove duplicate includes | Jonathan Gray |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2023-03-02 | improve the Nd lines such that the format is consistent for the | Jason McIntyre |
2022-12-28 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-05-06 | Relax the limitation of what is an acceptable unicast IP. | Claudio Jeker |
2022-01-20 | eigrpd: fix -Wunused-but-set-variable warning | Christian Weisgerber |
2021-12-13 | including sys/cdefs.h manually started as a result of netbsd trying to | Theo de Raadt |
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 |