Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added ssh_message_auth_reply_pk_ok_simple | Aris Adamantiadis | 2009-12-20 | 1 | -0/+13 |
* | Add key validation in server side authentication | Aris Adamantiadis | 2009-12-20 | 1 | -0/+7 |
* | packet SSH_KEXINIT received and parsed | Aris Adamantiadis | 2009-12-12 | 1 | -3/+4 |
* | Fix some doxygen errors | Aris Adamantiadis | 2009-12-09 | 1 | -1/+1 |
* | More callback stuff in connection | Aris Adamantiadis | 2009-12-05 | 1 | -0/+7 |
* | Squashed commit of the following: | Aris Adamantiadis | 2009-11-27 | 1 | -2/+2 |
* | Fix server kex again | Aris Adamantiadis | 2009-10-29 | 1 | -4/+4 |
* | Fix server kex | Aris Adamantiadis | 2009-10-29 | 1 | -6/+3 |
* | Added option to set log_verbosity in the server. | Andreas Schneider | 2009-10-15 | 1 | -7/+5 |
* | Fix server. Now, it runs | Aris Adamantiadis | 2009-10-11 | 1 | -1/+1 |
* | ssh_disconnect doesn't free the session anymore | Aris Adamantiadis | 2009-10-09 | 1 | -3/+0 |
* | No more SSH_BIND SSH_MESSAGE etc. | Aris Adamantiadis | 2009-10-09 | 1 | -11/+11 |
* | Modified server API | Aris Adamantiadis | 2009-10-09 | 1 | -19/+14 |
* | Fixed build temporarily. | Andreas Schneider | 2009-10-05 | 1 | -0/+2 |
* | Merge branch 'master' of git://git.libssh.org/projects/libssh/libssh | Aris Adamantiadis | 2009-10-05 | 1 | -62/+96 |
|\ | |||||
| * | do not segfault in ssh_bind_accept if bindaddr is NULL | Bernhard R. Link | 2009-10-05 | 1 | -6/+10 |
| * | Temporary server fixup for options structure delet | Aris Adamantiadis | 2009-10-03 | 1 | -3/+12 |
| * | Get rid of the options structure. | Andreas Schneider | 2009-10-02 | 1 | -55/+76 |
* | | Missed copying of log verbosity | Aris Adamantiadis | 2009-09-30 | 1 | -1/+1 |
|/ | |||||
* | more priv.h splitting | Aris Adamantiadis | 2009-09-26 | 1 | -0/+1 |
* | More include file splitting | Aris Adamantiadis | 2009-09-26 | 1 | -0/+3 |
* | Removed obsolete options | Aris Adamantiadis | 2009-09-26 | 1 | -9/+1 |
* | More include file movings | Aris Adamantiadis | 2009-09-26 | 1 | -0/+3 |
* | Moved lots of declaration out of priv.h | Aris Adamantiadis | 2009-09-23 | 1 | -0/+6 |
* | Get rid of SSH_MESSAGE | Aris Adamantiadis | 2009-09-23 | 1 | -30/+30 |
* | get rid of SSH_OPTIONS | Aris Adamantiadis | 2009-09-23 | 1 | -2/+2 |
* | get rid of SSH_SESSION | Aris Adamantiadis | 2009-09-23 | 1 | -9/+9 |
* | Use new options interface in server code. | Andreas Schneider | 2009-09-22 | 1 | -3/+3 |
* | experimental callback system | Aris Adamantiadis | 2009-08-23 | 1 | -1/+1 |
* | Fix a typo: CHANNEL * -> ssh_channel | milo | 2009-08-07 | 1 | -1/+1 |
* | Fix possible memory corruption (#14) | milo | 2009-08-06 | 1 | -2/+2 |
* | Fixed libssh compilation without server support. | Andreas Schneider | 2009-07-31 | 1 | -0/+330 |
* | Fix build with MSVC. | Andreas Schneider | 2009-07-30 | 1 | -2/+1 |
* | Move channel_write_stderr to server.c. | Andreas Schneider | 2009-07-29 | 1 | -0/+17 |
* | Change PRIVATE_KEY * to ssh_private_key | Aris Adamantiadis | 2009-07-24 | 1 | -3/+3 |
* | Changed all PUBLIC_KEY * to ssh_public_key | Aris Adamantiadis | 2009-07-24 | 1 | -1/+1 |
* | Change all occurences of STRING * to ssh_string | Aris Adamantiadis | 2009-07-24 | 1 | -4/+4 |
* | ssh_init() | Aris Adamantiadis | 2009-06-15 | 1 | -5/+1 |
* | Fix the vim modeline and place it at the end of the file. | Andreas Schneider | 2009-05-12 | 1 | -2/+1 |
* | Added a ssh_bind_set_fd() function. | Andreas Schneider | 2009-05-11 | 1 | -1/+5 |
* | Improve ssh_accept(). | Andreas Schneider | 2009-04-30 | 1 | -21/+40 |
* | Improve dh_handshake_server(). | Andreas Schneider | 2009-04-30 | 1 | -83/+148 |
* | Improve server_set_kex(). | Andreas Schneider | 2009-04-29 | 1 | -39/+47 |
* | Improve ssh_bind_free(). | Andreas Schneider | 2009-04-29 | 1 | -6/+12 |
* | Improve ssh_bind_accept(). | Andreas Schneider | 2009-04-29 | 1 | -60/+69 |
* | Format ssh_bind options. | Andreas Schneider | 2009-04-29 | 1 | -6/+6 |
* | Improve ssh_bind_listen(). | Andreas Schneider | 2009-04-29 | 1 | -22/+32 |
* | Format ssh_bind_set_options(). | Andreas Schneider | 2009-04-29 | 1 | -2/+2 |
* | Improve ssh_bind_new(). | Andreas Schneider | 2009-04-29 | 1 | -8/+11 |
* | Add more error checks to bind_socket(). | Andreas Schneider | 2009-04-29 | 1 | -23/+42 |