summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2012-07-12remove unused filesEric Faurot
2012-07-12remove a double .includeJasper Lievisse Adriaanse
2012-07-12minor fixMarc Espie
2012-07-12add support for maildir tagging/folders.Charles Longeau
2012-07-11enable back = char in address localpart, that is sometimes used by mailing li...Charles Longeau
2012-07-11Respect RFC 5321, section 4.5.3.1.: it reduces our current max size forCharles Longeau
2012-07-11Don't respect RFC 5322, that allows some crazy characters in emailCharles Longeau
2012-07-11improve messages for suspend/hibernateTheo de Raadt
2012-07-11first go at a manpageDavid Gwynne
2012-07-11fix getopt to not eat tDavid Gwynne
2012-07-11-t pftag doesnt do anything, trim the getopt side of it until i get to it.David Gwynne
2012-07-11manpage is comingDavid Gwynne
2012-07-11bring in a persistent event driven tftp-proxy to replace the libexecDavid Gwynne
2012-07-11Disable SSLv2 in OpenSSL. No objections from djm.Stuart Henderson
2012-07-11Unbreak the tree for gcc2 arches.Peter Hessler
2012-07-11cleanup offset argument in default_print_* functions, pointed out by Mike SmallStuart Henderson
2012-07-11Limit "while(setsockopt(..SO_RCVBUF/SO_SNDBUF..))" loops to prevent themStuart Henderson
2012-07-11Don't skip pipe, kqueue, crypto, or systrace files in pstat -f outputPhilip Guenthe
2012-07-10backout the:Charles Longeau
2012-07-10support -A to print the ascii text of captured packets. ok deraadt@Stuart Henderson
2012-07-10accept address literal for the recipient domain.Charles Longeau
2012-07-10- simplify the scheduler loop logic further, it is ridiculously simple nowGilles Chehade
2012-07-10fix the last outstanding functionality difference i could find betweenDavid Gwynne
2012-07-10libexec/tftpd handled the case where we'd get an ack for the previousDavid Gwynne
2012-07-09According to miod, KERNBASE used as a userland symbol should dieTheo de Raadt
2012-07-09resolve conflictsStuart Henderson
2012-07-09NSD v3.2.11, ok phessler@Stuart Henderson
2012-07-09- introduce log_trace(TRACE_SCHEDULER, ...)Gilles Chehade
2012-07-09Remove generated files.Stuart Henderson
2012-07-09move to the new resolver implementation, with temporary glue to useEric Faurot
2012-07-09Fix the handling of the message read buf with regard to MSG_PROCESS_LIMIT.Claudio Jeker
2012-07-09- runner is the terminology we used back when we had runqueues, we noGilles Chehade
2012-07-09Allow relayd to handle transactions > 2GB in sizeTheo de Raadt
2012-07-09need a private copy of nitems()Theo de Raadt
2012-07-09Use size_t for the length variablePeter Hessler
2012-07-09first step of simplifying fsqueue:Gilles Chehade
2012-07-08Add support for the "sha256digest" keyword to create/compareChristian Weisgerber
2012-07-08remove enum queue_kind from queue_fsqueue.c.Charles Longeau
2012-07-08New attempt to make the -P flag work with -ss, so that states can beLawrence Teo
2012-07-08avoid line splitting; also, one an -> aJason McIntyre
2012-07-08- plug text_to_relayhost() in parse.y to support relay URLs.Gilles Chehade
2012-07-08auth_bsd() is staticGilles Chehade
2012-07-08Increase maximum number of tun interfaces to 8.giovanni
2012-07-08if you use nitems() in userland, you must define it yourselfTheo de Raadt
2012-07-08a -> an in a commentBret Lambert
2012-07-08Add support for advertising dns servers and search paths in routerPeter Hessler
2012-07-08new sentence, new line;Jason McIntyre
2012-07-08Add noifprefix, an option to send an RA with no prefix information.Peter Hessler
2012-07-07allow httpd to build if sslv2 is disabled, ok guenther@Stuart Henderson
2012-07-07rename prio in struct pf_rule and related structs to set_prio so it isHenning Brauer