Age | Commit message (Expand) | Author |
2016-09-25 | Make a move towards ending 4 decades of kernel snooping. | Theo de Raadt |
2016-09-25 | Remove more duplicated includes | Frederic Cambus |
2016-09-25 | consistently use MAX_ prefix | Florian Obser |
2016-09-25 | Interval calculations are perfectly fine with ints. | Florian Obser |
2016-09-24 | The file descriptor needs to be closed in both the TLS and non-TLS case, | Joel Sing |
2016-09-24 | Both tls_free() and tls_config_free() are safe to call with NULL. | Joel Sing |
2016-09-24 | Remove more backwards compat for unsupported OpenBSD releases. | Joel Sing |
2016-09-24 | sort FILES; | Jason McIntyre |
2016-09-24 | improve DESCRIPTION; | Jason McIntyre |
2016-09-23 | Revert a wording change. Requested by jmc@ | Alexander Bluhm |
2016-09-23 | Add some more improvements from jmc@ to syslogd(8). | Alexander Bluhm |
2016-09-23 | Document certificate handling in syslogd(8) man page. | Alexander Bluhm |
2016-09-23 | It is ok to call free() on NULL pointers. | Rafael Zalamena |
2016-09-23 | With the new large socket buffer sizes, syslogd could use more mbufs | Alexander Bluhm |
2016-09-23 | use sizeof instead of constant 16 in function calls | Jonathan Gray |
2016-09-23 | Improve syslogd(8) man page. | Alexander Bluhm |
2016-09-22 | Make sure we don't have conflicting UIDs/GIDs when adding user/group. | Antoine Jacoutot |
2016-09-22 | Change function arguments from "unsigned char keyname[16]" to | Jonathan Gray |
2016-09-22 | correct invalid use of sizeof | Jonathan Gray |
2016-09-22 | include time.h for time() | Jonathan Gray |
2016-09-21 | Use a properly aligned buffer (malloc'd, not on stack) to get routing messages. | Jeremie Courreges-Anglas |
2016-09-21 | Use the correct local variable to get address & prefixlen in routing messages | Jeremie Courreges-Anglas |
2016-09-21 | tweak previous; | Jason McIntyre |
2016-09-21 | Add an option to give syslogd a server CA that is used to validate | Alexander Bluhm |
2016-09-21 | Remove the use of cast. It is unnecessary and potentially problematic. | YASUOKA Masahiko |
2016-09-20 | reoorder includes, | Sebastian Benoit |
2016-09-20 | Unbreak logging for children process in switchd(8). log_init/verbose() | Rafael Zalamena |
2016-09-20 | some fixes from rob pierce; ok yasuoka | Jason McIntyre |
2016-09-19 | Add pledge support to pstat | Theo Buehler |
2016-09-19 | Fix pstat -ft. In presence of the -f flag, a logic error in ttymode() | Theo Buehler |
2016-09-19 | the pf.conf sample should refer to group _tftp_proxy, not proxy; | Jason McIntyre |
2016-09-19 | Fix 'const char *' qualifier removal warning by casting it out with | Rafael Zalamena |
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 |