summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-11-30mechanical rename of some IMSG constantsGilles Chehade
2015-11-30Fix dynamic prefix tracking.Jeremie Courreges-Anglas
2015-11-30While delivering to lmtp or mda, accept optional "as user" parameterSunil Nimmagadda
2015-11-30remove mailaddr_to_username(), no longer neededGilles Chehade
2015-11-30teach aliases expansion how to deal with user+tagGilles Chehade
2015-11-29Better cope with meta rc.d scripts; these are ugly but well...Antoine Jacoutot
2015-11-29Tedu stdethers and stdhosts from /usr/sbin, which are only used in Makefile.ypRobert Peichaer
2015-11-29Use pledge("pf") in pfe.c.Sebastian Benoit
2015-11-29give up on pledge for now.Theo de Raadt
2015-11-28pledge: allow getsockopt IP_IPDEFTTL with promise inetSebastian Benoit
2015-11-28Use SOCK_NONBLOCK in relayd as well.Reyk Floeter
2015-11-28chflags -l flag went away. Noticed this myself 15 minutesTheo de Raadt
2015-11-28add missing "log" bitsGleydson Soares
2015-11-27Imporve error messages for the imsg handler code. OK sthen@Claudio Jeker
2015-11-27add getpw to pledge. rpath would normally suffice, but there's some doubleTed Unangst
2015-11-27Change the command line syntax to a "command + getopts" style, eg.Reyk Floeter
2015-11-26Apply pledge.Theo de Raadt
2015-11-26Delete YP lookup code; user base of 0.Theo de Raadt
2015-11-26Don't dereference a route and then reference it again. In this particular case,Tim van der Molen
2015-11-26Remove vmm enable / disable in parse.y as well -Reyk Floeter
2015-11-26Automatically start vmm(4) when the first VM is created and after theReyk Floeter
2015-11-26Fix potentially uninitialized variable.Reyk Floeter
2015-11-25typo: should be looking pid == -1Ted Unangst
2015-11-24realloc* is designed so that NULL pointer = malloc. Ditch redundant codeMarc Espie
2015-11-24zap useless use of strlen, okay reyk@ mlarkin@Marc Espie
2015-11-24add filter.c plumbing, not linked to the build, not used yetGilles Chehade
2015-11-24teach table_db and table_static about mailaddr maps (unused yet)Gilles Chehade
2015-11-24Cache values from getpwnam() done at initialization, which need to beTheo de Raadt
2015-11-24use canonical pledge argument orderingTheo de Raadt
2015-11-23Do not need YFLAGS=Theo de Raadt
2015-11-23allow table API to lookup for mailaddr mappingsGilles Chehade
2015-11-23spelling fix; from frank groeneveldJason McIntyre
2015-11-23accept4() is restarted after signals which prevents vmd from exitingReyk Floeter
2015-11-23missing pledge "getpw" for getgrnam(3)Theo de Raadt
2015-11-23Retire socket_set_blockmode() in favor of the SOCK_NONBLOCK type flag.Reyk Floeter
2015-11-23I accidentally removed a newline in usage() when converting the logReyk Floeter
2015-11-23Use SOCK_NONBLOCK to replace socket_set_blockmode() and fcntl(..O_NONBLOCK).Reyk Floeter
2015-11-23Sync proc.c with ikedReyk Floeter
2015-11-23Sync proc.c with iked.Reyk Floeter
2015-11-23Sync proc.c with iked: the default proc_dispatch_null allows to removeReyk Floeter
2015-11-23Clarify the size argument, you can specify it as bytes or kilobytes,Reyk Floeter
2015-11-23strings.h -> string.hGilles Chehade
2015-11-23cleanupGilles Chehade
2015-11-23Add support for logging to stderr or syslog, and to run vmd inReyk Floeter
2015-11-23Restructure bounce content as a multi-part MIME message.Sunil Nimmagadda
2015-11-23install manpages global, since two architecture (will) use them.Theo de Raadt
2015-11-22mare naesplit;Jason McIntyre
2015-11-22+.An -naesplitJason McIntyre
2015-11-22use PATH_MAX where neededTheo de Raadt
2015-11-22enter dirs..Theo de Raadt