summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * Download bogons entries from pfsense.comScott Ullrich2007-11-271-1/+10
| | | | | * Do not update on every minute on the 1st of the month * Sleep for a random period before updating to avoid killing the server
* * Download bogons entries from pfsense.comScott Ullrich2007-11-272-2/+2
| | | | | * Do not update on every minute on the 1st of the month * Sleep for a random period before updating to avoid killing the server
* 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
|
* Really allow command arguments from pfSsh.phpScott Ullrich2007-11-241-2/+3
|
* Allow command arguments from pfSsh.phpScott Ullrich2007-11-241-10/+13
|
* Remove syslog.conf from checked out files marked for updating.Scott Ullrich2007-11-241-0/+1
|
* edit.php show an error on opening an empty fileScott Ullrich2007-11-241-2/+2
| | | | Ticket #1519
* Move branch names and descriptions to an array instead of hard coding.Scott Ullrich2007-11-231-9/+17
|
* Detect playback file not found when passed as argument. Example: pfSsh.php ↵Scott Ullrich2007-11-231-0/+4
| | | | replay cvssync RELENG_1
* Nuke cvs_sync.sh on upgrade now that it resides in pfSsh.phpScott Ullrich2007-11-231-0/+4
|
* Add restartipsec scriptScott Ullrich2007-11-231-0/+2
|
* Remove extra c/rScott Ullrich2007-11-231-1/+1
|
* Allow arguments to be passed to cvssync so you can do:Scott Ullrich2007-11-232-8/+12
| | | | pfSsh.php playback cvssync RELENG_1
* Note script is "Terminating" at end.Scott Ullrich2007-11-231-1/+1
|
* Simplify the process and do not download the entire cvs tree for cvssync ↵Scott Ullrich2007-11-231-40/+39
| | | | operations. Simply cvsup the needed branch. Saves bandwidth, time, diskspace, etc.
* Add restart dhcp server scriptScott Ullrich2007-11-231-0/+4
|
* Add missing carriage returnsScott Ullrich2007-11-231-7/+8
|
* Move cvs_sync.sh to pfSense shell as the cvssync playback command.Scott Ullrich2007-11-231-0/+119
|
* 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
|
* Show starting and ending of scriptScott Ullrich2007-11-221-1/+2
|
* Really cleanup c/r usage.Scott Ullrich2007-11-221-12/+14
|
* Cleanup c/r usage.Scott Ullrich2007-11-221-9/+0
|
* Add c/r's to improve presentationScott Ullrich2007-11-221-0/+9
|
* * Fix ! commands (do not echo commands but execute as shell)Scott Ullrich2007-11-222-8/+15
| | | | * Fix grep commands in playback session for restart ftp helper
* Start the pfSense php shell playback library archive.Scott Ullrich2007-11-221-0/+15
|
* Add showrecordings command which will show available sessions for playbackScott Ullrich2007-11-221-0/+10
|
* Remove blank line from end of file.Scott Ullrich2007-11-221-1/+1
|
* 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
* Remove ftpproxy anchor that is not needed by ftp-proxy.Scott Ullrich2007-11-212-2/+1
| | | | Noticed-by: lsf
* Convert anchors and such over to ftp-proxy.Scott Ullrich2007-11-212-12/+12
|
* Switch over to ftp-proxy from pftpx.Scott Ullrich2007-11-212-8/+8
|
* 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
|
OpenPOWER on IntegriCloud