Initial patch to allow support for RFC 2868 Tagged Attributes.
[freeradius.git] / src / lib / radius.c
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...
2000-04-06 aland don't use 'strlen' on vp->strvalue, as it may be rando...
2000-04-03 aland moved some code around. There shouldn't be any functi...
2000-03-02 aland when churning the internal random pool, make sure...
2000-02-25 aland updated the random_vector() function so that it doesn...
2000-02-25 aland final stages of UINT4 -> uint32_t, and u_char -> uint8_t,
2000-02-25 aland massive conversion of types.
1999-12-16 aland moved auth.c to use new rad_chap_encode function
1999-12-16 aland wrote rad_chap_encode() function in lib/radius.c,...
1999-11-03 aland added more 'const'
1999-11-03 aland added a bunch of 'const'
1999-10-26 aland even if we're not building in support for Ascend binar...
1999-10-26 aland switch on PAIR, not ATTRIBUTE, as there might not...
1999-09-23 alandnclude/libradius.h defines for u_char, u_short, and...
1999-09-01 aland rad_send() can now be called multiple times with the...
1999-08-31 aland made the library code support generic 'octets' type...
1999-08-30 aland made rad_send() encode the Password attribute.
1999-08-30 aland server now prints an error if rad_recv() returns NULL
1999-08-29 aland updated rad_recv() to look for attributes having lengt...
1999-08-26 aland added preliminary ascend binary support
1999-08-23 aland defined secret radius_packet_t in the library, and...
1999-08-23 aland added more sanity checking to rad_recv(), so it compla...
1999-08-18 aland return error messages on recvfrom() socket error
1999-08-17 aland added more errors and warning messages for malformed...
1999-08-16 alandInitial revision origin/aland