From 2cf6369113a23bbd7fa0e6b872d4a7c1ab68272b Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Mon, 12 May 2008 21:51:13 +0000 Subject: Doxygen changes Modified the makefile so the ln -s never fails. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@157 7dcaeef0-15fb-0310-b436-a5af3365683c --- libssh/auth.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libssh/auth.c') diff --git a/libssh/auth.c b/libssh/auth.c index 0dba3da..ff1e1ed 100644 --- a/libssh/auth.c +++ b/libssh/auth.c @@ -25,8 +25,8 @@ MA 02111-1307, USA. */ #include #include -/** defgroup ssh_auth - * \brief functions to authenticate +/** \defgroup ssh_auth Authentication functions + * \brief functions to authenticate to servers */ /** \addtogroup ssh_auth * @{ */ @@ -169,6 +169,7 @@ int ssh_userauth_none(SSH_SESSION *session,char *username){ * \param publickey a public key returned by publickey_from_file() * \returns SSH_AUTH_ERROR : a serious error happened\n * SSH_AUTH_DENIED : The server doesn't accept that public key as an authentication token. Try another key or another method\n + * SSH_AUTH_PARTIAL : You've been partially authenticated, you still have to use another method\n * SSH_AUTH_SUCCESS : The public key is accepted, you want now to use ssh_userauth_pubkey() * \see publickey_from_file() * \see privatekey_from_file() -- cgit