summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-12-01switch to new _ftp_proxy user; ok dlgTheo de Raadt
2015-12-01switch to new _tftp_proxy user; ok dlgTheo de Raadt
2015-12-01Don't need <sys/types.h> and <sys/param.h>. Nuke the former when DEV_BSIZEKenneth R Westerback
2015-11-30pledge regression: some operations appear to want to getpwent fromTheo de Raadt
2015-11-30Sort includes.Jeremie Courreges-Anglas
2015-11-30Fix error message after conversion from select(2) to poll(2).Jeremie Courreges-Anglas
2015-11-30Kill Mobile IPv6 references. Also spotted by florian@Jeremie Courreges-Anglas
2015-11-30Clean up get_next_msg(): kill dead argument/codeJeremie Courreges-Anglas
2015-11-30Remove the already disabled Router Renumbering support (RFC2894).Jeremie Courreges-Anglas
2015-11-30remove table-passwd, table-sqlite, and table-ldapJoerg Jung
2015-11-30Revert the sync -> fsync conversion (at least for the time being) - thereJoel Sing
2015-11-30change Xrs from now-defunct db(3) to dbopen(3); this wasn;t aJason McIntyre
2015-11-30fix prototypeGilles Chehade
2015-11-30smtpd-api.h update, missing prototypes, no functional changeGilles Chehade
2015-11-30add a couple smtpd-specific defines we want to expose to filtersGilles Chehade
2015-11-30if a ca_name is set, dump it to on-disk envelope so we recall it on reload.Gilles Chehade
2015-11-30add ca_name field to some structures in preparation for a largerGilles Chehade
2015-11-30when looking up tables, start in /usr/local/libexec before /usr/libexec, soGilles Chehade
2015-11-30bring lka_mailaddrmap(), currently unused, required by sendermap/masqueradeGilles Chehade
2015-11-30handle "mda command too long" as a tempfailGilles Chehade
2015-11-30replace a fatalx() with a graceful failureGilles Chehade
2015-11-30update to.c to fix IPv6 address parsing in smtpd.conf, while at it allowGilles Chehade
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