Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Correctly show actions such as Connect/Disconnect on Status Interfaces page. | Ermal Luçi | 2009-02-28 | 2 | -6/+7 | |
| | ||||||
* | Choose the correct parameter to popen so syncing of a group can work correctly. | Ermal Luçi | 2009-02-28 | 1 | -1/+1 | |
| | ||||||
* | Another try at fixing http://forum.pfsense.org/index.php/topic,14220.0.html | Ermal Luçi | 2009-02-28 | 2 | -22/+20 | |
| | ||||||
* | Use the interface API rather than old style interface list building. | Ermal Luçi | 2009-02-28 | 1 | -5/+1 | |
| | ||||||
* | Remove braindead set skip action which breaks filtering ipsec traffic âµ | Ermal Luçi | 2009-02-28 | 1 | -1/+0 | |
| | | | | gif/tun as well. | |||||
* | Move some special packages rule creation after user rules so the latest have âµ | Ermal Luçi | 2009-02-28 | 1 | -16/+19 | |
| | | | | precedence over the others. | |||||
* | fix display of ipsec tunnel status when using DNS entries for the endpoints | Bill Marquette | 2009-02-27 | 1 | -1/+1 | |
| | ||||||
* | Make the rc.banner a lot more faster. | Ermal Luçi | 2009-02-22 | 3 | -53/+44 | |
| | ||||||
* | Remove the quick from the rule to allow ftp control connections to be âµ | Ermal Luçi | 2009-02-22 | 1 | -1/+1 | |
| | | | | policed correctly. A kernel patch protects them from the route-to/reply-to foo. | |||||
* | Do not duplicate the same option. Just a cosmetic change. | Ermal Luçi | 2009-02-22 | 1 | -1/+1 | |
| | ||||||
* | * Add get_after_install_info() | Scott Ullrich | 2009-02-22 | 2 | -1/+16 | |
| | | | | * Show installation instructions for package if they exist (after_install_info) | |||||
* | use highest for systems with > 512 MB RAM available | Chris Buechler | 2009-02-21 | 1 | -1/+1 | |
| | ||||||
* | Set version to 7.1 | Scott Ullrich | 2009-02-18 | 2 | -2/+2 | |
| | ||||||
* | Increase time to wait after killing mpd4 on l2tp case. | Ermal Luçi | 2009-02-15 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of git@rcs.pfsense.org:pfsense/mainline | Ermal Luçi | 2009-02-15 | 1 | -0/+5 | |
|\ | ||||||
| * | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline | Scott Ullrich | 2009-02-15 | 14 | -476/+174 | |
| |\ | ||||||
| * | | Blow away GIT repo until I get it under control (no pun intended) | Scott Ullrich | 2009-02-15 | 1 | -0/+5 | |
| | | | ||||||
* | | | Remove all global decalarations regarding pptp/pppoe/l2tp they are no more âµ | Ermal Luçi | 2009-02-15 | 7 | -36/+35 | |
| |/ |/| | | | | | needed. | |||||
* | | L2TP improvements. | Ermal Luçi | 2009-02-15 | 2 | -1/+3 | |
| | | ||||||
* | | Fix typo. | Ermal Luçi | 2009-02-15 | 1 | -1/+1 | |
| | | ||||||
* | | Remove debug message. | Ermal Luçi | 2009-02-15 | 1 | -1/+0 | |
| | | ||||||
* | | Remove radius-ip option also non present on mpd4. | Ermal Luçi | 2009-02-15 | 1 | -5/+0 | |
| | | ||||||
* | | radius-fallback option is no more present on mpd4. | Ermal Luçi | 2009-02-15 | 1 | -3/+0 | |
| | | ||||||
* | | Fix ltp links creation. | Ermal Luçi | 2009-02-15 | 1 | -1/+1 | |
| | | ||||||
* | | Revert "Merge IPv6 changes" | Chris Buechler | 2009-02-15 | 5 | -353/+83 | |
| | | | | | | | | This reverts commit f193cf92b2c925a2f3f71a713d766efd1e4d81e0. | |||||
* | | Revert "show/hide icmp6box" | Chris Buechler | 2009-02-15 | 1 | -34/+4 | |
| | | | | | | | | This reverts commit 9ce5e10ac4fe43e9b580344454dd27172b6c4456. | |||||
* | | Revert "Unbreak System Gateways page. I'll just add back the changes from âµ | Chris Buechler | 2009-02-15 | 2 | -83/+69 | |
| | | | | | | | | | | | | the old CVS repo afterwards." This reverts commit e31534731ec7de3d2599cf669e065b1ec52281a0. | |||||
* | | Revert "fixed syntax error" | Chris Buechler | 2009-02-15 | 1 | -1/+1 | |
| | | | | | | | | This reverts commit f668d1597294dd35244cd4dc0d76626b58336b2d. | |||||
* | | Do not try to convert twice to real interface return_gateways_array tries to âµ | Ermal Luçi | 2009-02-14 | 1 | -1/+4 | |
| | | | | | | | | fill the right real interface. Add the needed error checking. | |||||
* | | Make sure we do not return the interface passed as parameter rather NULL. | Ermal Luçi | 2009-02-14 | 2 | -2/+2 | |
| | | ||||||
* | | Remove wrong comment. | Ermal Luçi | 2009-02-14 | 1 | -4/+0 | |
| | | ||||||
* | | Fix delaying of creating composite interfaces like bridge/gre/gif. This âµ | Ermal Luçi | 2009-02-14 | 1 | -1/+1 | |
| | | | | | | | | fixes the problems reported http://forum.pfsense.org/index.php/topic,13735.0.html. | |||||
* | | Merge branch 'master' of git@rcs.pfsense.org:pfsense/mainline | Ermal Luçi | 2009-02-14 | 4 | -105/+40 | |
|\ \ | |/ | ||||||
| * | Remove this while loop now. It never ends and runs the cpu usage up to 100% âµ | Scott Ullrich | 2009-02-15 | 1 | -12/+3 | |
| | | | | | | | | forever. | |||||
| * | Revert "Back out ipv6 changes" | Scott Ullrich | 2009-02-15 | 1 | -25/+83 | |
| | | | | | | | | This reverts commit 541b7c561912174b57927839ce39bb7ec9c07ee4. | |||||
| * | Back out ipv6 changes | Scott Ullrich | 2009-02-15 | 1 | -83/+25 | |
| | | ||||||
| * | When editing a record and not posting, there must be a valid id. | Scott Ullrich | 2009-02-14 | 1 | -2/+7 | |
| | | | | | | | | | | This will fix pages coming in from after authing that accidently drop &id=0 | |||||
| * | Back out simoncpu's IPV6 code, it breaks IPV4. | Scott Ullrich | 2009-02-14 | 1 | -90/+29 | |
| | | ||||||
| * | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline | Scott Ullrich | 2009-02-14 | 5 | -26/+14 | |
| |\ | ||||||
| * | | Use $int = get_real_interface($GatewaysList[$gateway]['interface']); | Scott Ullrich | 2009-02-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | http://forum.pfsense.org/index.php/topic,14220.0.html | |||||
* | | | Start the userland layer7 daemon after the rules have loaded so the shaper âµ | Ermal Luçi | 2009-02-14 | 2 | -2/+22 | |
| |/ |/| | | | | | queues can be resolved by the daemon. | |||||
* | | Catch up on mpd4 changes even when operation as pppoe/pptp/l2tp server. | Ermal Luçi | 2009-02-13 | 1 | -6/+6 | |
| | | ||||||
* | | MPD4 moved the authentication on auth section coorect the settings on PPTP âµ | Ermal Luçi | 2009-02-13 | 1 | -2/+2 | |
| | | | | | | | | which were forgotten. | |||||
* | | Remove overload option for l7 it is no more needed. | Ermal Luçi | 2009-02-11 | 1 | -15/+3 | |
| | | ||||||
* | | clean up factory defaults info | Bill Marquette | 2009-02-10 | 1 | -2/+2 | |
| | | ||||||
* | | fix printing of product name | Bill Marquette | 2009-02-10 | 1 | -1/+1 | |
|/ | ||||||
* | Open package info link in new tab / window | Scott Ullrich | 2009-02-10 | 1 | -1/+1 | |
| | ||||||
* | Open Package info link in a new tab / window | Scott Ullrich | 2009-02-10 | 1 | -1/+1 | |
| | ||||||
* | increase server.max-write-idle to 999 | Scott Ullrich | 2009-02-10 | 1 | -1/+4 | |
| | ||||||
* | Set CURLOPT_TIMEOUT to 0 | Scott Ullrich | 2009-02-10 | 1 | -1/+2 | |
| |