Deleted Added
full compact
auth_unix.h (25551) auth_unix.h (26211)
1/*
2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
3 * unrestricted use provided that this legend is included on all tape
4 * media and as a part of the software program in whole or part. Users
5 * may copy or modify Sun RPC without charge, but are not authorized
6 * to license or distribute it to anyone else except as part of a product or
7 * program developed by the user.
8 *

--- 14 unchanged lines hidden (view full) ---

23 * Sun has been advised of the possibility of such damages.
24 *
25 * Sun Microsystems, Inc.
26 * 2550 Garcia Avenue
27 * Mountain View, California 94043
28 *
29 * from: @(#)auth_unix.h 1.8 88/02/08 SMI
30 * from: @(#)auth_unix.h 2.2 88/07/29 4.0 RPCSRC
1/*
2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
3 * unrestricted use provided that this legend is included on all tape
4 * media and as a part of the software program in whole or part. Users
5 * may copy or modify Sun RPC without charge, but are not authorized
6 * to license or distribute it to anyone else except as part of a product or
7 * program developed by the user.
8 *

--- 14 unchanged lines hidden (view full) ---

23 * Sun has been advised of the possibility of such damages.
24 *
25 * Sun Microsystems, Inc.
26 * 2550 Garcia Avenue
27 * Mountain View, California 94043
28 *
29 * from: @(#)auth_unix.h 1.8 88/02/08 SMI
30 * from: @(#)auth_unix.h 2.2 88/07/29 4.0 RPCSRC
31 * $Id: auth_unix.h,v 1.7 1997/05/07 02:27:02 eivind Exp $
31 * $Id: auth_unix.h,v 1.4 1996/01/30 23:31:42 mpp Exp $
32 */
33
34/*
35 * auth_unix.h, Protocol for UNIX style authentication parameters for RPC
36 *
37 * Copyright (C) 1984, Sun Microsystems, Inc.
38 */
39

--- 21 unchanged lines hidden (view full) ---

61 u_long aup_time;
62 char *aup_machname;
63 int aup_uid;
64 int aup_gid;
65 u_int aup_len;
66 int *aup_gids;
67};
68
32 */
33
34/*
35 * auth_unix.h, Protocol for UNIX style authentication parameters for RPC
36 *
37 * Copyright (C) 1984, Sun Microsystems, Inc.
38 */
39

--- 21 unchanged lines hidden (view full) ---

61 u_long aup_time;
62 char *aup_machname;
63 int aup_uid;
64 int aup_gid;
65 u_int aup_len;
66 int *aup_gids;
67};
68
69#define authsys_parms authunix_parms
70
69__BEGIN_DECLS
70extern bool_t xdr_authunix_parms __P((XDR *, struct authunix_parms *));
71__END_DECLS
72
73/*
74 * If a response verifier has flavor AUTH_SHORT,
75 * then the body of the response verifier encapsulates the following structure;
76 * again it is serialized in the obvious fashion.
77 */
78struct short_hand_verf {
79 struct opaque_auth new_cred;
80};
81
82#endif /* !_RPC_AUTH_UNIX_H */
71__BEGIN_DECLS
72extern bool_t xdr_authunix_parms __P((XDR *, struct authunix_parms *));
73__END_DECLS
74
75/*
76 * If a response verifier has flavor AUTH_SHORT,
77 * then the body of the response verifier encapsulates the following structure;
78 * again it is serialized in the obvious fashion.
79 */
80struct short_hand_verf {
81 struct opaque_auth new_cred;
82};
83
84#endif /* !_RPC_AUTH_UNIX_H */