Age | Commit message (Expand) | Author |
2015-12-01 | switch to new _ftp_proxy user; ok dlg | Theo de Raadt |
2015-12-01 | switch to new _tftp_proxy user; ok dlg | Theo de Raadt |
2015-12-01 | Don't need <sys/types.h> and <sys/param.h>. Nuke the former when DEV_BSIZE | Kenneth R Westerback |
2015-11-30 | pledge regression: some operations appear to want to getpwent from | Theo de Raadt |
2015-11-30 | Sort includes. | Jeremie Courreges-Anglas |
2015-11-30 | Fix error message after conversion from select(2) to poll(2). | Jeremie Courreges-Anglas |
2015-11-30 | Kill Mobile IPv6 references. Also spotted by florian@ | Jeremie Courreges-Anglas |
2015-11-30 | Clean up get_next_msg(): kill dead argument/code | Jeremie Courreges-Anglas |
2015-11-30 | Remove the already disabled Router Renumbering support (RFC2894). | Jeremie Courreges-Anglas |
2015-11-30 | remove table-passwd, table-sqlite, and table-ldap | Joerg Jung |
2015-11-30 | Revert the sync -> fsync conversion (at least for the time being) - there | Joel Sing |
2015-11-30 | change Xrs from now-defunct db(3) to dbopen(3); this wasn;t a | Jason McIntyre |
2015-11-30 | fix prototype | Gilles Chehade |
2015-11-30 | smtpd-api.h update, missing prototypes, no functional change | Gilles Chehade |
2015-11-30 | add a couple smtpd-specific defines we want to expose to filters | Gilles Chehade |
2015-11-30 | if a ca_name is set, dump it to on-disk envelope so we recall it on reload. | Gilles Chehade |
2015-11-30 | add ca_name field to some structures in preparation for a larger | Gilles Chehade |
2015-11-30 | when looking up tables, start in /usr/local/libexec before /usr/libexec, so | Gilles Chehade |
2015-11-30 | bring lka_mailaddrmap(), currently unused, required by sendermap/masquerade | Gilles Chehade |
2015-11-30 | handle "mda command too long" as a tempfail | Gilles Chehade |
2015-11-30 | replace a fatalx() with a graceful failure | Gilles Chehade |
2015-11-30 | update to.c to fix IPv6 address parsing in smtpd.conf, while at it allow | Gilles Chehade |
2015-11-30 | mechanical rename of some IMSG constants | Gilles Chehade |
2015-11-30 | Fix dynamic prefix tracking. | Jeremie Courreges-Anglas |
2015-11-30 | While delivering to lmtp or mda, accept optional "as user" parameter | Sunil Nimmagadda |
2015-11-30 | remove mailaddr_to_username(), no longer needed | Gilles Chehade |
2015-11-30 | teach aliases expansion how to deal with user+tag | Gilles Chehade |
2015-11-29 | Better cope with meta rc.d scripts; these are ugly but well... | Antoine Jacoutot |
2015-11-29 | Tedu stdethers and stdhosts from /usr/sbin, which are only used in Makefile.yp | Robert Peichaer |
2015-11-29 | Use pledge("pf") in pfe.c. | Sebastian Benoit |
2015-11-29 | give up on pledge for now. | Theo de Raadt |
2015-11-28 | pledge: allow getsockopt IP_IPDEFTTL with promise inet | Sebastian Benoit |
2015-11-28 | Use SOCK_NONBLOCK in relayd as well. | Reyk Floeter |
2015-11-28 | chflags -l flag went away. Noticed this myself 15 minutes | Theo de Raadt |
2015-11-28 | add missing "log" bits | Gleydson Soares |
2015-11-27 | Imporve error messages for the imsg handler code. OK sthen@ | Claudio Jeker |
2015-11-27 | add getpw to pledge. rpath would normally suffice, but there's some double | Ted Unangst |
2015-11-27 | Change the command line syntax to a "command + getopts" style, eg. | Reyk Floeter |
2015-11-26 | Apply pledge. | Theo de Raadt |
2015-11-26 | Delete YP lookup code; user base of 0. | Theo de Raadt |
2015-11-26 | Don't dereference a route and then reference it again. In this particular case, | Tim van der Molen |
2015-11-26 | Remove vmm enable / disable in parse.y as well - | Reyk Floeter |
2015-11-26 | Automatically start vmm(4) when the first VM is created and after the | Reyk Floeter |
2015-11-26 | Fix potentially uninitialized variable. | Reyk Floeter |
2015-11-25 | typo: should be looking pid == -1 | Ted Unangst |
2015-11-24 | realloc* is designed so that NULL pointer = malloc. Ditch redundant code | Marc Espie |
2015-11-24 | zap useless use of strlen, okay reyk@ mlarkin@ | Marc Espie |
2015-11-24 | add filter.c plumbing, not linked to the build, not used yet | Gilles Chehade |
2015-11-24 | teach table_db and table_static about mailaddr maps (unused yet) | Gilles Chehade |
2015-11-24 | Cache values from getpwnam() done at initialization, which need to be | Theo de Raadt |