summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2023-06-23Fix a bug in ex's 's' command with the 'c' flag when 'number' is off.Todd C. Miller
2023-06-21Check fdopen return value, from Christian Menges.Nicholas Marriott
2023-06-21better validate CASignatureAlgorithms in ssh_config and sshd_config.Damien Miller
2023-06-21make `ssh -Q CASignatureAlgorithms` only list signature algorithms thatDamien Miller
2023-06-21handle rlimits > INT_MAX (rlim_t is u64); ok dtuckerDamien Miller
2023-06-20prepare for support for connecting to unix domain sockets using ssh -WDamien Miller
2023-06-20reset comment=NULL for each key in do_fingerprint(); fixes "no comment"Damien Miller
2023-06-13Remove debug info inadvertantly left in the last commit.Todd C. Miller
2023-06-12seq: fix check for rounding error/truncationTodd C. Miller
2023-06-11remove unused args_st structJonathan Gray
2023-06-11remove chopup_args() unused since apps.c rev 1.31Jonathan Gray
2023-06-11openssl enc: drop a few parens and unwrap a few linesTheo Buehler
2023-06-11openssl enc: small style fixup after ZLIB unifdefTheo Buehler
2023-06-11Unifdef ZLIBTheo Buehler
2023-06-08Fix mismatch between function prototype and definition, from AnindyaNicholas Marriott
2023-06-08From the description of "openssl verify", delete the duplicate andIngo Schwarze
2023-06-08move to perl use v5.36Marc Espie
2023-06-07Refer to the field "thisUpdate" instead of the non-existent "lastUpdate".Ingo Schwarze
2023-06-05Store timeouts as int, not u_int as they are limited to INT_MAX.Todd C. Miller
2023-05-30fail when an argument is given on 'id -R'Omar Polo
2023-05-30Due to the way make is designed, not being able to read a makefileMarc Espie
2023-05-24fix AuthorizedPrincipalsCommand when AuthorizedKeysCommand appearsDamien Miller
2023-05-23New counters for LRO packets from hardware TCP offloading.Jan Klemkow
2023-05-22Remove unused variable kerr.Tobias Heider
2023-05-22Remove duplicate entries in kvars.Alexander Bluhm
2023-05-20Remove a space that I thought I had already deleted.Theo Buehler
2023-05-20openssl speed: add an '-unaligned n' optionTheo Buehler
2023-05-20openssl speed: minor style nitsTheo Buehler
2023-05-20openssl speed: remove binary curve remnantsTheo Buehler
2023-05-19Add format for server_sessions, from Magnus Gross.Nicholas Marriott
2023-05-15calendar.canada: sync the entry for victoria day with that of calendar.holiday.Jason McIntyre
2023-05-15Add Juneteenth.Anthony J. Bentley
2023-05-10Implement TCP send offloading, for now in software only. This isAlexander Bluhm
2023-05-10Remove now-unused prototypes for ssh1 RSA functions. From lengyijun viaDarren Tucker
2023-05-08Prevent signed integer overflowTobias Stoeckmann
2023-05-08Improve error handlingTobias Stoeckmann
2023-05-08Reorder struct grid_cell_entryTheo Buehler
2023-05-05Reinstate X9.31 padding mode support in rsautlTheo Buehler
2023-05-04Straightforward conversion form K&R to ANSI function definitionsTheo Buehler
2023-05-03Improve setenv markupKlemens Nanni
2023-05-02Switch K&R function definition to ANSI to make clang 15 happierTheo Buehler
2023-05-01Import regenerated moduli.Darren Tucker
2023-04-30adjust ftruncate() logic to handle servers that reorder requests.Damien Miller
2023-04-29as noticed by sdk@, a package with an exact numbers of 64K chunks wouldMarc Espie
2023-04-28Make LLVM 15 happier by changing from K&R to ANSI prototypesTheo Buehler
2023-04-28Do not rewrite MAN_LP and MAN_P to MAN_PP because doing that causesIngo Schwarze
2023-04-28Implement --size-only and --ignore-timesClaudio Jeker
2023-04-28fix lfindent (newline-and-indent) comment and description in the man pageOmar Polo
2023-04-28mark up all commands in the man pageOmar Polo
2023-04-28Add options to change the confirm key and default behaviour ofNicholas Marriott