summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Add missing ".Scott Ullrich2007-11-271-1/+1
| | | | Pointy-hat-to: Myself.
* add HBCI to traffic shaperMartin Fuchs2007-11-272-5/+30
|
* Move PPPoE Server to Services, VPN menu is misleadingChris Buechler2007-11-261-1/+1
|
* Proper fix for aliases edit.Chris Buechler2007-11-251-2/+2
| | | | | Ticket #1513 Ticket #1476
* Really kill off slbdChris Buechler2007-11-251-2/+1
| | | | Ticket #1533
* Remove extra C/RScott Ullrich2007-11-241-1/+1
|
* edit.php show an error on opening an empty fileScott Ullrich2007-11-241-2/+2
| | | | Ticket #1519
* 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
|
* Turn register_argc_argv onScott Ullrich2007-11-232-2/+2
|
* 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
* Correctly show defined reflection timeout valueScott Ullrich2007-11-201-1/+1
|
* Add frontend for reflection timeout valueScott Ullrich2007-11-201-0/+10
|
* description text correctionChris Buechler2007-11-201-1/+1
|
* Add carriage return after outputting help screenScott Ullrich2007-11-191-1/+1
|
* Remove debugging echoScott Ullrich2007-11-191-1/+0
|
* fix typo and touch up textChris Buechler2007-11-191-4/+4
|
* 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 other helper pagesScott Ullrich2007-11-191-4/+12
|
* Remove annoying shake on error.Scott Ullrich2007-11-191-2/+0
|
* * Turn off debugging.Scott Ullrich2007-11-191-3/+2
| | | | * Show Loading in error space but show it without being red.
* * Correctly report invalid passwordScott Ullrich2007-11-181-1/+1
| | | | | * Correctly report invalid username * Correctly report 401 errors
* Correctly show 401 errors.Scott Ullrich2007-11-181-3/+10
|
* Fix math on throughput graphSeth Mos2007-11-171-2/+2
|
* Fix Spacing for wireless graphSeth Mos2007-11-171-1/+1
|
* Fix SpellingSeth Mos2007-11-171-1/+1
|
* * Restore previous user manager, it works.Scott Ullrich2007-11-172-267/+445
| | | | * Remove #!/usr/local/bin/php from m0n0wall version of group manager page
* Define more pagesScott Ullrich2007-11-171-3/+16
|
* Unbreak title in package areas.Scott Ullrich2007-11-161-1/+4
|
* Remove duplicate $pgtitle entry.Scott Ullrich2007-11-162-2/+0
|
* Minor nitpick: make : ": ".Scott Ullrich2007-11-161-1/+1
|
* Clarify a few of the manually added descriptions.Scott Ullrich2007-11-161-2/+2
|
* Ignore a number of misc pages.Scott Ullrich2007-11-161-0/+8
|
* Add correctly.Scott Ullrich2007-11-161-1/+1
|
* Add page title.Scott Ullrich2007-11-161-0/+2
|
OpenPOWER on IntegriCloud