-
Notifications
You must be signed in to change notification settings - Fork 596
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
freeradius service handling fixes (Bug #6404), fix chown handling and various bugs #267
Commits on Jan 25, 2017
-
Remove unwanted freeradius restart on install/upgrade (Bug #6404)
This breaks things due to restarting the service multiple times once here and more times when custom_php_resync_config_command is run on install, which in turn runs freeradius_settings_resync() which restarts the service, and then freeradius_users_resync() runs which restarts the service yet again.
Configuration menu - View commit details
-
Copy full SHA for c984f27 - Browse repository at this point
Copy the full SHA c984f27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7be36fd - Browse repository at this point
Copy the full SHA 7be36fdView commit details -
Do not restart service twice on resync
It will restart after freeradius_users_resync() is finished.
Configuration menu - View commit details
-
Copy full SHA for b388104 - Browse repository at this point
Copy the full SHA b388104View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6519bef - Browse repository at this point
Copy the full SHA 6519befView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f9126f - Browse repository at this point
Copy the full SHA 0f9126fView commit details
Commits on Jan 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 57204cc - Browse repository at this point
Copy the full SHA 57204ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98597de - Browse repository at this point
Copy the full SHA 98597deView commit details -
Stop creating a symlink to itself instead of /usr/local/etc/raddb dir…
…ectory Probably some leftover from 2.2.x/PBI junk.
Configuration menu - View commit details
-
Copy full SHA for 22fe452 - Browse repository at this point
Copy the full SHA 22fe452View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1775136 - Browse repository at this point
Copy the full SHA 1775136View commit details -
Sanitize and fix recursive chown usage
If $frlib was empty, the code would run chown -R on the entire /usr/local/lib. Create a function with sanity checks, use PHP's chown()/chgrp() functions instead of exec() and refuse to recursively chown invalid targets.
Configuration menu - View commit details
-
Copy full SHA for eb54fa8 - Browse repository at this point
Copy the full SHA eb54fa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bca4075 - Browse repository at this point
Copy the full SHA bca4075View commit details -
Configuration menu - View commit details
-
Copy full SHA for 960e97a - Browse repository at this point
Copy the full SHA 960e97aView commit details -
Configuration menu - View commit details
-
Copy full SHA for de8f640 - Browse repository at this point
Copy the full SHA de8f640View commit details -
Add $restart_svc argument to more functions
Needed to avoid more restarts madness
Configuration menu - View commit details
-
Copy full SHA for af938f7 - Browse repository at this point
Copy the full SHA af938f7View commit details