Commit report for v3.0.x branch

The git bot announce at freeradius.org
Thu May 8 00:00:02 CEST 2014


New activity for FreeRADIUS (the high performance and highly configurable RADIUS server)

======
note recent changes

Alan T. DeKok at 2014-05-07T22:24:52Z
Files modified:
	* doc/ChangeLog

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/117a38955adf19e365fec5561ce29511d280abb2
====== 
Disabled debug checks

Alan T. DeKok at 2014-05-07T22:08:42Z
Files modified:
	* src/main/connection.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/2580f949c62724a052f58ac1457595567fb493a6
====== 
Simplified sanity checks

Alan T. DeKok at 2014-05-07T22:08:42Z
Files modified:
	* src/main/connection.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/a66bcf5681d635d932edac718eed88d0db9ac476
====== 
Spawn connections "in_use" or not.

No more double uses of the connections

Alan T. DeKok at 2014-05-07T22:08:42Z
Files modified:
	* src/main/connection.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/065dfb494ab2bcbe443c0e02238b5a4c79faa243
====== 
Move PQ ssl init to instantiation function, just in case it needs to be done before we spawn threads

Arran Cudbard-Bell at 2014-05-07T21:28:25Z
Files modified:
	* src/modules/rlm_sql/drivers/rlm_sql_postgresql/rlm_sql_postgresql.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/13237bcb779f014241a8b6e2297a393be3e9e1f9
====== 
More SSL initialisation

Arran Cudbard-Bell at 2014-05-07T20:58:16Z
Files modified:
	* src/main/tls.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/04ae20f2b5d0c624c73600d3e66459a97075da68
====== 
Use talloc for row memory

Arran Cudbard-Bell at 2014-05-07T20:40:32Z
Files modified:
	* src/modules/rlm_sql/drivers/rlm_sql_postgresql/rlm_sql_postgresql.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/b7822118ce15fa3f68824132d6f335616046dabd
====== 
Update ChangeLog

Arran Cudbard-Bell at 2014-05-07T18:32:08Z
Files modified:
	* doc/ChangeLog

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/0ee3e89237941c8d825d8ddb2cf989ec1fab3939
====== 
Anything which eventually has the value it got interpreted by pairparsevalue, or doesn't pass the length of the string around must not pre-unescape the string

This broke pretty much all escape sequences in preprocess, sql, ldap and radclient. Arguably as conffile.c is the only place which needs this, it should probably be the thing doing the unescaping.

No, I don't buy that things should be prefixed with \\, that's shit. The server should be able to reingest what it spits out in detail files and there's no way that worked in the current server with octal escape sequences.

Arran Cudbard-Bell at 2014-05-07T17:17:54Z
Files modified:
	* src/include/token.h
	* src/lib/token.c
	* src/lib/valuepair.c
	* src/main/conffile.c
	* src/main/files.c
	* src/modules/rlm_preprocess/rlm_preprocess.c
	* src/modules/rlm_sql/sql.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/4471ce098982f10384bb041801f864ef59b884da
====== 
Clear the error buffer after loading dictionaries

Arran Cudbard-Bell at 2014-05-07T16:35:11Z
Files modified:
	* src/main/radclient.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/5d6c4e800e3b425492ce5791cb1783efdc10327e
====== 
Remove duplicate test (list-delete) was duplicate test of update-remove-list

Arran Cudbard-Bell at 2014-05-07T16:31:27Z
Files modified:
	* src/tests/keywords/list-delete

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/1f2214f32d0d1afc9f8071dcccd7fe6476cfaa68
====== 
Typo

Arran Cudbard-Bell at 2014-05-07T16:29:05Z
Files modified:
	* src/main/radclient.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/e0490769af65168dfacfd85450c26c9d8dbf8d10
====== 
Cap spawn at max

Alan T. DeKok at 2014-05-07T13:18:40Z
Files modified:
	* src/main/connection.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/b60f5960ca5175a580f3cf07a71cb7734eaec0d3
====== 
Rework min/max/spare handling

So we don't let idle connections make us go below "min"

Alan T. DeKok at 2014-05-07T01:39:53Z
Files modified:
	* src/main/connection.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/bb1a3c998d22140cd49625c3a8029f34614c4055
====== 
Free handle if we can't spawn a thread.  Found by codesonar

Alan T. DeKok at 2014-05-07T01:39:53Z
Files modified:
	* src/main/threads.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/86e31b9b8da18b907a049d1c9e06f4e0a86ca559
====== 
Merge pull request #625 from leprechau/v3.0.x

Make internal references match configuration references and update README

Arran Cudbard-Bell at 2014-05-07T00:41:55Z
Files modified:
	* src/modules/rlm_couchbase/README.md
	* src/modules/rlm_couchbase/mod.c
	* src/modules/rlm_couchbase/mod.h
	* src/modules/rlm_couchbase/rlm_couchbase.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/405a655391a94f578208ffc29c97b33e53cfa07b
====== 
Make internal references match configuration references and update README.md to match.

Aaron Hurt at 2014-05-06T17:57:12Z
Files modified:
	* src/modules/rlm_couchbase/README.md
	* src/modules/rlm_couchbase/mod.c
	* src/modules/rlm_couchbase/mod.h
	* src/modules/rlm_couchbase/rlm_couchbase.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/09ecdc153ebaa4414348d90706d1b652c98f12dd
====== 
-- 
This commit summary was generated @2014-05-08T00:00:01Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).


More information about the Freeradius-Devel mailing list