Age | Commit message (Expand) | Author |
2019-08-13 | Error-index starts at 1, not 0. | Martijn van Duren |
2019-08-13 | Check for strdup return value and exit on failure. | Frederic Cambus |
2019-08-13 | Fix a segmentation fault in awk, from upstream version 20121220. | Frederic Cambus |
2019-08-12 | In isnow(), always validate the value of the month variable before | Todd C. Miller |
2019-08-12 | Add the CP_SPIN time to the sum of system time reported. | Claudio Jeker |
2019-08-11 | Replace some err(1, NULL) with err(1, "malloc"). | Martijn van Duren |
2019-08-11 | Cleanup usage. | Martijn van Duren |
2019-08-11 | whitespace issues like a knife in my eyes | Theo de Raadt |
2019-08-11 | No specific called "exec(3)", so move primary manpage to a name which | Theo de Raadt |
2019-08-11 | error if malloc fails; ok martijn | Theo de Raadt |
2019-08-11 | ugly whitespaces | Theo de Raadt |
2019-08-10 | explicitly point out extraordinary and inconsistent syntax requirements | Ingo Schwarze |
2019-08-10 | Amend previous fix; joris@ fixed the same bug in OpenCVS's diff3.c r1.47. | Stefan Sperling |
2019-08-10 | Fix merge(1) of files which contain lines with leading dots. | Stefan Sperling |
2019-08-10 | move to 6.6-beta | Theo de Raadt |
2019-08-09 | Only print the message of the day in the rsyncd header if rsync is | Claudio Jeker |
2019-08-09 | Hook up snmp(1) | Martijn van Duren |
2019-08-09 | Import snmp(1), a new snmp client which aims to be netsnmp compatible for | Martijn van Duren |
2019-08-09 | Add --address argument to openrsync to bind to the specified address | Claudio Jeker |
2019-08-09 | produce a useful error message if the user's shell is set incorrectly | Damien Miller |
2019-08-09 | Change description of TCPKeepAlive from "inactive" to "unresponsive" | Darren Tucker |
2019-08-08 | added /* no filesystem visibility */ above unveil("/", "") since "" is too easy | Ricardo Mestre |
2019-08-08 | Allow the maximimum uint32 value for the argument passed to -b which | Darren Tucker |
2019-08-05 | Many key types are supported now, so take care to check the size | Christian Weisgerber |
2019-08-05 | Remove -port option from s_server since it is same as -accept | Kinichiro Inoguchi |
2019-08-05 | Remove now-redundant perm_ok arg since sshkey_load_private_type will | Darren Tucker |
2019-08-05 | Add support for the SD (scroll down) escape sequence, GitHub issue 1861. | Nicholas Marriott |
2019-08-02 | add the missing .An -nosplit | Ingo Schwarze |
2019-08-02 | minor sync of the inline stylesheet with mandoc.css: | Ingo Schwarze |
2019-08-02 | document octal escape format in %b arguments; | Ingo Schwarze |
2019-08-02 | typo; from Christian Hesse | Damien Miller |
2019-08-01 | Correctly wrap search in copy mode even if at the very top left, GitHub | Nicholas Marriott |
2019-08-01 | Select the correct word for select-word when already at the start of a | Nicholas Marriott |
2019-08-01 | update currency exchange rates; | Jason McIntyre |
2019-08-01 | xterm 348 now disables margins when resized, so send DECLRMM again. | Nicholas Marriott |
2019-08-01 | Add -N to capture-pane to preserve trailing spaces, from Leon Winter. | Nicholas Marriott |
2019-08-01 | Remove check for same size - size has already been changed so this | Nicholas Marriott |
2019-07-30 | Reorder some text in the windows & panes section and add some better | Nicholas Marriott |
2019-07-30 | let sshbuf_find/cmp take a void* for the search/comparison | Damien Miller |
2019-07-29 | Make proxy auth work with http 1.1 speaking webservers. | Sebastian Benoit |
2019-07-29 | Moving variables into struct in openssl(1) dgst | Kinichiro Inoguchi |
2019-07-28 | Simplification, no functional change: | Ingo Schwarze |
2019-07-28 | There is no point in pledge(2)ing literally the same list twice, | Ingo Schwarze |
2019-07-28 | In man(1) mode, do the search for each name independently, and | Ingo Schwarze |
2019-07-28 | Improve structure, no functional change: | Ingo Schwarze |
2019-07-28 | 16 channels is not enough to handle all common uaudio(4) devices, so | Alexandre Ratchov |
2019-07-27 | Move two more output state variables into the new struct outstate. | Ingo Schwarze |
2019-07-26 | Cleanup, no functional change: | Ingo Schwarze |
2019-07-26 | Structural cleanup, no functional change: | Ingo Schwarze |
2019-07-26 | Change "lost server" message to "server exited unexpectedly", from Neal | Nicholas Marriott |