summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* * Hide interfaces internals to other code and use the propper interfaces.Ermal Luçi2009-03-309-105/+75
| | | | | | | Basically use get_interface*() functions instead of accessing fields like 'ipaddr'/'descr' etc... * Make get_interfaces_with_gateway less heavyweight by getting information from the configuration stored in config.xml * Some other missed custom interface list building and substituing with propper get_configured_interface*() NOTE: This should give indipendce on dynamic interfaces on some services that before could not be used on top of this type of interfaces.
* When optimization is "conservative", also increase UDP timeouts. Helps ↵Chris Buechler2009-03-301-3/+7
| | | | prevent disconnects and drops with some VoIP services.
* Bring in support for QinQ. At this time it is limited to only 2 levels.Ermal Luçi2009-03-282-7/+158
|
* Use mwexec()Scott Ullrich2009-03-281-2/+2
|
* Use -q to hopefully git rid of messages such as: pw: WARNING account 'admin' ↵Scott Ullrich2009-03-271-2/+2
| | | | will have a valid id of 0 (superuser access!)
* Use mwexec() to hide find *-quality.rrd messagesScott Ullrich2009-03-271-2/+2
|
* Use mwexec() so we do not see this error on fresh installation:Scott Ullrich2009-03-271-1/+1
| | | | | cp: /root/.. is a directory (not copied). cp: /root/. is a directory (not copied).
* Ensure $user_base directory exists and is writable. Kills ugly warning onScott Ullrich2009-03-271-6/+10
| | | | fresh installation.
* Correct variable nameScott Ullrich2009-03-261-1/+1
|
* Add function which returns the list of interfaces by realif index.Ermal Luçi2009-03-261-0/+33
|
* Add missing thenScott Ullrich2009-03-251-1/+1
|
* Add secret option required on some setups.Ermal Luçi2009-03-221-0/+2
|
* * Keep only one function to return the mac addressErmal Luçi2009-03-222-40/+22
| | | | * Bring the mac address function to interfaces.inc its the only consumer of those.
* Add hideplatform directive useful for rebrandingScott Ullrich2009-03-244-5/+18
|
* Add missng `Scott Ullrich2009-03-241-1/+1
|
* Add space after tabsScott Ullrich2009-03-181-27/+27
|
* Cleanup and reduce code line count.Scott Ullrich2009-03-181-91/+46
|
* Ensure fifolog_writer is still not running after killing syslogd.Scott Ullrich2009-03-181-0/+2
|
* Echo out data to start of log filesScott Ullrich2009-03-181-0/+12
|
* Clear logs before fifolog_create commandScott Ullrich2009-03-181-11/+21
|
* Update gateway group gateway IP for dhcp interface wan interfaces.Scott Ullrich2009-03-182-1/+19
|
* Make logging work. Investigated by jim-pScott Ullrich2009-03-181-3/+3
|
* Remove blank newlineScott Ullrich2009-03-181-1/+2
|
* Actually merge the part that does the real work with FreeBSD groups.Ermal Luçi2009-03-171-0/+30
|
* * Introduce interface groups. For now they are availble only on ↵Ermal Luçi2009-03-162-16/+25
| | | | | | Firewall:Rules section maybe it would be usable to have tham on nat too. * Some fixes and cleanup.
* fifolog_create size needs to be a multiple of 512Jim Pingle2009-03-171-1/+1
|
* 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
|
OpenPOWER on IntegriCloud