index
:
libssh.git
master
v0-2
v0-3
v0-4
v0-5
v0-6
v0-7
wip/expose_buffer_methods
wip/expose_buffer_methods_wo_cwrap
libssh shared repository
Fabiano FidĂȘncio
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libssh
/
server.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix possible memory corruption (#14)
milo
2009-08-07
1
-2
/
+2
*
ssh_init()
Aris Adamantiadis
2009-07-29
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
*
Reorder the includes.
Andreas Schneider
2009-04-29
1
-14
/
+21
*
Rename privatekey_free() to be consistent with publickey_free().
Andreas Schneider
2009-04-20
1
-9
/
+9
*
Add return values to generate_session_keys() and generate_one_key().
Andreas Schneider
2009-04-16
1
-1
/
+3
*
Add return value to dh_build_k().
Andreas Schneider
2009-04-16
1
-1
/
+3
*
Improve dh_import() functions.
Andreas Schneider
2009-04-16
1
-1
/
+4
*
Add return value to dh_generate_f().
Andreas Schneider
2009-04-16
1
-1
/
+4
*
Add return value to dh_generate_y().
Andreas Schneider
2009-04-16
1
-1
/
+4
*
Check return value of ssh_crypto_init().
Andreas Schneider
2009-04-16
1
-1
/
+3
*
Add a return value to ssh_socket_init().
Andreas Schneider
2009-04-16
1
-1
/
+3
*
Revert commit 491.
Andreas Schneider
2009-04-16
1
-3
/
+1
*
Make dh crypto functions thread safe.
Andreas Schneider
2009-04-16
1
-1
/
+3
*
Use consistend return values for packet_wait() functions.
Andreas Schneider
2009-04-14
1
-1
/
+1
*
Add more error checks to ssh_get_kex().
Andreas Schneider
2009-04-07
1
-1
/
+2
*
Add return value and error checks to make_sessionid().
Andreas Schneider
2009-04-07
1
-1
/
+3
*
Fix build warnings.
Andreas Schneider
2009-04-05
1
-2
/
+3
*
Check return values of option setter.
Andreas Schneider
2009-04-03
1
-8
/
+16
*
Add memory error checks.
Andreas Schneider
2009-04-03
1
-1
/
+8
*
Add memory error checks for crypto wrapper functions.
Andreas Schneider
2009-04-01
1
-1
/
+4
*
More memory error checks for ssh_socket_new().
Andreas Schneider
2009-04-01
1
-0
/
+8
*
Add memory error checks for server functions.
Andreas Schneider
2009-04-01
1
-1
/
+7
*
Added memory error checks for option functions.
Andreas Schneider
2009-04-01
1
-1
/
+11
*
Normalize the license in all files and add vim tab instructions.
Andreas Schneider
2009-03-29
1
-19
/
+23
*
Use ssh_log instead of ssh_say in ssh_list_kex().
Andreas Schneider
2009-03-12
1
-1
/
+1
*
Replace ssh_say with ssh_log.
Andreas Schneider
2009-03-11
1
-4
/
+2
*
Fix build warings in the server code.
Andreas Schneider
2009-02-02
1
-3
/
+5
*
doxygen fixes. Mostly typos and some comments.
Aris Adamantiadis
2008-11-04
1
-4
/
+8
*
fix bug 0000015 about memory leak in server path
Aris Adamantiadis
2008-06-30
1
-0
/
+4
*
Big changes :
Aris Adamantiadis
2008-06-16
1
-2
/
+1
*
some changes so it compiles better under windows
Aris Adamantiadis
2008-05-22
1
-1
/
+1
*
second part of win32 changes
Aris Adamantiadis
2008-03-07
1
-0
/
+1
*
first part of win32 patches
Aris Adamantiadis
2008-03-07
1
-3
/
+17
*
added the socket class and created wrappers
Aris Adamantiadis
2008-03-04
1
-1
/
+2
*
found the nasty server bug ("ssh_accept: ")
Aris Adamantiadis
2007-03-17
1
-0
/
+1
*
include/libssh/server.h: Remove struct definitions
Jean-Philippe Garcia Ballester
2007-02-07
1
-0
/
+1
*
libssh/server.c: Include netinet/in.h in order to compile under OpenBSD.
Jean-Philippe Garcia Ballester
2007-01-04
1
-0
/
+1
*
added the gcrypt patch (without gcrypt as default library).
Aris Adamantiadis
2005-10-04
1
-1
/
+1
[next]