/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/*
* Copyright 1993 OpenVision Technologies, Inc., All Rights Reserved
*
* $Header$
*/
/*
* 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
*
*/
#if !defined(lint) && !defined(__CODECENTER__)
#endif
/* Solaris Kerberos */
#include <kadm5/kadm_rpc.h>
#include "client_internal.h"
#include <stdlib.h>
#include <string.h>
#include <errno.h>
{
generic_ret *r;
return EINVAL;
if(r == NULL)
return KADM5_RPC_ERROR;
return r->code;
}
{
generic_ret *r;
return EINVAL;
if(r == NULL)
return KADM5_RPC_ERROR;
return r->code;
}
{
generic_ret *r;
return EINVAL;
if(r == NULL)
return KADM5_RPC_ERROR;
return r->code;
}
{
gpol_ret *r;
return EINVAL;
if(r == NULL)
return KADM5_RPC_ERROR;
if (r->code == 0)
return r->code;
}
{
gpols_ret *r;
return EINVAL;
if(r == NULL)
return KADM5_RPC_ERROR;
if(r->code == 0) {
} else {
*count = 0;
}
return r->code;
}