Age | Commit message (Expand) | Author |
2016-01-14 | Check whether a string from imsg is empty by dereferencing the char* | mmcc |
2016-01-14 | stdio.h is not needed here anymore. | Mike Larkin |
2016-01-13 | "Check UDP length for short as well as long values" - apply the fix from | Stuart Henderson |
2016-01-13 | Update the comments in vmctl.c that are describing function arguments. | Reyk Floeter |
2016-01-13 | Update the comment that is decribing terminate_vm()'s arguments, | Reyk Floeter |
2016-01-12 | Move prototypes of local functions from lp.h to the .c files and make | tb |
2016-01-12 | Let smtpd start on machines without a FQDN as hostname. | Sunil Nimmagadda |
2016-01-12 | Do not print an error if the list of prefixes is empty. | Martin Pieuchot |
2016-01-12 | Remove wireless turbo mode support. It is a non-standard extension | Stefan Sperling |
2016-01-11 | This adds the host_error output and the http code (when available) to the | Sebastian Benoit |
2016-01-11 | sneaky whitespace snuck in again | Theo de Raadt |
2016-01-11 | When caching the mtime of the spool directory and system crontab files, | Todd C. Miller |
2016-01-11 | remove filter api man page, this needs rework | Joerg Jung |
2016-01-10 | remove a duplicate break statement | Jonathan Gray |
2016-01-09 | do not install filter_api.3 until the names are changed, to avoid namespace | Joerg Jung |
2016-01-08 | adjust a debug message to use decimal instead of hex | Joerg Jung |
2016-01-08 | Zap extraneous SYNOPSIS sections. | Vadim Zhukov |
2016-01-08 | Add missing space in "Delivered-to:%s\n" header. | Christopher Zimmermann |
2016-01-08 | Keep the pledge of the vmm and vm processes disabled for now as long | Reyk Floeter |
2016-01-08 | Must set MAX_PORTS to 65536, since we assign to | Stefan Kempf |
2016-01-07 | If transparent-as is set to no AS paths are prepended with the local | Florian Obser |
2016-01-05 | don't use the second argument of pledge(2) as the whitelist is not stabilized | Sebastien Marie |
2016-01-05 | Make some things static that are only used in loadfile_elf.c | Mike Larkin |
2016-01-05 | Fail fast if elf64_exec fails. No need to populate the bootargs/stack | Mike Larkin |
2016-01-05 | more bzero -> memset conversions | Mike Larkin |
2016-01-04 | no need for af on divert-to rule; from/ok mikeb | Jason McIntyre |
2016-01-04 | add proc and exec to pledge in lka, required to run external add-ons outside of | Joerg Jung |
2016-01-04 | switch to /usr/local/libexec when looking for -extras and drop loop iterating | Joerg Jung |
2016-01-04 | Use an bitmap of handler function pointers to track I/O device to handler | Mike Larkin |
2016-01-04 | bzero -> memset for consistency | Mike Larkin |
2016-01-03 | Clarify vmctl console operation. | Mike Larkin |
2016-01-03 | Add a cleanup block, fix a couple of memory leaks, fix a typo and a bit | Mike Larkin |
2016-01-03 | forgot to call RB_INIT. but yet things mostly worked... | Ted Unangst |
2016-01-03 | fix wording which becomes confusing now that filters is a real thing | Gilles Chehade |
2016-01-02 | fix typo in comment, found by Michal Mazurek, thanks | Sebastian Benoit |
2016-01-01 | add grp.h for setgroups, not necessarily required on OpenBSD but reduces diff | Joerg Jung |
2015-12-31 | Provide a prototype for yyparse(). Unbreaks the tree. | Mark Kettenis |
2015-12-31 | Do not mix EX_* from sysexits.h and EXIT_* from stdlib.h, just use | Todd C. Miller |
2015-12-30 | SSL_CTX_free() and SSL_free() check for null so dont do it in smtpd | Sebastian Benoit |
2015-12-30 | SSL_CTX_free() and SSL_free() check for null so dont do it in relayd | Sebastian Benoit |
2015-12-30 | SSL_CTX_free() and SSL_free() check for null so dont do it in ldapd | Sebastian Benoit |
2015-12-30 | pledge(2) tokenadm(8): it needs "rpath wpath cpath fattr flock" for operations | mestre |
2015-12-30 | now that ibuf_free() checks for null, we can remove the check here. | Sebastian Benoit |
2015-12-30 | now that ibuf_free() checks for null, we can remove the check here. | Sebastian Benoit |
2015-12-30 | d_namlen is not portable, there is no reason to keep a delta with -portable and | Joerg Jung |
2015-12-29 | Don't assume fprintf() will set the FILE * error condition. | Todd C. Miller |
2015-12-29 | Change send_line() return value to be 1/0 like get_responses() and | Todd C. Miller |
2015-12-29 | When running syslogd in debug mode, use a callback to print the | Alexander Bluhm |
2015-12-28 | Replace lseek/[read|write] with pread|pwrite. | Kenneth R Westerback |
2015-12-28 | remove spaces after '!' | Joerg Jung |