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

Diff of /radius/lib/printutmp.c

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

revision 1.8 by gray, Wed Apr 30 08:38:29 2003 UTC revision 1.9 by gray, Thu Jun 19 12:39:42 2003 UTC
# Line 406  static struct { Line 406  static struct {
406          char *name;          char *name;
407          radutent_fh_t fun;          radutent_fh_t fun;
408  } handlers[] = {  } handlers[] = {
409          "login",  login_fh,          { "login",  login_fh },
410          "orig-login", orig_login_fh,          { "orig-login", orig_login_fh },
411          "gecos", gecos_fh,          { "gecos", gecos_fh },
412          "nas-port", nas_port_fh,          { "nas-port", nas_port_fh },
413          "session-id", session_id_fh,          { "session-id", session_id_fh },
414          "nas-address", nas_address_fh,          { "nas-address", nas_address_fh },
415          "framed-address", framed_address_fh,          { "framed-address", framed_address_fh },
416          "protocol", protocol_fh,          { "protocol", protocol_fh },
417          "time", time_fh,          { "time", time_fh },
418          "duration", duration_fh,          { "duration", duration_fh },
419          "delay", delay_fh,          { "delay", delay_fh },
420          "port-type", port_type_fh,          { "port-type", port_type_fh },
421          "clid", clid_fh,          { "clid", clid_fh },
422          "realm", realm_address_fh,          { "realm", realm_address_fh },
423          NULL          { NULL }
424  };  };
425    
426  static radutent_fh_t  static radutent_fh_t

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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