summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin
Commit message (Collapse)AuthorAgeFilesLines
* Use named variables for ppp-linkup command line parametersDavid Wood2015-10-111-32/+40
|
* Make route deletions quiet - it may well be the routes have already disappearedDavid Wood2015-10-111-2/+2
|
* Make code dealing with the IPv4 default gateway conditional on the IPv4 link ↵David Wood2015-10-111-1/+1
| | | | going down
* Connect ppp-ipv6 helper script to ppp-linkdown and ppp-linkupDavid Wood2015-10-112-0/+5
|
* Add /usr/local/sbin/ppp-ipv6 helper scriptDavid Wood2015-10-111-0/+123
| | | | | | | | | | | | | | | | | | /usr/local/sbin/ppp-ipv6 <real interface> up|down Interface using SLAAC or DHCP6 going down: * bring down dhcp6c if it is running * disable router advertisements (and therefore SLAAC) * remove any autoconfigured IPv6 addresses Interface using SLAAC or DHCP6 coming up: * call interface_dhcpv6_configure() if dhcp6c not running and router advertisements off interface_dhcpv6_configure() will enable router advertisements, configure rtsold and dhcp6c, then set rtsold to prime dhcp6c as required.
* Move cleargpt.sh and cleargmirror.sh scripts to main repoRenato Botelho2015-07-292-0/+39
|
* fix typoChris Buechler2015-07-221-1/+1
|
* pfSsh.php readline function return valuePhil Davis2015-03-161-1/+1
| | | | This just looks wrong. But I guess the code path never comes through here because function readline() already exists in the environment of this script.
* Update help to current config structure, touch up text while here. Fixes #4492Chris Buechler2015-03-081-3/+3
|
* Fixes #4340 encode username same as with password to avoid issues with ↵Ermal LUÇI2015-01-311-0/+1
| | | | special chars.
* Teach ufslabels.sh to deal with DESTDIR, useful on installationRenato Botelho2015-01-271-3/+3
|
* Improve a bit sh syntax and fix it for multiple swap devicesRenato Botelho2015-01-271-31/+40
|
* Fix sed syntax, -i requires a space before the parameter. Also fix regex to ↵Renato Botelho2015-01-271-3/+3
| | | | find swap device
* Put the value of password under double quotes(") to avoid issues with ↵Ermal LUÇI2015-01-121-1/+1
| | | | special characters in passwords. Ticket #4177
* Prevent echo to insert a newline(\n) at the secret string. Fixes #4177Ermal LUÇI2015-01-121-1/+1
|
* Remove debug codeErmal LUÇI2015-01-111-2/+0
|
* Fixes #4177 convert password to base64 to be submitted to avoid issues with ↵Ermal LUÇI2015-01-111-1/+3
| | | | special chars in shell and HTTP GET parameter passing. Probably should add POST support to fcgicli.
* Make this code less memory hungry and fix route command generationErmal LUÇI2015-01-081-19/+17
|
* Fix lineup of copyright linesPhil Davis2015-01-012-2/+2
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-312-2/+2
|
* Encode space to avoid rejecting users with spaces in usernameErmal LUÇI2014-12-171-1/+1
|
* Remove these booting settings since are uselessErmal LUÇI2014-11-281-2/+0
|
* Fix ovpn-linkup for tun + topology subnet case setting router as ↵Renato Botelho2014-11-221-5/+9
| | | | ifconfig_local envvaar when route_vpn_gateway and ifconfig_remote are both not defined. Keep using 5th parameter as a seatbelt in last case. While I'm here, improve sh syntax. It should fix #3968
* Change copyright statement to reflect realityJim Thompson2014-11-102-2/+4
|
* 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)
OpenPOWER on IntegriCloud