aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Improve instructions for bgpd.conf networks section to reflect brpd.conf ↵Renato Botelho2013-08-011-1/+1
| | | | syntax. It fixes #3102
* Fix typojim-p2013-07-251-1/+1
|
* We don't need a var hereRenato Botelho2013-07-251-2/+1
|
* Simplify a bit logicRenato Botelho2013-07-251-9/+3
|
* Simplify a bit this copy/pasted functionRenato Botelho2013-07-251-9/+1
|
* preserve header when filteringRenato Botelho2013-07-251-2/+4
|
* Fix jQuery detectionRenato Botelho2013-07-251-3/+3
|
* Convert calls to count answers to ajax to improve speedRenato Botelho2013-07-251-3/+36
|
* Increase timeout to ajax callsRenato Botelho2013-07-251-2/+2
|
* Call commands after page is loaded to improve speedRenato Botelho2013-07-251-37/+61
|
* Code improvements:Renato Botelho2013-07-241-20/+26
| | | | | | - Convert commands to an associative array to make code more readable - Keep command headers to make it easy to understand data - Add filter to IP
* Make filter option easier to use on other commands, enable it on fibRenato Botelho2013-07-241-20/+33
|
* Use fullpathRenato Botelho2013-07-241-1/+1
|
* Remove empty form with wrong actionRenato Botelho2013-07-241-6/+0
|
* Respect default limit on first showRenato Botelho2013-07-241-1/+2
|
* Use fullpathRenato Botelho2013-07-241-10/+10
|
* Simplify a bit how it limit number of routesRenato Botelho2013-07-241-5/+3
|
* close file descriptorRenato Botelho2013-07-241-0/+2
|
* Implement ajax call for routing limit and filterRenato Botelho2013-07-241-2/+52
|
* change default limit to allRenato Botelho2013-07-241-2/+2
|
* Fix a typo s/,/./Renato Botelho2013-07-241-1/+1
|
* Remove header of routing commandRenato Botelho2013-07-241-1/+1
|
* Revert partially c3bf54d658, anchor names didn't need to be changedRenato Botelho2013-07-231-2/+2
|
* Add an ajax call to get command resultRenato Botelho2013-07-231-0/+6
|
* Add an id for each commands, define them earlier and initialize commandsRenato Botelho2013-07-231-20/+19
|
* Add limit and filter parameters to doCmdTRenato Botelho2013-07-231-2/+10
|
* Remove format piece of doCmdT and move them to showCmdTRenato Botelho2013-07-231-9/+15
|
* Remove duplicate commandRenato Botelho2013-07-231-1/+0
|
* Remove unused codeRenato Botelho2013-07-231-24/+8
|
* Fix unclosed <td>Renato Botelho2013-07-231-1/+1
|
* Fix unclosed <a>Renato Botelho2013-07-231-1/+1
|
* simplify a bit using foreachRenato Botelho2013-07-231-6/+4
|
* Remove unused functionsRenato Botelho2013-07-231-12/+0
|
* Fix indent and whitespaces, also remove an extra </table>Renato Botelho2013-07-231-52/+51
|
* Fixed cosmetic table display bug in haproxy_listeners.php, and DOS newline ↵Paul Venezia2013-07-172-4/+5
| | | | bug in advanced passthru config writes in haproxy.inc
* Declare these vars global. It might help with post-upgrade auto-apply on ↵jim-p2013-07-162-1/+2
| | | | ALIX when memory is low.
* RFC2136 hostnames should also be listed as choices for openvpn client export ↵jim-p2013-07-152-1/+6
| | | | hostnames.
* Replace spaces in a CN with _ in filenames when exporting an OpenVPN client. ↵jim-p2013-07-142-3/+3
| | | | Also only use a CN if there isn't a username to use instead. Unbreaks Windows Installer export with spaces in CN.
* Fix 1.2.x haproxy-stable install process.jim-p2013-07-111-1/+1
|
* Properly handle filenames containing spaces when exporting an archive. Fixes ↵jim-p2013-07-111-4/+8
| | | | #2856
* When we don't need a client cert, add a line to tell the client that we ↵jim-p2013-07-111-0/+3
| | | | don't need a client cert, or else the OpenVPN Connect app will try to force the user to pick one.
* HAproxy UI minor text typoPhil Davis2013-07-101-1/+1
|
* Teach HAproxy about sync usernames (though the code in the main repo still ↵jim-p2013-07-102-4/+21
| | | | needs to catch up)
* Don't manually copy sdeclcd.so, it's included in the binary package now.jim-p2013-07-091-6/+1
|
* Some small fixes to tinc to hopefully make it stop breaking during reinstall.jim-p2013-06-281-9/+17
|
* Added support for DHCPv6 reservations and /etc/hosts entriesplinss2013-06-271-13/+46
|
* Fix for bug #3056plinss2013-06-261-25/+65
| | | Also added support for host aliases and re-worked duplicate entry handling so it's more robust
* IPv6 Addresses need to be enclosed in bracketsVince2013-06-231-0/+3
| | | | | | | IPv6 Addresses need to be enclosed in brackets This is a very lazy test for IPv6 instead of IPv4 addresses. The desired function, filter_var, does not appear to be available in the pfSense build I'm running. http://php.net/manual/en/function.filter-var.php
* Merge pull request #463 from PiBa-NL/haproxy-devel_fixErmal Luçi2013-06-221-2/+8
|\ | | | | haproxy-devel, 'transparent proxy' bugfix, proper interfaces initialized for use with ipfw
| * haproxy-devel, 'transparent proxy' bugfix, proper interfaces initialized for ↵PiBa-NL2013-06-221-2/+8
| | | | | | | | ipfw