Age | Commit message (Expand) | Author |
8 hours | Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour | Claudio Jeker |
8 hours | Adjust ldpd to the msgbuf change that turns the struct opaque | Claudio Jeker |
8 hours | Adjust to new msgbuf_write/ibuf_write API and use ibuf_write since | Claudio Jeker |
8 hours | Do not abuse struct ibuf_read for internal bits. Just define an own struct. | Claudio Jeker |
8 hours | Convert the common imsgbuf_read calls to the post EAGAIN world. | Claudio Jeker |
8 hours | Use msgbuf_queuelen() where approriate | Claudio Jeker |
8 hours | Use imsgbuf_queuelen() instead of accessing the w.queue member. | Claudio Jeker |
8 hours | Use imsgbuf_clear() where appropriate instead of msgbuf_clear(). | Claudio Jeker |
8 hours | Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to | Claudio Jeker |
8 hours | Convert imsg_write() callers to the new simplified return logic. | Claudio Jeker |
8 hours | Convert msgbuf_write() callers to the new return logic. | Claudio Jeker |
8 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 |
2024-04-23 | correct indentation; no functional change | Jonathan Gray |
2023-12-14 | Use imsg_get_fd() to access the file descriptor passed in the imsg. | Claudio Jeker |
2023-07-03 | Use new ibuf API. Use ibuf_data() and ibuf_size() instead of direct | Claudio Jeker |
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-11-07 | Fix theoretical access to garbage stack memory in pfkey_reply for | Moritz Buhl |
2022-05-06 | Relax the limitation of what is an acceptable unicast IP. | Claudio Jeker |
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-03-01 | allocate enough space in start_child() argv for all possible flags | Jonathan Gray |
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 |
2020-06-22 | On my previous commit I made the wrong assumption that the control socket was | Ricardo Mestre |
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-12 | Make ldpd lookup the adjacency not only by source IP address but also | YASUOKA Masahiko |
2019-08-10 | Like we did on other daemons that cannot be pledged due to forbidden ioctls the | Ricardo Mestre |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-03-31 | new sentence, new line; | Jason McIntyre |
2019-03-31 | GTSM is not widely known, so be more concrete as to its effect | Richard Procter |
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 |
2019-01-23 | teach ldpd to ask if a potential pseudowire interface can do pwe3 | David Gwynne |
2019-01-23 | factor out parsing of ldp router ids by making it part of the grammar | David Gwynne |
2019-01-23 | rework how tcp md5 signatures are configured. | David Gwynne |
2019-01-22 | PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls | Kenneth R Westerback |
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-07 | replace malloc()+strlcpy() with strndup() in cmdline_symset(). | miko |
2018-08-06 | Change manpage example for reserved words since the macro used is to replace | Ricardo Mestre |
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-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 |