summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin/pfSsh.php
Commit message (Expand)AuthorAgeFilesLines
* Declare $config as global before interactive PHP shell command evaluation. Fi...jim-p2013-02-121-0/+1
* The function split() is replaced by the function explode(). Starting with PHP...smos2012-01-191-4/+4
* 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
* 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
* Allow arguments to be passed to cvssync so you can do:Scott Ullrich2007-11-231-2/+0
* 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 adding...Scott Ullrich2007-11-231-25/+75
* 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
* 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
* Teach pfSense's php shell how to record and playback a set of commands.Scott Ullrich2007-11-221-53/+120
* 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
* If readline is not included in PHP then fall back to normal boring text input...Scott Ullrich2007-11-191-1/+10
* 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 press...Scott Ullrich2007-11-191-1/+20
* Add libreadline support for command histories.Scott Ullrich2007-11-091-3/+6
* 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 portions...Scott Ullrich2007-05-031-1/+7
* Show the reboot command as well for php pfSense shell Sponsored-by: Bluegras...Scott Ullrich2007-05-031-1/+4
* 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 * Ena...Scott Ullrich2007-05-031-4/+31
* 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