summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin
Commit message (Collapse)AuthorAgeFilesLines
* Add the state killing for now on VPN's pppoe/pptp/l2tp when the link goes ↵Ermal Luçi2009-05-121-0/+1
| | | | down. For the others some more thought is needed.
* Fix a lock leaking on CP.Ermal Luçi2009-05-081-12/+0
|
* Generate the {interface}up status file.Ermal Luçi2008-12-081-1/+1
|
* Output welcome banner after globals.inc is requiredScott Ullrich2008-11-231-3/+1
|
* Turn off debugging textScott Ullrich2008-11-201-1/+0
|
* * Use defined server from config.xmlScott Ullrich2008-11-121-1/+3
| | | | * Sleep for 5 seconds in between requests
* Use product_nameScott Ullrich2008-11-101-4/+5
|
* Kill old ntpd process if it is aroundScott Ullrich2008-11-091-0/+2
|
* SyncScott Ullrich2008-11-091-0/+3
|
* Add script that will keep trying to set the date time (for bootup) thatScott Ullrich2008-11-091-0/+10
| | | | will run in the background to help speedup boot times.
* Adding custom grub-installScott Ullrich2008-10-281-0/+484
|
* Fix issue reported on ticket #1825.Ermal Luçi2008-10-251-1/+1
|
* Break out item that can be its own functionScott Ullrich2008-10-241-11/+14
|
* Actually apply fixes to the correct files.Ermal Luçi2008-10-133-7/+8
|
* I always remember having done this long ago?!Ermal Luçi2008-10-132-2/+2
|
* Require_once instead of require.Scott Ullrich2008-09-101-4/+4
|
* Show playback commands avaiableScott Ullrich2008-08-301-1/+9
|
* Add a script to assist in removing all packages and or the packageScott Ullrich2008-08-151-0/+64
| | | | configuration file from the command line.
* Add other needed files so everything works as expected.Ermal Luçi2008-07-144-0/+27
|
* Add apinger binary for gateway monitoringSeth Mos2008-06-181-0/+0
|
* * Fix helpScott Ullrich2008-04-141-0/+8
| | | | * Fix exit/quit
* Lower threshold to 86. Noticed a scenario where slbd was chewing upScott Ullrich2008-01-311-1/+1
| | | | roughtly 91% of the cpu.
* Do not reset every hour. Wait until the process goes out of control.Scott Ullrich2008-01-071-4/+10
|
* Really kill off slbdChris Buechler2007-11-251-2/+1
| | | | Ticket #1533
* 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
|
* Reset SLBD every 5 hours to avoid 100% cpu utilization Ticket #1316Scott Ullrich2007-06-271-0/+7
|
* Move help / common usage scenarios to the "help" command.Scott Ullrich2007-05-031-50/+61
|
OpenPOWER on IntegriCloud