/[hurd]/hurd/hurd/auth_reply.defs
ViewVC logotype

Diff of /hurd/hurd/auth_reply.defs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by mib, Mon Jan 24 22:38:38 1994 UTC revision 1.7 by roland, Mon Dec 31 23:39:26 2001 UTC
# Line 1  Line 1 
1  /* Reply-only side of auth interface  /* Reply-only side of auth interface
2     Copyright (C) 1991, 1993, 1994 Free Software Foundation     Copyright (C) 1991,93,94,2001 Free Software Foundation, Inc.
3    
4  This file is part of the GNU Hurd.  This file is part of the GNU Hurd.
5    
# Line 8  it under the terms of the GNU General Pu Line 8  it under the terms of the GNU General Pu
8  the Free Software Foundation; either version 2, or (at your option)  the Free Software Foundation; either version 2, or (at your option)
9  any later version.  any later version.
10    
11  The GNU Hurd is distributed in the hope that it will be useful,  The GNU Hurd is distributed in the hope that it will be useful,
12  but WITHOUT ANY WARRANTY; without even the implied warranty of  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  GNU General Public License for more details.  GNU General Public License for more details.
# Line 31  skip; /* auth_makeauth */ Line 31  skip; /* auth_makeauth */
31    
32  simpleroutine auth_user_authenticate_reply (  simpleroutine auth_user_authenticate_reply (
33          reply_port: reply_port_t;          reply_port: reply_port_t;
34          in return_code: kern_return_t;          in return_code: kern_return_t, RetCode;
35          in newhandle: mach_port_send_t);          in newhandle: mach_port_send_t);
36    
37  simpleroutine auth_server_authenticate_reply (  simpleroutine auth_server_authenticate_reply (
38          reply_port: reply_port_t;          reply_port: reply_port_t;
39          in return_code: kern_return_t;          in return_code: kern_return_t, RetCode;
40          in gen_uids: idarray_t;          in gen_uids: idarray_t;
41          in aux_uids: idarray_t;          in aux_uids: idarray_t;
42          in gen_gids: idarray_t;          in gen_gids: idarray_t;
43          in aux_gids: idarray_t);          in aux_gids: idarray_t);
           

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26