aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-025-16/+5
| | | | 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.
* Merge pull request #275 from uversy/masterJim P2012-07-011-1/+1
|\ | | | | Snort isn't detecting processes in pid file correctly - See forum http://forum.pfsense.org/index.php/topic,50758.0.html
| * 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-013-3/+3
|
* 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-294-12/+13
| | | | fixes to gui option. Now daemon starts
* bacula-client - fix more errors, almost doneMarcello Coutinho2012-06-296-146/+173
|
* Merge pull request #272 from djgel/masterMarcello Coutinho2012-06-295-192/+115
|\ | | | | | | | | | | 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
| |
| * Update masterMárcio Carlos2012-06-291-1/+4
| |
| * Change Bacula-client PkgMárcio Carlos2012-06-291-5/+7
| |
* | squid3 - some fixes and improvements to squid reverse codeMarcello Coutinho2012-06-283-33/+53
| |
* | Fix typojim-p2012-06-281-1/+1
| |
* | Version bump for nmapjim-p2012-06-282-2/+2
| |
* | 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.
* | Bump nmap versions for updated binary, set myself as the maintainer.jim-p2012-06-282-8/+8
| |
* | Merge pull request #271 from djgel/masterScott Ullrich2012-06-271-10/+8
|\| | | | | Fix error in menu config for bacula-client
| * Update masterMárcio Carlos2012-06-271-3/+1
| |
| * Error with menu put config.Márcio Carlos2012-06-271-8/+8
| |
* | Merge pull request #270 from djgel/masterScott Ullrich2012-06-276-0/+570
|\| | | | | Add package bacula-client v. 5.2.6
| * add package bacula-clientMárcio Carlos2012-06-274-0/+536
| | | | | | | | For Backup with a bacula 5 a pfsense 2
| * Adicionando o Pacote bacula-clientMárcio Carlos2012-06-271-0/+17
| |
| * Update masterMárcio Carlos2012-06-271-0/+17
|/
* Merge pull request #265 from djgel/patch-3Marcello Coutinho2012-06-261-1/+9
|\ | | | | Rewrite URL or host do Backend.
| * Rewrite URL or host do Backend.djgel2012-06-261-1/+9
| |
* | Merge pull request #268 from djgel/patch-6Marcello Coutinho2012-06-261-1/+10
|\ \ | | | | | | Rewrite host or URL to backend
| * | Rewrite host or URL to backenddjgel2012-06-261-1/+10
| | |
* | | Merge pull request #267 from djgel/patch-5Scott Ullrich2012-06-261-1/+23
|\ \ \ | |/ / |/| | Rewrite Host and URL to Backends
| * | Rewrite Host and URL to Backendsdjgel2012-06-261-1/+23
| |/
* | Merge pull request #266 from djgel/patch-4Scott Ullrich2012-06-261-0/+22
|\ \ | |/ |/| Rewrite Host and URL do Backends
| * Rewrite Host and URL do Backendsdjgel2012-06-261-0/+22
|/
* Merge pull request #264 from djgel/patch-2Marcello Coutinho2012-06-261-3/+11
|\
| * change req.url and req.http.host to work url to backend : djgel2012-06-261-3/+11
|/ | | https://www.varnish-cache.org/docs/master/tutorial/advanced_backend_servers.html
* Merge pull request #263 from djgel/patch-1Marcello Coutinho2012-06-261-4/+13
|\ | | | | change req.url and req.http.host to work url to backend :
| * change req.url and req.http.host to work url to backend : djgel2012-06-261-4/+13
|/ | | https://www.varnish-cache.org/docs/master/tutorial/advanced_backend_servers.html
* Fixup nmap for ipv6, bump versionjim-p2012-06-253-3/+9
|
* nmap needs to pull in luajim-p2012-06-252-0/+2
|
* freeradius2: adding some sorting/filter possibilities to UsersAlexander Wilke2012-06-251-1/+19
|