Lines Matching defs:request
130 struct request { struct
131 enum req_type type; /* what sort of request is this? */ argument
133 int remote; /* did request arrive over network? */ argument
134 char *logname; /* login name of requesting user */ argument
135 char *authname; /* authenticated identity of requesting user */ argument
136 char *prettyname; /* ``pretty'' name of requesting user */ argument
137 int privileged; /* was the request from a privileged user? */ argument
139 int authentic; /* was the request securely authenticated? */ argument
142 int nusers; /* length of following list... */
143 struct req_user_head users; /* list of users to query/delete */
144 int njobids; /* length of following list... */
145 struct req_jobid_head jobids; /* list of jobids to query/delete */