summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin/pfSsh.php
Commit message (Collapse)AuthorAgeFilesLines
* Add a few more commands for the lazysullrich2009-12-021-0/+2
|
* Add tab completionsullrich2009-12-021-1/+26
|
* Automatically source common items so that config is in the eval() contextScott Ullrich2009-10-051-1/+3
|
* Output welcome banner after globals.inc is requiredScott Ullrich2008-11-231-3/+1
|
* Turn off debugging textScott Ullrich2008-11-201-1/+0
|
* Use product_nameScott Ullrich2008-11-101-4/+5
|
* Break out item that can be its own functionScott Ullrich2008-10-241-11/+14
|
* Require_once instead of require.Scott Ullrich2008-09-101-4/+4
|
* Show playback commands avaiableScott Ullrich2008-08-301-1/+9
|
* * Fix helpScott Ullrich2008-04-141-0/+8
| | | | * Fix exit/quit
* Remove extra C/RScott Ullrich2007-11-241-1/+1
|
* Detect playback file not found when passed as argument. Example: pfSsh.php ↵Scott Ullrich2007-11-231-0/+4
| | | | replay cvssync RELENG_1
* Allow arguments to be passed to cvssync so you can do:Scott Ullrich2007-11-231-2/+0
| | | | pfSsh.php playback cvssync RELENG_1
* Allow arguments to be passed to the pfSense php shell.Scott Ullrich2007-11-231-174/+117
|
* Bring us one step closer to being able to port cvs_sync.sh to pfSsh by ↵Scott Ullrich2007-11-231-25/+75
| | | | adding multiline support. For example
* Do not forget ; on php lines.Scott Ullrich2007-11-221-8/+8
|
* Collect the help file into one variable and then pipe through more()Scott Ullrich2007-11-221-9/+9
|
* Add recording related commandsScott Ullrich2007-11-221-1/+5
|
* Collect the help file into one variable and then pipe through more()Scott Ullrich2007-11-221-39/+46
|
* Really cleanup c/r usage.Scott Ullrich2007-11-221-12/+14
|
* * Fix ! commands (do not echo commands but execute as shell)Scott Ullrich2007-11-221-5/+12
| | | | * Fix grep commands in playback session for restart ftp helper
* Add showrecordings command which will show available sessions for playbackScott Ullrich2007-11-221-0/+10
|
* Teach pfSense's php shell how to record and playback a set of commands.Scott Ullrich2007-11-221-2/+3
| | | | | | | | | | | | | | For instance you could automate a series of reptitive developer commands. For example: pfSense shell: record restartftp pfSense shell: = killall ftp-proxy pfSense shell: system_start_ftp_helpers(); pfSense shell: = ps awux | grep ftp-proxy pfSense shell: stoprecording And then you could replay the above commands later with: pfSense shell: playback restartftp
* Teach pfSense's php shell how to record and playback a set of commands.Scott Ullrich2007-11-221-53/+120
| | | | | | | | | | | | | | For instance you could automate a series of reptitive developer commands. For example: pfSense shell: record restartftp pfSense shell: = killall ftp-proxy pfSense shell: system_start_ftp_helpers(); pfSense shell: = ps awux | grep ftp-proxy pfSense shell: stoprecording And then you could replay the above commands later with: pfSense shell: playback restartftp
* Add carriage return after outputting help screenScott Ullrich2007-11-191-1/+1
|
* Remove debugging echoScott Ullrich2007-11-191-1/+0
|
* Add pipe_cmd() functionScott Ullrich2007-11-191-0/+25
|
* Missed a c/rScott Ullrich2007-11-191-1/+1
|
* * Allow shell commands to be executed if you proceed the command with =Scott Ullrich2007-11-191-3/+35
| | | | * Clean up carriage returns and make presentation look nicer
* If readline is not included in PHP then fall back to normal boring text ↵Scott Ullrich2007-11-191-1/+10
| | | | input methods.
* Add second argument of more allowing control of when press Return is displayedScott Ullrich2007-11-191-2/+4
|
* add more($text) function. With this function it will ask the person to ↵Scott Ullrich2007-11-191-1/+20
| | | | | | | press return after 24 rows of output. Good for stuff like this: $temp = print_r($config, true); more($temp);
* Add libreadline support for command histories.Scott Ullrich2007-11-091-3/+6
| | | | Requested-by: CMB
* Set $pkg_interface='console'; in php shell.Scott Ullrich2007-08-281-0/+2
|
* Move help / common usage scenarios to the "help" command.Scott Ullrich2007-05-031-50/+61
|
* Show how to output the wireless options such as channels, modes, etc.Scott Ullrich2007-05-031-0/+3
|
* Clarify DHCP server commentScott Ullrich2007-05-031-1/+1
|
* * Correct printr typo. * Show how to output the interfaces and dhcpd ↵Scott Ullrich2007-05-031-1/+7
| | | | portions of the configuration
* Show the reboot command as well for php pfSense shell Sponsored-by: ↵Scott Ullrich2007-05-031-1/+4
| | | | Bluegrass.net
* Minor text updatesScott Ullrich2007-05-031-1/+1
|
* Minor text updatesScott Ullrich2007-05-031-5/+10
|
* Show common commands in the php pfsense shell such as: * Enabling SSH * ↵Scott Ullrich2007-05-031-4/+31
| | | | Enabling wireless on an interface (hostap, channel, ssid, etc) * Enabling DHCP Server on an interface * Disable firewall filter * Set up an interface for DHCP and enable * Set up an interface for static and enable These commands come in handy when configuring a 1 port ethernet wrap with 2 wireless cards. Sponsored-by: Bluegrass.net
* Add multiline support for multi-line mini programs/scripts.Scott Ullrich2007-04-301-2/+22
|
* Show that exit is a valid commandScott Ullrich2007-04-291-0/+1
|
* Escape $ so that it does not try to print out the variableScott Ullrich2007-04-291-1/+1
|
* Add a pfSense interactive php shell for developers.Scott Ullrich2007-04-291-0/+36
OpenPOWER on IntegriCloud