summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
Commit message (Collapse)AuthorAgeFilesLines
* PHP chmod() doesn't like 1777, gives it 01777 thenRenato Botelho2015-10-131-1/+1
|
* Add missing ; and also mute chmodRenato Botelho2015-10-131-1/+1
|
* Preserve /tmp permission, it fixes #5298Renato Botelho2015-10-131-0/+1
|
* The "enableallowallwan" script should also allow bogons, or it makes running ↵jim-p2015-08-131-0/+2
| | | | test firewalls with RFC5735/6890 test network style WANs a pain.
* fix includes so shellsession restartipsec works.Chris Buechler2015-07-051-0/+2
|
* Fix restartipsec command line script.jim-p2015-02-041-1/+1
|
* Add RELENG_2_2 to gitsyncRenato Botelho2014-12-051-0/+1
|
* Ticket #3967. Allow to have carp as parent of ipaliases - continuedErmal2014-11-101-3/+7
|
* Add command line script to generate and activate a new GUI certificate.jim-p2014-10-151-0/+8
|
* rename interfaces_carp_setup to interfaces_sync_setup and call it during ↵Ermal2014-10-151-1/+1
| | | | bootup since it does not only relate to carp interfaces.
* Fix typosjim-p2014-09-171-2/+2
|
* Add a basic command line password reset script.jim-p2014-09-171-0/+79
|
* Remove racoon referencesErmal2014-09-101-1/+1
|
* Convert almost all /sbin/sysctl calls to php functionsRenato Botelho2014-07-072-2/+2
|
* More refinements to the unofficial package repository warning ( Issue #484 ) ↵jim-p2014-07-022-2/+2
| | | | -- Now also shows on Dashboard and installed package list. Cleaned up some code and shuffled things around to avoid unnecessary repetition.
* Fix #3647 and other improvements:Renato Botelho2014-07-011-1/+1
| | | | | | | | | - Remove auto_login(), now gettytab is a constant file - Add reload_ttys(), that will send a SIGHUP to init and make it reload /etc/ttys - Change serial speed on /etc/ttys when necessary - Change console and serial auto_login on /etc/ttys when necessary - Change default type from cons25 to xterm
* cf/ dir is removed below, do not need to remove the file hereRenato Botelho2014-06-131-1/+0
|
* Fix path for trigger_initial_wizardRenato Botelho2014-06-131-1/+1
|
* Get rid of embedded platform. Its time to GC thisErmal2014-04-141-1/+1
|
* fix git path calls and CODIRMarcello Coutinho2014-04-091-19/+20
| | | | | it may need some checks/fixes on pkg-utils.inc as git downloads but not installs. After manual pbi install of git, "pfSsh.php playback gitsync master" works fine with this fix.
* Add a "status" subcommand to the svc php shell script.jim-p2013-12-261-2/+17
|
* Use events to start sshd rather than relying on forkingErmal2013-12-151-2/+2
|
* Switch to php-fpm for lighty and check_reload_status will use it. Step by ↵Ermal2013-12-141-1/+0
| | | | step will migrate the other calls
* Remove references to _vip interface and provide proper configuration for ↵Ermal2013-11-281-4/+0
| | | | carp on FreeBSD 10. Still some places to deal with this and certainly missing upgrade code
* s/require/require_once/g for filter.inc to avoid redeclaration errors in ↵jim-p2013-08-281-1/+1
| | | | some rare cases.
* fixup gitsync for 2.1/2.2Chris Buechler2013-05-221-1/+2
|
* Add PHP shell playback script to control services from the command line ↵jim-p2013-03-221-0/+83
| | | | (works like Status > Services)
* update github repo locationChris Buechler2013-03-101-1/+1
|
* Add a pfSsh.php script to remove the shaper settings from the console if needed.jim-p2013-02-261-0/+24
|
* Try to use our git PBI instead of the tbz version.jim-p2013-02-191-8/+29
|
* Add some PHP shell scripts for managing packages from the CLI.jim-p2013-02-193-0/+89
| | | | | | pfSsh.php playback installpkg git pfSsh.php playback uninstallpkg git pfSsh.php playback listpkg
* Add php shell scripts to (en|dis)able carp.jim-p2013-02-152-0/+39
|
* Add a few required things here to allow the script to workjim-p2012-10-161-0/+3
|
* gitsync: Improve parameter handling to allow hyphenated options anywhere in ↵Erik Fonnesbeck2012-09-171-32/+54
| | | | the parameter list. (previously only allowed them at the end)
* gitsync: Add --minimal parameter that installs only the updated files.Erik Fonnesbeck2012-09-171-3/+22
|
* Fix special build_commit tag that was broken from previous change to how it ↵Erik Fonnesbeck2012-09-171-1/+1
| | | | read the file with the commit ID.
* Modify the tar parameters to exclude .gitErik Fonnesbeck2012-05-201-7/+2
|
* Move git package name/URL to the configuration variables section.Erik Fonnesbeck2012-05-151-2/+3
|
* Move some constants in gitsync closer to the top of the source code and add ↵Erik Fonnesbeck2012-04-071-18/+20
| | | | some new ones of potential interest to those reconfiguring gitsync. Also modify messages to indicate that Git URLs are also allowed.
* Remove obsolete files after gitsyncErik Fonnesbeck2012-02-281-0/+6
|
* Allow specifying the branch name after the repository URL for gitsync ↵Erik Fonnesbeck2012-02-281-10/+22
| | | | command-line arguments and remove an unnecessary use of the backtick operator.
* correct branches in gitsyncChris Buechler2012-02-041-2/+3
|
* add a shortcut to disable referer checkChris Buechler2012-01-051-0/+11
|
* Extend this script to also add an ipv6 rule.jim-p2011-07-191-1/+11
|
* Update default gitsync url to be the github URL. If anyone had done a ↵jim-p2011-05-161-1/+1
| | | | gitsync before to the standard URL, they'll need to either rm /root/pfsense/ or cd /root/pfsense/pfSenseGITREPO/pfSenseGITREPO; git remote set-url origin git://github.com/bsdperimeter/pfsense.git; and then gitsync again.
* Declare $g a global here.jim-p2011-02-261-0/+1
|
* Ensure the pkg staging area exists on nanobsd before trying to use it.jim-p2011-02-261-1/+4
|
* If we're on nanobsd, pass -t to pkg_add to specify a different "staging ↵jim-p2011-02-241-2/+4
| | | | area" path.
* And one more place for PKG_TMPDIR... just in case.jim-p2011-02-231-1/+3
|
* Restart lighty captive portal after syncScott Ullrich2011-01-251-0/+2
|
OpenPOWER on IntegriCloud