aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Change deprecated function split() to explode() ccesario2012-07-051-1/+1
| | | related post http://forum.pfsense.org/index.php/topic,51001.msg273113.html#msg273113
* snort-dev, fix typo in snort.incrobiscool2012-07-043-2/+30
|
* snort-dev, redo all code related to snort startup/stop, add ↵robiscool2012-07-044-127/+241
| | | | snort-dev/snort_startstop.php
* Remove references to outsiders and help and infoErmal2012-07-0410-309/+5
|
* Correctly process the exit code from pgrep rather than processing its ↵Ermal2012-07-041-32/+50
| | | | output. Fixes snort start/restart/stop with rc file
* Fix typojim-p2012-07-031-1/+1
|
* Make sure the log dir for clamav exists too (and 2.1 is also 2.x, old test ↵jim-p2012-07-031-1/+3
| | | | wasn't proper)
* ensure that the clamav db dir exists.jim-p2012-07-031-0/+6
|
* Ensure havp user and group existjim-p2012-07-031-1/+6
|
* Misc changes for squid on 2.1jim-p2012-07-031-24/+31
|
* snort-dev, fix vpn netlist issue with spaces, fix detail preg match on input ↵robiscool2012-07-032-5/+11
| | | | errors on snort-dev/snort_interfaces_whitelist_edit.php
* Fix nrpe2 for 2.1, also fix service status.jim-p2012-07-032-12/+23
|
* Show nut ups time remaining in a more friendly manner, variant of ↵jim-p2012-07-031-1/+8
| | | | http://forum.pfsense.org/index.php/topic,42415.msg224534.html#msg224534
* squid3 - fix unrestricted_auth checkMarcello Coutinho2012-07-031-1/+1
|
* Fix nut for 2.1jim-p2012-07-031-1/+6
|
* Fix newlinesjim-p2012-07-033-353/+353
|
* snort-dev, version bump for snort.incrobiscool2012-07-031-1/+1
|
* snort-dev, add ipv6 support to whitelist build func, remove use of old ↵robiscool2012-07-033-252/+463
| | | | javascript, php closure adds for namespace
* Reject a password containing a single quote (it does weird things in the pkg ↵jim-p2012-07-022-1/+11
| | | | code), also do not try to query the zebra or ospfd daemon if they are not running.
* Bump version after fixesErmal2012-07-021-1/+1
|
* Actually this check was/need to be = 0.Ermal2012-07-021-1/+1
|
* Correct stopping of snort by specifying right filename of pid.Ermal2012-07-021-3/+3
|
* siproxd: fix for pfsense 2.1 according to this forum thread: Alexander Wilke2012-07-021-6/+24
| | | http://forum.pfsense.org/index.php/topic,51037.0/topicseen.html
* bacula-client - fix localdirector var call on bacula client confMarcello Coutinho2012-07-021-1/+1
|
* dansguardian - remove unset var used to test code on consoleMarcello Coutinho2012-07-021-1/+1
|
* dansguardian - replace split function with preg_matchMarcello Coutinho2012-07-021-9/+17
| | | | | related post: http://forum.pfsense.org/index.php/topic,51001.msg272499.html#msg272499
* squid3 - include some array checks and rename php_install function to avoid ↵Marcello Coutinho2012-07-023-17/+52
| | | | | | | warning/errors with other packages related post http://forum.pfsense.org/index.php/topic,51001.msg272499.html#msg272499
* bacula-client - merge latest djgel fixes to bacula-client as his pull ↵Marcello Coutinho2012-07-023-14/+3
| | | | request could not be merged.
* This shouldn't be needed any more - real fix was committed later. Revert ↵jim-p2012-07-021-1/+0
| | | | | | "Restart should actually stop before starting again - See http://forum.pfsense.org/index.php/topic,50758.msg272558.html#msg272558" This reverts commit cd645a1b11544eda4f3db68ba49caaec8bbf973e.
* Snort isn't detecting processes in pid file correctly - See forum ↵uversy2012-07-011-1/+1
| | | | http://forum.pfsense.org/index.php/topic,50758.0.html
* Version bump for openvpn client export.jim-p2012-07-011-1/+1
|
* Add inline config format that the openvpn client for android likes (ca, ↵jim-p2012-07-012-49/+88
| | | | cert, key, tls-auth inside single config file) to the export package.
* Generalize this variable namejim-p2012-06-302-11/+12
|
* Move this common code into a function.jim-p2012-06-301-86/+25
|
* client export code cleanup. Remove a bunch of redundant/duplicate code.jim-p2012-06-302-175/+36
|
* Restart should actually stop before starting again - See ↵jim-p2012-06-301-0/+1
| | | | http://forum.pfsense.org/index.php/topic,50758.msg272558.html#msg272558
* bacula-client - after testing, change binaries to 8-stable and applied final ↵Marcello Coutinho2012-06-292-6/+7
| | | | fixes to gui option. Now daemon starts
* bacula-client - fix more errors, almost doneMarcello Coutinho2012-06-294-141/+167
|
* Merge pull request #272 from djgel/masterMarcello Coutinho2012-06-293-186/+104
|\ | | | | | | | | | | Changes in bacula_client ... More functions ... less errors I'll help you to reduce error even more :)
| * Update masterMárcio Carlos2012-06-291-3/+3
| |
| * Update masterMárcio Carlos2012-06-291-3/+3
| |
| * Update masterMárcio Carlos2012-06-291-3/+3
| |
| * Update masterMárcio Carlos2012-06-291-63/+25
| |
| * Update masterMárcio Carlos2012-06-291-61/+33
| |
| * Update masterMárcio Carlos2012-06-291-64/+48
| |
* | squid3 - some fixes and improvements to squid reverse codeMarcello Coutinho2012-06-283-33/+53
| |
* | Fix typojim-p2012-06-281-1/+1
| |
* | Add an 'arp' scan type to nmap, also add a source interface selection, and ↵jim-p2012-06-282-71/+132
|/ | | | do some input validation as well.
* Update masterMárcio Carlos2012-06-271-3/+1
|
* Error with menu put config.Márcio Carlos2012-06-271-8/+8
|