4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 * or http://www.opensolaris.org/os/licensing.
10 * See the License for the specific language governing permissions
11 * and limitations under the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
22 * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
23 * Use is subject to license terms.
25 * Do not add to this file unless it is to cover an existing private
26 * interface and do not write new code that depends on this header
27 * file or the interfaces contained in it.
29 * This is a private interface, subject to change. It exists solely
30 * as a way of making certain existing clients of libbsm lint clean.
31 * As the related interfaces are replaced with the adt.* interfaces,
32 * this header should shrink to zero.
35 #ifndef _AUDIT_PRIVATE_H
36 #define _AUDIT_PRIVATE_H
38 #pragma ident "%Z%%M% %I% %E% SMI"
44 #include <bsm/libbsm.h>
56 extern int audit_settid(int);
63 extern void audit_allocate_argv(int, int, char *[]);
64 extern int audit_allocate_record(int);
65 extern void audit_allocate_list(char *);
66 extern void audit_allocate_device(char *);
73 extern void audit_ftpd_bad_pw(char *uname
);
74 extern void audit_ftpd_excluded(char *uname
);
75 extern void audit_ftpd_failure(char *uname
);
76 extern void audit_ftpd_no_anon(void);
77 extern void audit_ftpd_success(char *uname
);
78 extern void audit_ftpd_unknown(char *uname
);
79 extern void audit_ftpd_logout(void);
86 extern void audit_rexecd_setup(void);
87 extern void audit_rexecd_success(char *, char *, char *);
88 extern void audit_rexecd_fail(char *, char *, char *, char *);
95 extern int audit_rshd_setup(void);
96 extern int audit_rshd_success(char *, char *, char *, char *);
97 extern int audit_rshd_fail(char *, char *, char *, char *, char *);
105 extern int audit_at_delete(char *, char *, int);
106 extern int audit_at_create(char *, int);
113 extern int audit_crontab_modify(char *, char *, int);
114 extern int audit_crontab_delete(char *, int);
115 extern int audit_crontab_not_allowed(uid_t
, char *);
116 extern int audit_crontab_process_not_audited(void);
124 extern int audit_cron_session(char *, char *, uid_t
, gid_t
, char *);
125 extern void audit_cron_new_job(char *, int, void *);
126 extern void audit_cron_bad_user(char *);
127 extern void audit_cron_user_acct_expired(char *);
128 extern int audit_cron_create_anc_file(char *, char *, char *, uid_t
);
129 extern int audit_cron_delete_anc_file(char *, char *);
130 extern int audit_cron_is_anc_name(char *);
131 extern int audit_cron_mode(void);
132 extern char *audit_cron_make_anc_name(char *);
133 extern int audit_cron_setinfo(char *, auditinfo_addr_t
*);
140 extern void audit_mountd_setup(void);
141 extern void audit_mountd_mount(char *, char *, int);
142 extern void audit_mountd_umount(char *, char *);
149 extern int audit_halt_setup(int, char **);
150 extern int audit_halt_success(void);
151 extern int audit_halt_fail(void);
158 extern int audit_shutdown_setup(int, char **);
159 extern int audit_shutdown_success(void);
160 extern int audit_shutdown_fail(void);
167 extern int audit_reboot_setup(void);
168 extern int audit_reboot_success(void);
169 extern int audit_reboot_fail(void);
176 extern void audit_rexd_fail(char *, char *, char *, uid_t
, gid_t
,
178 extern void audit_rexd_success(char *, char *, uid_t
, gid_t
,
180 extern void audit_rexd_setup(void);
186 #endif /* _AUDIT_PRIVATE_H */