aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
* | | Merge pull request #414 from PiBa-NL/haproxy-devel-2.1Jim P2013-03-264-25/+67
|\| | | | | | | | advanced bind options, extended username/password characters+escaping, c...
| * | advanced bind options, extended username/password characters+escaping, ↵PiBa-NL2013-03-274-25/+67
| | | | | | | | | | | | change deprecated options to current equivalents, changed nbproc default to 1, for better (default settings) compatibility with other options.
* | | Disconnect snort-dev from the package lists since it gives problems on ↵Ermal2013-03-262-76/+0
| | | | | | | | | | | | rebuilding snort and snort-dev due to different binary requirements
* | | Merge pull request #412 from bmeeks8/masterChris Buechler2013-03-221-1/+2
|\ \ \ | | |/ | |/| Fix logic bug in preproc auto-rule-disable so it skips already disabled rules
| * | Fix preproc auto-rule disable to skip disabled rules.bmeeks82013-03-221-1/+2
| | |
* | | Merge pull request #411 from bmeeks8/masterJim P2013-03-211-1/+1
|\| | | | | | | | Fix VRT rules tarball filename so 2.9.4.1 rules download instead of 2.9.4.0
| * | Set correct VRT Rules tarball for Snort 2.9.4.1bmeeks82013-03-211-1/+1
|/ /
* | Fix binary names for snort depsjim-p2013-03-212-4/+4
| |
* | Move to latest available rulesetsErmal2013-03-211-3/+3
| |
* | Correct the package name. To many 1Ermal2013-03-212-2/+2
| |
* | Use the newer snort port version 2.9.4.1Ermal2013-03-212-20/+20
| |
* | Rename function to not clash with pfsense oneErmal2013-03-191-3/+3
| |
* | Merge pull request #410 from PiBa-NL/haproxy-devel-2.1Jim P2013-03-166-65/+114
|\| | | | | haproxy-devel, removed cert filtering, server options, fixed saving global advanced setting.
| * haproxy-develPiBa-NL2013-03-166-65/+114
| | | | | | | | | | | | | | -allow advanced configuration like a cookie per backend-server -show if ACLs have been used in the overview -fixed global advanced option saving -show all certificates, as filtering server certs didn't work properly..
* | Merge pull request #409 from PiBa-NL/systempatches_htmlspecialcharsJim P2013-03-151-1/+1
|\ \ | | | | | | systempatches, fix editing patch containing html code using: htmlspecialchars
| * | systempatches, fix editing patch containing html code using: htmlspecialcharsPiBa-NL2013-03-151-1/+1
| | |
* | | Correct descpritonErmal2013-03-151-2/+2
| | |
* | | Merge pull request #408 from phil-davis/masterJim P2013-03-142-7/+37
|\ \ \ | | | | | | | | bandwidthd - rotate log files when output_cdf is enabled
| * | | bandwidthd - rotate log files when output_cdf is enabledPhil Davis2013-03-151-5/+21
| | | | | | | | | | | | Improve the documentation of options on the GUI, including what happens when output_cdf is on.
| * | | bandwidthd - rotate log files when output_cdf is enabledPhil Davis2013-03-151-2/+16
|/ / /
* | | Merge pull request #407 from PiBa-NL/haproxy-devel-2.1Jim P2013-03-144-112/+287
|\ \ \ | | |/ | |/| haproxy-devel, made frontend merging hide more irrelevant settings
| * | haproxy-devel, made frontend merging in such a way that it is more obvious ↵PiBa-NL2013-03-144-112/+287
| | | | | | | | | | | | that a lot of settings are not needed for 'secondary' frontends.
* | | Merge pull request #406 from phil-davis/masterJim P2013-03-131-1/+6
|\ \ \ | | | | | | | | bandwidthd on nanobsd - put legend and logo files in place
| * | | bandwidthd on nanobsd - put logo and legend files in placePhil Davis2013-03-131-1/+6
|/ / / | | | | | | legend.gif and logo.gif were missing from the report/graph page. They need to be put in /var/bandwidthd/htdocs
* | | Merge pull request #405 from phil-davis/masterJim P2013-03-132-4/+4
|\ \ \ | | | | | | | | Update bandwidthd pkg to 2.0.1_5
| * | | bandwidthd-2.0.1_5 version updatePhil Davis2013-03-101-2/+2
| | | |
| * | | bandwidthd-2.0.1_5 version updatePhil Davis2013-03-101-2/+2
| | | |
* | | | bump system patches package after repo URL changeChris Buechler2013-03-112-2/+2
| | | |
* | | | update repo locationChris Buechler2013-03-113-5/+5
|/ / /
* | | Merge pull request #404 from PiBa-NL/haproxy-devel-2.1Jim P2013-03-083-12/+49
|\| | | | | | | | haproxy-devel, small bugfixes.. ssl checkbox selection, no httpcheck, req_ssl_hello_type
| * | haproxy-devel, small bugfixes.. maintain ssl checkbox selection, dont use ↵PiBa-NL2013-03-093-12/+49
| | | | | | | | | | | | httpcheck for ssl backends, use req_ssl_hello_type for https with SNI acl's.
* | | Merge pull request #403 from PiBa-NL/haproxy-devel-2.1Jim P2013-03-073-63/+90
|\| | | | | | | | haproxy-devel, ssl backend support, X-Forwarded-Proto, server backup/inactive, certificate purpose check
| * | haproxy-devel, ssl backend support, X-Forwarded-Proto, server states ↵PiBa-NL2013-03-083-63/+90
| | | | | | | | | | | | active/backup/disabled/inactive, certificate purpose show 'server certs' only.
* | | Update Open-VM-Tools binary pathsjim-p2013-03-062-22/+22
| | |
* | | Merge pull request #401 from PiBa-NL/haproxy-devel-2.1Ermal Luçi2013-03-058-42/+96
|\| | | |/ |/| Haproxy-devel, require pfSense 2.1, shared ssloffloading, error checking
| * haproxy-devel,PiBa-NL2013-03-066-36/+89
| | | | | | | | | | -allow shared frontend with SSL offloading -error checking+reporting to user while applying configuration.
| * haproxy-devel, enable ssl selection box.PiBa-NL2013-03-051-4/+5
| |
| * haproxy-devel, make pfSense 2.1 the minimum required version.PiBa-NL2013-03-052-2/+2
|/
* Change this quagga command order back, as it appears to be invalid syntax.jim-p2013-03-054-4/+4
|
'>1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605