aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change secure_open for a more secure functionHEADmasterVG2017-11-061-19/+18
| | | | | By using a directory and directory file descriptors, we avoid hardlink and symlinks attacks.
* fix variable nameVG2016-12-091-1/+1
|
* simplify write mode detection and replaceVG2016-12-091-3/+1
|
* Revert to using append as it provides better securityCédric Picard2016-12-091-2/+8
| | | | Signed-off-by: VG <vg@devys.org>
* fix first and empty use caseVG2016-12-091-2/+6
|
* use write to be able to create the file when non-existantVG2016-12-091-8/+2
|
* securise file creation rights with umaskVG2016-12-091-0/+1
|
* be more clear about symlink errorVG2016-12-091-0/+2
|
* add license and readmeVG2016-12-092-0/+67
|
* fix naming conventionVG2016-12-091-0/+63