Age | Commit message (Expand) | Author |
2024-08-16 | Remove reference to telnet(1). | Florian Obser |
2024-08-16 | Add pledge & unveil. | Florian Obser |
2024-08-15 | Convert RSA and ECDSA key to the libcrypto EVP_PKEY API. DSA remains | Damien Miller |
2024-08-14 | resdebug and no_tld_query are unused | Florian Obser |
2024-08-14 | sortlist is unused | Florian Obser |
2024-08-14 | lwserver is unused, whatever that is / was. | Florian Obser |
2024-08-14 | Reorder calloc arguments | Tobias Stoeckmann |
2024-08-14 | Extend sshbuf validation | Tobias Stoeckmann |
2024-08-14 | Use freezero for better readability | Tobias Stoeckmann |
2024-08-14 | Fix typo in comment | Tobias Stoeckmann |
2024-08-13 | Fix a bug in .Ql handling that has been present since the beginning (2017). | Ingo Schwarze |
2024-08-12 | Add -CRLfile option to 'cms' sub command | Job Snijders |
2024-08-12 | Get rid of inet_aton and simplify. | Florian Obser |
2024-08-12 | Get rid of inet_aton. | Florian Obser |
2024-08-11 | Even though US-ASCII (= ANSI X3.4-1986) only defines 128 characters, | Ingo Schwarze |
2024-08-11 | whitespace, no binary change | Florian Obser |
2024-08-07 | crank to 7.6-beta, release date is vague | Theo de Raadt |
2024-08-06 | Replace sys/time.h with proper includes for using localtime | Greg Steuck |
2024-08-05 | Remove bogus connect(s, NULL, 0) call | Theo Buehler |
2024-08-04 | Make a little effort to treate CRLF as LF in config files. GitHub issue | Nicholas Marriott |
2024-08-04 | The Linux console has some bugs with bright colours. It seems likely | Nicholas Marriott |
2024-08-04 | -l should be before -r, pointed out by jmc a while ago. | Nicholas Marriott |
2024-08-04 | Adjust the logic when deleting last buffer to better preserve the | Nicholas Marriott |
2024-08-04 | Use paste_is_empty to check if there are no buffers since paste_get_top | Nicholas Marriott |
2024-08-03 | The maximum count is SKEY_MAX_SEQ + 1 not SKEY_MAX_SEQ - 1. | Todd C. Miller |
2024-08-03 | Update awk to the July 28, 2024 version. | Todd C. Miller |
2024-08-02 | nc(1): remove useless function pointer dereferencing | Jan Klemkow |
2024-08-01 | sndiod: Fix insufficent check of input from clients | Alexandre Ratchov |
2024-07-31 | bump posix spec 2008 -> 2024; | Jason McIntyre |
2024-07-31 | add a random amount of time (up to 4 seconds) to the grace login time. | David Gwynne |
2024-07-31 | quote the book title (%T) reference, to prevent formatters (in this case | Jason McIntyre |
2024-07-30 | bump posix ref 2008 -> 2024; | Jason McIntyre |
2024-07-30 | fold the "timespec" info into the options list (since "time_arg" is already | Jason McIntyre |
2024-07-30 | bump posix spec from 2008 to 2024; ok millert | Jason McIntyre |
2024-07-29 | bump posix spec from 2008 -> 2024: | Jason McIntyre |
2024-07-28 | The dash must not come first in the getopt(3) string | Klemens Nanni |
2024-07-28 | Support "-u name" to remove variable from environment | Klemens Nanni |
2024-07-26 | Trace struct itimerval | Philip Guenther |
2024-07-26 | document the reduced logingrace penalty | Christian Weisgerber |
2024-07-25 | reduce logingrace penalty. | Damien Miller |
2024-07-25 | Fix proxy multiplexing (-O proxy) bug | Damien Miller |
2024-07-25 | fix double space; from crystal kolipe | Jason McIntyre |
2024-07-23 | sndiod: Properly update the poll(2) event masks after i/o. | Alexandre Ratchov |
2024-07-22 | rpcgen(1): default to "STDIN" as input file when compiling to headers. | Dave Voutila |
2024-07-22 | Expand full array option values if no index is provided, GitHub issue | Nicholas Marriott |
2024-07-18 | mention mux proxy mode | Damien Miller |
2024-07-17 | sed: use warn()/err() where appropriate | Todd C. Miller |
2024-07-17 | Display an error message for "sed -i" if the file is unwritable | Todd C. Miller |
2024-07-14 | fix double word; ok dtucker@ | Jonathan Gray |
2024-07-13 | Move the sigaction next to multi | Theo Buehler |