Code

src/common.c: Allow `check_create_dir' to create absolute directories.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 1 Mar 2007 11:17:35 +0000 (12:17 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 1 Mar 2007 11:17:35 +0000 (12:17 +0100)
commit5a7cdf2e0efd8579ea8771b856a682ec39acd70e
treeb7a4b9d27add2476a1d2db52a7dec5034a595263
parent5fa0bf3a424badc440742e95465513844ee57a3a
src/common.c: Allow `check_create_dir' to create absolute directories.

Since the `DataDir' of the `csv' and `rrdtool' plugins are seperate from the
`BaseDir' setting, it makes sense to allow absolute directories here. The
(possibly more secure) alternative would be to disallow absolute directories
and force the user to create SymLinks instead.
src/common.c