import from HEAD:
[freeradius.git] / src / lib / filters.c
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-15 nbk Update the LGPL boilerplate with the new address of...
2006-03-15 nbk Update the LGPL boilerplate with the new address of...
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-11 aland Include files used to build the server are now <freera...
2005-09-01 aland Updated vp_filter.
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-08-31 aland uint8_t fixes
2005-06-18 aland Make parser more forgiving.
2005-04-27 aland Make it build on non-IPv6-aware systems.
2005-04-15 aland Fixed typo in comment
2005-02-14 aland Use new library functions hex2bin/bin2hex
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-02-26 aland Better deal with netmasks of 0.
2004-02-18 aland argc++ should have been argc--
2003-11-21 mcr use size_t for lengths.
2003-10-31 mcr fixed some signed/unsigned conflicts.
2003-10-02 aland Make IPX filters work.
2003-09-30 aland Fixed prototype to be sane, and made some more minor...
2003-09-30 aland Re-write the "parse generic filter" function, and...
2003-09-29 aland First pass at re-writing Ascend's horrible code.
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-09-01 phampsonSkip ill-formed comparison operators correctly, which...
2003-01-28 aland A little cleaner information for error messages
2002-12-03 aland Make the code a little prettier
2002-06-21 cparker Jumbo fix to quiet compiler warnings by adding (int...
2002-03-02 ramooreUpdate the print_abinary function to show 'est' when...
2002-01-14 3APA3A! Cosmetic changes to prevent warnings during compilation
2001-08-28 aland Don't smash the contents of ascend binary strings.
2001-02-08 cparker Cosmetic changes to the 'print_abinary' function to...
2000-10-17 pacmanQuiet many instances of "warning: passing arg N of...
2000-09-25 aland re-arranged #include lines
2000-09-25 aland cleaning up #include files, moving them around, deleti...
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-13 aland more paranoid 'const'
2000-04-13 aland added more 'const' to ensure that constant buffers...
2000-03-02 aland re-worked to get rid of static buffers.
2000-02-25 aland massive conversion of types.
2000-01-20 aland did 'strdup(valstr)' in filterBinary function, so...
1999-11-03 aland added more 'const'
1999-09-18 miquelsChange a couple of Makefile.ins to plain Makefiles
1999-08-30 aland removed dumb PRINTF 'debugging' code.
1999-08-30 aland corrected minor problems (filter was defined to be...
1999-08-30 aland updated for better printing, some more IPX printing
1999-08-26 aland don't print out as much information.
1999-08-26 aland more updates for header files
1999-08-26 aland added preliminary ascend binary support