Home
last modified time | relevance | path

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

123

/freebsd/sys/rpc/
H A Dauth_none.c60 static bool_t authnone_marshal (AUTH *, uint32_t, XDR *, struct mbuf *);
61 static void authnone_verf (AUTH *);
62 static bool_t authnone_validate (AUTH *, uint32_t, struct opaque_auth *,
64 static bool_t authnone_refresh (AUTH *, void *);
65 static void authnone_destroy (AUTH *);
76 AUTH no_client;
99 AUTH *
109 authnone_marshal(AUTH *client, uint32_t xid, XDR *xdrs, struct mbuf *args) in authnone_marshal()
124 authnone_verf(AUTH *client) in authnone_verf()
130 authnone_validate(AUTH *client, uint32_t xid, struct opaque_auth *opaque, in authnone_validate()
[all …]
H A Drpcsec_gss.h151 typedef AUTH *rpc_gss_secfind_ftype(CLIENT *clnt, struct ucred *cred,
155 typedef AUTH *rpc_gss_seccreate_ftype(CLIENT *clnt, struct ucred *cred,
160 typedef bool_t rpc_gss_set_defaults_ftype(AUTH *auth,
162 typedef int rpc_gss_max_data_length_ftype(AUTH *handle,
186 typedef void rpc_gss_refresh_auth_ftype(AUTH *auth);
216 static __inline AUTH *
220 AUTH *ret = NULL; in rpc_gss_secfind_call()
236 static __inline AUTH *
242 AUTH *ret = NULL; in rpc_gss_seccreate_call()
252 rpc_gss_set_defaults_call(AUTH *auth, rpc_gss_service_t service, in rpc_gss_set_defaults_call()
[all …]
H A Dauth_unix.c65 static void authunix_nextverf (AUTH *);
66 static bool_t authunix_marshal (AUTH *, uint32_t, XDR *, struct mbuf *);
67 static bool_t authunix_validate (AUTH *, uint32_t, struct opaque_auth *,
69 static bool_t authunix_refresh (AUTH *, void *);
70 static void authunix_destroy (AUTH *);
71 static void marshal_new_auth (AUTH *);
94 AUTH *au_auth; /* link back to AUTH */
122 AUTH *
129 AUTH *auth; in authunix_create()
240 authunix_nextverf(AUTH *auth) in authunix_nextverf()
[all …]
H A Dauth.h195 } AUTH; typedef
241 extern AUTH *authunix_create(struct ucred *);
243 extern AUTH *authunix_create(char *, u_int, u_int, int, u_int *);
244 extern AUTH *authunix_create_default(void); /* takes no parameters */
246 extern AUTH *authnone_create(void); /* takes no parameters */
247 extern AUTH *authtls_create(void); /* takes no parameters */
258 extern AUTH *authdes_create (char *, u_int, struct sockaddr *, des_block *);
259 extern AUTH *authdes_seccreate (const char *, const u_int, const char *,
316 extern AUTH *authkerb_seccreate(const char *, const char *, const char *,
H A Dclnt.h109 AUTH *rc_auth; /* auth handle to use for this call */
123 AUTH *cl_auth; /* authenticator */
/freebsd/lib/libc/rpc/
H A Dauth_none.c57 static bool_t authnone_marshal (AUTH *, XDR *);
58 static void authnone_verf (AUTH *);
59 static bool_t authnone_validate (AUTH *, struct opaque_auth *);
60 static bool_t authnone_refresh (AUTH *, void *);
61 static void authnone_destroy (AUTH *);
68 AUTH no_client;
73 AUTH *
106 authnone_marshal(AUTH *client, XDR *xdrs) in authnone_marshal()
127 authnone_verf(AUTH *client) in authnone_verf()
133 authnone_validate(AUTH *client, struct opaque_auth *opaque) in authnone_validate()
[all …]
H A Dauth_unix.c64 static void authunix_nextverf (AUTH *);
65 static bool_t authunix_marshal (AUTH *, XDR *);
66 static bool_t authunix_validate (AUTH *, struct opaque_auth *);
67 static bool_t authunix_refresh (AUTH *, void *);
68 static void authunix_destroy (AUTH *);
69 static void marshal_new_auth (AUTH *);
88 AUTH *
95 AUTH *auth; in authunix_create()
174 AUTH *
177 AUTH *auth; in authunix_create_default()
[all …]
H A Dauth_des.c75 static void authdes_nextverf(AUTH *);
76 static bool_t authdes_marshal(AUTH *, XDR *);
77 static bool_t authdes_validate(AUTH *, struct opaque_auth *);
78 static bool_t authdes_refresh(AUTH *, void *);
79 static void authdes_destroy(AUTH *);
107 AUTH *authdes_pk_seccreate(const char *, netobj *, u_int, const char *,
120 AUTH *
126 AUTH *dummy; in authdes_seccreate()
147 AUTH *
151 AUTH *auth; in authdes_pk_seccreate()
[all …]
H A Drpcsec_gss_stub.c33 __rpc_gss_wrap_stub(AUTH *auth, void *header, size_t headerlen, XDR* xdrs, in __rpc_gss_wrap_stub()
41 __rpc_gss_unwrap_stub(AUTH *auth, XDR* xdrs, xdrproc_t xdr_args, void *args_ptr) in __rpc_gss_unwrap_stub()
H A Drpc_soc.c382 AUTH *
392 AUTH *dummy; in authdes_create()
393 AUTH *nauth; in authdes_create()
/freebsd/sys/rpc/rpcsec_tls/
H A Dauth_tls.c64 static bool_t authtls_marshal (AUTH *, uint32_t, XDR *, struct mbuf *);
65 static void authtls_verf (AUTH *);
66 static bool_t authtls_validate (AUTH *, uint32_t, struct opaque_auth *,
68 static bool_t authtls_refresh (AUTH *, void *);
69 static void authtls_destroy (AUTH *);
80 AUTH no_client;
108 AUTH *
118 authtls_marshal(AUTH *client, uint32_t xid, XDR *xdrs, struct mbuf *args) in authtls_marshal()
133 authtls_verf(AUTH *client) in authtls_verf()
139 authtls_validate(AUTH *client, uint32_t xid, struct opaque_auth *opaque, in authtls_validate()
[all …]
/freebsd/lib/librpcsec_gss/
H A Drpcsec_gss.c77 static void rpc_gss_nextverf(AUTH*);
78 static bool_t rpc_gss_marshal(AUTH *, XDR *);
79 static bool_t rpc_gss_init(AUTH *auth, rpc_gss_options_ret_t *options_ret);
80 static bool_t rpc_gss_refresh(AUTH *, void *);
81 static bool_t rpc_gss_validate(AUTH *, struct opaque_auth *);
82 static void rpc_gss_destroy(AUTH *);
83 static void rpc_gss_destroy_context(AUTH *, bool_t);
119 AUTH *
124 AUTH *auth, *save_auth; in rpc_gss_seccreate()
228 rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service, const char *qop) in rpc_gss_set_defaults()
[all …]
/freebsd/include/rpc/
H A Dauth.h193 } AUTH; typedef
248 extern AUTH *authunix_create(char *, u_int, u_int, int, u_int *);
249 extern AUTH *authunix_create_default(void); /* takes no parameters */
250 extern AUTH *authnone_create(void); /* takes no parameters */
261 extern AUTH *authdes_create (char *, u_int, struct sockaddr *, des_block *);
262 extern AUTH *authdes_seccreate (const char *, const u_int, const char *,
320 extern AUTH *authkerb_seccreate(const char *, const char *, const char *,
H A Drpcsec_gss.h143 AUTH *rpc_gss_seccreate(CLIENT *clnt, const char *principal,
146 bool_t rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service,
148 int rpc_gss_max_data_length(AUTH *handle, int max_tp_unit_len);
171 bool_t __rpc_gss_wrap(AUTH *auth, void *header, size_t headerlen,
173 bool_t __rpc_gss_unwrap(AUTH *auth, XDR* xdrs, xdrproc_t xdr_args,
H A Dauth_kerb.h134 struct netbuf *, int *, dev_t, int, AUTH **);
/freebsd/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c88 static void rpc_gss_nextverf(AUTH*);
89 static bool_t rpc_gss_marshal(AUTH *, uint32_t, XDR *, struct mbuf *);
90 static bool_t rpc_gss_init(AUTH *auth, rpc_gss_options_ret_t *options_ret);
91 static bool_t rpc_gss_refresh(AUTH *, void *);
92 static bool_t rpc_gss_validate(AUTH *, uint32_t, struct opaque_auth *,
94 static void rpc_gss_destroy(AUTH *);
95 static void rpc_gss_destroy_context(AUTH *, bool_t);
123 AUTH *gd_auth; /* link back to AUTH */
157 static AUTH *rpc_gss_seccreate_int(CLIENT *, struct ucred *, const char *,
191 AUTH *
[all …]
/freebsd/lib/libfetch/
H A Dhttp.errors22 401 AUTH Unauthorized
23 402 AUTH Payment Required
24 403 AUTH Forbidden
28 407 AUTH Proxy Authentication Required
H A Dftp.errors25 331 AUTH User name okay, need password
26 332 AUTH Need account for login
39 530 AUTH Not logged in
40 532 AUTH Need account for storing files
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c36 #define AUTH 1 macro
135 { REQ_CONFIG, AUTH, v4sizeof(struct conf_peer),
137 { REQ_UNCONFIG, AUTH, v4sizeof(struct conf_unpeer),
139 { REQ_SET_SYS_FLAG, AUTH, sizeof(struct conf_sys_flags),
141 { REQ_CLR_SYS_FLAG, AUTH, sizeof(struct conf_sys_flags),
144 { REQ_RESADDFLAGS, AUTH, v4sizeof(struct conf_restrict),
146 { REQ_RESSUBFLAGS, AUTH, v4sizeof(struct conf_restrict),
148 { REQ_UNRESTRICT, AUTH, v4sizeof(struct conf_restrict),
152 { REQ_RESET_STATS, AUTH, sizeof(struct reset_flags), 0, reset_stats },
153 { REQ_RESET_PEER, AUTH, v4sizeo
[all...]
/freebsd/contrib/sendmail/cf/feature/
H A Drelay_local_from.m418 relay. Use SMTP AUTH or STARTTLS instead. If you cannot use those,
H A Drelay_mail_from.m422 relay. Use SMTP AUTH or STARTTLS instead.
/freebsd/usr.bin/fortune/datfiles/
H A Dfreebsd-tips.sp.ok3 AUTH
/freebsd/crypto/heimdal/lib/ntlm/
H A Dntlm_err.et14 error_code AUTH, "NTLM authentication failed"
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.c56 AUTH *auth; in dotest()
/freebsd/contrib/sendmail/src/
H A DTRACEFLAGS122 95 srvrsmtp.c AUTH
123 95 usersmtp.c AUTH

123