summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'mainline/master'Renato Botelho2010-04-283-11/+177
|\
| * Fix typo in commentpierrepomes2010-04-271-1/+1
| |
| * Ticket #471. Bring up the removed/unassigned interface correctly if it is ↵Ermal2010-04-271-7/+2
| | | | | | | | parent to other interfaces, as vlans.
| * Ticket #449. Actually save something to read back.Ermal2010-04-271-0/+1
| |
| * Ticket #449. Bring back the check if there is really an ip change on ↵Ermal2010-04-271-2/+9
| | | | | | | | interface event. This avoids reloading openvpn and other sevices when actually there is no change.
| * Ticket #540. Do not require VJ compression with todays link speeds it ↵Ermal2010-04-271-1/+1
| | | | | | | | pessimizes more than helps.
| * Move these functions to a more central location. Part of ticket #496jim-p2010-04-271-0/+163
| |
* | Merge remote branch 'mainline/master'Renato Botelho2010-04-272-12/+16
|\ \ | |/
| * Ticket #389. Correctly make the ldap object picker work and handle various ↵Ermal2010-04-271-8/+8
| | | | | | | | errors.
| * Ticket #378. Correctly handle a timeout of 0 to mean never timeout.Ermal2010-04-271-1/+5
| |
| * Ticket #474. Properly check for disabled openvpn configs.Ermal2010-04-271-3/+3
| |
* | Merge remote branch 'mainline/master'Renato Botelho2010-04-272-7/+8
|\ \ | |/
| * Silence and correct command that tries to kill a previous running ↵Ermal2010-04-271-2/+1
| | | | | | | | ipfw-classifyd command.
| * Missed curly.Ermal2010-04-271-1/+1
| |
| * Do not error out when trying to delete an unexisting package. Just display ↵Ermal2010-04-271-5/+7
| | | | | | | | an error message.
* | no rdr rules shouldon't have ->, take care of nat reflection rules eitherRenato Botelho2010-04-261-4/+6
| |
* | Merge remote branch 'mainline/master'Renato Botelho2010-04-261-2/+2
|\ \ | |/
| * temporary work around for ticket #536Chris Buechler2010-04-251-2/+2
| |
* | Use the source address/ports and nordr parameter with reflection redirects ↵Erik Fonnesbeck2010-04-251-4/+4
| | | | | | | | as well.
* | Merge remote branch 'mainline/master'Renato Botelho2010-04-234-1/+164
|\ \ | |/
| * Fix permsjim-p2010-04-232-0/+0
| |
| * Improve NanoBSD slice updating/changing a bit, add some error checking. ↵jim-p2010-04-232-18/+67
| | | | | | | | Resolves #534.
| * Relocate some NanoBSD functions to a central place. Change NanoBSD ↵jim-p2010-04-231-0/+114
| | | | | | | | diagnostics and system info widget to use the new code. Ticket #533 and some prerequisite parts of Ticket #534.
| * Well there was a reason for this being returned out. Ticket #539.Ermal2010-04-231-1/+1
| |
* | Merge remote branch 'mainline/master'Renato Botelho2010-04-225-4/+112
|\ \ | |/ | | | | | | Conflicts: etc/inc/filter.inc
| * Unbreak limiter rule creation.Ermal2010-04-221-1/+1
| |
| * Ticket #528. Do not route-to for local connected subnets.Ermal2010-04-221-2/+2
| |
| * Add a new alias type, urltable, which downloads a file of IP/CIDR addresses ↵jim-p2010-04-214-1/+109
| | | | | | | | and loads them into a pf persist table instead of importing the addresses directly into a traditional alias. This allows for using huge tables of addresses that would otherwise break the GUI and/or fail to load into pf. Part of ticket #512
* | Merge remote branch 'mainline/master'Renato Botelho2010-04-213-72/+20
|\ \ | |/
| * Fix creation of pipe/queue aka limiters.Ermal2010-04-201-2/+2
| |
| * Allow users to send in the same POST authentication info and post fields. ↵Ermal2010-04-201-1/+4
| | | | | | | | This will be allowed by authentication code if the special post var 'postafterlogin' isset.
| * Make pasthrough GUI code catch-up with the latest changes.Ermal2010-04-201-1/+1
| |
| * Use tables of ipfw for passthrough mac entries. This makes it scale way ↵Ermal2010-04-201-68/+13
| | | | | | | | better than previously. Fix multiple entries on adding mac through entries automatically after login for the same user. The changes allow even pass through mac to be controlled from the Status->Captiveportal. Use serialize/unserialize on some files that keep temporary information to speed up calculations. Really allow mac passthrough to follow radius rules or time out rules when present.
* | Merge remote branch 'mainline/master'Renato Botelho2010-04-202-115/+175
|\ \ | |/
| * Do not include filter.inc twiceScott Ullrich2010-04-191-1/+0
| |
| * Add a new option which allows the admin user to configure CP so that it ↵Ermal2010-04-201-114/+175
| | | | | | | | automatically enters an MAC passthru entry. The MAC is taken from login details and has to be removed manually. Also do improvements on rules handling and pipes. Add some optmizations. Teach the GUI/backend on ip/mac passthrough to configure a bw limit for this entries.
* | redirect port range must not use :*, calculate end port and create the ↵Renato Botelho2010-04-191-5/+9
| | | | | | | | correct rule
* | Use isset() to check boolean values from xml, to be sure it is or not set. ↵Renato Botelho2010-04-191-2/+4
| | | | | | | | It fixes a bug to add "no rdr" rules. While i am here, fix another small issue setting $nordr to "" when nordr is not set to fix all next rules
* | Merge remote branch 'mainline/master'Renato Botelho2010-04-192-8/+22
|\ \ | |/ | | | | | | Conflicts: etc/inc/filter.inc
| * Fix growl issues.Scott Ullrich2010-04-171-3/+10
| | | | | | | | | | | | | | Ticket #518 Ticket #519 Submibtted-by: Blake Skinner
| * Use FQDN for HELLO SMTP command. Ticket #443pierrepomes2010-04-171-0/+1
| |
| * use 6969 for tftp-proxyChris Buechler2010-04-171-3/+3
| |
| * Ticket #511. Actually return the rules from all the packages not just the ↵Ermal2010-04-161-2/+1
| | | | | | | | first one.
| * Ticket #508. Make TFTP proxy configurable by System Advanced->Firewall/NAT ↵Ermal2010-04-161-2/+9
| | | | | | | | for several interfaces.
* | Merge remote branch 'mainline/master'Vinicius Coque2010-04-161-0/+85
|\ \ | |/
| * Beef up the version comparison code. This should let us compare several ↵jim-p2010-04-161-0/+85
| | | | | | | | combinations of local and remote versions and properly determine if the current version is older or the same as the remote version.
* | Merge remote branch 'mainline/master'Renato Botelho2010-04-152-4/+5
|\ \ | |/
| * radius.inc already has this includes so do not include them explicitly. This ↵Ermal2010-04-141-2/+0
| | | | | | | | unbreaks the loading of bcmath module since PEAR.inc is not yet included!
| * Ticket #486. Convert even the gateways that specify the interface itself.Ermal2010-04-141-2/+5
| |
* | Merge remote branch 'mainline/master'Renato Botelho2010-04-145-54/+27
|\ \ | |/
OpenPOWER on IntegriCloud