Age | Commit message (Expand) | Author |
2019-07-25 | Fix another %m occurence | kn |
2019-07-24 | rib_dump_terminate() and rib_dump_abort() need to free any possibly | Claudio Jeker |
2019-07-24 | Make SMTPS default to port 465 in relay-host | kn |
2019-07-24 | mrt.h only needs to be included by mrt.c | Sebastian Benoit |
2019-07-24 | Two problems: | Gilles Chehade |
2019-07-24 | Fix format specifier in execl(3) error message | kn |
2019-07-24 | GC old catchall | Marc Espie |
2019-07-24 | Stop using reserved words in the smtpd.conf configuration examples | kmos |
2019-07-24 | explain some details | Marc Espie |
2019-07-24 | Refactor the way RIBs are parsed a bit. No functional change but should | Claudio Jeker |
2019-07-24 | Cleanup and fix some obvious shortcomings in the mrt dump code. Also | Claudio Jeker |
2019-07-23 | Use the correct prefix size when writing out AID_VPN_IPv4 and AID_VPN_IPv6 | Claudio Jeker |
2019-07-23 | Make sure that pfd is not overflown, can not happen unless the mrt count | Claudio Jeker |
2019-07-23 | include grp.h for setgroups() | Gilles Chehade |
2019-07-23 | errstr may be uninitialized in error code path | Gilles Chehade |
2019-07-23 | Clean up RIB related kroute code. Introduce a way to flush a FIB table | Claudio Jeker |
2019-07-23 | delete a stray blank from the usage() message; reported by Jesper Wallin | Ingo Schwarze |
2019-07-22 | Use mnemonic IPPORT_HILASTAUTO | kn |
2019-07-22 | switchd(8)'s main proc needs to open the following paths, and which can be | Ricardo Mestre |
2019-07-22 | Zap useless globals | kn |
2019-07-22 | No need to check first if something is not NULL to assign NULL to it. | Claudio Jeker |
2019-07-22 | GC three prototypes whose function have gone long ago. | Claudio Jeker |
2019-07-22 | separate the atend behavior, because dpb wants a pure signal intercept | Marc Espie |
2019-07-21 | tweak register a bit... END {} code is obviously the problem | Marc Espie |
2019-07-21 | gc old functions, that part is clean as well... | Marc Espie |
2019-07-21 | start re-adding the non-broken changes: | Marc Espie |
2019-07-19 | In the synopsis, put options that take no arguments before those that do. | Ingo Schwarze |
2019-07-19 | When allocating socketpair() increase their send and receive buffers to | Claudio Jeker |
2019-07-17 | backout previous commits for now; some of this is shared with dpb and | Stuart Henderson |
2019-07-17 | Change the Adj-RIB-Out to a per peer set of RB trees. The way RIB data | Claudio Jeker |
2019-07-17 | vmm/vmd: Fix migration with pvclock | pd |
2019-07-16 | 1) Re-resolve and re-get constraints once the clock is synced. Constraints | Otto Moerbeek |
2019-07-15 | Improve logging when sending a packet fails. | remi |
2019-07-15 | Fix usage | kn |
2019-07-14 | Add interface to set/update a data property. | Mark Kettenis |
2019-07-14 | a bunch of changes, all related to error-handling: | Marc Espie |
2019-07-13 | fix error description on invalid forward ip. | Christopher Zimmermann |
2019-07-13 | Don't "forward to <table>" when a "forward to destination" address is set. | Christopher Zimmermann |
2019-07-12 | According to RFC 8555 we MUST send an User-Agent. | Florian Obser |
2019-07-11 | introduce link-auth to the smtp reporting stream so that filters may know | Gilles Chehade |
2019-07-11 | modify link-identify so it reports if HELO or EHLO was used | Gilles Chehade |
2019-07-11 | introduce link-reset to let smtpd report resets happening in a session | Gilles Chehade |
2019-07-11 | there are three ways to authenticate 'AUTH PLAIN', 'AUTH PLAIN <creds>' and | Gilles Chehade |
2019-07-11 | to avoid confusion, use the IANA-registered port rather than the old made-up | Stuart Henderson |
2019-07-11 | move the display of cmd into fatal, and don't say it's a fatal error, it's | Marc Espie |
2019-07-11 | tweak the way we report bugs | Marc Espie |
2019-07-11 | sort Xr; | Jason McIntyre |
2019-07-11 | Xr ldomctl 8 | Theo de Raadt |
2019-07-10 | obfuscate auth parameters in smtp reporting | Gilles Chehade |
2019-07-10 | yet another last_error | Marc Espie |