/*
* Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
/*
* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
*
* Openvision retains the copyright to derivative works of
* this source code. Do *NOT* create a derivative of this
* source code before consulting with your legal department.
* Do *NOT* integrate *ANY* of this source code into another
* product before consulting with your legal department.
*
* For further information, read the top-level Openvision
* copyright which is contained in the top-level MIT Kerberos
* copyright.
*
* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
*
*/
/*
* Copyright 1993-1994 OpenVision Technologies, Inc., All Rights Reserved.
*
* $Header: /cvs/krbdev/krb5/src/kadmin/passwd/tty_kpasswd.c,v 1.9 2001/02/26 18:22:08 epeisach Exp $
*
*
*/
#include <krb5.h>
#include "kpasswd_strings.h"
#include "kpasswd.h"
#include <stdio.h>
#include <pwd.h>
#include <string.h>
#include <libintl.h>
#include <locale.h>
char *whoami;
const char *fmt_string;
const char *arg_string;
{
}
char *password;
unsigned int *pwsize;
{
(char *) string_text(KPW_STR_OLD_PASSWORD_PROMPT),
return code;
}
void *server_handle;
char *password;
unsigned int *pwsize;
char *msg_ret;
int msg_len;
{
NULL /* don't need new pw back */,
}
/*
* main() for tty version of kpasswd.c
*/
int
int argc;
char *argv[];
{
int retval;
#if !defined(TEXT_DOMAIN) /* Should be defined by cc -D */
#endif
(void) textdomain(TEXT_DOMAIN);
if (retval) {
}
/* initialize_kpws_error_table(); SUNWresync121 */
if (!retval)
}