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