summaryrefslogtreecommitdiffstats
path: root/libssh
Commit message (Expand)AuthorAgeFilesLines
...
* include/libssh/server.h: Remove struct definitionsJean-Philippe Garcia Ballester2007-02-071-0/+1
* libssh/server.c: Include netinet/in.h in order to compile under OpenBSD.Jean-Philippe Garcia Ballester2007-01-041-0/+1
* -rc releaseAris Adamantiadis2006-12-151-33/+49
* forgot a line from norbert's patchAris Adamantiadis2006-12-121-0/+1
* norbert's patches + strange typo in packet_nonblocking_flush()Aris Adamantiadis2006-12-122-3/+9
* fixed makefiles for debian packagingAris Adamantiadis2006-11-161-3/+3
* oops, forgot to verify that it compiled fineAris Adamantiadis2006-11-124-16/+60
* good work tonight. Made documentation for authentication, channels, buffers, ...Aris Adamantiadis2006-11-124-11/+417
* more doxygen documentationAris Adamantiadis2006-11-075-6/+146
* doxygen documentation for option moduleAris Adamantiadis2006-11-061-15/+132
* at least I get a working doxygen documentation.Aris Adamantiadis2006-11-061-1/+20
* Added doxygen documentation file. Now need to document it..Aris Adamantiadis2006-11-061-1/+1
* Add ssh_finalize to handle finalization of libssh and underlying cryptographicJean-Philippe Garcia Ballester2006-07-093-2/+36
* Correct file headerJean-Philippe Garcia Ballester2006-07-091-4/+2
* libssh/keyfiles.c: Fix bug when reading private keys with libgcryptJean-Philippe Garcia Ballester2006-05-121-2/+3
* keyfiles.c and wrapper.c: Remove useless secure memory flag (for libgcrypt)Jean-Philippe Garcia Ballester2006-03-015-36/+23
* git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@53 7dcaeef0-1...Aris Adamantiadis2005-12-061-34/+40
* nonblocking support in dh_handshake() from client.cAris Adamantiadis2005-11-302-69/+123
* Added support for known_hosts format version 1Jean-Philippe Garcia Ballester2005-11-254-17/+197
* same changes, SSH1 (reading only).Aris Adamantiadis2005-11-231-96/+90
* added bases for nonblocking packet sending and receiving. packet_send Aris Adamantiadis2005-11-223-117/+204
* norbert's Makefile.in and crypt.c patchesAris Adamantiadis2005-10-261-4/+4
* resolved the channel hangs on exit issue (moved EOF to read events and remove...Aris Adamantiadis2005-10-263-3/+8
* resolved the infinite loop on exit (thanks giga for the hint).Aris Adamantiadis2005-10-263-10/+30
* Phillip Vandry has seen another bug into r42 :Aris Adamantiadis2005-10-261-1/+1
* patches from Norbert merged in. I have made some little changes here and there.Aris Adamantiadis2005-10-266-66/+81
* added Jean-Philippe's patch for libtools. it doesn't compile on my computer.Aris Adamantiadis2005-10-253-14/+93
* channel_select(). this function rocks !Aris Adamantiadis2005-10-251-11/+143
* added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis2005-10-0421-141/+1213
* ssh-1 small modulus server keys patchAris Adamantiadis2005-09-201-6/+29
* fixed bug in sample that made the client running in infinite loop.Aris Adamantiadis2005-08-312-0/+3
* write supportAris Adamantiadis2005-08-291-0/+3
* changed config file name, take rsa,dsa and port into accountAris Adamantiadis2005-08-291-1/+2
* removed obsolete debugging info, split main.c in 3, and now mercurius links w...Aris Adamantiadis2005-08-291-1/+1
* pam samples files to put into /etc/pam.dAris Adamantiadis2005-08-292-0/+14
* file opening/reading works :).Aris Adamantiadis2005-08-262-4/+22
* sftp server implementation :)Aris Adamantiadis2005-08-263-5/+250
* fixed server segfaults on exit (double frees)Aris Adamantiadis2005-08-254-10/+45
* some debugging things in ssh1 key exchangeAris Adamantiadis2005-08-201-2/+2
* stdint.patch, debug_output.patch, ssh_12_select.patch,Aris Adamantiadis2005-08-192-7/+16
* oops, forgot to patch the Makefile.in for the ssh1 files. configure.in patch ...Aris Adamantiadis2005-08-181-1/+1
* ssh-1 experimental supportAris Adamantiadis2005-08-182-0/+427
* More work on the server side and sftp.Aris Adamantiadis2005-08-186-7/+26
* some adds, now it's possible to test it correctly.Aris Adamantiadis2005-08-131-0/+20
* The kex works, the client authentifies (with password) then it's possible to ...Aris Adamantiadis2005-08-106-16/+395
* server kex done :)Aris Adamantiadis2005-08-0713-127/+540
* ssh_accept() implementation begining in server.cAris Adamantiadis2005-07-081-0/+1
* sample sshd server accepts a client and sends a banner.Aris Adamantiadis2005-07-063-37/+36
* Beginning of the SSH_BIND implementationAris Adamantiadis2005-07-053-34/+89
* first importAris Adamantiadis2005-07-0523-0/+7252