Age | Commit message (Expand) | Author |
2016-09-19 | Only allow standard dot notation for IPv4 addresses as target. | Florian Obser |
2016-09-18 | tweak previous; | Jason McIntyre |
2016-09-18 | add a config file parser to acme-client (unused at the moment, so that | Sebastian Benoit |
2016-09-18 | Kill p_env from proc.c. The p_env variable was not being used seriously and | Rafael Zalamena |
2016-09-17 | move the .SUNW_ctf section name definition to exec_elf.h and document it in e... | Jasper Lievisse Adriaanse |
2016-09-16 | procmap fumbles with uvm_map_addr structures, which are now in RBTs | David Gwynne |
2016-09-15 | add some Xr for acme-client(1); | Jason McIntyre |
2016-09-15 | more fat trimming; | Jason McIntyre |
2016-09-15 | Go in the background later, using rdaemon(). | Jeremie Courreges-Anglas |
2016-09-15 | Teach switchd(8) how to shutdown using close() instead of kill(). | Rafael Zalamena |
2016-09-15 | actual signify2 code, a bit refactoring | Marc Espie |
2016-09-15 | move the error saving code slightly around | Marc Espie |
2016-09-14 | move default file and directory locations to a new FILES section | T.J. Townsend |
2016-09-14 | move the check up in state | Marc Espie |
2016-09-14 | Teach switchd(8) how to fork+exec. | Rafael Zalamena |
2016-09-14 | add an is_local-file method for later signature | Marc Espie |
2016-09-14 | Teach ntpd(8) how to fork+exec. | Rafael Zalamena |
2016-09-14 | gc pipe: support, makes less and less sense as time goes by | Marc Espie |
2016-09-14 | tidy running those commands | Marc Espie |
2016-09-14 | gc last remnants of source: | Marc Espie |
2016-09-14 | Add clarifications ("comments") to three places where it wasn't | Reyk Floeter |
2016-09-14 | remove useless #ifndef | Eric Faurot |
2016-09-14 | Fix copyright disclaimer in util.c. | Reyk Floeter |
2016-09-13 | convert some ifs to switches. ok millert tb | Ted Unangst |
2016-09-13 | sync with sys/lib/libsa/loadfile_elf.c -r1.12 and load the .SUNW_ctf section | Jasper Lievisse Adriaanse |
2016-09-13 | A small amount more KNF to make this easier on our eyes. Not going further | Theo de Raadt |
2016-09-13 | hoist local variable initialization directly into the definitions, | Theo de Raadt |
2016-09-13 | hoist local variable initialization directly into the definitions, | Theo de Raadt |
2016-09-13 | Inconsistant use of case (value): idiom drives me nuts, I have no idea | Theo de Raadt |
2016-09-13 | RAND_status() and RAND_seed() are not needed, this is 2016. | Theo de Raadt |
2016-09-13 | use reallocarray() | Theo de Raadt |
2016-09-13 | chroot is not the reason this is run as root | Theo de Raadt |
2016-09-12 | strlen + emalloc + snprintf = asprintf | Michal Mazurek |
2016-09-12 | listener configuration cleanup: | Eric Faurot |
2016-09-12 | less markup; from rob pierce | Jason McIntyre |
2016-09-11 | Files in /etc/ssl belong to root. ok deraadt | Martin Natano |
2016-09-11 | First compute the variables, then set them readonly. So that we can catch | Antoine Jacoutot |
2016-09-11 | Indent cleanup. | Antoine Jacoutot |
2016-09-11 | remove documentation for filters, we'll document when it's ready | Gilles Chehade |
2016-09-11 | Symlinks to binaries should belong to root:bin. | Martin Natano |
2016-09-10 | Drop syspatch_trap, it's simple enough for trap no needing its own function. | Antoine Jacoutot |
2016-09-10 | apply_patches should not take any arguments. | Antoine Jacoutot |
2016-09-10 | missing fclose() in an error path | Jonathan Gray |
2016-09-10 | fix an fd leak in an error path | Jonathan Gray |
2016-09-08 | Streamline the daemon shutdown sequence. | Eric Faurot |
2016-09-08 | new sign only when new sign | Marc Espie |
2016-09-07 | strlen + emalloc + snprintf = asprintf | Michal Mazurek |
2016-09-07 | Get rid of the static nomem() function and replace it with err(1, NULL); | Michal Mazurek |
2016-09-07 | Minimal man page. | Antoine Jacoutot |
2016-09-07 | Don't fetch all patches at once but instead fetch+verify+patch one by one. | Antoine Jacoutot |