geom_gate userland utility improvements
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

178 lines
5.2 KiB

  1. # $Id: Makefile.am,v 1.37 2009/03/26 15:41:15 bagder Exp $
  2. EXTRA_DIST = template.3 BINDINGS INSTALL_AUTOTOOLS INSTALL_CMAKE.md HACKING TODO \
  3. AUTHORS CMakeLists.txt HACKING.CRYPTO SECURITY.md
  4. dist_man_MANS = \
  5. libssh2_agent_connect.3 \
  6. libssh2_agent_disconnect.3 \
  7. libssh2_agent_free.3 \
  8. libssh2_agent_get_identity.3 \
  9. libssh2_agent_get_identity_path.3 \
  10. libssh2_agent_init.3 \
  11. libssh2_agent_list_identities.3 \
  12. libssh2_agent_set_identity_path.3 \
  13. libssh2_agent_userauth.3 \
  14. libssh2_banner_set.3 \
  15. libssh2_base64_decode.3 \
  16. libssh2_channel_close.3 \
  17. libssh2_channel_direct_tcpip.3 \
  18. libssh2_channel_direct_tcpip_ex.3 \
  19. libssh2_channel_eof.3 \
  20. libssh2_channel_exec.3 \
  21. libssh2_channel_flush.3 \
  22. libssh2_channel_flush_ex.3 \
  23. libssh2_channel_flush_stderr.3 \
  24. libssh2_channel_forward_accept.3 \
  25. libssh2_channel_forward_cancel.3 \
  26. libssh2_channel_forward_listen.3 \
  27. libssh2_channel_forward_listen_ex.3 \
  28. libssh2_channel_free.3 \
  29. libssh2_channel_get_exit_signal.3 \
  30. libssh2_channel_get_exit_status.3 \
  31. libssh2_channel_handle_extended_data.3 \
  32. libssh2_channel_handle_extended_data2.3 \
  33. libssh2_channel_ignore_extended_data.3 \
  34. libssh2_channel_open_ex.3 \
  35. libssh2_channel_open_session.3 \
  36. libssh2_channel_process_startup.3 \
  37. libssh2_channel_read.3 \
  38. libssh2_channel_read_ex.3 \
  39. libssh2_channel_read_stderr.3 \
  40. libssh2_channel_receive_window_adjust.3 \
  41. libssh2_channel_receive_window_adjust2.3 \
  42. libssh2_channel_request_pty.3 \
  43. libssh2_channel_request_pty_ex.3 \
  44. libssh2_channel_request_pty_size.3 \
  45. libssh2_channel_request_pty_size_ex.3 \
  46. libssh2_channel_send_eof.3 \
  47. libssh2_channel_set_blocking.3 \
  48. libssh2_channel_setenv.3 \
  49. libssh2_channel_setenv_ex.3 \
  50. libssh2_channel_shell.3 \
  51. libssh2_channel_subsystem.3 \
  52. libssh2_channel_wait_closed.3 \
  53. libssh2_channel_wait_eof.3 \
  54. libssh2_channel_window_read.3 \
  55. libssh2_channel_window_read_ex.3 \
  56. libssh2_channel_window_write.3 \
  57. libssh2_channel_window_write_ex.3 \
  58. libssh2_channel_write.3 \
  59. libssh2_channel_write_ex.3 \
  60. libssh2_channel_write_stderr.3 \
  61. libssh2_channel_x11_req.3 \
  62. libssh2_channel_x11_req_ex.3 \
  63. libssh2_exit.3 \
  64. libssh2_free.3 \
  65. libssh2_hostkey_hash.3 \
  66. libssh2_init.3 \
  67. libssh2_keepalive_config.3 \
  68. libssh2_keepalive_send.3 \
  69. libssh2_knownhost_add.3 \
  70. libssh2_knownhost_addc.3 \
  71. libssh2_knownhost_check.3 \
  72. libssh2_knownhost_checkp.3 \
  73. libssh2_knownhost_del.3 \
  74. libssh2_knownhost_free.3 \
  75. libssh2_knownhost_get.3 \
  76. libssh2_knownhost_init.3 \
  77. libssh2_knownhost_readfile.3 \
  78. libssh2_knownhost_readline.3 \
  79. libssh2_knownhost_writefile.3 \
  80. libssh2_knownhost_writeline.3 \
  81. libssh2_poll.3 \
  82. libssh2_poll_channel_read.3 \
  83. libssh2_publickey_add.3 \
  84. libssh2_publickey_add_ex.3 \
  85. libssh2_publickey_init.3 \
  86. libssh2_publickey_list_fetch.3 \
  87. libssh2_publickey_list_free.3 \
  88. libssh2_publickey_remove.3 \
  89. libssh2_publickey_remove_ex.3 \
  90. libssh2_publickey_shutdown.3 \
  91. libssh2_scp_recv.3 \
  92. libssh2_scp_recv2.3 \
  93. libssh2_scp_send.3 \
  94. libssh2_scp_send64.3 \
  95. libssh2_scp_send_ex.3 \
  96. libssh2_session_abstract.3 \
  97. libssh2_session_banner_get.3 \
  98. libssh2_session_banner_set.3 \
  99. libssh2_session_block_directions.3 \
  100. libssh2_session_callback_set.3 \
  101. libssh2_session_disconnect.3 \
  102. libssh2_session_disconnect_ex.3 \
  103. libssh2_session_flag.3 \
  104. libssh2_session_free.3 \
  105. libssh2_session_get_blocking.3 \
  106. libssh2_session_get_timeout.3 \
  107. libssh2_session_handshake.3 \
  108. libssh2_session_hostkey.3 \
  109. libssh2_session_init.3 \
  110. libssh2_session_init_ex.3 \
  111. libssh2_session_last_errno.3 \
  112. libssh2_session_last_error.3 \
  113. libssh2_session_set_last_error.3 \
  114. libssh2_session_method_pref.3 \
  115. libssh2_session_methods.3 \
  116. libssh2_session_set_blocking.3 \
  117. libssh2_session_set_timeout.3 \
  118. libssh2_session_startup.3 \
  119. libssh2_session_supported_algs.3 \
  120. libssh2_sftp_close.3 \
  121. libssh2_sftp_close_handle.3 \
  122. libssh2_sftp_closedir.3 \
  123. libssh2_sftp_fsetstat.3 \
  124. libssh2_sftp_fstat.3 \
  125. libssh2_sftp_fstat_ex.3 \
  126. libssh2_sftp_fstatvfs.3 \
  127. libssh2_sftp_fsync.3 \
  128. libssh2_sftp_get_channel.3 \
  129. libssh2_sftp_init.3 \
  130. libssh2_sftp_last_error.3 \
  131. libssh2_sftp_lstat.3 \
  132. libssh2_sftp_mkdir.3 \
  133. libssh2_sftp_mkdir_ex.3 \
  134. libssh2_sftp_open.3 \
  135. libssh2_sftp_open_ex.3 \
  136. libssh2_sftp_opendir.3 \
  137. libssh2_sftp_read.3 \
  138. libssh2_sftp_readdir.3 \
  139. libssh2_sftp_readdir_ex.3 \
  140. libssh2_sftp_readlink.3 \
  141. libssh2_sftp_realpath.3 \
  142. libssh2_sftp_rename.3 \
  143. libssh2_sftp_rename_ex.3 \
  144. libssh2_sftp_rewind.3 \
  145. libssh2_sftp_rmdir.3 \
  146. libssh2_sftp_rmdir_ex.3 \
  147. libssh2_sftp_seek.3 \
  148. libssh2_sftp_seek64.3 \
  149. libssh2_sftp_setstat.3 \
  150. libssh2_sftp_shutdown.3 \
  151. libssh2_sftp_stat.3 \
  152. libssh2_sftp_stat_ex.3 \
  153. libssh2_sftp_statvfs.3 \
  154. libssh2_sftp_symlink.3 \
  155. libssh2_sftp_symlink_ex.3 \
  156. libssh2_sftp_tell.3 \
  157. libssh2_sftp_tell64.3 \
  158. libssh2_sftp_unlink.3 \
  159. libssh2_sftp_unlink_ex.3 \
  160. libssh2_sftp_write.3 \
  161. libssh2_trace.3 \
  162. libssh2_trace_sethandler.3 \
  163. libssh2_userauth_authenticated.3 \
  164. libssh2_userauth_hostbased_fromfile.3 \
  165. libssh2_userauth_hostbased_fromfile_ex.3 \
  166. libssh2_userauth_keyboard_interactive.3 \
  167. libssh2_userauth_keyboard_interactive_ex.3 \
  168. libssh2_userauth_list.3 \
  169. libssh2_userauth_password.3 \
  170. libssh2_userauth_password_ex.3 \
  171. libssh2_userauth_publickey.3 \
  172. libssh2_userauth_publickey_fromfile.3 \
  173. libssh2_userauth_publickey_fromfile_ex.3 \
  174. libssh2_userauth_publickey_frommemory.3 \
  175. libssh2_version.3