Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sia_init(3) [osf1 man page]

sia_init(3)						     Library Functions Manual						       sia_init(3)

NAME
sia_init - initialization routine for SIA (Security Integration Architecture) LIBRARY
Standard C library (libc.so and libc.a) SYNOPSIS
#include <sia.h> #include <siad.h> int sia_init(void); DESCRIPTION
The sia_init() routine is called by every sia_* routine to initialize the SIA configuration. This routine indirectly sets up the matrix of switches used to drive the SIA interfaces. RETURN VALUES
The sia_init() routine returns either SIASUCCESS or SIAFAIL. ERRORS
The errno value is not (normally) set explicitly by sia_* routines. The errno values are those returned from the dynamic loader interface, from dependent (siad_*) routines, or from malloc. Possible errors include resource constraints (no memory) and various authentication failures. FILES
/etc/sia/matrix.conf /usr/sbin/siainit /etc/sia/siainitgood RELATED INFORMATION
sia_ses_init(3), siad_ses_init(3), siad_init(3), matrix.conf(4), siainit(8) Security delim off sia_init(3)

Check Out this Related Man Page

sia_make_entity_pwd(3)					     Library Functions Manual					    sia_make_entity_pwd(3)

NAME
sia_make_entity_pwd - Make entity password - SIA (Security Integration Architecture) LIBRARY
Standard C library (libc.so and libc.a) SYNOPSIS
#include <siad.h> #include <signal.h> #include <setjmp.h> int sia_make_entity_pwd( struct passwd *pwd, SIAENTITY *entity); PARAMETERS
entity The entity parameter points to the SIAENTITY structure that will have its pwd data updated. The values in the SIAENTITY struc- ture are changed by this routine. pwd The pwd parameter points to the passwd structure that will have its data duplicated by the pwd field of the entity structure. DESCRIPTION
The sia_make_entity_pwd() routine fills in the pwd field of the entity structure, using malloc() to ensure that the copied data is not overwritten by subsequent calls to getpwent(). RETURN VALUES
The sia_make_entity_pwd() routine returns SIASUCCESS or SIAFAIL. ERRORS
The errno value is not (normally) set explicitly by sia_* routines. The errno values are those returned from the dynamic loader interface, from dependent (siad_*) routines, or from malloc. Possible errors include resource constraints (no memory) and various authentication failures. FILES
/etc/passwd RELATED INFORMATION
sia_ses_init(3) Security delim off sia_make_entity_pwd(3)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies