Age | Commit message (Expand) | Author |
2018-01-30 | regroup some commands in a more logical way; | Jason McIntyre |
2018-01-30 | don't reject smtp responses containing non-printable chars as long | Eric Faurot |
2018-01-27 | Add missing `l' prefix to linker flag and markup SIGHUP; ok jmc@ | anton |
2018-01-27 | Avoid passing NULL to vprintf() by assigning a name to client processes. While | anton |
2018-01-26 | Handle the transfer size option when faking up /etc/random.seed. | Christian Weisgerber |
2018-01-26 | allow unpriviledged user to run "encrypt" and "spf walk" | Eric Faurot |
2018-01-26 | Fix Failure on Start | ccardenas |
2018-01-24 | add the glue to generate future libset, which are currently 100% unused | Marc Espie |
2018-01-24 | Log some more errors in the ca code, since there seems to be still a bug | Claudio Jeker |
2018-01-22 | Add support for 'a:' and 'exists:' mechanisms. | Okan Demirmen |
2018-01-20 | Improve the config example. | Marco Pfatschbacher |
2018-01-20 | Fix uninitialized variable. | rob |
2018-01-20 | oops, no chomp, so get rid of the extra blank line by using print | Marc Espie |
2018-01-19 | VMD: vioscsi - fix large ISO support in Linux | ccardenas |
2018-01-19 | display the actual redirect message, as that's informative. | Marc Espie |
2018-01-17 | Remove erreneous and leftover slash that was part of the regex before | Patrick Wildt |
2018-01-17 | Process redirection messages from http. | Marc Espie |
2018-01-16 | Use the monotonic clock to compute the session duration. | cheloha |
2018-01-16 | Recycle IFF_NOTRAILERS into IFF_STATICARP and document ownerhsip | Martin Pieuchot |
2018-01-16 | VMD: vioscsi - add support for REPORT_LUNS opcode | ccardenas |
2018-01-15 | fix parsing of RDATA for TXT records | Eric Faurot |
2018-01-15 | VMD: vioscsi refactor | ccardenas |
2018-01-13 | Add descriptions for HAVE_B64_NTOP and HAVE_B64_PTON so autoheader | Todd C. Miller |
2018-01-12 | Adjust references for sysctl(3) to sysctl(2) | Theo de Raadt |
2018-01-11 | Install the intel firmware package which contains microcode updates | Patrick Wildt |
2018-01-11 | Create a second hash that maps all possible drivers to a default regex | Patrick Wildt |
2018-01-11 | fix parsing of long TXT records, this prevents 'smtpctl spf walk' from | Gilles Chehade |
2018-01-10 | Don't require "disk" or "kernel", also allow just "cdrom" instead, a VM can | Stuart Henderson |
2018-01-08 | Fix typo in comment; ok mpi@ | anton |
2018-01-08 | Enable TIOCUCNTL to be able to set ns8250's break detected condition. | Martin Pieuchot |
2018-01-08 | Mark up command strings with Cm, and variables with Va. | Anthony J. Bentley |
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 |