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