summaryrefslogtreecommitdiffstats
path: root/usr.sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't need <sys/types.h> and <sys/param.h>. Nuke the former when DEV_BSIZEkrw2015-12-012-4/+2
* pledge regression: some operations appear to want to getpwent fromderaadt2015-11-301-5/+1
* Sort includes.jca2015-11-301-21/+19
* Fix error message after conversion from select(2) to poll(2).jca2015-11-301-2/+2
* Kill Mobile IPv6 references. Also spotted by florian@jca2015-11-302-13/+5
* Clean up get_next_msg(): kill dead argument/codejca2015-11-303-16/+7
* Remove the already disabled Router Renumbering support (RFC2894).jca2015-11-305-577/+9
* remove table-passwd, table-sqlite, and table-ldapjung2015-11-3012-4405/+1
* Revert the sync -> fsync conversion (at least for the time being) - therejsing2015-11-304-9/+14
* change Xrs from now-defunct db(3) to dbopen(3); this wasn;t ajmc2015-11-308-50/+39
* fix prototypegilles2015-11-301-2/+2
* smtpd-api.h update, missing prototypes, no functional changegilles2015-11-301-11/+16
* add a couple smtpd-specific defines we want to expose to filtersgilles2015-11-301-1/+9
* if a ca_name is set, dump it to on-disk envelope so we recall it on reload.gilles2015-11-301-1/+10
* add ca_name field to some structures in preparation for a largergilles2015-11-301-1/+4
* when looking up tables, start in /usr/local/libexec before /usr/libexec, sogilles2015-11-304-21/+29
* bring lka_mailaddrmap(), currently unused, required by sendermap/masqueradegilles2015-11-301-1/+40
* handle "mda command too long" as a tempfailgilles2015-11-301-3/+12
* replace a fatalx() with a graceful failuregilles2015-11-301-3/+5
* update to.c to fix IPv6 address parsing in smtpd.conf, while at it allowgilles2015-11-301-35/+50
* mechanical rename of some IMSG constantsgilles2015-11-308-59/+59
* Fix dynamic prefix tracking.jca2015-11-301-7/+3
* While delivering to lmtp or mda, accept optional "as user" parametersunil2015-11-306-16/+49
* remove mailaddr_to_username(), no longer neededgilles2015-11-301-12/+4
* teach aliases expansion how to deal with user+taggilles2015-11-302-17/+71
* Better cope with meta rc.d scripts; these are ugly but well...ajacoutot2015-11-291-36/+43
* Tedu stdethers and stdhosts from /usr/sbin, which are only used in Makefile.yprpe2015-11-299-427/+17
* Use pledge("pf") in pfe.c.benno2015-11-294-5/+12
* give up on pledge for now.deraadt2015-11-291-4/+1
* pledge: allow getsockopt IP_IPDEFTTL with promise inetbenno2015-11-281-1/+4
* Use SOCK_NONBLOCK in relayd as well.reyk2015-11-289-61/+23
* chflags -l flag went away. Noticed this myself 15 minutesderaadt2015-11-281-2/+2
* add missing "log" bitsgsoares2015-11-281-2/+6
* Imporve error messages for the imsg handler code. OK sthen@claudio2015-11-271-6/+6
* add getpw to pledge. rpath would normally suffice, but there's some doubletedu2015-11-271-2/+2
* Change the command line syntax to a "command + getopts" style, eg.reyk2015-11-278-438/+309
* Apply pledge.deraadt2015-11-265-15/+13
* Delete YP lookup code; user base of 0.deraadt2015-11-262-26/+2
* Don't dereference a route and then reference it again. In this particular case,tim2015-11-261-5/+5
* Remove vmm enable / disable in parse.y as well -reyk2015-11-261-11/+4
* Automatically start vmm(4) when the first VM is created and after thereyk2015-11-267-256/+8
* Fix potentially uninitialized variable.reyk2015-11-261-2/+2
* typo: should be looking pid == -1tedu2015-11-251-2/+2
* realloc* is designed so that NULL pointer = malloc. Ditch redundant codeespie2015-11-241-13/+5
* zap useless use of strlen, okay reyk@ mlarkin@espie2015-11-241-2/+2
* add filter.c plumbing, not linked to the build, not used yetgilles2015-11-241-0/+934
* teach table_db and table_static about mailaddr maps (unused yet)gilles2015-11-242-4/+4
* Cache values from getpwnam() done at initialization, which need to bederaadt2015-11-243-22/+29
* use canonical pledge argument orderingderaadt2015-11-241-2/+2
* Do not need YFLAGS=deraadt2015-11-231-1/+0