summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2024-09-15remove unused variablesJonathan Gray
2024-09-15bad whitespace in config dump outputDamien Miller
2024-09-15update the Streamlined NTRU Prime code from the "ref" implementationDamien Miller
2024-09-15document Match invalid-userDamien Miller
2024-09-15add a "Match invalid-user" predicate to sshd_config Match options.Damien Miller
2024-09-15Add a "refuseconnection" penalty class to sshd_configDamien Miller
2024-09-15Add a sshd_config "RefuseConnection" optionDamien Miller
2024-09-15switch sshd_config Match processing to the argv tokeniser too;Damien Miller
2024-09-15switch "Match" directive processing over to the argv stringDamien Miller
2024-09-15include pathname in some of the ssh-keygen passphrase prompts. HelpsDamien Miller
2024-09-15Do not apply authorized_keys options when signature verificationDamien Miller
2024-09-14Drop the "Giant panda discovered" entry because it looks likeIngo Schwarze
2024-09-13rectify comment about syncing trace points letters, kdump usage has noneKlemens Nanni
2024-09-12Relax absolute path requirement back to what it was prior to OpenSSH 9.8,Damien Miller
2024-09-11Mouse move keys are not useful as key bindings because we do not turnNicholas Marriott
2024-09-11fstat(2) can't return an S_IFLNK, so delete that test.Philip Guenther
2024-09-09document the mlkem768x25519-sha256 key exchange algorithmChristian Weisgerber
2024-09-09pull post-quantum ML-KEM/x25519 key exchange out from compile-timeDamien Miller
2024-09-06make parsing user@host consistently look for the last '@' in theDamien Miller
2024-09-04be more strict in parsing key type names. Only allow shortnames (e.gDamien Miller
2024-09-04fix RCSID in outputDamien Miller
2024-09-03envrionment -> environment;Jason McIntyre
2024-09-03allow the "Include" directive to expand the same set of %-tokensDamien Miller
2024-09-02missing ifdefDamien Miller
2024-09-02Add experimental support for hybrid post-quantum key exchangeDamien Miller
2024-08-31sync x509v3_add_value with x509_utl.cTheo Buehler
2024-08-30Add and use local copy of X509V3_add_value()Theo Buehler
2024-08-30use strtonum() to parse numeric option values instead of atoi()Omar Polo
2024-08-30zap line missed in previous removal; ok tbJason McIntyre
2024-08-29fix handling of Return-PathOmar Polo
2024-08-29Adjust documentation for check/pubcheck removalTheo Buehler
2024-08-29Remove check and pubcheck from openssl pkey and pkeyparamTheo Buehler
2024-08-29ocsp.c: zap trailing whitespaceTheo Buehler
2024-08-29Show expensive mbuf operations in netstat(1) statistics.Alexander Bluhm
2024-08-29Update root hints.Florian Obser
2024-08-28Fix the case where the pattern space is empty but does not startTodd C. Miller
2024-08-27Display hyperlinks in copy mode and add copy_cursor_hyperlink format toNicholas Marriott
2024-08-27Add search_count and search_count_partial formats in copy mode, GitHubNicholas Marriott
2024-08-27Do not reset mouse pane if clicked on status line, it may have been setNicholas Marriott
2024-08-26replace hand-rolled number parser with strtonumOmar Polo
2024-08-26ts.c: typo flaf -> flagTheo Buehler
2024-08-26Use strtonum instead of atoi.Nicholas Marriott
2024-08-26C-h should not be treated specially and represented internally as \b butNicholas Marriott
2024-08-26Pass the screen_redraw_ctx struct into more functions instead ofNicholas Marriott
2024-08-26Client flags was changed to uint64_t a while ago, fix a few cases whereNicholas Marriott
2024-08-26Add window_pane_mode helper function to tell if a pane is in copy mode,Nicholas Marriott
2024-08-26Add copy-mode -d flag to scroll a page down if in copy mode already,Nicholas Marriott
2024-08-26annoying whitespace found during an audit processTheo de Raadt
2024-08-25PASSTHROUGH -> FALLTHROUGHJonathan Gray
2024-08-23Fix some program names that were not expanded correctly when ncurses wasNicholas Marriott