Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1562 from phil-davis/usr-review1 | Renato Botelho | 2015-03-16 | 7 | -128/+136 |
|\ | |||||
| * | Code Style sbin tmp usr | Phil Davis | 2015-03-13 | 7 | -128/+136 |
| | | | | | | | | Bits and pieces from sbin tmp and usr but not yet usr/local/www | ||||
* | | pfSsh.php readline function return value | Phil Davis | 2015-03-13 | 1 | -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 #4492 | Chris Buechler | 2015-03-08 | 1 | -3/+3 |
| | |||||
* | Fixes #4340 encode username same as with password to avoid issues with ↵ | Ermal LUÇI | 2015-01-31 | 1 | -0/+1 |
| | | | | special chars. | ||||
* | Teach ufslabels.sh to deal with DESTDIR, useful on installation | Renato Botelho | 2015-01-27 | 1 | -3/+3 |
| | |||||
* | Improve a bit sh syntax and fix it for multiple swap devices | Renato Botelho | 2015-01-27 | 1 | -31/+40 |
| | |||||
* | Fix sed syntax, -i requires a space before the parameter. Also fix regex to ↵ | Renato Botelho | 2015-01-27 | 1 | -3/+3 |
| | | | | find swap device | ||||
* | Put the value of password under double quotes(") to avoid issues with ↵ | Ermal LUÇI | 2015-01-12 | 1 | -1/+1 |
| | | | | special characters in passwords. Ticket #4177 | ||||
* | Prevent echo to insert a newline(\n) at the secret string. Fixes #4177 | Ermal LUÇI | 2015-01-12 | 1 | -1/+1 |
| | |||||
* | Remove debug code | Ermal LUÇI | 2015-01-11 | 1 | -2/+0 |
| | |||||
* | Fixes #4177 convert password to base64 to be submitted to avoid issues with ↵ | Ermal LUÇI | 2015-01-10 | 1 | -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 generation | Ermal LUÇI | 2015-01-08 | 1 | -19/+17 |
| | |||||
* | Fix lineup of copyright lines | Phil Davis | 2015-01-01 | 2 | -2/+2 |
| | | | | | and module names and other bits of formatting and typos in header comment sections. | ||||
* | Welcome 2015 | Renato Botelho | 2014-12-31 | 2 | -2/+2 |
| | |||||
* | Encode space to avoid rejecting users with spaces in username | Ermal LUÇI | 2014-12-17 | 1 | -1/+1 |
| | |||||
* | Remove these booting settings since are useless | Ermal LUÇI | 2014-11-28 | 1 | -2/+0 |
| | |||||
* | Fix ovpn-linkup for tun + topology subnet case setting router as ↵ | Renato Botelho | 2014-11-22 | 1 | -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 reality | Jim Thompson | 2014-11-10 | 2 | -2/+4 |
| | |||||
* | clean up text | Chris Buechler | 2014-11-04 | 1 | -4/+3 |
| | |||||
* | Simplify a bit ppp-linkup syntax | Renato Botelho | 2014-08-20 | 1 | -36/+37 |
| | |||||
* | Fix awk syntax, it fixes #3813 | Renato Botelho | 2014-08-20 | 1 | -4/+4 |
| | |||||
* | Fix filename | jim-p | 2014-05-31 | 1 | -1/+1 |
| | |||||
* | Bring in proper gmirror support for the GUI and notifications. | jim-p | 2014-05-30 | 1 | -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-p | 2014-04-23 | 1 | -1/+2 |
| | |||||
* | No spaces between variable assignments in sh | jim-p | 2014-04-23 | 1 | -3/+3 |
| | |||||
* | Add missing closing quotes | ingmthompson | 2014-04-16 | 1 | -1/+1 |
| | |||||
* | Correct missing parenthesis. Reported-by: ↵ | Ermal | 2014-04-15 | 1 | -1/+1 |
| | | | | https://forum.pfsense.org/index.php?topic=75120.0 | ||||
* | Trigger rc.newwaipv6 as well from pppoe when it gets an inet6 config | Ermal | 2014-02-21 | 1 | -2/+2 |
| | |||||
* | Use env var provided by openvpn to determine if it's tun or tap, it should ↵ | Renato Botelho | 2014-02-20 | 1 | -3/+1 |
| | | | | fix #3475 | ||||
* | Do not call rc.newwanip when pppoe gets a v6 ip. | Ermal | 2014-02-18 | 1 | -1/+2 |
| | |||||
* | Remove PBI scripts since it'll be installed dynamically by tools | Renato Botelho | 2014-02-06 | 19 | -7908/+0 |
| | |||||
* | Fix an obvious typo on var name | Renato Botelho | 2014-02-04 | 1 | -1/+1 |
| | |||||
* | Sync pbi_create with pcbsd, add required functions.sh | Renato Botelho | 2014-01-30 | 1 | -579/+989 |
| | |||||
* | ports ntp moved to sbin, follow | jim-p | 2014-01-15 | 1 | -2/+2 |
| | |||||
* | Move also tls-verify to fcgicli to avoid forking php process. Maybe even ↵ | Ermal | 2013-12-19 | 1 | -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 ↵ | Ermal | 2013-12-19 | 1 | -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-p | 2013-09-17 | 1 | -7/+34 |
| | | | | using appropriate labels. Fixes #3207 | ||||
* | Related to Ticket #3045 avoid races in the ntpdate_sync_one script due to ↵ | Ermal | 2013-09-04 | 1 | -2/+13 |
| | | | | killall returning without the process really exiting. | ||||
* | Use ntpdate from ports also and obsolete base one | Renato Botelho | 2013-08-16 | 1 | -2/+2 |
| | |||||
* | Improve sh syntax using ${} for all variables | Renato Botelho | 2013-08-15 | 1 | -29/+29 |
| | |||||
* | Fix test | jim-p | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | Fix exec bits. | jim-p | 2013-07-28 | 1 | -0/+0 |
| | |||||
* | Fix #3113, fix multiple english spell errors s/seperet/separat/ | Renato Botelho | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | Add a script that can automatically convert a user's fstab over to ufs ↵ | jim-p | 2013-05-15 | 1 | -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 delete | Renato Botelho | 2013-03-19 | 1 | -2/+4 |
| | |||||
* | Respect 'States' option from Advanced/Misc | Renato Botelho | 2013-03-19 | 1 | -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 call | Renato Botelho | 2013-03-19 | 1 | -1/+0 |
| | |||||
* | Improve ppp-linkdown: | Renato Botelho | 2013-03-19 | 1 | -23/+24 |
| | | | | | - Improve readability giving name to parameter variables - Add path for all command calls | ||||
* | Fix default route deletion | Renato Botelho | 2013-03-19 | 1 | -1/+1 |
| |