-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read and parse configuration files. Fixes #41. #42
Conversation
3a2e831
to
8de317b
Compare
utils.c
Outdated
return -ENOENT; | ||
} | ||
|
||
file = fopen(config_file, "r"); |
Check failure
Code scanning / SonarCloud
Accessing files should not introduce TOCTOU vulnerabilities
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
Signed-off-by: Toni Uhlig <[email protected]>
Signed-off-by: Toni Uhlig <[email protected]>
Signed-off-by: Toni Uhlig <[email protected]>
Signed-off-by: Toni Uhlig <[email protected]>
Signed-off-by: Toni Uhlig <[email protected]>
Signed-off-by: Toni Uhlig <[email protected]>
* added additional missing config options * added some documentation in the config file Signed-off-by: Toni Uhlig <[email protected]>
Signed-off-by: Toni Uhlig <[email protected]>
* added WARN_UNUSED Signed-off-by: Toni Uhlig <[email protected]>
Signed-off-by: Toni Uhlig <[email protected]>
Signed-off-by: Toni Uhlig <[email protected]>
* adjusted systemd to make use of those Signed-off-by: Toni Uhlig <[email protected]>
Signed-off-by: Toni Uhlig <[email protected]>
* removed unsafe and not necessary `strlen()`s Signed-off-by: Toni Uhlig <[email protected]>
Signed-off-by: Toni Uhlig <[email protected]>
* makes lots sense for nDPIsrvd and some examples * added debian dpkg scripts for user mgmt * nDPIsrvd: set different groups for collector/distributor UNIX socket Signed-off-by: Toni Uhlig <[email protected]>
Signed-off-by: Toni Uhlig <[email protected]>
Signed-off-by: Toni Uhlig <[email protected]>
Signed-off-by: Toni Uhlig <[email protected]>
Signed-off-by: Toni Uhlig <[email protected]>
1ddeb4f
to
6467ae6
Compare
Signed-off-by: Toni Uhlig <[email protected]>
Signed-off-by: Toni Uhlig <[email protected]>
No description provided.