aboutsummaryrefslogtreecommitdiffstats
path: root/packet-radius.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-29From Nathan Alger: update the VSA attributes for Juniper andguy1-10/+93
2004-03-31Get rid of CR's.guy1-3358/+3358
2004-03-31Add RADIUS AVP 101, the value string to go with it and some ACC vendor AVP:setxrab1-3328/+3358
2004-03-30From Michael Kopp: add support for vendor-specific items for the Ciscoguy1-1/+389
2004-03-22Handle null RADIUS attribute information without crashing. Found bygerald1-2/+6
2004-03-20If we can't decrypt the user password, display it as hex data, not asguy1-40/+39
2004-03-20Make a separate display type for the user password, rather than havingguy1-8/+8
2004-03-09Lars Roland: Another ugly bzero() call fixedjmayer1-2/+2
2004-03-07Get rid of a variable I'd forgotten to back out before I checked theguy1-2/+1
2004-03-06Note that for THE3GPP_IPV6_DNS_SERVERS we probably *do* need to handleguy1-4/+5
2004-03-06From Fritz Budiyanto: add various IPv6 attributes as per RFC 3162, andguy1-2/+34
2004-02-28Update URLs for various IANA documents.guy1-2/+2
2004-02-05We can't test the GTK+ version in dissectors or libethereal code, asguy1-2/+6
2004-02-01Undo previous checkin, it only contained acidentally escaped unfinished codejmayer1-5/+1
2004-02-01packet-dcerpc-afs4int.cjmayer1-1/+5
2004-01-13From Joost Yervante Damad:guy1-2/+16
2003-12-24Do the "isprint()" hack for GTK+ 2.x or 1.3[.x], whether on UNIX orguy1-25/+14
2003-12-17Pass "attr_info" to "rd_value_to_str()" - don't look it up again inguy1-22/+21
2003-12-17According to RFC 2868, a tag value of 0 is not valid for a string - weguy1-2/+2
2003-12-17Call the "type" member of a "radius_attr_info" structure "value_type"guy1-26/+37
2003-12-17Put in more information about the attribute type enum.guy1-51/+36
2003-12-17Instead of having a whole pile of RADIUS value types, each of which hasguy1-1324/+1051
2003-12-09Add a new attribute type RADIUS_IP6_ADDRESS for IPv6 addresses.guy1-3/+72
2003-11-22- Bugfix: Passworddecoding should only be done for attribute 2, butjmayer1-9/+23
2003-07-15From Michael Kopp: add some entries for Cisco VSA for SSG Communicationguy1-1/+6
2003-07-01From Adam Sulmicki: report the message type for accounting statusguy1-1/+6
2003-03-11When registering a string preference, if the value of the preference isguy1-2/+2
2003-02-13Fetch the time stamp into a gint32, as it's known to be 32 bits, and letguy1-3/+3
2003-02-13Cast "timeval" to "long", and print it with "%ld", to handle "time_t"guy1-2/+2
2003-02-12Make the argument to "abs_time_secs_to_str()" a "time_t" - it's in ANSIguy1-3/+4
2003-02-11Add a "abs_time_secs_to_str()" routine that takes a UNIX time-since-the-guy1-6/+2
2003-01-28Do the usual "isprint()" workaround for versions of GTK+ that assumeguy1-1/+25
2002-12-17Clean up the code a bit:guy1-14/+17
2002-12-17Replace #include "md5.h" with "crypt-md5.h".oabad1-2/+2
2002-12-17From James Harris: Decrypt RADIUS user passwords.gerald1-2/+71
2002-12-02Don't cast away constness, and fix variable and structure memberguy1-4/+4
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-36/+36
2002-08-26From Flavio Poletti: handle 3GPP QoS in RADIUS messages.guy1-24/+97
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-10/+2
2002-07-17From Kan Sasaki:guy1-64/+210
2002-07-10From Thierry Pelle: Redback vendor-specific items for RADIUS and L2TP.guy1-1/+4
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itguy1-2/+2
2002-05-24Bug fix from Kan Sasaki.guy1-2/+5
2002-05-14Update from Kan Sasaki.guy1-14/+4
2002-05-14From Kan Sasaki: added some VSAs from the FreeRadius dictionary filesguy1-237/+1319
2002-05-13From Kan Sasaki:guy1-1835/+955
2002-05-08From Kan Sasaki: VSA decoding and other changes to RADIUS.guy1-295/+1382
2002-05-06Note in comments that we should perhaps get all the information forguy1-1/+34
2002-05-06Fix a typo in a comment.guy1-10/+32
2002-04-14From Joerg Mayer:guy1-5/+7