Age | Commit message (Expand) | Author |
2024-08-23 | FALLTHROUHG -> FALLTHROUGH | Jonathan Gray |
2024-08-22 | sntrup761x25519-sha512 now has an IANA codepoint assigned, | Damien Miller |
2024-08-22 | openssl: adjust manual for LMK and CSP removal | Theo Buehler |
2024-08-22 | openssl pkcs12: remove support for LMK and CSP attributes | Theo Buehler |
2024-08-22 | Clear overlay when command prompt is entered. Also fix some spacing in | Nicholas Marriott |
2024-08-22 | Short Ctrl keys like ^A need to be converted to lowercase so they end up | Nicholas Marriott |
2024-08-21 | Reformat gprof.callg to be more compact so that it annoys a bit less when | Claudio Jeker |
2024-08-21 | alpbetically sort the configuration choices | Theo de Raadt |
2024-08-21 | Import regenerated moduli. | Darren Tucker |
2024-08-21 | Mention that load- and save-buffer can use stdin, from Ramon Fischer. | Nicholas Marriott |
2024-08-21 | Add mirrored versions of the main-horizontal and main-vertical layouts where | Nicholas Marriott |
2024-08-21 | C-Space and Meta keys should not be translated in mode 1 extended keys. | Nicholas Marriott |
2024-08-21 | Set the default for extended-keys back to off because it appears emacs turns | Nicholas Marriott |
2024-08-21 | Revamp extended keys support to more closely match xterm and support | Nicholas Marriott |
2024-08-20 | actually use the length parameter that was passed in rather than a | Damien Miller |
2024-08-20 | nasty whitespace | Theo de Raadt |
2024-08-20 | place shielded keys (i.e. keys at rest in RAM) into memory allocated | Damien Miller |
2024-08-19 | whitespaces | Theo de Raadt |
2024-08-19 | Allow REP to work with Unicode characters, GitHub issue 3687. | Nicholas Marriott |
2024-08-19 | Both terminators \007 and \033\\ leave the index pointing to the final | Nicholas Marriott |
2024-08-19 | Get rid of inet_aton(3). | Florian Obser |
2024-08-19 | Replace inet_aton / gethostbyname with getaddrinfo. | Florian Obser |
2024-08-18 | whitespaces | Theo de Raadt |
2024-08-18 | Use OPENSSL_config() instead of OPENSSL_load_builtin_modules() | Theo Buehler |
2024-08-18 | whitespace | Theo de Raadt |
2024-08-17 | mention that ed25519 is the default key type generated and | Damien Miller |
2024-08-17 | fix minor memory leak in Subsystem option parsing; | Damien Miller |
2024-08-17 | fix swapping of source and destination addresses in some sshd log messages | Damien Miller |
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 |