New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== remove compilation error messages (As noted by Alan Buxey) removes the following at compile time: dhcp.c: In function ‘fr_dhcp_add_arp_entry’: dhcp.c:1561: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 2 has type ‘unsigned int’ dhcp.c:1561: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 3 has type ‘size_t’ Arran Cudbard-Bell@2012-10-15T16:07:57Z Files modified: * src/lib/dhcp.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/df5ebfae4e20ad523dd4e... ====== Only print out user authorized message if the ldap module is actually being used for user authorization Arran Cudbard-Bell@2012-10-15T10:42:38Z Files modified: * src/modules/rlm_ldap/rlm_ldap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/5a95de4c77d882c867522... ====== Add option to disable password check Arran Cudbard-Bell@2012-10-15T10:33:38Z Files modified: * src/modules/rlm_ldap/rlm_ldap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/fdb3c8e74bd21f40a1772... ====== Add base64 encoding/decoding library Add %{base64:} expansion to encode the raw octets of an attribute Add %{strtobase64:} expansion to encode a string to base64 Add %{base64tostr:} expansion to decode a base64 string Arran Cudbard-Bell@2012-10-14T22:10:24Z Files modified: * src/include/Makefile * src/include/all.mk * src/include/base64.h * src/lib/Makefile * src/lib/all.mk * src/lib/base64.c * src/main/xlat.c * src/modules/rlm_expr/rlm_expr.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/7f4d67fe5bd7368c42062... ====== Fixup radius_xlat calls to pass inst (was missed from previous commit) Minor reformatting Arran Cudbard-Bell@2012-10-14T18:31:14Z Files modified: * src/modules/rlm_sql/rlm_sql.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/538ad07d11ef2098061f8... ====== -- This commit summary was generated @2012-10-15T18:00:01Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).