Age | Commit message (Expand) | Author |
2018-01-06 | tweak previous; | Jason McIntyre |
2018-01-06 | Import gilles@'s standalone spfwalk utility into smtpctl(8) as | Sunil Nimmagadda |
2018-01-06 | Move unpack functions into a seperate file. | Sunil Nimmagadda |
2018-01-05 | @libset is going to be part of the dependency information. | Marc Espie |
2018-01-05 | Use log_warnx() in places where errno is irrelevant. | Jeremie Courreges-Anglas |
2018-01-05 | Remove useless <sys/socketvar.h> includes. | Martin Pieuchot |
2018-01-04 | from paul de weerd: provide a more helpful Xr to ocspcheck, and note | Jason McIntyre |
2018-01-04 | Address TOCTOU issue with checking to ensure disks are regular files. | ccardenas |
2018-01-03 | Add support for IPv6 over MPLS pseudowire aka mpw(4) | denis |
2018-01-03 | Use crypt_checkpass(3) instead of crypt(3). | Sunil Nimmagadda |
2018-01-03 | pretty up the "start" command; | Jason McIntyre |
2018-01-03 | Add initial CD-ROM support to VMD via vioscsi. | ccardenas |
2018-01-02 | we haven't updated the version in a while despite many commits which is | Gilles Chehade |
2018-01-02 | Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined. | Philip Guenther |
2018-01-01 | RSA_private_{en,de}crypt() can fail and will return -1 in that case. | Claudio Jeker |
2018-01-01 | placeholder for new keyword that doesn't do anything yet, so that when it | Marc Espie |
2017-12-30 | get_date(), from getdate.y, was last used in the sparc support, so zap it | Philip Guenther |
2017-12-29 | Prevent syspatch from running and throw an error out if reorder_kernel is | Antoine Jacoutot |
2017-12-27 | log specific error when connect() fails. | Sebastian Benoit |
2017-12-23 | As we only use the .tv_sec field, simplify gettimeofday(2) -> time(3). | cheloha |
2017-12-23 | the trick to get signal names requires skipping over POSIX stuff we don't | Marc Espie |
2017-12-21 | typo; | Jason McIntyre |
2017-12-21 | Close the right file descriptor and clean up the tls context in aldap_close(). | Jonathan Matthew |
2017-12-18 | always initialize the hce_launch_checks event timer. | Sebastian Benoit |
2017-12-18 | Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2) | cheloha |
2017-12-14 | set Location header for 307 and 308 status codes | Sebastian Benoit |
2017-12-08 | Convert snprintf+write into dprintf. It is simply easier to read, and | Theo de Raadt |
2017-12-07 | Now that we have RB_NFIND, the canacar's trick with RB_INSERT+RB_NEXT | Vadim Zhukov |
2017-12-07 | client_addr_init() never fails and its return value is never checked, | Vadim Zhukov |
2017-12-07 | Fix a potential fd leak in client_aldap_open(). | Vadim Zhukov |
2017-12-06 | Make vmd respect owner when starting non-disabled vms. | Aaron Bieber |
2017-12-02 | switching to _pbuild is tricky, you can't take it back. | Marc Espie |
2017-12-01 | Avoid using an uninitialized variable. | Visa Hankala |
2017-11-30 | When performing vmctl reload and a previously configured vm is running, | ccardenas |
2017-11-29 | vmd(8): fix broken IRR bit setting for the slave PIC. Noticed by claudio | Mike Larkin |
2017-11-29 | fix double dot; | Jason McIntyre |
2017-11-29 | add -i to SYNOPSIS/usage() and sundry tweaks; | Jason McIntyre |
2017-11-29 | Insert MPLS VPN routes with the RTF_GATEWAY flag cleared. mpe(4) is now | Claudio Jeker |
2017-11-29 | Don't do OCSP stapling only if the staple file is 0 length. | Bob Beck |
2017-11-29 | add options to specify the control socket in relayd and relayctl. | Sebastian Benoit |
2017-11-29 | make vmm(4) less responsible for initial register state, preferring to let | Mike Larkin |
2017-11-28 | fix some spelling errors in a few comments | Mike Larkin |
2017-11-28 | Add option -i to allow oscpcheck to be used to validate an on-disk staple | Bob Beck |
2017-11-28 | One less lie in comments | Claudio Jeker |
2017-11-28 | tweak previous; | Jason McIntyre |
2017-11-28 | Introduce relay_reset_event() which closes and resets a relay connection. | Claudio Jeker |
2017-11-28 | In TLS inspection mode we also need to keep the server tls object around. | Claudio Jeker |
2017-11-28 | Disable oscp stapling on invalid staple, rather than failing to start. | Bob Beck |
2017-11-28 | relay_load_fd() is no longer clobering errno in the error case so use | Claudio Jeker |
2017-11-28 | Add space between to and read like in other DPRINTFs. | Claudio Jeker |