aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* freeradius2 - remove .p12 export on GUIAlexander Wilke2013-04-201-2/+4
| | | pfsense can do this by default
* freeradius2 - include freeradius lib version check and fix a typo on crl codeMarcello Coutinho2013-04-201-13/+21
|
* Merge branch 'master' of https://github.com/pfsense/pfsense-packagesMarcello Coutinho2013-04-192-124/+127
|\
| * Only flush the output every thousand lines. Every single line was a little ↵jim-p2013-04-181-1/+5
| | | | | | | | too often.
| * Fix bgpd.conf closing a curly only when it was openedRenato Botelho2013-04-181-1/+1
| |
| * remove unused variableRenato Botelho2013-04-181-1/+0
| |
| * Fix indentRenato Botelho2013-04-181-123/+123
| |
* | freeradius2 - Include certificate revocation list (CRL) to EAP confMarcello Coutinho2013-04-192-5/+36
|/
* lightsquid - include csrf_get_tokens function call on sqstat.phpMarcello Coutinho2013-04-171-3/+3
|
* Make sure this doesn't show up on 2.1 since someone made a change to the ↵jim-p2013-04-172-2/+2
| | | | version comparison.
* Disable widescreen on 2.0.2 and 2.0.3 also since it overwrites the menu and ↵jim-p2013-04-172-4/+4
| | | | breaks access to NTP
* Merge pull request #426 from bmeeks8/masterChris Buechler2013-04-132-29/+39
|\ | | | | Fix Logic Bug in Rule Updates Triggered Under Unique Circumstances
| * Fix logic bug in rule updates (triggered by unique conditions).bmeeks82013-04-132-29/+39
| |
* | Merge pull request #425 from PiBa-NL/haproxy-devel-2.1Jim P2013-04-138-125/+155
|\ \ | |/ |/| haproxy-devel, added support for combining acl's,lb-agent-chk,multiple port's,openssl1.0.1
| * haproxy-devel, added support for combining acl'sPiBa-NL2013-04-148-127/+157
| | | | | | | | | | | | | | -Agent check (lb-agent-chk) -binding multiple port's -new try at including OpenSSL 1.0.1 -fix combining frontends
* | Update squid_nac.xmlAlexander Wilke2013-04-111-0/+18
| | | | | | GUI option to block user-agent and reply_mime_types like javascript
* | Update squid.incAlexander Wilke2013-04-111-0/+28
| | | | | | GUI option to block user-agent and reply_mime_types like javascript
* | Merge pull request #424 from bmeeks8/masterChris Buechler2013-04-103-8/+15
|\ \ | | | | | | Bump Package Config XML file versions for Snort to 2.5.5 and fix one bug
| * | Fix longstanding bug with enable/disable SID codebmeeks82013-04-101-6/+13
| | |
| * | Bump Snort pkg ver to 2.5.5 in Master Package Configbmeeks82013-04-102-2/+2
|/ /
* | Merge pull request #423 from bmeeks8/masterErmal Luçi2013-04-1016-389/+1090
|\ \ | | | | | | Update Snort Package to ver 2.5.5 - New features and bug fixes
| * | Update Snort to 2.5.5 - New features and bug fixesbmeeks82013-04-0913-380/+1076
| | |
| * | Add tip to restart Snort after making changes on page.bmeeks82013-04-093-9/+14
| | |
* | | Update haproxy-devel pbi filespecjim-p2013-04-092-2/+2
| | |
* | | No trailing slashie here.jim-p2013-04-092-2/+2
| | |
* | | Merge pull request #422 from PiBa-NL/haproxy-devel-2.1Jim P2013-04-092-2/+4
|\ \ \ | | |/ | |/| haproxy-devel, compile against the newer version of OpenSSL 1.0.1
| * | haproxy-devel, compile against the newer version of OpenSSL 1.0.1PiBa-NL2013-04-092-2/+4
| | |
* | | Merge pull request #420 from PiBa-NL/haproxy-devel-2.1Jim P2013-04-074-123/+276
|\| | | | | | | | haproxy-devel, add options for checking server health
| * | haproxy-devel, add options for checking server healthPiBa-NL2013-04-074-123/+276
| | | | | | | | | | | | | | | -fix adding a new server -show advanced options icon in serverpool overview
* | | Fix this test so it will also remove squidGuard's options from squid config ↵jim-p2013-04-051-2/+1
| | | | | | | | | | | | when disabling.
* | | Flush output buffer while running bgp status commands to avoid a php crashjim-p2013-04-051-0/+1
| | |
* | | Fix build_port_path for mysql on snort packageRenato Botelho2013-04-042-2/+2
| | |
* | | Bump OpenVPN client export pkg version, windows client binaries updated to 2.3.1jim-p2013-04-022-2/+2
| | |
* | | Merge pull request #419 from mmack/patch-1Ermal Luçi2013-04-021-1/+1
|\ \ \ | | | | | | | | Add newline at cert concat
| * | | Add newline at cert concatMax Mack2013-04-021-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I got an error that haproxy can't load the cert. I looked into it and saw that the two parts are concationated together without a newline. Wrong: -----END CERTIFICATE----------BEGIN RSA PRIVATE KEY----- Correct: -----END CERTIFICATE-----\r\n -----BEGIN RSA PRIVATE KEY----- It works for me now...
* | | Merge pull request #416 from phil-davis/masterErmal Luçi2013-03-312-42/+63
|\ \ \ | | | | | | | | bandwidthd add enable option
| * | | bandwidthd add enable optionPhil Davis2013-03-311-6/+12
| | | |
| * | | bandwidthd add enable optionPhil Davis2013-03-311-36/+51
|/ / /
* | | Add "auto apply" bit to system patches which will attempt to apply a patch ↵jim-p2013-03-297-6/+92
| | | | | | | | | | | | during earlyshellcmd at boot time, to help patches survive across reboots and upgrades.
* | | Add one more little note.jim-p2013-03-291-1/+1
| | |
* | | Some more refinements for the mail reports package.jim-p2013-03-298-12/+46
| | |
* | | Add command output and log output capabilities to the "mail reports" package.jim-p2013-03-2810-45/+498
| | |
* | | Merge pull request #415 from phil-davis/masterMarcello Coutinho2013-03-281-27/+6
|\ \ \ | | | | | | | | pfBlocker allow list ranges that are not exact subnets
| * | | pfBlocker allow list ranges that are not exact subnetsPhil Davis2013-03-281-27/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2892 I made a "nasty" list as follows: 192.168.100.0-192.168.101.255 192.168.103.8-192.168.103.23 192.168.104.1-192.168.104.254 192.168.105.22-192.168.106.66 192.168.107.3-192.168.107.33 And this code turns it into: 192.168.100.0/23 192.168.103.8/29 192.168.103.16/29 192.168.104.1/32 192.168.104.2/31 192.168.104.4/30 192.168.104.8/29 192.168.104.16/28 192.168.104.32/27 192.168.104.64/26 192.168.104.128/26 192.168.104.192/27 192.168.104.224/28 192.168.104.240/29 192.168.104.248/30 192.168.104.252/31 192.168.104.254/32 192.168.105.22/31 192.168.105.24/29 192.168.105.32/27 192.168.105.64/26 192.168.105.128/25 192.168.106.0/26 192.168.106.64/31 192.168.106.66/32 192.168.107.3/32 192.168.107.4/30 192.168.107.8/29 192.168.107.16/28 192.168.107.32/31 Which is the correct group of CIDRs to represent the given ranges.
* | | Correct permission otherwise openbgpd does not startErmal2013-03-281-2/+2
| | |
* | | Correctly write config file and also properly avoid php errors with some ↵Ermal2013-03-281-22/+24
| | | | | | | | | | | | extra safety belts
* | | Do not make mandatory the local addr but use the listenip if local address ↵Ermal2013-03-282-2/+12
| | | | | | | | | | | | is not set to easy configuration same as was previously done with setkey
* | | No need anymore for the setkey commandErmal2013-03-281-32/+6
| | |
* | | Actually the md5sigkey is directly given in hex revert partially previous commitErmal2013-03-271-10/+4
| | |
* | | Correctly generate the hex value needed for md5sigkey value. Use correct ↵Ermal2013-03-271-13/+15
| | | | | | | | | | | | permissions for configuration file when generating