summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2023-04-28Do not fatal if tparm fails, instead just log it (not working sequencesNicholas Marriott
2023-04-27sort options;Jason McIntyre
2023-04-27Implement -V as an alias to --version.Claudio Jeker
2023-04-26Check for ProxyJump=none in CanonicalizeHostname logic.Damien Miller
2023-04-25Remove the nseq commandTheo Buehler
2023-04-25mark up `mode' in -f descriptionOmar Polo
2023-04-25Tidy tparm wrapper functions to have more obvious names and check tparmNicholas Marriott