Quiet many instances of "warning: passing arg N of str___ discards const from
[freeradius.git] / src / lib / radius.c
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