Fix the vim modeline and place it at the end of the file.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@763 7dcaeef0-15fb-0310-b436-a5af3365683c
Этот коммит содержится в:
родитель
80ba62a519
Коммит
2e0b2e2e91
@ -46,3 +46,4 @@
|
||||
#define SSH_AGENT_OLD_SIGNATURE 0x01
|
||||
|
||||
#endif /* __AGENT_H */
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -17,8 +17,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -67,3 +65,4 @@ struct crypto_struct {
|
||||
#endif
|
||||
};
|
||||
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -17,8 +17,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
#ifndef _LIBSSH_H
|
||||
@ -385,3 +383,4 @@ int ssh_finalize(void);
|
||||
}
|
||||
#endif
|
||||
#endif /* _LIBSSH_H */
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -17,8 +17,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -741,3 +739,4 @@ char *my_gcry_bn2dec(bignum bn);
|
||||
#endif
|
||||
|
||||
#endif /* _LIBSSH_PRIV_H */
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -17,8 +17,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -179,3 +177,4 @@ int ssh_message_channel_request_reply_success(SSH_MESSAGE *msg);
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -17,8 +17,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -773,3 +771,4 @@ void sftp_handle_remove(SFTP_SESSION *sftp, void *handle);
|
||||
#endif /* SFTP_H */
|
||||
|
||||
/** @} */
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -19,8 +19,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
/* This file is based on authfd.c from OpenSSH */
|
||||
@ -496,3 +494,4 @@ int agent_is_running(SSH_SESSION *session) {
|
||||
|
||||
#endif /* _WIN32 */
|
||||
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -20,8 +20,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
#include "libssh/priv.h"
|
||||
@ -1498,4 +1496,3 @@ int ssh_userauth_kbdint_setanswer(SSH_SESSION *session, unsigned int i,
|
||||
}
|
||||
|
||||
/** @} */
|
||||
|
||||
|
@ -19,8 +19,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
@ -250,3 +248,4 @@ int ssh_userauth1_password(SSH_SESSION *session, const char *username,
|
||||
}
|
||||
|
||||
#endif /* HAVE_SSH1 */
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -19,8 +19,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
/* just the dirtiest part of code i ever made */
|
||||
@ -285,3 +283,4 @@ unsigned char *bin_to_base64(const unsigned char *source, int len) {
|
||||
return base64;
|
||||
}
|
||||
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -19,8 +19,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
@ -395,4 +393,4 @@ struct string_struct *buffer_get_mpint(struct buffer_struct *buffer) {
|
||||
return str;
|
||||
}
|
||||
/** @} */
|
||||
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -20,8 +20,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
@ -1871,4 +1869,4 @@ int channel_select(CHANNEL **readchans, CHANNEL **writechans,
|
||||
}
|
||||
|
||||
/** @} */
|
||||
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -20,8 +20,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
@ -304,3 +302,4 @@ int channel_write1(CHANNEL *channel, const void *data, int len) {
|
||||
}
|
||||
|
||||
#endif /* HAVE_SSH1 */
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -19,8 +19,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
@ -658,4 +656,4 @@ const char *ssh_copyright(void) {
|
||||
"file for informations about your rights";
|
||||
}
|
||||
/** @} */
|
||||
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -19,8 +19,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
@ -413,3 +411,4 @@ int ssh_select(CHANNEL **channels, CHANNEL **outchannels, socket_t maxfd,
|
||||
}
|
||||
|
||||
/** @} */
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -19,8 +19,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
#include "libssh/priv.h"
|
||||
@ -91,3 +89,4 @@ u32 ssh_crc32(const char *buf, u32 len) {
|
||||
return ret;
|
||||
}
|
||||
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -19,8 +19,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
@ -202,3 +200,4 @@ int packet_hmac_verify(SSH_SESSION *session, BUFFER *buffer,
|
||||
return -1;
|
||||
}
|
||||
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -20,8 +20,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -1019,4 +1017,4 @@ int signature_verify(SSH_SESSION *session, STRING *signature) {
|
||||
}
|
||||
|
||||
/** @} */
|
||||
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -19,8 +19,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
@ -94,4 +92,4 @@ int ssh_get_error_code(void *error) {
|
||||
}
|
||||
|
||||
/** @} */
|
||||
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -19,8 +19,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
@ -98,3 +96,4 @@ char *my_gcry_bn2dec(bignum bn) {
|
||||
}
|
||||
|
||||
#endif
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -20,8 +20,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
@ -215,4 +213,4 @@ int decompress_buffer(SSH_SESSION *session,BUFFER *buf){
|
||||
}
|
||||
|
||||
#endif /* HAVE_LIBZ && WITH_LIBZ */
|
||||
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -19,8 +19,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
#include "libssh/priv.h"
|
||||
@ -56,3 +54,4 @@ int ssh_finalize(void) {
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -19,8 +19,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
@ -785,3 +783,5 @@ error:
|
||||
leave_function();
|
||||
return rc;
|
||||
}
|
||||
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -20,8 +20,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
@ -1578,4 +1576,4 @@ int ssh_write_knownhost(SSH_SESSION *session) {
|
||||
}
|
||||
|
||||
/** @} */
|
||||
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -19,8 +19,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
@ -1408,3 +1406,4 @@ STRING *ssh_sign_session_id(SSH_SESSION *session, PRIVATE_KEY *privatekey) {
|
||||
}
|
||||
|
||||
/** @} */
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -19,8 +19,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
@ -77,3 +75,4 @@ void ssh_log(SSH_SESSION *session, int verbosity, const char *format, ...) {
|
||||
}
|
||||
|
||||
/** @} */
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -35,10 +35,6 @@
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
@ -186,3 +182,4 @@ int match_hostname(const char *host, const char *pattern, unsigned int len) {
|
||||
return match_pattern_list(host, pattern, len, 1);
|
||||
}
|
||||
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -19,8 +19,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
/** \defgroup ssh_messages SSH Messages
|
||||
@ -783,5 +781,7 @@ void ssh_message_free(SSH_MESSAGE *msg){
|
||||
ZERO_STRUCTP(msg);
|
||||
}
|
||||
|
||||
/** @}
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -20,8 +20,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
#include <limits.h>
|
||||
@ -151,4 +149,4 @@ const char *ssh_version(int req_version) {
|
||||
}
|
||||
|
||||
/** @} */
|
||||
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -20,8 +20,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
@ -1014,3 +1012,4 @@ int ssh_options_set_auth_callback(SSH_OPTIONS *opt, ssh_auth_callback cb,
|
||||
}
|
||||
|
||||
/** @} */
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -19,8 +19,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
@ -779,3 +777,4 @@ int packet_wait(SSH_SESSION *session, int type, int block) {
|
||||
return packet_wait2(session, type, block);
|
||||
}
|
||||
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -19,8 +19,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -518,3 +516,4 @@ int ssh_accept(SSH_SESSION *session) {
|
||||
|
||||
/** @}
|
||||
*/
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -19,8 +19,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
@ -335,4 +333,4 @@ int ssh_get_version(SSH_SESSION *session) {
|
||||
}
|
||||
|
||||
/** @} */
|
||||
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -20,8 +20,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
/* This file contains code written by Nick Zitzmann */
|
||||
@ -2395,4 +2393,4 @@ SFTP_ATTRIBUTES *sftp_fstat(SFTP_FILE *file) {
|
||||
}
|
||||
|
||||
#endif /* WITH_SFTP */
|
||||
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -19,8 +19,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
@ -484,3 +482,4 @@ void sftp_handle_remove(SFTP_SESSION *sftp, void *handle) {
|
||||
}
|
||||
}
|
||||
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -19,8 +19,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
@ -752,3 +750,4 @@ int ssh_socket_get_status(struct socket *s) {
|
||||
|
||||
/** @}
|
||||
*/
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -19,8 +19,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
@ -178,3 +176,4 @@ void string_free(struct string_struct *s) {
|
||||
}
|
||||
|
||||
/** @} */
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
@ -19,8 +19,6 @@
|
||||
* along with the SSH Library; see the file COPYING. If not, write to
|
||||
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
||||
* MA 02111-1307, USA.
|
||||
*
|
||||
* vim: ts=2 sw=2 et cindent
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -993,3 +991,5 @@ int crypt_set_algorithms_server(SSH_SESSION *session){
|
||||
leave_function();
|
||||
return SSH_OK;
|
||||
}
|
||||
|
||||
/* vim: set ts=2 sw=2 et cindent: */
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user