summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin
Commit message (Collapse)AuthorAgeFilesLines
* clean up textChris Buechler2014-11-041-4/+3
|
* Simplify a bit ppp-linkup syntaxRenato Botelho2014-08-201-36/+37
|
* Fix awk syntax, it fixes #3813Renato Botelho2014-08-201-4/+4
|
* Fix filenamejim-p2014-05-311-1/+1
|
* Bring in proper gmirror support for the GUI and notifications.jim-p2014-05-301-0/+92
| | | | | | Made a general gmirror library to perform various gmirror tasks and get information, using some of the former widget logic to start. Updated widget to use this new code. Added a Diag > GEOM Mirrors page that displays information about existing mirrors and perform various management tasks. Current actions include rebuilding a drive, forgetting disconnected mirror drives, insert/remove, deactivate/activate, clearing medatada. It's now possible to use the GUI to rebuild a failed mirror by performing a forget, then insert action to replace a missing/dead drive. Also included is a notification setup. Mirror status is polled every 60 seconds, and if any aspect of the mirror changes, notifications are issues that alert in the GUI and by SMTP, etc.
* Single quoting $password breaks getting the value from the variable.jim-p2014-04-231-1/+2
|
* No spaces between variable assignments in shjim-p2014-04-231-3/+3
|
* Add missing closing quotesingmthompson2014-04-161-1/+1
|
* Correct missing parenthesis. Reported-by: ↵Ermal2014-04-151-1/+1
| | | | https://forum.pfsense.org/index.php?topic=75120.0
* Trigger rc.newwaipv6 as well from pppoe when it gets an inet6 configErmal2014-02-211-2/+2
|
* Use env var provided by openvpn to determine if it's tun or tap, it should ↵Renato Botelho2014-02-201-3/+1
| | | | fix #3475
* Do not call rc.newwanip when pppoe gets a v6 ip.Ermal2014-02-181-1/+2
|
* Remove PBI scripts since it'll be installed dynamically by toolsRenato Botelho2014-02-0619-7908/+0
|
* Fix an obvious typo on var nameRenato Botelho2014-02-041-1/+1
|
* Sync pbi_create with pcbsd, add required functions.shRenato Botelho2014-01-301-579/+989
|
* ports ntp moved to sbin, followjim-p2014-01-151-2/+2
|
* Move also tls-verify to fcgicli to avoid forking php process. Maybe even ↵Ermal2013-12-191-2/+7
| | | | this should be done as a plugin to avoid overhead of forking.
* Migrate openvpn authentication to use fcgicli rather than forking a php ↵Ermal2013-12-191-0/+9
| | | | process. Maybe should could consider to write a short library todo this
* Fix ufslabels.sh logic to avoid trying to convert slices which are already ↵jim-p2013-09-171-7/+34
| | | | using appropriate labels. Fixes #3207
* Related to Ticket #3045 avoid races in the ntpdate_sync_one script due to ↵Ermal2013-09-041-2/+13
| | | | killall returning without the process really exiting.
* Use ntpdate from ports also and obsolete base oneRenato Botelho2013-08-161-2/+2
|
* Improve sh syntax using ${} for all variablesRenato Botelho2013-08-151-29/+29
|
* Fix testjim-p2013-07-291-1/+1
|
* Fix exec bits.jim-p2013-07-281-0/+0
|
* Fix #3113, fix multiple english spell errors s/seperet/separat/Renato Botelho2013-07-281-1/+1
|
* Add a script that can automatically convert a user's fstab over to ufs ↵jim-p2013-05-151-0/+113
| | | | labels. Useful for full installs to avoid issues with device numbering (e.g. ad0 changes to ad4 or da0 to ad2, or in the future case, adX to adaX)
* Make sure file has content before call route deleteRenato Botelho2013-03-191-2/+4
|
* Respect 'States' option from Advanced/MiscRenato Botelho2013-03-191-10/+2
| | | | | | | - Respect this option and do not clean states when it's configured - Create /etc/rc.kill_states to be easier to check $config It helps ticket #2887
* Remove redundant callRenato Botelho2013-03-191-1/+0
|
* Improve ppp-linkdown:Renato Botelho2013-03-191-23/+24
| | | | | - Improve readability giving name to parameter variables - Add path for all command calls
* Fix default route deletionRenato Botelho2013-03-191-1/+1
|
* Fix indentRenato Botelho2013-03-191-2/+2
|
* Initialize array to silence warnings on foreachRenato Botelho2013-03-161-0/+1
|
* Declare $config as global before interactive PHP shell command evaluation. ↵jim-p2013-02-121-0/+1
| | | | Fixes #808
* Ticket #1629 Another round of fixes related to state clearingErmal2013-02-121-0/+1
|
* Make sure ntpd creates ntpd.pid file at bootupJean Cyr2013-02-111-1/+1
|
* Use the better -Fs modifies to pf to kill the states by interface. Also kill ↵Ermal2013-01-314-7/+5
| | | | both sides on an interface when -k needs to be used
* pfctl -b is gone just use std tools of pfctlErmal2013-01-303-10/+5
|
* Avoid duplicating /32 suffix on 3rd ppp-linkdown parameter (local-ip). It ↵Renato Botelho2013-01-141-4/+10
| | | | should fix #2700
* Sync PBI scriptsjim-p2012-12-181-347/+849
|
* Be a little more verbose when starting the NTP daemonjim-p2012-11-291-0/+5
|
* Try a little harder to clear the states for the old PPP gatewayjim-p2012-09-262-5/+13
|
* Sync pbi toolsjim-p2012-08-081-50/+95
|
* Sync with upstream pbi toolsjim-p2012-07-031-20/+29
|
* Update pbi_create to current code from pc-bsdjim-p2012-06-181-372/+988
|
* Use awk instead of grep, this works on a v4 PPPoE connection for me. Need to ↵smos2012-06-181-8/+8
| | | | | | verify that it works for 3G too. Redmine ticket #2458
* Fix exec bit for usr/local/sbin/openvpn.attributes.shjim-p2012-06-061-0/+0
|
* Import OpenVPN cisco style radius attributes applying policy to logged in ↵Ermal2012-06-051-0/+16
| | | | users. Feature #2100
* Move the SIM Pin and APN settings to the modem setup since we need these ↵smos2012-06-021-2/+2
| | | | only once.
* Fix the PinReady command not found error.smos2012-06-021-2/+5
| | | | Add a log command to show where you are dialing to.
OpenPOWER on IntegriCloud