10
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 20, 2025 — Jan 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ssh-1 small modulus server keys patch acl bases in mercurius More... over 20 years ago
2 macosx patches More... over 20 years ago
fixed bug in sample that made the client running in infinite loop. hunted a bug in channel_poll that returned 0 when EOF. More... over 20 years ago
pam include path patch. More... over 20 years ago
PATH_MAX patch More... over 20 years ago
cfmakeraw patch for configure.in More... over 20 years ago
server goes into backgroup server accepts command line arguments server write comments into the configuration file. More... over 20 years ago
write support More... over 20 years ago
Readme of course More... over 20 years ago
changed config file name, take rsa,dsa and port into account More... over 20 years ago
some compilation fix More... over 20 years ago
removed obsolete debugging info, split main.c in 3, and now mercurius links with a statical libssh More... over 20 years ago
the server now does the chroot and change uid. There is also an option "nopassword" for ftp users. More... over 20 years ago
now the libconfig will be staticaly linked and will be autoconfigurated during make. More... over 20 years ago
pam samples files to put into /etc/pam.d ssh_silent_disconnect() and server forking. I still have to add a -D command line to avoid the forking. password auth works, but there is no uid change yet. I'll have to make the configuration stuff really being respected by the server. (like keys, ports, users, ...) More... over 20 years ago
more ACL on directories. Not already enabled. First Pam code. looks like it works more or less. it needs a file in /etc/pam.d to be activated More... over 20 years ago
youhou it works :) to compile libconfig, configure it, then the makefile will work. to run, either make install make config or add its path to LD_LIBRARY_PATH. More... over 20 years ago
the whole libconfig + my development tree for ACL/ config More... over 20 years ago
file opening/reading works :). I fixed the "longname" part of a stat (which makes the output for ls into openssh's sftp) it's possible to browse and open abritrary files. but no ACL yet More... over 20 years ago
compile the sftp_server by default More... over 20 years ago
I've forgot about sftp_server/ :) More... over 20 years ago
sftp server implementation :) at this time, basic support of opendir, readdir, lstat, etc. just enough to "sftp" in and type ls. More... over 20 years ago
fixed server segfaults on exit (double frees) sftp_server_init() More... over 20 years ago
some debugging things in ssh1 key exchange More... over 20 years ago
yet other patches from Norbert More... over 20 years ago
stdint.patch, debug_output.patch, ssh_12_select.patch, solaris_7.patch and args_in_decl.patch from Norbert. More... over 20 years ago
oops, forgot to patch the Makefile.in for the ssh1 files. configure.in patch from Norbert kiesel to have a compile time ssh1 support. More... over 20 years ago
ssh-1 experimental support More... over 20 years ago
More work on the server side and sftp. More... over 20 years ago
some adds, now it's possible to test it correctly. channels still need some hack so they know the message system exists. More... over 20 years ago