exfile_open now opens files for read/writing, which is useful if the exfile instance...
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 7 Dec 2014 22:31:09 +0000 (17:31 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 8 Dec 2014 19:35:45 +0000 (14:35 -0500)
commitc3019bde4da44771a1fa6bd1014c857fba11158a
treeca69278deef017b91a726a50254c9f5a9702c9b0
parent4b27298b276a53a3e9e44352e5f2167982c9b390
exfile_open now opens files for read/writing, which is useful if the exfile instance may be used to acquire fds for reading too

add 'append' argument, that controls whether exfile_open seeks to the end of the file.
src/include/exfile.h
src/main/exfile.c
src/modules/rlm_detail/rlm_detail.c
src/modules/rlm_linelog/rlm_linelog.c
src/modules/rlm_sql/sql.c