perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch]" -print`
[freeradius.git] / src / lib / radius.c
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-01-05 aland Add UDPFROMTO stuff.
2003-11-27 aland A little bit of future-proofing, for other vendors...
2003-11-27 aland Handle vendor codes larger than 16 bits.
2003-11-26 aland Use paircreate(), rather than our own malloc(), to...
2003-11-26 aland rad_decode() now checks the VSA the first time it...
2003-11-26 aland Added 'encrypt=3' to the dictionaries, to avoid having...
2003-11-26 aland VSA's of length 6 are disallowed.
2003-11-26 aland Removed code in rad_recv() which tried to verify the...
2003-11-26 aland Updated return codes & error checks.
2003-11-21 mcr use unsigned counter for second loop.
2003-11-20 aland Simplified rad_send()
2003-11-20 aland Any Access-Request which contains a Tunnel-Password...
2003-11-20 aland Check for tags only if the 'length' field says there...
2003-10-31 mcr fixed some signed/unsigned conflicts.
2003-09-29 aland Increased the size of the temporary 'send packet'...
2003-09-15 aland First pass at allowing native support of IPv6 addresses.
2003-09-12 phampsonAdd LGPL boilerplate for files from which it is missing.
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-08-25 phampsonPull from branch_0_9: Widen call{ed,ing}stationid from...
2003-08-06 aland Corrected last commit
2003-08-05 aland If we see EAP-Message without Message-Authenticator...
2003-07-23 aland Don't send packets which have a sockfd < 0 (see main...
2003-07-15 aland Account for ID, too
2003-07-15 aland account for ID, too
2003-06-18 fcusackrad_chap_encode buffer overflow fix courtesy of Masao...
2003-04-23 aland Be a little more descriptive in what the error is.
2003-04-21 aland Minor changes to print out more useful packet type...
2003-04-21 aland Corrected typos
2003-03-31 aland Added note about shared secret being incorrect, if the
2003-03-28 aland Don't dereference a NULL ptr
2003-03-26 aland Print out attributes BEFORE we encrypt their contents
2003-03-26 aland Only do 'vp->length = strlen(password)' if the attribu...
2003-03-17 aland Added more packet codes from RFC 2882
2003-03-15 aland Don't do strlen() on passwords. The caller gives...
2003-03-03 aland A slightly better way of getting a salt in tunnel_pwencode
2002-12-04 aland Added lrad_rand() function, which uses the internal...
2002-12-02 aland Now that we have a real random number generator, use...
2002-10-25 aland Disallow packet codes of 0 (nothing defined in the...
2002-10-15 aland Define a 'last' token, so we know how many tokens...
2002-10-02 aland Simplify the 'add to end of list' code
2002-08-23 aland Fix a weird bug where we were doing 'ip_ntoa' on date...
2002-08-19 aland If the received data is larger than the packet length...
2002-08-08 aland Don't do "ptr++" when skipping over a tag for string...
2002-07-29 aland raddb/dictionary add encrypt flag for User-Password
2002-07-26 aland Allow PW_TYPE_DATE attributes to be sent in outgoing...
2002-07-09 aland When decoding IP addresses, put their string represent...
2002-06-24 fcusack make saltoffset static and comment it
2002-06-18 3APA3A! Fixed rad_tunnel_pwdecode for passwords longer than...
2002-06-12 aland Minor changes to follow the RFC's. If we receive...
2002-05-27 3APA3A! rad_tunnel_pwencode changed to produce unique salt...
2002-05-26 aland Updated log message when re-sending packets to say...
2002-04-24 aland When writing a Tunnel-Password attribute to a packet...
2002-04-22 aland Increment the length of the tunnel attribute ONLY...
2002-04-15 3APA3A! rad_tunnel_pwencode/rad_tunnel_pwdecode corrected
2002-02-20 aland If the tag is invalid, rad_send() should ignore it...
2002-01-21 aland If we have an error when reading the data, the IP...
2002-01-14 3APA3A! Cosmetic changes to avoid compilation warnings
2002-01-13 fcusack Deprecate attribute 'Password' in favor of 'User-Passw...
2002-01-12 3APA3A! rad_tunnel_pwencode/rad_tunnel_pwdecode fixed
2002-01-04 aland Compile bugs:
2001-11-29 3APA3A! Vendor-Specific attribute check added to rad_receive...
2001-11-08 cparker Added final support to encrypt/decrypt RFC-2868 Tunnel...
2001-11-01 cparker Missed case where tag was not set for PW_TYPE_INTEGER...
2001-10-31 cparker Initial patch to allow support for RFC 2868 Tagged...
2001-10-26 cparkerPreliminary support for displaying Tunnel attributes...
2001-10-22 aland Updated 'malformed packet' messages to include prefix...
2001-10-22 aland When sending or receiving a radius packet, use an...
2001-10-19 aland Remove buffer overflow caused by copying the secret...
2001-09-05 aland Message-Autheticator is calculated and inserted in...
2001-08-29 aland Added 'original' packet to rad_send(), so that it...
2001-08-28 aland When sending a packet, ensure that the authentication...
2001-08-28 aland When validating the packet, look for EAP-Message....
2001-08-27 aland When sending a packet, calculate the Message-Authentic...
2001-08-27 aland Do more sanity checks on incoming attributes in rad_recv()
2001-08-23 cparkercorrected 'u_int8_t' to be 'uint8_t' -cparker
2001-08-08 aland Removed ifdef's around ascend secret stuff. It works.
2001-08-07 aland Decode the ascend send/receive secrets in rad_decode...
2001-08-07 aland Preliminary hack for sending Ascend-Send-Secret attribute.
2001-03-12 aland Changed sprintf's to snprintf's, now that we have...
2001-02-02 aland Complain if we were unable to allocate memory.
2001-01-21 aland Fix for bug #105.
2001-01-11 miquelsChanges to support PW_STATUS_SERVER (at least client...
2000-11-30 aland minor updates (alignment, etc), based on warnings...
2000-11-24 aland made USR (attrib_nmc) attributes compiled in by default.
2000-11-24 aland Correct the method fo rsnipping attributes to length.
2000-11-24 aland corrected typo with USR attributes
2000-11-24 aland rad_send() now packs multiple vendor attributes into...
2000-11-21 aland when doing a rad_send(), do NOT encode the PW_PASSWORD...
2000-11-20 aland made pairfree() take a VALUE_PAIR**, not a VALUE_PAIR...
2000-11-20 aland made a request_free() and rad_free() take a '**' point...
2000-10-17 pacmanQuiet many instances of "warning: passing arg N of...
2000-10-13 aland bail out of the sanity chekcs if it finds a normal...
2000-10-06 aland re-formatting of code.
2000-09-25 aland re-arranging header files
2000-09-01 aland add destination port to the debugging output, so we can
2000-08-24 aland if the packet code is well-known (i.e. a standard...
2000-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-04-18 aland removed <time.h> and <sys/time.h>, to let "libradius...
2000-04-17 aland have the server actually check the authentication...
next