Age | Commit message (Expand) | Author |
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 |
2015-11-24 | use canonical pledge argument ordering | Theo de Raadt |
2015-11-23 | Do not need YFLAGS= | Theo de Raadt |
2015-11-23 | allow table API to lookup for mailaddr mappings | Gilles Chehade |
2015-11-23 | spelling fix; from frank groeneveld | Jason McIntyre |
2015-11-23 | accept4() is restarted after signals which prevents vmd from exiting | Reyk Floeter |
2015-11-23 | missing pledge "getpw" for getgrnam(3) | Theo de Raadt |
2015-11-23 | Retire socket_set_blockmode() in favor of the SOCK_NONBLOCK type flag. | Reyk Floeter |
2015-11-23 | I accidentally removed a newline in usage() when converting the log | Reyk Floeter |
2015-11-23 | Use SOCK_NONBLOCK to replace socket_set_blockmode() and fcntl(..O_NONBLOCK). | Reyk Floeter |
2015-11-23 | Sync proc.c with iked | Reyk Floeter |
2015-11-23 | Sync proc.c with iked. | Reyk Floeter |
2015-11-23 | Sync proc.c with iked: the default proc_dispatch_null allows to remove | Reyk Floeter |
2015-11-23 | Clarify the size argument, you can specify it as bytes or kilobytes, | Reyk Floeter |
2015-11-23 | strings.h -> string.h | Gilles Chehade |
2015-11-23 | cleanup | Gilles Chehade |
2015-11-23 | Add support for logging to stderr or syslog, and to run vmd in | Reyk Floeter |
2015-11-23 | Restructure bounce content as a multi-part MIME message. | Sunil Nimmagadda |
2015-11-23 | install manpages global, since two architecture (will) use them. | Theo de Raadt |
2015-11-22 | mare naesplit; | Jason McIntyre |
2015-11-22 | +.An -naesplit | Jason McIntyre |
2015-11-22 | use PATH_MAX where needed | Theo de Raadt |
2015-11-22 | enter dirs.. | Theo de Raadt |