Home
last modified time | relevance | path

Searched refs:AUTH (Results 1 – 25 of 36) sorted by relevance

12

/openbsd/lib/libc/rpc/
H A Dauth_unix.c84 static void marshal_new_auth(AUTH *auth);
91 AUTH *
98 AUTH *auth; in authunix_create()
104 auth = (AUTH *)mem_alloc(sizeof(*auth)); in authunix_create()
182 AUTH *
211 authunix_nextverf(AUTH *auth) in authunix_nextverf()
217 authunix_marshal(AUTH *auth, XDR *xdrs) in authunix_marshal()
225 authunix_validate(AUTH *auth, struct opaque_auth *verf) in authunix_validate()
253 authunix_refresh(AUTH *auth) in authunix_refresh()
295 authunix_destroy(AUTH *auth) in authunix_destroy()
[all …]
H A Dauth_none.c65 AUTH no_client;
70 AUTH *
99 authnone_marshal(AUTH *client, XDR *xdrs) in authnone_marshal()
/openbsd/include/rpc/
H A Dauth.h117 } AUTH; typedef
172 extern AUTH *authunix_create(char *, int, int, int, int *);
173 extern AUTH *authunix_create_default(void);
174 extern AUTH *authnone_create(void);
H A Dclnt.h120 AUTH *cl_auth; /* authenticator */
/openbsd/usr.sbin/amd/amd/
H A Dmisc_rpc.c47 void *, xdrproc_t, AUTH *);
110 struct rpc_msg *mp, void *arg, xdrproc_t arg_xdr, AUTH *auth) in make_rpc_packet()
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/tests/base/rpc/
H A Dauth.h14 extern AUTH* authdes_create( struct sockaddr* );
/openbsd/gnu/gcc/fixincludes/tests/base/rpc/
H A Dauth.h14 extern AUTH* authdes_create( struct sockaddr* );
/openbsd/regress/sbin/iked/live/
H A Diked.in5 $AUTH \
/openbsd/usr.sbin/ripd/
H A Drip.h66 #define AUTH 0xFFFF macro
H A Dauth.c91 if (auth_head->auth_fixed != AUTH) { in auth_validate()
202 auth_head.auth_fixed = AUTH; in auth_gen()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h118 extern void auth_destroy(AUTH *);
119 extern AUTH * authdes_create(/* ??? */);
121 extern AUTH * authdes_seccreate(/* ??? */);
122 extern AUTH * authnone_create(void);
123 extern AUTH * authsys_create(char *, int, int, int, int *);
124 extern AUTH * authsys_create_default(void);
125 extern AUTH * authunix_create(char *, int, int, int, int *);
126 extern AUTH * authunix_create_default(void);
H A Dsys-types.h172 typedef int AUTH; typedef
/openbsd/gnu/gcc/gcc/
H A Dsys-protos.h118 extern void auth_destroy(AUTH *);
119 extern AUTH * authdes_create(/* ??? */);
121 extern AUTH * authdes_seccreate(/* ??? */);
122 extern AUTH * authnone_create(void);
123 extern AUTH * authsys_create(char *, int, int, int, int *);
124 extern AUTH * authsys_create_default(void);
125 extern AUTH * authunix_create(char *, int, int, int, int *);
126 extern AUTH * authunix_create_default(void);
H A Dsys-types.h172 typedef int AUTH; typedef
/openbsd/usr.sbin/smtpd/
H A Dparse.y880 | AUTH tables {
1090 | negation AUTH {
1097 | negation AUTH tables {
1312 | negation FROM AUTH {
1624 negation AUTH {
1630 negation AUTH tables {
1636 negation AUTH REGEX tables {
1772 AUTH {
2359 | AUTH {
2375 | AUTH tables {
[all …]
/openbsd/gnu/usr.bin/perl/cpan/libnet/
H A DMakefile.PL95 AUTH => {
/openbsd/lib/libkeynote/testsuite/
H A Dtest-assertion1-signed.in5 #authorizer: $$$$foo # Don't try this at home@@AUTH@@
/openbsd/usr.sbin/amd/include/
H A Dam.h148 extern AUTH *nfs_auth; /* Dummy uthorisation for remote servers */
260 void *, xdrproc_t, AUTH *);
/openbsd/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DSMTP.pm394 if (defined($v = delete $opt{AUTH})) {
398 if (exists $esmtp->{AUTH}) {
/openbsd/usr.sbin/hostapd/
H A Dparse.y156 %token AUTH DEAUTH ASSOC DISASSOC REASSOC REQUEST RESPONSE PCAP RATE
575 | AUTH frmauth
675 | REASON AUTH EXPIRE
679 | REASON AUTH LEAVE
1259 { "auth", AUTH }, in lookup()
/openbsd/sbin/isakmpd/
H A Dexchange_num.cst35 AUTH -1
/openbsd/usr.sbin/ypbind/
H A Dypbind.c589 AUTH *rpcua; in ping()
596 if (rpcua == (AUTH *)NULL) { in ping()
648 AUTH *rpcua; in pings()
658 if (rpcua == (AUTH *)NULL) { in pings()
/openbsd/usr.bin/ssh/
H A Dsshd_config24 #SyslogFacility AUTH
/openbsd/usr.bin/rusers/
H A Drusers.c105 struct rmtcallargs *, AUTH *, char *);
456 AUTH *unix_auth, char *buf) in rpc_setup()
487 AUTH *unix_auth; in allhosts()
/openbsd/gnu/usr.bin/cvs/doc/
H A Dcvsclient.info-1175 * the string `BEGIN AUTH REQUEST', a linefeed,
184 * the string `END AUTH REQUEST', and a linefeed.
228 cvs protocol, the procedure is the same, except BEGIN AUTH REQUEST
229 is replaced with BEGIN VERIFICATION REQUEST, END AUTH REQUEST is
255 2401, but to use different strings in place of `BEGIN AUTH

12