Age | Commit message (Expand) | Author |
2023-06-26 | When exiting alternate screen, there is no need to reflow when going | Nicholas Marriott |
2023-06-26 | Add "us" to styles for underscore colour, GitHub issue 3589. | Nicholas Marriott |
2023-06-25 | SGR 0 should not end hyperlink, reported by Lucas Trzesniewski. | Nicholas Marriott |
2023-06-23 | Fix a bug in ex's 's' command with the 'c' flag when 'number' is off. | Todd C. Miller |
2023-06-21 | Check fdopen return value, from Christian Menges. | Nicholas Marriott |
2023-06-21 | better validate CASignatureAlgorithms in ssh_config and sshd_config. | Damien Miller |
2023-06-21 | make `ssh -Q CASignatureAlgorithms` only list signature algorithms that | Damien Miller |
2023-06-21 | handle rlimits > INT_MAX (rlim_t is u64); ok dtucker | Damien Miller |
2023-06-20 | prepare for support for connecting to unix domain sockets using ssh -W | Damien Miller |
2023-06-20 | reset comment=NULL for each key in do_fingerprint(); fixes "no comment" | Damien Miller |
2023-06-13 | Remove debug info inadvertantly left in the last commit. | Todd C. Miller |
2023-06-12 | seq: fix check for rounding error/truncation | Todd C. Miller |
2023-06-11 | remove unused args_st struct | Jonathan Gray |
2023-06-11 | remove chopup_args() unused since apps.c rev 1.31 | Jonathan Gray |
2023-06-11 | openssl enc: drop a few parens and unwrap a few lines | Theo Buehler |
2023-06-11 | openssl enc: small style fixup after ZLIB unifdef | Theo Buehler |
2023-06-11 | Unifdef ZLIB | Theo Buehler |
2023-06-08 | Fix mismatch between function prototype and definition, from Anindya | Nicholas Marriott |
2023-06-08 | From the description of "openssl verify", delete the duplicate and | Ingo Schwarze |
2023-06-08 | move to perl use v5.36 | Marc Espie |
2023-06-07 | Refer to the field "thisUpdate" instead of the non-existent "lastUpdate". | Ingo Schwarze |
2023-06-05 | Store timeouts as int, not u_int as they are limited to INT_MAX. | Todd C. Miller |
2023-05-30 | fail when an argument is given on 'id -R' | Omar Polo |
2023-05-30 | Due to the way make is designed, not being able to read a makefile | Marc Espie |
2023-05-24 | fix AuthorizedPrincipalsCommand when AuthorizedKeysCommand appears | Damien Miller |
2023-05-23 | New counters for LRO packets from hardware TCP offloading. | Jan Klemkow |
2023-05-22 | Remove unused variable kerr. | Tobias Heider |
2023-05-22 | Remove duplicate entries in kvars. | Alexander Bluhm |
2023-05-20 | Remove a space that I thought I had already deleted. | Theo Buehler |
2023-05-20 | openssl speed: add an '-unaligned n' option | Theo Buehler |
2023-05-20 | openssl speed: minor style nits | Theo Buehler |
2023-05-20 | openssl speed: remove binary curve remnants | Theo Buehler |
2023-05-19 | Add format for server_sessions, from Magnus Gross. | Nicholas Marriott |
2023-05-15 | calendar.canada: sync the entry for victoria day with that of calendar.holiday. | Jason McIntyre |
2023-05-15 | Add Juneteenth. | Anthony J. Bentley |
2023-05-10 | Implement TCP send offloading, for now in software only. This is | Alexander Bluhm |
2023-05-10 | Remove now-unused prototypes for ssh1 RSA functions. From lengyijun via | Darren Tucker |
2023-05-08 | Prevent signed integer overflow | Tobias Stoeckmann |
2023-05-08 | Improve error handling | Tobias Stoeckmann |
2023-05-08 | Reorder struct grid_cell_entry | Theo Buehler |
2023-05-05 | Reinstate X9.31 padding mode support in rsautl | Theo Buehler |
2023-05-04 | Straightforward conversion form K&R to ANSI function definitions | Theo Buehler |
2023-05-03 | Improve setenv markup | Klemens Nanni |
2023-05-02 | Switch K&R function definition to ANSI to make clang 15 happier | Theo Buehler |
2023-05-01 | Import regenerated moduli. | Darren Tucker |
2023-04-30 | adjust ftruncate() logic to handle servers that reorder requests. | Damien Miller |
2023-04-29 | as noticed by sdk@, a package with an exact numbers of 64K chunks would | Marc Espie |
2023-04-28 | Make LLVM 15 happier by changing from K&R to ANSI prototypes | Theo Buehler |
2023-04-28 | Do not rewrite MAN_LP and MAN_P to MAN_PP because doing that causes | Ingo Schwarze |
2023-04-28 | Implement --size-only and --ignore-times | Claudio Jeker |