summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Remove ftp-proxy/pftpx/ftpsesame references we handle all of this in kernel ↵Ermal Luçi2009-03-166-305/+4
| | | | now.(yay!)
* We include ng_l2tp in kernel already, do not kldloadScott Ullrich2009-03-151-3/+0
|
* Use divisibles of 512Scott Ullrich2009-03-151-10/+10
|
* Use full path to fifolog_writerScott Ullrich2009-03-151-14/+14
|
* Jettison clog. Man overboard!Scott Ullrich2009-03-151-14/+14
|
* Jettison clog and replace with fifolog which is included in FreeBSD 7.1Scott Ullrich2009-03-153-13/+13
|
* Correct a typo in vpn.inc that broke esp encryption algorithm configuration.mgrooms2009-03-151-1/+1
|
* Modify IPsec code to allow for transport mode. All existing configurations aremgrooms2009-03-154-50/+102
| | | | | marked as tunnel for backwards compatibility. There are problems with the spd read code which Will likely choke on transport entries. We can fix this later.
* Move the IPsec pinghost option from phase1 to phase2. Correct somemgrooms2009-03-152-15/+29
| | | | bugs that were preventing the local address from being selected.
* missing semicolonBill Marquette2009-03-141-1/+1
|
* Move 1700 lines of config upgrade code into it's own include file that's onlyBill Marquette2009-03-142-1699/+1742
| | | | brought in when we actually need to upgrade the config file
* Remove duplicate config.xml and restore conf.default/config.xml if ↵Bill Marquette2009-03-141-14/+2
| | | | /conf/config.xml and no backups exist
* Modify captive portal to use centralized user management. The user manager hasmgrooms2009-03-155-6/+111
| | | | been modified to include an account expiration option to support this service.
* Adding simplepie RSS systemScott Ullrich2009-03-142-0/+13698
|
* Add jsonScott Ullrich2009-03-141-0/+1
|
* Use writev.Scott Ullrich2009-03-141-3/+2
| | | | Tested by uploading to Picture widget, firmware update with 45 megabyte upload on 128 megabytes of ram.
* Use write a the network backend to avoid FreeBSD falling all overScott Ullrich2009-03-141-0/+1
| | | | itself when uploading.
* cleanup minor javascript issuesBill Marquette2009-03-131-1/+1
|
* Also show for through gateway we are adding the new monitor.Seth Mos2009-03-141-1/+1
|
* Add log_error() when removing a route for a monitor IP when running ↵Seth Mos2009-03-141-0/+1
| | | | setup_gateways_monitor();
* Add code to the backend so that apinger will use the configured high and low ↵Seth Mos2009-03-131-4/+13
| | | | watermarks for latency and packetloss.
* Set focus to the username fieldBill Marquette2009-03-121-0/+2
|
* cd to correct directoryScott Ullrich2009-03-121-1/+1
|
* Do not use freebsd-kqueue and freebsd-sendfileScott Ullrich2009-03-121-2/+2
|
* Use require_once()Scott Ullrich2009-03-121-2/+2
|
* Rewrite the rrd upgrade code to use the newly added xml2array function ↵Seth Mos2009-03-132-5/+147
| | | | | | | specifically for the rrd upgrade code. This is about 4 times faster then our builtin parser. Hoping this can solve part of the the 45 minute upgrade cycles on embedded builds
* Move the admin socket parameter into the existing listen section.Seth Mos2009-03-131-5/+2
|
* Correct the configuration file IPsec certificate upgrade process.mgrooms2009-03-122-15/+23
|
* Merge branch 'master' of git://rcs.pfsense.org/pfsense/ltning-clone into ↵Scott Ullrich2009-03-121-1/+8
|\ | | | | | | review/master
| * Added custom_php_service_status_command support for packages.Eirik Oeverby2009-03-111-1/+8
| | | | | | | | | | | | | | | | | | | | | | Package authors can define a custom_php_service_status_command block in their package XML. Such block should only contain function calls, and the first should be one to include their function library file if necessary, as this is not done by service-utils.inc. The return code of the last function call will be returned to the service check.
* | Actually remove the spd reload files after processing it. This would break ↵Seth Mos2009-03-121-8/+8
| | | | | | | | | | | | the tunnels as it would re-process all files in order every time the configuration reloads a tunnel.
* | Correct and expand the local and remote IP address endpoint check so that it ↵Seth Mos2009-03-121-2/+5
| | | | | | | | specifies which one is at fault.
* | Migrate IPsec certificate management to centralized system.mgrooms2009-03-122-57/+82
| |
* | Fix typo in function namesSeth Mos2009-03-121-1/+1
| |
* | Reverse style fixes to get our subnet mask listed backed from ↵Seth Mos2009-03-121-5/+9
| | | | | | | | get_interface_info()
* | Make sure we don't add any routes for the 127.0.0.2 dummy addressSeth Mos2009-03-121-2/+4
| |
* | If either the old or new local or remote endpoint is not a IP address we ↵Seth Mos2009-03-121-1/+4
| | | | | | | | make sure to abort.
* | Add GIT array type rrddatafileScott Ullrich2009-03-121-1/+1
| |
* | Use nice -n20 for common launched itemsScott Ullrich2009-03-113-4/+7
|/
* Correct spelling to the past tenseSeth Mos2009-03-111-1/+1
|
* Make sure to sort the tiers array by tier priority keySeth Mos2009-03-111-0/+2
|
* Check to make sure item is an arrayScott Ullrich2009-03-101-1/+1
|
* Fix http://forum.pfsense.org/index.php/topic,14361.0.htmlErmal Luçi2009-03-091-2/+2
|
* Never filter on carpX interfaces.Chris Buechler2009-03-101-5/+0
| | | | Ticket #1613 (cvstrac)
* Unbreak the treeSeth Mos2009-03-101-1/+2
|
* move killall dhcpd above section that exits if no DHCP servers are enabled, ↵Chris Buechler2009-03-102-5/+7
| | | | | | and configure dhcpd if it's disabled by option #2 at the console. Ticket #1867 (cvstrac)
* Show dmesg interface names when first configuring the networkSeth Mos2009-03-102-2/+6
|
* Fix display of DHCP status on Status -> InterfacesChris Buechler2009-03-093-6/+11
|
* Fix check for running ftp proxy.Seth Mos2009-03-101-3/+6
| | | | | PHP bug, when running exec() the output array will _not_ be cleared before using it again. This means that one needs to clear it before reusing it. Otherwise the contents of the previous command will be used.
* Use the vlan tag for interface name even when creating vlans from console.Ermal Luçi2009-03-091-1/+1
|
OpenPOWER on IntegriCloud