Commit Graph

  • 3e56ac650c tests: Fix torture_pki build warnings. Andreas Schneider 2011-08-19 11:14:06 +02:00
  • 765b42e68a tests: Improve pki_import_privkey_base64 test. Andreas Schneider 2011-08-19 11:03:31 +02:00
  • 2615f8bc94 tests: Added test for pubkey from privkey. Andreas Schneider 2011-08-16 23:03:12 +02:00
  • c39181437b pki: Add ssh_pki_export_publickey_file(). Andreas Schneider 2011-08-16 22:45:42 +02:00
  • ddcb88070b misc: Remove session from ssh_get_local_username(). Andreas Schneider 2011-08-16 22:24:31 +02:00
  • 1a0fbedc2e pki: Fix and rename ssh_pki_publickey_to_base64(). Andreas Schneider 2011-08-16 22:15:05 +02:00
  • 254c30be2e pki: Remove session from ssh_pki_import_pubkey_* functions. Andreas Schneider 2011-08-16 19:33:24 +02:00
  • 25a2108809 pki: Remove session from ssh_pki_import_privkey_* functions. Andreas Schneider 2011-08-16 18:53:18 +02:00
  • 9b84464748 pki: Make publickey_to_string a legacy function. Andreas Schneider 2011-08-16 17:54:10 +02:00
  • a40f1d8597 pki: Make publickey_from_string a legacy function. Andreas Schneider 2011-08-16 17:47:29 +02:00
  • c940918821 pki: Fix memleak in privatekey_from_file(). Andreas Schneider 2011-08-16 09:23:57 +02:00
  • f7a7bf071d torture: Fix memleak in pubkey base64 tests. Andreas Schneider 2011-08-16 09:18:20 +02:00
  • c5028e76ad pki: Fix memleak in pki_import_pubkey_buffer(). Andreas Schneider 2011-08-16 09:15:29 +02:00
  • df29df6e35 pki: Add ssh_pki_log function. Andreas Schneider 2011-08-16 01:18:36 +02:00
  • 330c713fdb pki: Add test torture_pki_publickey_dsa_base64(). Andreas Schneider 2011-08-16 01:17:24 +02:00
  • 42dda7b958 pki: Fix ssh_pki_publickey_to_base64() warnings. Andreas Schneider 2011-08-16 00:58:20 +02:00
  • 614ad97c12 pki: Make ssh_type_from_name() a legacy function. Andreas Schneider 2011-08-16 00:55:47 +02:00
  • 04ce7967b8 pki: Make ssh_type_to_char() a legacy function. Andreas Schneider 2011-08-16 00:54:00 +02:00
  • 19a3f5a61d pki: Make publickey_from_file() a legacy function. Andreas Schneider 2011-08-16 00:46:34 +02:00
  • 9dfef44fd8 pki: Add ssh_pki_publickey_to_base64(). Andreas Schneider 2011-08-16 00:25:29 +02:00
  • c085892802 pki: Add ssh_pki_import_pubkey_file(). Andreas Schneider 2011-08-16 00:07:36 +02:00
  • 47ebcac4cd torture: Add torture_pki_publickey_rsa_base64 test. Andreas Schneider 2011-08-16 00:06:01 +02:00
  • 977d6fc089 pki: Fix pki_publickey_to_string() rsa checks. Andreas Schneider 2011-08-15 23:53:46 +02:00
  • 3c3673d1b8 build: Add missing path to .clan_complete Andreas Schneider 2011-08-15 22:24:27 +02:00
  • 3f70bce373 pki: Rename ssh_pki_publickey_to_string and make it public. Andreas Schneider 2011-08-15 20:47:12 +02:00
  • 6c1b508efd pki: Rename ssh_pki_import_pubkey_string and make it public. Andreas Schneider 2011-08-15 20:42:26 +02:00
  • 714fa8960d pki: Move ssh_privatekey_type and privatekey_free to legacy. Andreas Schneider 2011-08-15 19:17:13 +02:00
  • 54a2b8a303 pki: Fix ssh_pki_import_pubkey_base64(). Andreas Schneider 2011-08-16 00:45:03 +02:00
  • 96e338ba56 Fixed typos in ssh_pki_publickey_to_string milo 2011-08-15 18:58:27 +02:00
  • 6ffee22448 pki: Add ssh_pki_publickey_to_string(). Andreas Schneider 2011-08-15 18:47:18 +02:00
  • fe375132c3 bind: Add checks around key functions. Andreas Schneider 2011-08-15 18:46:03 +02:00
  • 2780f76247 pki: Flags are a bit mask so use hex. Andreas Schneider 2011-08-15 18:45:29 +02:00
  • a983512678 pki: Fix ssh_key_dup(). Andreas Schneider 2011-08-15 18:44:45 +02:00
  • c77b23b32a pki: Cleanup pki header. Andreas Schneider 2011-08-15 17:42:11 +02:00
  • 962bdb1eea Fixed missing include for FILE milo 2011-08-15 17:37:01 +02:00
  • e06b3dba0d bind: Read only once in ssh_bind_listen() (bug #11). Andreas Schneider 2011-08-15 16:32:17 +02:00
  • 190ae27463 pki: Added ssh_key_dup(). Andreas Schneider 2011-08-14 13:29:46 +02:00
  • 481522cf63 agent: Use new pki functions. Andreas Schneider 2011-08-13 12:21:23 +02:00
  • 0523adf95c pki: Add ssh_pki_import_pubkey_string(). Andreas Schneider 2011-08-13 11:49:06 +02:00
  • 74d755873d pki: Use const. Andreas Schneider 2011-08-13 11:26:03 +02:00
  • 30ec1e0b05 pki: Document public key function. Andreas Schneider 2011-08-13 11:19:37 +02:00
  • f421c05913 cmake: Check for argp library only on bsd and solaris. Andreas Schneider 2011-08-09 19:52:26 +02:00
  • e92787395a pki: Fix doc of ssh_pki_import_privkey_base64(). Andreas Schneider 2011-08-12 11:04:30 +02:00
  • a4a1af5bbf options: Allocate dest in ssh_options_copy(). Andreas Schneider 2011-08-11 12:53:02 +02:00
  • 1c30c2a510 pki: Fix a resource leak. Andreas Schneider 2011-08-11 12:36:01 +02:00
  • 8bf8a7ef49 Fix typo. Andreas Schneider 2011-08-10 19:07:42 +02:00
  • 37a38d4959 Added CodingStyle file. Andreas Schneider 2011-08-10 19:05:15 +02:00
  • 096475b356 channels: Fix incorrect return values in ssh_channel_write(). Andreas Schneider 2011-08-10 16:37:29 +02:00
  • d08554dabd session: Fix an infinite loop in the termination callback. rofl0r 2011-08-10 01:44:47 +02:00
  • 13227714f2 channels: Fix incorrect return values in ssh_channel_write(). Andreas Schneider 2011-08-10 16:37:29 +02:00
  • 7949f2cdc6 session: Fix an infinite loop in the termination callback. rofl0r 2011-08-10 01:44:47 +02:00
  • cbe8f8b760 channels: Handle SSH_AGAIN in channel_open(). (cherry picked from commit 2f87873642) Andreas Schneider 2011-08-09 22:59:17 +02:00
  • 2f87873642 channels: Handle SSH_AGAIN in channel_open(). Andreas Schneider 2011-08-09 22:59:17 +02:00
  • 8987bc53e0 Fix "status -5 inflating zlib packet" Mark Riordan 2011-06-10 16:00:06 -05:00
  • 6c45d6dc01 Fix "status -5 inflating zlib packet" Mark Riordan 2011-06-10 16:00:06 -05:00
  • 9c0af42dd8 pki: Use a consistent name scheme. Andreas Schneider 2011-08-09 18:05:47 +02:00
  • 39802b31fe build: Set libssh version to 0.5.1. libssh-0.5.1 Andreas Schneider 2011-08-09 14:47:33 +02:00
  • e5a2aef1bf build: Updated ChangeLog. Andreas Schneider 2011-08-09 14:46:26 +02:00
  • bec483bc18 pki: Add ssh_pki_import_pubkey_base64(). Andreas Schneider 2011-08-07 19:53:03 +02:00
  • f81444bd57 pki: Add pki_do_sign(). Andreas Schneider 2011-08-07 18:22:19 +02:00
  • 38d00c0e7a bind: Use ssh_key_import_private(). Andreas Schneider 2011-08-07 17:49:18 +02:00
  • 9bed334da3 pki: Add ssh_pki_convert_key_to_privatekey(). Andreas Schneider 2011-08-07 17:49:02 +02:00
  • 7c302d376c pki: Move _privatekey_from_file to legacy.c. Andreas Schneider 2011-08-07 17:48:31 +02:00
  • 36ee2d3332 pki: Create pki_publickey_from_privatekey(). Andreas Schneider 2011-08-07 16:56:33 +02:00
  • f55cd7de43 pki: Improve ssh_key_import_private(). Andreas Schneider 2011-08-07 15:00:35 +02:00
  • 9569d053d8 pki: Improve ssh_pki_import_privkey_base64(). Andreas Schneider 2011-08-07 14:00:42 +02:00
  • 028888719a pki: Add pki_privatekey_type_from_string(). Andreas Schneider 2011-08-07 14:00:25 +02:00
  • d8b41bcac3 pki: Add placeholder for ecdsa and certs. Andreas Schneider 2011-08-07 13:22:13 +02:00
  • 6ccb3f7a82 pki: Add pki_crypto.c. Andreas Schneider 2011-08-07 13:08:49 +02:00
  • 37b80e9261 pki: Move keyfiles to pki_gcrypt.c. Andreas Schneider 2011-08-07 12:54:25 +02:00
  • edb03bd224 Fixed ssh_scp_write so it works when doing recursive copy Einar Floystad Dorum 2011-08-04 20:53:57 +02:00
  • 01c4b713dc Fixed ssh_scp_write so it works when doing recursive copy Einar Floystad Dorum 2011-08-04 20:53:57 +02:00
  • 1204f43ea9 client: Fix another source of endless wait. (cherry picked from commit 35686b4822) rofl0r 2011-08-05 10:30:54 +02:00
  • b542bc9e4e channels: Fix an endless loop in case of a channel_open error. (cherry picked from commit 7ccd9c31b3) rofl0r 2011-08-05 03:05:22 +02:00
  • 61a97ccede session: Fix timeout handling. rofl0r 2011-08-05 03:00:21 +02:00
  • a1ef27c0b8 channels: Fix checking for fatal errors. rofl0r 2011-08-06 10:31:43 +02:00
  • fb8f2cd11b channels: Fix ssh_channel_from_local() rofl0r 2011-08-06 10:31:27 +02:00
  • 1d8a9ddf84 misc: Fix ssh_timeout_update(). (cherry picked from commit c31cac93f3) rofl0r 2011-08-06 10:51:57 +02:00
  • 35686b4822 client: Fix another source of endless wait. rofl0r 2011-08-05 10:30:54 +02:00
  • 7ccd9c31b3 channels: Fix an endless loop in case of a channel_open error. rofl0r 2011-08-05 03:05:22 +02:00
  • af85337f5f session: Fix timeout handling. rofl0r 2011-08-05 03:00:21 +02:00
  • 563fbe4de8 channels: Fix checking for fatal errors. rofl0r 2011-08-06 10:31:43 +02:00
  • 39f962c91e channels: Fix ssh_channel_from_local() rofl0r 2011-08-06 10:31:27 +02:00
  • c31cac93f3 misc: Fix ssh_timeout_update(). rofl0r 2011-08-06 10:51:57 +02:00
  • a290fe33c1 gitignore: ignore object files rofl0r 2011-08-05 11:13:54 +02:00
  • bea66b6476 examples: Fix permissions of the file we copy. Andreas Schneider 2011-08-03 22:21:43 +02:00
  • 15ebbad146 examples: Fix permissions of the file we copy. Andreas Schneider 2011-08-03 22:21:43 +02:00
  • a8111934d5 channels: Set the max packet size to 32768. (cherry picked from commit 790b62bca5) Andreas Schneider 2011-08-03 20:49:57 +02:00
  • 790b62bca5 channels: Set the max packet size to 32768. Andreas Schneider 2011-08-03 20:49:57 +02:00
  • ca47c9b46e cmake: Make CHECK_C_COMPILER_FLAG_SSP a function. Andreas Schneider 2011-07-29 11:37:27 +02:00
  • 0943ce3a4a Fixed build on openssl Aris Adamantiadis 2011-07-20 09:56:43 +02:00
  • da954c2c5e Fixes the ssh_log issue on ssh_bind handles. Aris Adamantiadis 2011-07-19 22:16:28 +02:00
  • dc9ac022f5 doc: Add OpenSSH pub certkey auth. Andreas Schneider 2011-07-19 12:20:00 +02:00
  • 54fb43358c Workaround ssh_get_user_home_dir on LDAP users Aris Adamantiadis 2011-07-13 12:04:04 +02:00
  • f201e983b0 Workaround ssh_get_user_home_dir on LDAP users Aris Adamantiadis 2011-07-13 12:04:04 +02:00
  • 75dc5939ed Workaround ssh_get_user_home_dir on LDAP accounts v0-4 Aris Adamantiadis 2011-07-13 11:59:40 +02:00
  • cc29fef234 build: Remove broken old Makefile. Andreas Schneider 2011-06-30 15:47:52 +02:00
  • f684e76ab2 Merge branch 'pki' Andreas Schneider 2011-06-15 18:27:23 +02:00
  • c75581fb93 pki: Make ssh_key_is_private() a public function. Andreas Schneider 2011-06-14 22:37:00 +02:00
  • 27cedaa0b6 pki: Make ssh_key_is_public() a public function. Andreas Schneider 2011-06-14 22:33:58 +02:00