summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge IPv6 changesSimon Cornelius P. Umacob2009-01-204-118/+363
|
* add IPv6.inc and NetUtils.jsSimon Cornelius P. Umacob2009-01-202-0/+1032
|
* Move laggproto setting after adding the members and making sure they are up.Ermal Luci2009-01-191-2/+2
| | | | Otherwise we might panic as explained in ticket #1864
* Set git fetch url correctlyScott Ullrich2009-01-181-2/+2
|
* Checkout master correctlyScott Ullrich2009-01-181-1/+1
|
* Handle git branches correctly (missing half the command)Scott Ullrich2009-01-181-1/+5
|
* The MS-Dos filesystem was renamed from msdos to msdosfs in 6.3.Scott Ullrich2009-01-182-2/+2
| | | | Information submitted-by: Tim Judd
* Update scripts for git (final repo cut).Scott Ullrich2009-01-171-166/+87
|
* Use correct var so dnswatch will launch correctly.Seth Mos2009-01-171-1/+1
|
* update bogonsChris Buechler2009-01-161-11/+1
|
* Add initial support for granular IPsec SPD changes.Seth Mos2009-01-162-0/+22
|
* Mute messages from command when setting the default route.Seth Mos2009-01-161-2/+2
|
* Re-enable the log_error when a command fails.Seth Mos2009-01-161-2/+2
| | | | This function accepts a mute flag of false or true. Please use it.
* Make IPsec gateway highlighting work with hostnames for remote endpointsSeth Mos2009-01-161-1/+1
|
* Correctly return phase2 status for tunnels with hostnamesSeth Mos2009-01-161-1/+1
|
* Modify our function to process according to the new IPsec config.xmlSeth Mos2009-01-161-97/+78
| | | | | | | | array format of 2.0 This should now correctly reload ipsec tunnels where a hostname is used as the endpoint. TODO: The UI pages still need to be changed for the granular IPsec policy reloading.
* Improved logic to delete old ipsec policies. It can now be used in a generic ↵Seth Mos2009-01-141-35/+60
| | | | | | | | fashion to replace spd policies instead of just dynamic dns endpoints. We know leave files in tmp which are picked up by vpn_ipsec_refresh_policies(). This allows us to use the apply buton again.
* Replace another route -n get command. These can sometimes hang and cause a ↵Seth Mos2009-01-131-1/+4
| | | | | | filter reload to get stuck. Always use netstat -rn instead, these behave differently and can not hang according to ermal@
* Oops forgot to modify and commit the code that tells racoon to re-read the ↵Seth Mos2009-01-131-1/+3
| | | | configuration files.
* Make rc.newipsecdns reload dynamic DNS tunnelsSeth Mos2009-01-131-4/+9
|
* Add a function that compares current DNS to the dnscache file.Seth Mos2009-01-131-0/+45
| | | | | | | If they are not identical it will return the old Ip addresses which can be used for removal of old items before adding new ones. This is used by the rc.newipsecdns script when the remote ipsec gateway hostname has changed IP and we need to remove the old SPD entries
* Port the code for granular adding and removing IPsec SPD policies.Seth Mos2009-01-131-33/+182
| | | | | This is the backend part of it which is uses by rc.newipsecdns when a hostname changes IP
* Correct status -> service entries for ntpdScott Ullrich2009-01-081-0/+9
| | | | Based on a patch submitted-by: David Rees <drees76+AT+gmail.com>
* Removed hard limit that was limiting the number of protocols to 100Helder Pereira2009-01-071-9/+4
|
* Fix pptp dial on demand and idle timeout wizard fields which haveScott Ullrich2009-01-061-2/+2
| | | | NEVER worked correctly to begin with. Oops.
* Why </script> is unhappy I don't know, but it's split apart in the_wallBill Marquette2009-01-061-3/+3
| | | | | and splitting it here fixes the JS literal string error and the stupid text being dumped to the screen
* Bring back corporate theme from HEADBill Marquette2009-01-06166-0/+1530
| | | | | No idea if it'll work, but it can't possibly look worse than it does now! Worst case, we'll just rename to _corporate
* Savew timeout and dial on demandScott Ullrich2009-01-061-1/+3
|
* Effect.toggle is not behaving correctly use show/hide as with others in this ↵Ermal Luçi2009-01-051-1/+8
| | | | page to be consistent and fix periodic reset GUI not showing.
* Restore back the functionality that when the Enabled checkbox is not checked ↵Ermal Luçi2009-01-051-2/+7
| | | | all configurations disappear.
* Show interface/gateway selection on dns list configuration only if we are on ↵Ermal Luçi2009-01-051-2/+2
| | | | multiwan. This avoids some confusion on why the lists are blank.
* Fix variable name. This unbreaks the intial links if you try to configure it ↵Ermal Luçi2009-01-051-1/+1
| | | | manually.
* Reactivate the peruser bandwidth limit on captive portal. This brings it ala ↵Ermal Luçi2009-01-041-8/+4
| | | | par with features with the same version in m0n0.
* Load dummynet if per user bandwidth is active on CP.Ermal Luçi2009-01-041-0/+2
|
* Do not flush whole dummynet just for reloading it supports reconfiguration ↵Ermal Luçi2009-01-041-1/+2
| | | | of pipes/queues. This helps with the upcomming CP per user bandwidth activation.
* Increase alias limit!Ermal Luçi2009-01-042-6/+6
|
* Remove broken duplicate checkSeth Mos2008-12-311-5/+0
|
* Fix system gateways editingSeth Mos2008-12-311-0/+5
|
* Remove stray 'Seth Mos2008-12-301-1/+1
|
* Corrected layer7 name in rules configHelder Pereira2008-12-271-3/+3
| | | | Added divert tag to pf rules when layer7 is selected in a firewall rule
* Correctly upgrade databases from 1.2Seth Mos2008-12-261-1/+1
|
* Pass down the friendly interface to dyndns to correct problems with find the ↵Ermal Luçi2008-12-252-5/+2
| | | | interface ip and binding of curl.
* Restart VPN -> IPSEC after interface changes. This fixes the bug whereScott Ullrich2008-12-251-0/+2
| | | | | | the VPN tunnel goes offline after making interface changes that I just encountered after I had made no changes (was saving the interface to restart RRD processes and IPSEC went down in the process)
* Add missing braceSeth Mos2008-12-241-1/+1
|
* Don't divide roundtrip by 100 either?Seth Mos2008-12-241-1/+1
|
* Final attempt at making rows merger work before I throw in the towel.Seth Mos2008-12-242-2/+12
| | | | Empty rows need to proceed the old data when growing the RRA archive
* Frontend part for the layer7 with little cleaning up by me.Ermal Luçi2008-12-241-0/+34
| | | | Submitted-by: Helder Pereira
* Add layer7 options to filter rules so the new code on the traffic shaper can ↵Ermal Luçi2008-12-241-2/+32
| | | | | | | | | | be useful. I have modified somewhat the logic of it and probably a ABI breakage might be necessart with a 'needed' pf state structure change to accomodate the deficencies of divert sockets. Merry Christmas! Submitted-by: Helder Pereira
* Keep RRD format the same during conversion.Seth Mos2008-12-241-1/+3
| | | | After restoring the RRD resize the 3rd RRA (12 hours) to 3000 to cover 4 years
* Fixup some code on [re]starting ipfw-classifyd.Ermal Luçi2008-12-241-2/+4
|
OpenPOWER on IntegriCloud