summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2019-08-01smtpd can crash on excessively large input, causing a denial of service.Gilles Chehade
2019-07-31When walking a leaf return the value itself instead of returning theMartijn van Duren
2019-07-28minor markup polishing and typo fixes; OK kn@Ingo Schwarze
2019-07-28Document the iodevice keyword.Mark Kettenis
2019-07-28Add missing article, use Dq not literal "kn
2019-07-28Use imperative present tense consistentlykn
2019-07-28Move ldom.conf.5 to ldomctlkn
2019-07-28Delete all CPUs from the primary and add back the number that we want toMark Kettenis
2019-07-28Add support for configuring static direct I/O.Mark Kettenis
2019-07-27tweak previous;Jason McIntyre
2019-07-27Move configuration format into ldom.conf(5)kn
2019-07-26add IMSG_REPORT_SMTP_TX_RESET to imsg_to_strGilles Chehade
2019-07-26even though RSET can be issued outside a tx, RFC states it's noop outside aGilles Chehade
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