/[radius]/radius/lib/radsrv.c
ViewVC logotype

Diff of /radius/lib/radsrv.c

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

revision 1.3 by gray, Fri Dec 20 15:32:20 2002 UTC revision 1.4 by gray, Fri Apr 18 05:27:09 2003 UTC
# Line 1  Line 1 
1  /* This file is part of GNU RADIUS.  /* This file is part of GNU Radius.
2     Copyright (C) 2000, Sergey Poznyakoff     Copyright (C) 2002,2003 Sergey Poznyakoff
3        
4     This program is free software; you can redistribute it and/or modify     GNU Radius is free software; you can redistribute it and/or modify
5     it under the terms of the GNU General Public License as published by     it under the terms of the GNU General Public License as published by
6     the Free Software Foundation; either version 2 of the License, or     the Free Software Foundation; either version 2 of the License, or
7     (at your option) any later version.     (at your option) any later version.
8        
9     This program is distributed in the hope that it will be useful,     GNU Radius is distributed in the hope that it will be useful,
10     but WITHOUT ANY WARRANTY; without even the implied warranty of     but WITHOUT ANY WARRANTY; without even the implied warranty of
11     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12     GNU General Public License for more details.     GNU General Public License for more details.
13        
14     You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License
15     along with this program; if not, write to the Free Software Foundation,     along with GNU Radius; if not, write to the Free Software Foundation,
16     Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */     Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
17    
18  #define RADIUS_MODULE_RADSRV_C  #define RADIUS_MODULE_RADSRV_C
 #ifndef lint  
 static char rcsid[] =  
 "@(#) $Id$";  
 #endif  
19    
20  #ifdef HAVE_CONFIG_H  #ifdef HAVE_CONFIG_H
21  # include <config.h>  # include <config.h>
# Line 46  static char rcsid[] = Line 42  static char rcsid[] =
42            radreq      -- The request. */            radreq      -- The request. */
43    
44  int  int
45  rad_srv_send_reply(fd, radreq)  rad_srv_send_reply(int fd, RADIUS_REQ *radreq)
         int fd;  
         RADIUS_REQ *radreq;  
46  {  {
47          void *pdu;          void *pdu;
48          size_t length;          size_t length;
# Line 89  rad_srv_send_reply(fd, radreq) Line 83  rad_srv_send_reply(fd, radreq)
83            state       -- Value of the State attribute.            state       -- Value of the State attribute.
84  */  */
85  int  int
86  rad_srv_send_challenge(fd, radreq, msg, state)  rad_srv_send_challenge(int fd, RADIUS_REQ *radreq, char *msg, char *state)
         int fd;  
         RADIUS_REQ *radreq;  
         char *msg;  
         char *state;  
87  {  {
88          void *pdu;          void *pdu;
89          size_t length;          size_t length;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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