Commit report for master branch
The git bot
announce at freeradius.org
Wed Oct 1 00:00:02 CEST 2014
New activity for FreeRADIUS (the high performance and highly configurable RADIUS server)
======
Don't bitch if we're using references and the format config item has been removed
Arran Cudbard-Bell at 2014-09-30T23:12:17Z
Files modified:
* src/modules/rlm_linelog/rlm_linelog.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/40bd6260772074f124c5c739a57efc7dfa884a04
======
Fix const errors
Arran Cudbard-Bell at 2014-09-30T20:23:03Z
Files modified:
* src/main/tmpl.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/f9c7df4d36e4cfcf36502728f0d18f5c9c6e5b8a
======
Typo
Arran Cudbard-Bell at 2014-09-30T20:22:59Z
Files modified:
* src/main/tmpl.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/038df4c17358195a7e1d1d3579908964eb2790c0
======
Quiet doxygen
Arran Cudbard-Bell at 2014-09-30T20:22:55Z
Files modified:
* src/include/libradius.h
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/31bf8e8c695fcab8ad1cf5706433d21ca53c2d76
======
Fix comment
Arran Cudbard-Bell at 2014-09-30T18:31:16Z
Files modified:
* src/main/tmpl.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/d9da33e8018ae921e6d01b350351e82e0b8d4e19
======
Sprinkle VERIFY_TMPL in tmpl functions (to check they produce valid output)
Arran Cudbard-Bell at 2014-09-30T18:31:16Z
Files modified:
* src/main/evaluate.c
* src/main/map.c
* src/main/tmpl.c
* src/main/xlat.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/0859d9ab1885b43bb3be694d49e380cf491abd8a
======
Formatting
Arran Cudbard-Bell at 2014-09-30T18:31:16Z
Files modified:
* src/main/map.c
* src/main/modcall.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/97b0cfab10bc745a318cb01fd8faa2e6301d061d
======
Add macros for VERIFY_TMPL and VERIFY_MAP
Arran Cudbard-Bell at 2014-09-30T18:31:16Z
Files modified:
* src/include/map.h
* src/include/radiusd.h
* src/include/tmpl.h
* src/main/map.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/b4f876b325bc15714d02fbb7d52dbf266b79a0ff
======
Rename some of the fields in the literal member of the union in the value_pair_tmpl_t struct, and convert more things to use the tmpl_init and tmpl_alloc functions
Arran Cudbard-Bell at 2014-09-30T18:31:16Z
Files modified:
* src/include/tmpl.h
* src/main/map.c
* src/main/modcall.c
* src/main/tmpl.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/3c549e844589199a8458902ac5caac487fb65935
======
Change tmpl_afrom_str so that it doesn't re-use allocated tmpl structures. This was triggering the internal sanity checks in VERIFY_TMPL
Arran Cudbard-Bell at 2014-09-30T18:31:16Z
Files modified:
* src/main/tmpl.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/94ec191bb809e9abdd068a1531b1349da564d436
======
Add tmpl_afrom_attrstr
Arran Cudbard-Bell at 2014-09-30T18:31:15Z
Files modified:
* src/main/tmpl.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/af553b14c1974dc078ded134de447e8d7add1147
======
Don't partially populate the tmpl and error out in tmpl_from_attr_substr
Arran Cudbard-Bell at 2014-09-30T18:31:15Z
Files modified:
* src/main/tmpl.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/2ad908ebfc5d2cacdbc49b24048150e132047e3b
======
Use tmpl_alloc to initialise templates in xlat.c
Arran Cudbard-Bell at 2014-09-30T18:31:15Z
Files modified:
* src/main/xlat.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/6eab1154d2eb3b24f8ffae6ded332055644e4114
======
Add functions to initialise tmpls, makes it easier to switch stack allocated to talloced in debug builds
Rewrite tmpl_verify function to work with stack allocated tmpls
Arran Cudbard-Bell at 2014-09-30T18:30:54Z
Files modified:
* src/include/tmpl.h
* src/main/tmpl.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/8c6d26d82cc4d6c4334e9b3e5671551e813ec752
======
Consistency checks should exit with an error code
Arran Cudbard-Bell at 2014-09-30T17:59:23Z
Files modified:
* src/lib/debug.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/56f4f93a23f8cbda4339a08d332a7af3f9e8954f
======
Expose FR_FAULT_LOG
Arran Cudbard-Bell at 2014-09-30T17:58:21Z
Files modified:
* src/include/libradius.h
* src/lib/debug.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/859d054bc109027be4cb9448a6bc099db3c4d4e8
======
Formatting
Arran Cudbard-Bell at 2014-09-30T17:57:51Z
Files modified:
* src/main/collectd.c
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/bba6e609ef1329c64ff478f5cef6ffb5a86da591
======
Move tmpl_attribute fields out into its own type
Arran Cudbard-Bell at 2014-09-30T17:45:26Z
Files modified:
* src/include/tmpl.h
Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/33e7fb857c5c91cdf67f8e1e3a4e99736672b025
======
--
This commit summary was generated @2014-10-01T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).
More information about the Freeradius-Devel
mailing list