newvector should be a bool
[freeradius.git] / src / modules / proto_vmps / vqp.c
2014-06-24 Arran Cudbard-Bellnewvector should be a bool
2014-06-16 Arran Cudbard-BellUse sane macro names for codes. PW_CODE_AUTHENTICATION_...
2014-05-30 Arran Cudbard-BellRename PW_TYPE_IP* so they're all consistent
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-02 Alan T. DeKokLimit lengths of strings in packets. Fixes CID #1206505
2014-04-04 Arran Cudbard-BellSync packet code definitions with master
2014-03-16 Arran Cudbard-BellRemove duplicate fr_strerror_printf declaration
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-09 Arran Cudbard-BellSprinkle vp->type = VT_DATA in more places, this will...
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-05-06 Alan T. DeKokMove vp_octets and vp_strvalue to pointer
2013-04-30 Alan T. DeKokAdded pairmemcpy()
2013-04-23 Arran Cudbard-BellUse C99 bool type for truth values
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-04 Alan T. DeKokFix compiler warnings
2013-04-04 Alan T. DeKokMove the rest of VQP into proto_vmps