Author: abartlet Date: 2006-05-03 20:31:24 +0000 (Wed, 03 May 2006) New Revision: 15421
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15421 Log: Correct function comments. Andrew Bartlett Modified: branches/SAMBA_4_0/source/auth/credentials/credentials.c Changeset: Modified: branches/SAMBA_4_0/source/auth/credentials/credentials.c =================================================================== --- branches/SAMBA_4_0/source/auth/credentials/credentials.c 2006-05-03 20:23:19 UTC (rev 15420) +++ branches/SAMBA_4_0/source/auth/credentials/credentials.c 2006-05-03 20:31:24 UTC (rev 15421) @@ -514,13 +514,12 @@ } /** - * Given a string, typically obtained from a -U argument, parse it into domain, username, realm and password fields + * Given a a credentials structure, print it as a string * - * The format accepted is [domain\\]user[%password] or [EMAIL PROTECTED] + * The format output is [domain\\]user[%password] or [EMAIL PROTECTED] * * @param credentials Credentials structure on which to set the password - * @param data the string containing the username, password etc - * @param obtained This enum describes how 'specified' this password is + * @param mem_ctx The memory context to place the result on */ const char *cli_credentials_get_unparsed_name(struct cli_credentials *credentials, TALLOC_CTX *mem_ctx)
