0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[project @ Arch-1:[email protected]%secsh--dev--1.0--patch-8] doc changes More... almost 22 years ago
[project @ Arch-1:[email protected]%secsh--dev--1.0--patch-7] cleaned up server code, renamed some files & classes renamed demo-server.py and demo-host-key to demo_server.py and demo_host_key, just to be consistent. More... almost 22 years ago
[project @ Arch-1:[email protected]%secsh--dev--1.0--patch-6] notes about the exported api just wrote some quick notes (for a few of the classes) about which methods are intended to be the exported API. python has no decent way of distinguishing private vs public. More... almost 22 years ago
[project @ Arch-1:[email protected]%secsh--dev--1.0--patch-5] big chunk of work which makes server code 95% done fixed auth check methods to return just a result (failed, succeeded, partially succeeded) and always use get_allowed_auths to determine the list of allowed auth methods to return. More... almost 22 years ago
[project @ Arch-1:[email protected]%secsh--dev--1.0--patch-4] change kex-gex server code to generate primes by hand added a util function "generate_prime" to compare to the incredibly slow C version, but it's no faster of course. i think kex-gex from the server is just not going to be feasible without having a separate thread generate some primes in the background to have handy when a request comes in. so in short, this still doesn't work. More... almost 22 years ago
[project @ Arch-1:[email protected]%secsh--dev--1.0--patch-3] remove some leftover garbage from dsskey leftover from a cut & paste i was doing a few days ago. bad robey. More... almost 22 years ago
[project @ Arch-1:[email protected]%secsh--dev--1.0--patch-2] add a demo host key and point demo-server at it. also, temporarily comment out the nonfunctional kex-gex method. More... almost 22 years ago
[project @ Arch-1:[email protected]%secsh--dev--1.0--patch-1] no changes why aren't my log messages kept? More... almost 22 years ago
[project @ Arch-1:[email protected]%secsh--dev--1.0--base-0] initial import More... almost 22 years ago