aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* add option fore removing a server rowTorben Nielsen2013-03-041-0/+11
|
* add option for setting per backend advanced settings (current only takes pr ↵Torben Nielsen2013-03-042-3/+26
| | | | server)
* isnumeric(weight) is enough to check valid server weightTorben Nielsen2013-03-041-2/+1
|
* adjust layoutTorben Nielsen2013-03-041-4/+4
|
* Open the Access Bandwidthd UI in a new tabPhil Davis2013-03-041-2/+2
| | | The Access Bandwidthd tab takes the user completely out of the pfSense WebGUI interface when clicked. This behaviour is not user-friendly. IMHO it is better to open the Bandwidthd UI in a new tab.
* Merge pull request #396 from hoerup/masterChris Buechler2013-03-041-9/+9
|\ | | | | Fix for bug #2624
| * Reformated rewrite xml part - can't say why but apparently this fixes bug #2624Torben Nielsen2013-03-041-9/+9
| |
* | Merge pull request #395 from PiBa-NL/haproxy-devel_build_tagsJim P2013-03-035-348/+424
|\ \ | | | | | | haproxy-devel, improvements (but 'breaks' parts current config)
| * | haproxy-devel, improvements (but 'breaks' parts current config)PiBa-NL2013-03-045-348/+424
| | | | | | | | | | | | | | | | | | | | | -moved the 'backend' config fields to page where they make more sense without "magic merging" of frontend settings.. -certificate can now be chosen from certificate manager certificates to find any 'config problems' run "haproxy -c -V -f /var/etc/haproxy.cfg" on a console/ssh session
* | | Merge pull request #394 from hoerup/masterJim P2013-03-031-1/+1
|\ \ \ | | |/ | |/| varnish3: Storage size is a mandatory field
| * | storage size is a mandatory fieldTorben Nielsen2013-03-031-1/+1
| | |
* | | Merge pull request #393 from hoerup/masterJim P2013-03-032-8/+24
|\| | | | | | | | varnish3: Add gui option to disable backend probing
| * | varnish3: Add gui option to disable backend probingTorben Nielsen2013-03-032-8/+24
| | |
* | | bandwidthd robust filesystem creationPhil Davis2013-03-031-9/+49
|/ / | | | | Make the code that starts bandwidthd check for the correct dirs and symlinks, leave them alone if they are already there, and put them in place if they are missing. This fixes some places where some commands were generating "already exists" warnings, and generally makes sure that whatever someone does at the command line to mess with bandwidthd dirs and links, they will be put back when bandwidthd starts.
* | Merge pull request #391 from PiBa-NL/haproxy-devel_build_tagsJim P2013-03-029-1074/+1510
|\| | | | | haproxy-devel, make it work + SNI and SSLoffloading
| * haproxy-devel, make it work and include the possibility for both SNI ↵PiBa-NL2013-03-029-1074/+1510
| | | | | | | | checking and/or SSL offloading.
* | bandwidthd for nanobsdphildd2013-03-011-12/+43
| | | | | | Make bandwidth on nanobsd write graph files and cdf log files to /var/bandwidthd rw memory filesystem, so it can run with /usr mounted read-only
* | fix sysinstall versionLuiz Gustavo Costa (gugabsd)2013-02-231-1/+1
| |
* | Remove and add urls archive repository for freebsd 8.1Luiz Gustavo Costa (gugabsd)2013-02-231-5/+2
|/
* haproxy-devel - package version to haproxy 1.5 devel with ssl offloadingmarcelloc2013-02-228-0/+2628
|
* imspector-dev - include csrf_get_tokens function call on ↵marcelloc2013-02-211-2/+2
| | | | services_imspector_logs2.php
* imspector-dev - include csrf_get_tokens function call on ↵marcelloc2013-02-211-2/+2
| | | | services_imspector_logs.php
* Fix "no redistribute" networks in quagga. See ↵jim-p2013-02-192-2/+2
| | | | http://forum.pfsense.org/index.php/topic,59022.0.html
* Merge pull request #387 from PiBa-NL/HAProxy_pfSense2.1Jim P2013-02-195-22/+45
|\ | | | | updated HAProxy package to work with pfSense 2.1
| * updated HAProxy package to work with pfSense 2.1PiBa-NL2013-02-185-22/+45
| |
* | zabbix2 - fix sync and rcfileDanilo G. Baio (dbaio)2013-02-191-7/+8
|/
* Fix whitespace testjim-p2013-02-171-1/+1
|
* dansguardian - fix groups acls cheks, rename template xmls to avoid boot ↵marcelloc2013-02-136-15/+119
| | | | warnings and include more debug messages on dansguardian_ldap.php
* Merge branch 'master' of https://github.com/bsdperimeter/pfsense-packagesmarcelloc2013-02-123-87/+93
|\
| * Add full path for include fileRenato Botelho2013-02-121-1/+1
| |
| * Use correct interfaceErmal2013-02-121-1/+1
| |
| * Move RIP back to packages. It fixes #2810Renato Botelho2013-02-122-85/+91
| |
* | dansguardian - improve group acl check to avoid startup errorsmarcelloc2013-02-125-8/+20
|/
* zabbix2 - fix agent config generationmarcelloc2013-02-121-13/+12
|
* mailscanner - include postfix user and folder check to avoid boot errorsmarcelloc2013-02-111-2/+3
|
* Correct generation of list for ipv6Ermal2013-02-112-342/+342
|
* zabbix2 - split xml into xml and inc file.marcelloc2013-02-115-609/+664
| | | | Use same inc dir and file for zabbix agent and client as both scripts are very similar
* squid3 - remove work in progress ssl mitm feature optionsmarcelloc2013-02-101-50/+0
|
* squid3 - bump version and include missing squid_reverse_redir.xml call on ↵marcelloc2013-02-101-6/+61
| | | | squid.xml additional_files_needed
* Added redirects for squid-reversegeijt2013-02-098-0/+239
| | | | | Added the options for squid-reverse to redirect from http/https on the specified URI to an URL
* We are crafting a URL, not user output. Use & not & here. Unbreaks export.jim-p2013-02-061-16/+16
|
* Merge pull request #383 from ExolonDX/branch_02Jim P2013-02-063-55/+57
|\ | | | | Update HTML code in System Patches
| * Update HTML code in System PatchesColin Fleming2013-02-063-55/+57
| | | | | | | | | | | | Close off the head statement and move the scripts and style sheets inside the head statment, close the BR, INPUT and IMG tags add ALT to IMG tags and SUMMARY to TABLES
* | Merge pull request #382 from ExolonDX/branch_01Jim P2013-02-063-134/+139
|\ \ | | | | | | Update HTML code in OpenVPN Export
| * | Update HTML code in OpenVPN ExportColin Fleming2013-02-063-134/+139
| |/ | | | | | | | | | | Tidied up the javascript tag, deprecated the ampersand and escaped the slashes, added summary to tables, added missing end table cell removed duplicate width.
* | Changes Zabbix-2 Agent.Danilo G. Baio (dbaio)2013-02-051-14/+95
| | | | | | | | | | | | | | | | | | | | | | Fix typos on rcfile. Rewrite rcfile every sync. Add config options: - Buffer Send - Buffer Size - Start Agents Thanks Vadim Ginzburg. Bump version.
* | Write this during every sync to make sure it's present and not missedjim-p2013-02-051-4/+4
| |
* | Merge pull request #378 from ExolonDX/masterJim P2013-02-046-120/+121
|\| | | | | Update HTML code in File Manager
| * Update HTML code in File ManagerColin Fleming2013-02-046-120/+121
| | | | | | | | | | Tidy up the HTML code in File Manager, update the DOCTYPE to the correct definition, update the SCRIPT tags and misc. small updates.
* | Only save/resync if we actually made a change to ext_cachemanagerjim-p2013-02-041-10/+9
| |
8 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 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