summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add the stf0 interface to interface_has_gateway_v6() for 6to4smos2012-04-012-5/+18
|
* Add interface tracking support. With this it is now possible for dynamic ↵smos2012-03-314-171/+353
| | | | | | IPv6 interfaces to setup the corresponding lan interface for RA. DHCP6 with prefix delegation to follow later for automatic daisychaining.
* Do not process for disabled interfacessmos2012-03-311-1/+7
|
* Make sure we only generate entries for radvd when we actually have a IPv6 prefixsmos2012-03-311-3/+10
|
* more changes CARP -> HA where CARP != CARP.Chris Buechler2012-03-311-18/+18
|
* Add the new pages for the relocated logfiles and messages.smos2012-03-302-0/+274
| | | | Ticket #2321
* Make sure to add a semicolon to indicate end of line syntaxsmos2012-03-301-3/+3
|
* Correct the field name, otherwise we have invalid syntaxsmos2012-03-301-2/+2
|
* Add 6to4 support for automatic tunneling.smos2012-03-302-5/+117
|
* Commit the config backend code for the switch to radvdsmos2012-03-291-153/+124
|
* fix for bug #2322: Fix CP secondary RADIUS auth source GUIDarren Embry2012-03-291-4/+13
| | | | http://redmine.pfsense.org/issues/2322
* possible fix for Bug #2311: Wrong redirection URL (from http -> https) ↵Darren Embry2012-03-291-1/+1
| | | | missing colon char
* Unbreak the 6rd config setting now that the javascript was fixed.smos2012-03-291-6/+6
| | | | | Pointy hat to /me Ticket #2304
* Move some of the log file tabs around.smos2012-03-2916-19/+58
| | | | Add seperate tabs for dnsmasq,unbound as well as gateways.
* Merge pull request #69 from ovidiucp/masterSeth Mos2012-03-291-44/+51
|\ | | | | Fix domain search list for MacOS X clients
| * Make domain search list work for MacOS X clients, by addingOvidiu Predescu2012-03-281-44/+51
|/ | | | | | | | | | option domain-search "domain1", "domain2", "domain3"; to /var/dhcpd/etc/dhcpd.conf I reported this as a bug on the pfSense forums here: http://forum.pfsense.org/index.php/topic,47579.0.html
* feature #2320: JS helper to toggle subnet mask for ipv4/v6 during inputDarren Embry2012-03-288-14/+138
| | | | http://redmine.pfsense.org/issues/2320
* prep work for feature #2320: tag for ipv4v6 fieldsDarren Embry2012-03-281-4/+4
|
* prep work for feature #2320: stub js functionDarren Embry2012-03-281-0/+15
|
* prep work for feature #2320: tag dynamic fields for ipv4v6Darren Embry2012-03-282-1/+18
|
* prep work for feature #2320: tag fields for ipv4v6Darren Embry2012-03-285-12/+12
|
* Ticket #2317: typo, use ipaddrv6 instead of ipaddrPierre POMES2012-03-271-1/+1
|
* Remove unused codeErmal2012-03-232-9/+6
|
* Correct location of '\n'Ermal2012-03-231-1/+1
|
* Correct building of queue to not depend on parent maskErmal2012-03-231-5/+5
|
* pull jquery-ui.custom.css from themes/THEME if it exists thereDarren Embry2012-03-231-1/+5
| | | | | otherwise pull /javascript/jquery/jquery-ui.custom.css, which contains defaults.
* Add date/time picker to Custom RRD graphs.Darren Embry2012-03-2332-4/+1925
| | | | from: http://trentrichardson.com/examples/timepicker/
* you are right, Ermal, system_hasync.php is obviously not part of m0n0wall. :-)Darren Embry2012-03-231-1/+1
|
* Merge pull request #67 from phil-davis/masterScott Ullrich2012-03-231-7/+18
|\ | | | | Bug #2301: More fixes to pbi package install and removal
| * remove_freebsd_package: check that a symlink exists and is currently ↵Phil Davis2012-03-231-7/+18
| | | | | | | | | | | | | | pointing into the pbidir of the current package, then unlink it. This avoids possibly deleting real files, or deleting a symlink that points into some other package. pkg_fetch_recursive: remove a bonus "$" in the symlink target specification. This was causing symlinks from /usr/local/bin to not be generated validly. install_package_xml: make the grep for a pbi package name more robust by anchoring the search for the name to be at the start. This will prevent potential problems, e.g. with a package "bar" matching "foobar". install_package_xml: check that the target pbi dir exists before creating the symlink. There can be extra conf files in /user/local/etc/... that are not in the PBI dir tree. This can happen with squidGuard on top of squid, particularly after adding/removing/adding the packages.
* | Move CARP settings from pkg XML to a real PHP pageDarren Embry2012-03-2214-403/+527
| | | | | | | | https://redmine.pfsense.org/issues/647
* | correctly read/write the priority/path cost settings to the main XML ↵Darren Embry2012-03-221-17/+26
| | | | | | | | | | | | | | | | configuration file. code from mike bold. https://redmine.pfsense.org/issues/2261
* | fix a typo.Darren Embry2012-03-221-1/+1
| |
* | Add date picker to the Custom RRD graph page to translate to unix time.Darren Embry2012-03-221-7/+26
| | | | | | | | | | | | implements #1997. http://redmine.pfsense.org/issues/1997
* | Update the default config.xml to 8.3 so it does not trigger config.xml ↵smos2012-03-221-1/+1
| | | | | | | | upgrade during install of a new system
* | Improve the memory use while processing the leases file.smos2012-03-221-4/+8
| |
* | fix for: Traffic Limiter Bits/sec option brokenDarren Embry2012-03-221-5/+5
| | | | | | | | | | | | fixes #2296 http://redmine.pfsense.org/issues/2296
* | fix for: Captive Portal cannot work on master branchDarren Embry2012-03-221-2/+2
| | | | | | | | | | | | | | | | reverting to listening on 0.0.0.0 seems to work just fine mostly fixes #1700 . http://redmine.pfsense.org/issues/1700
* | fix for: Captive Portal Login dies on empty inputDarren Embry2012-03-211-1/+1
| | | | | | | | | | | | Not actually tested because CP doesn't work right now. http://redmine.pfsense.org/issues/1874
* | fix for: Spanning Tree interface priority options do not alter BridgeDarren Embry2012-03-212-2/+17
| | | | | | | | http://redmine.pfsense.org/issues/2261
* | fix: Input validation problem with VIPs and "none" type interfacesDarren Embry2012-03-211-4/+4
| | | | | | | | http://redmine.pfsense.org/issues/2291
* | Merge pull request #66 from phil-davis/masterScott Ullrich2012-03-211-12/+37
|\ \ | |/ | | Bug #2301: Mixed-case package names and package deletion
| * Remove an extra "-" left there by accident.Phil Davis2012-03-211-1/+1
| |
| * Handle mixed-case package names like squidGuard. Phil Davis2012-03-211-12/+37
| | | | | | | | | | Check that conf files in PBI folders exist before unlink. Pass correct package names 1 at a time from uninstalll_package to delete_package. log_error if the PBI package name can't be found in remove_freebsd_package - this means that the PBI files will not get cleaned up. Usually this is caused because the system has been rebooted since the package was installed and the PBI db in /var/db/pbi has gone (e.g. on nanobsd /var is created from scratch at boot)
* | Add per-rule delete ("X") button to Outbound NAT rulesDarren Embry2012-03-211-1/+12
| | | | | | | | http://redmine.pfsense.org/issues/1062
* | [Patch] Multiple SMTP notice recipientsDarren Embry2012-03-211-1/+1
| | | | | | | | http://redmine.pfsense.org/issues/2026
* | fix for: The javascript to enable and disable the various config boxes fail ↵Darren Embry2012-03-211-6/+4
| | | | | | | | | | | | since adding the 6rd IPv6 config type http://redmine.pfsense.org/issues/2304
* | Merge branch 'master' of github.com:bsdperimeter/pfsenseDarren Embry2012-03-211-1/+1
|\ \
| * | fix textChris Buechler2012-03-211-1/+1
| | |
* | | fix for: Output from CSRF magic mangles files in Diagnostics > Edit FileDarren Embry2012-03-211-0/+3
|/ / | | | | | | http://redmine.pfsense.org/issues/2294
OpenPOWER on IntegriCloud