Commit Graph

  • 7d9940d6eb gssapi: fix logging Aris Adamantiadis 2013-11-18 15:10:56 +01:00
  • ccdc0f1805 sockets: null pointer check Aris Adamantiadis 2013-11-18 14:42:06 +01:00
  • 9f4fa22250 sockets: null pointer check Aris Adamantiadis 2013-11-18 14:42:06 +01:00
  • 330f6c73f6 gssapi: Fix support of delegated credentials Simo Sorce 2013-11-15 18:07:49 -05:00
  • 4a3934da48 gssapi: Add support for GSSAPIDelegateCredentials config option. Simo Sorce 2013-11-15 15:59:26 -05:00
  • 68b996bdbf options: Add SSH_OPTIONS_GSSAPI_DELEGATE_CREDENTIALS option. Simo Sorce 2013-11-15 16:09:59 -05:00
  • 66e7e7023b gssapi: Fix support of delegated credentials Simo Sorce 2013-11-15 18:07:49 -05:00
  • b4fc5d9524 gssapi: Add support for GSSAPIDelegateCredentials config option. Simo Sorce 2013-11-15 15:59:26 -05:00
  • 811c645f2a options: Add SSH_OPTIONS_GSSAPI_DELEGATE_CREDENTIALS option. Simo Sorce 2013-11-15 16:09:59 -05:00
  • d364374422 gssapi: Add error checks and cleanup the code in ssh_gssapi_auth_mic(). Andreas Schneider 2013-11-15 16:28:49 +01:00
  • 00af5bd582 gssapi: Use GSSAPIClientIdentity to acquire creds Simo Sorce 2013-11-15 10:02:48 -05:00
  • 1ab5abf0e6 gssapi: Add support for GSSAPIClientIdentity config option. Andreas Schneider 2013-11-15 15:49:43 +01:00
  • f5d1d813fb options: Add SSH_OPTIONS_GSSAPI_CLIENT_IDENTITY option. Andreas Schneider 2013-11-15 15:48:19 +01:00
  • 92928a7d8d gssapi: Add support for GSSAPIServerIdentity config option. Andreas Schneider 2013-11-15 15:38:10 +01:00
  • 651c173e72 gssapi: Add suppport to set GSSAPI server identity. Andreas Schneider 2013-11-15 15:36:02 +01:00
  • f76cd8b6d5 Fix gssapi credential handling. Simo Sorce 2013-11-13 12:29:26 -05:00
  • c2312f9dda gssapi: Add error checks and cleanup the code in ssh_gssapi_auth_mic(). Andreas Schneider 2013-11-15 16:28:49 +01:00
  • 440d2ec0ea gssapi: Use GSSAPIClientIdentity to acquire creds Simo Sorce 2013-11-15 10:02:48 -05:00
  • 47e53deebd gssapi: Add support for GSSAPIClientIdentity config option. Andreas Schneider 2013-11-15 15:49:43 +01:00
  • 095a01b70c options: Add SSH_OPTIONS_GSSAPI_CLIENT_IDENTITY option. Andreas Schneider 2013-11-15 15:48:19 +01:00
  • 503c729bb0 gssapi: Add support for GSSAPIServerIdentity config option. Andreas Schneider 2013-11-15 15:38:10 +01:00
  • 41d99d32e8 gssapi: Add suppport to set GSSAPI server identity. Andreas Schneider 2013-11-15 15:36:02 +01:00
  • c481f9dafd Fix gssapi credential handling. Simo Sorce 2013-11-13 12:29:26 -05:00
  • 2bbeebd505 socket: Fix connect if we pass in a fd. Andreas Schneider 2013-11-15 08:47:58 +01:00
  • f240ecf328 socket: Fix connect if we pass in a fd. Andreas Schneider 2013-11-15 08:47:58 +01:00
  • fef32b4c14 packet: Remove dead code. Andreas Schneider 2013-11-14 11:43:49 +01:00
  • 2eaff2b363 packet: Set the packet to the processed data position. Andreas Schneider 2013-11-14 11:42:21 +01:00
  • 1972a27fe0 packet: Remove dead code. Andreas Schneider 2013-11-14 11:43:49 +01:00
  • 097760db17 packet: Set the packet to the processed data position. Andreas Schneider 2013-11-14 11:42:21 +01:00
  • 2b3e69fd5f dh: Fix wrong assignment. Andreas Schneider 2013-11-14 08:08:49 +01:00
  • b3a08ba8d3 dh: Fix wrong assignment. Andreas Schneider 2013-11-14 08:08:49 +01:00
  • cd992a90fb poll: Fix realloc in ssh_poll_ctx_resize(). Andreas Schneider 2013-11-09 13:27:59 +01:00
  • 6ea111fd8a dh: Avoid possible memory leaks with realloc. Andreas Schneider 2013-11-09 13:20:13 +01:00
  • cda641176d packet: Refactor ssh_packet_socket_callback(). Andreas Schneider 2013-11-09 13:10:41 +01:00
  • 5581645500 server: Fix malloc call. Andreas Schneider 2013-11-09 12:47:02 +01:00
  • fef7e1dffe poll: Fix realloc in ssh_poll_ctx_resize(). Andreas Schneider 2013-11-09 13:27:59 +01:00
  • 6d7bbe63fe dh: Avoid possible memory leaks with realloc. Andreas Schneider 2013-11-09 13:20:13 +01:00
  • 387e26c837 packet: Refactor ssh_packet_socket_callback(). Andreas Schneider 2013-11-09 13:10:41 +01:00
  • e8e99ec6de server: Fix malloc call. Andreas Schneider 2013-11-09 12:47:02 +01:00
  • 3e64ef3bf5 session: Always request POLLIN Colin Walters 2013-11-06 11:55:13 -05:00
  • 7372cd837a Add ssh_get_poll_flags() Colin Walters 2013-11-06 14:11:52 -05:00
  • 1ecf7003f6 client: If we have a pre-connected FD, set state to SOCKET_CONNECTED Colin Walters 2013-11-06 12:45:45 -05:00
  • 13c4499449 session: Always request POLLIN Colin Walters 2013-11-06 11:55:13 -05:00
  • 4cc7f4ad03 Add ssh_get_poll_flags() Colin Walters 2013-11-06 14:11:52 -05:00
  • a8dc67ded8 client: If we have a pre-connected FD, set state to SOCKET_CONNECTED Colin Walters 2013-11-06 12:45:45 -05:00
  • 70c54d9445 example: Use ssh_get_publickey_hash(). Andreas Schneider 2013-11-06 16:39:28 +01:00
  • e52ff2c8ff dh: Move ssh_get_hexa() and ssh_print_hexa() down. Andreas Schneider 2013-11-06 17:09:46 +01:00
  • 9bf9d52e21 dh: Add new ssh_get_publickey_hash() function. Andreas Schneider 2013-11-06 16:39:00 +01:00
  • aa33d18930 example: Use ssh_get_publickey_hash(). Andreas Schneider 2013-11-06 16:39:28 +01:00
  • 8c5777554a dh: Move ssh_get_hexa() and ssh_print_hexa() down. Andreas Schneider 2013-11-06 17:09:46 +01:00
  • 06cd9bc4dc dh: Add new ssh_get_publickey_hash() function. Andreas Schneider 2013-11-06 16:39:00 +01:00
  • 0c8984ba9f doc: Add curve25519 to features list. Andreas Schneider 2013-11-05 13:15:11 +01:00
  • 965000129e doc: Fix doxygen warnings. Andreas Schneider 2013-11-04 21:55:29 +01:00
  • 6f0f1ef292 doc: Fix doxygen warnings. Andreas Schneider 2013-11-04 21:55:29 +01:00
  • 0940c6f1b0 Fix cast warnings on 64bits Aris Adamantiadis 2013-11-04 10:49:32 +01:00
  • 2e6dbe8d3d remove warnings on OSX (workaround) Aris Adamantiadis 2013-11-04 10:47:22 +01:00
  • b12f3f38c7 Fix cast warnings on 64bits Aris Adamantiadis 2013-11-04 10:49:32 +01:00
  • cb165df64e remove warnings on OSX (workaround) Aris Adamantiadis 2013-11-04 10:47:22 +01:00
  • e4c4f57f05 logging: fix wording Aris Adamantiadis 2013-10-01 16:25:48 +02:00
  • 8bf6907c1d curve25519: include reference implementation Aris Adamantiadis 2013-11-03 14:58:10 +01:00
  • c5ef5ed18f curve25519: include reference implementation Aris Adamantiadis 2013-11-03 14:58:10 +01:00
  • ebf4a03908 examples: fix forktty() warning on OSX Aris Adamantiadis 2013-11-03 14:09:28 +01:00
  • 6e9e13cc24 examples: fix forktty() warning on OSX Aris Adamantiadis 2013-11-03 14:09:28 +01:00
  • 5bc32bfd88 Fix examples compilation on OSX (libargp) Aris Adamantiadis 2013-11-03 13:45:15 +01:00
  • 4f3ee2fc7e Fix examples compilation on OSX (libargp) Aris Adamantiadis 2013-11-03 13:45:15 +01:00
  • f565aeebfa Compile libssh with nacl if possible Aris Adamantiadis 2013-09-21 23:32:51 +02:00
  • 7c8a793b0a socket: Fix check for pending data. Aris Adamantiadis 2013-11-03 12:46:27 +01:00
  • 04cb94a2dd socket: Fix check for pending data. Aris Adamantiadis 2013-11-03 12:46:27 +01:00
  • e9b0a8210d server: Fix ssh_execute_server_callbacks() client execution Nicolas Viennot 2013-11-02 22:31:36 -04:00
  • fb63887c16 server kex: enable delayed compression Nicolas Viennot 2013-11-02 22:30:35 -04:00
  • b113b78dfc session: Make sure we correctly burn the buffer. Andreas Schneider 2013-11-03 10:45:02 +01:00
  • 646112b4e4 wrapper: Make sure we really burn the buffer. Andreas Schneider 2013-11-03 10:39:31 +01:00
  • ba4346f089 priv: Fix brackets of burn macros. Andreas Schneider 2013-11-03 10:24:47 +01:00
  • 754152aa22 server: Fix ssh_execute_server_callbacks() client execution Nicolas Viennot 2013-11-02 22:31:36 -04:00
  • 1ef00045dd server kex: enable delayed compression Nicolas Viennot 2013-11-02 22:30:35 -04:00
  • a466a624e2 session: Make sure we correctly burn the buffer. Andreas Schneider 2013-11-03 10:45:02 +01:00
  • 643a3b7cc3 wrapper: Make sure we really burn the buffer. Andreas Schneider 2013-11-03 10:39:31 +01:00
  • d2dea8dc2e priv: Fix brackets of burn macros. Andreas Schneider 2013-11-03 10:24:47 +01:00
  • 6edb6bcca1 doc: Add missing RFCs. Andreas Schneider 2013-11-03 09:35:35 +01:00
  • 401865d725 server: fix pubkey reply for key probes Jon Simons 2013-11-02 01:34:46 -07:00
  • d312af1ed5 ssh_options_get can now return ProxyCommand William Orr 2013-08-12 12:22:20 -07:00
  • d4f5a0e6ab server: fix pubkey reply for key probes Jon Simons 2013-11-02 01:34:46 -07:00
  • ce1d73e0f0 ssh_options_get can now return ProxyCommand William Orr 2013-08-12 12:22:20 -07:00
  • 3cfd8a126b connect: fix memory leak in ssh_select Jon Simons 2013-10-31 04:17:38 -07:00
  • 24ebbb8b39 tests: Add a test for ssh_channel(). Andreas Schneider 2013-10-31 12:44:48 +01:00
  • 20caa68b84 connect: fix memory leak in ssh_select Jon Simons 2013-10-31 04:17:38 -07:00
  • b00a6e3885 tests: Add a test for ssh_channel(). Andreas Schneider 2013-10-31 12:44:48 +01:00
  • 447ee309b0 poll: fix leak in ssh_poll_ctx_free Jon Simons 2013-10-30 18:18:32 -07:00
  • ffc33ca28c poll: fix leak in ssh_poll_ctx_free Jon Simons 2013-10-30 18:18:32 -07:00
  • 6c213c913b SSH_AUTH_OK -> SSH_AUTH_SUCCESS in comments Alan Dunn 2013-10-30 22:48:56 -05:00
  • ee95c05c08 SSH_AUTH_OK -> SSH_AUTH_SUCCESS in comments Alan Dunn 2013-10-30 22:48:56 -05:00
  • f8f6eb0ce6 cmake: Check for isblank(). Andreas Schneider 2013-10-30 17:30:07 +01:00
  • cfea381307 cmake: Check for isblank(). Andreas Schneider 2013-10-30 17:30:07 +01:00
  • 54f89af6d3 bind: fix leak in ssh_bind_accept error path Jon Simons 2013-10-23 12:25:28 -07:00
  • 099b914fd9 bind: fix leak in ssh_bind_accept error path Jon Simons 2013-10-23 12:25:28 -07:00
  • 0e4a1b1f66 tests: Add a sftp_read blocking test. Andreas Schneider 2013-10-23 15:49:07 +02:00
  • 87549f7bb6 tests: Add a sftp_read blocking test. Andreas Schneider 2013-10-23 15:49:07 +02:00
  • afd35fa98c tests: Add a sftp_read blocking test. Andreas Schneider 2013-10-23 15:49:07 +02:00
  • 5eeadf533f auth: docs: Fix typo optoins -> options Colin Walters 2013-10-22 17:26:54 -04:00
  • a4e2e01d3e doc: Improve sftp_read_sync() example. Andreas Schneider 2013-10-23 09:50:16 +02:00