summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2011-04-15stop talking about make depend; ok guentherTheo de Raadt
2011-04-15do not need the run "make depend" reminder anymoreTheo de Raadt
2011-04-14bye bye queue_hash() you can now rest in peace.Gilles Chehade
2011-04-14- implement missing operations for fsqueue:Gilles Chehade
2011-04-14no functionnal changeGilles Chehade
2011-04-14- implement fsqueue_message_create() and fsqueue_message_commit()Gilles Chehade
2011-04-14remove annoying log_debug()Gilles Chehade
2011-04-14fsqueue now provides fsqueue_message_fd_r() and fsqueue_message_fd_rw() toGilles Chehade
2011-04-14fsqueue_message_delete() should use fsqueue_hash() not queue_hash() as i'mGilles Chehade
2011-04-14fsqueue queue backend will implement a filesystem queue:Gilles Chehade
2011-04-14smtpd makes too many assumptions about the structure and layout of itsGilles Chehade
2011-04-13following an idea from jacekm@, smtpd now uses a ram-queue instead of doingGilles Chehade
2011-04-12Splicing is currently only supported for TCP relays, not for HTTP orReyk Floeter
2011-04-12update flags and printing of flags in debug mode, handle splicing flag.Reyk Floeter
2011-04-12Enable socket splicing for relayd. This allows zero-copy dataAlexander Bluhm
2011-04-10Correct the logic on when fib-update is set. Test the flag don'tJonathan Gray
2011-04-10Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc nowPhilip Guenthe
2011-04-08- avoid nasty line wrap in SYNOPSISJason McIntyre
2011-04-07tweak previous;Jason McIntyre
2011-04-07Add support for divert-to which provides some benefits over rdr-to.Reyk Floeter
2011-04-06When specifying tos with -t, display a message if the returned packetStuart Henderson
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2011-04-06Local variables storing integer values and printed with %d should beMiod Vallat
2011-04-05Remove portalfs.Thordur I. Bjornsson
2011-04-05Move session related code into session.c.Claudio Jeker
2011-04-05Log the SessionName so that it is possible to understand which sessionClaudio Jeker
2011-04-04Remove unused variables; from Michael W. BombardieriTodd C. Miller
2011-04-04arla_warn -> arla_warnx if there is no errno to pass...Miod Vallat
2011-04-03Call setlocale() to avoid display glitches in UTF-8 locales.Stefan Sperling
2011-04-02add stat counters for the lookup agentEric Faurot
2011-04-02saner and hopefully correct implementation for dname_from_fqdn().Eric Faurot
2011-04-02add support for pppx interfaces instead of tun interfaces.David Gwynne
2011-03-31cleanup and simplification following the asr update.Eric Faurot
2011-03-31remove dead code from pppoe(8).Igor Sobrado
2011-03-29remove unused code now that reverse lookups are done through asr.Eric Faurot
2011-03-29make use the cname query interface from asr for reverse lookupsEric Faurot
2011-03-28tweak previous;Jason McIntyre
2011-03-28Add a couple of examples on tcpflags and icmptype filtersgiovanni
2011-03-27add a function to factorize resetting of dnssession events.Eric Faurot
2011-03-27add missing CVS markers and update copyright year.Eric Faurot
2011-03-26missing file in previous commitEric Faurot
2011-03-26Fix the MX lookup process:Eric Faurot
2011-03-26check that we actually have a stdio stream opened for the message beforeGilles Chehade
2011-03-26Tweak the asr API to make things a bit smoother on the user side.Eric Faurot
2011-03-26Merge a reverse lookup query implementation into asr.Eric Faurot
2011-03-26have the client API receive a stdio stream rather than a fd to the messageGilles Chehade
2011-03-26use an index for iterating into the mx list.Eric Faurot
2011-03-25Use the rdomain information returned by DIOCNATLOOK to install theClaudio Jeker
2011-03-25Rewrite the lsack generation. Make it more like the lsupdate code.Claudio Jeker
2011-03-24Make the sequence number constanst explicitly unsigned. The seq_num isClaudio Jeker