about summary refs log tree commit diff
path: root/pkgs/by-name/ss
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt2-2/+2
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-05-02sse2neon: init at 1.7.0Florian Brandes1-0/+41
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-04-19ssh-tpm-agent: Fix homepage linkMynacol1-1/+1
The previous link leads to a 404.
2024-04-19Merge pull request #304495 from viraptor/ssimulacra2Stanisław Pitucha1-0/+49
ssimulacra2: init at 2.1
2024-04-17Merge pull request #278905 from eclairevoyant/sshesamesuperherointj1-0/+38
sshesame: init at 0.0.27
2024-04-16ssimulacra2: init at 2.1Stanisław Pitucha1-0/+49
2024-04-15sssnake: fix darwin buildStanisław Pitucha1-0/+3
2024-03-27Merge pull request #249404 from stigtsp/package/ssh-tpm-agent-initStig1-0/+34
ssh-tpm-agent: init at 0.3.1
2024-03-27ssh-tpm-agent: init at 0.3.1Stig Palmquist1-0/+34
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-03-18sslstrip: init at 2.0Fabian Affolter1-0/+50
Tool for exploiting SSL stripping attacks https://github.com/L1ghtn1ng/sslstrip
2024-03-10sshd-openpgp-auth: init at 0.3.0Doron Behar1-0/+14
https://codeberg.org/wiktor/ssh-openpgp-auth
2024-03-07ssh-openpgp-auth: init at 0.2.2Doron Behar2-0/+92
https://codeberg.org/wiktor/ssh-openpgp-auth
2024-02-11sshesame: init at 0.0.27éclairevoyant1-0/+38
2023-12-30ssh-askpass-fullscreen: adoptAnderson Torres1-12/+22
- finalAttrs design pattern - strictDeps - remove nested with - set meta.mainProgram
2023-12-30ssh-askpass-fullscreen: migrate to by-nameAnderson Torres1-0/+32
2023-12-04sshx: split components, unstable-2023-11-04 -> unstable-2023-11-23Ilan Joselevich1-53/+0
2023-11-22sshx: init at unstable-2023-11-04Pablo Ovelleiro Corral1-0/+53
2023-09-05sssnake: init at 0.3.2 (#253441)Quantenzitrone1-0/+27
* sssnake: init at 0.3.2 * sssnake: apply suggestions --------- Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>