summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* don't static port 5060 by default, it breaks things much more often than it ↵Chris Buechler2010-08-061-2/+0
| | | | helps.
* Do not call die while parsing package xml files. Instead return an empty ↵Ermal2010-08-061-2/+2
| | | | array. This should avoid packages not uninstalling.
* Remove useless code which might even abort package deletion process.Ermal2010-08-061-15/+1
|
* Use global to not cause breakage if path changes.Ermal2010-08-061-1/+1
|
* Remove useless sysctl since it is not useful. Ticket #729.Ermal2010-08-061-1/+0
|
* Avoid duplicate service tags when reinstalling packagesRenato Botelho2010-08-061-0/+4
|
* Fix execute permissionsjim-p2010-08-062-0/+0
|
* Restore DHCP leases on boot if they have been backed up.jim-p2010-08-061-0/+15
|
* Backup DHCP leases on NanoBSD toojim-p2010-08-063-0/+8
|
* Move the RRD backup code to a script.jim-p2010-08-063-8/+8
|
* Make sure that the RRD path exists before apinger is started. Should really ↵jim-p2010-08-061-0/+3
| | | | fix quality graphs on NanoBSD.
* chown the RRD path on every call, not just when initially creating the RRD ↵jim-p2010-08-061-1/+6
| | | | directory. Also, chown the resulting rrd files.
* Properly clear the qlimit or tbrconfig settings when a value is deleted from GUIErmal2010-08-051-0/+4
|
* Revert "Add self to the automatic nat rules generation so it easies ↵Scott Ullrich2010-08-051-2/+2
| | | | | | balancing the host traffic itself" This reverts commit 7b47b17c804aa67f27d3c7fb5a166449fe906f2e.
* Add self to the automatic nat rules generation so it easies balancing the ↵Ermal2010-08-051-2/+2
| | | | host traffic itself
* Only delete arp entries for a given interface, otherwise we can clobber the ↵jim-p2010-08-051-2/+2
| | | | static arp entries. Ticket #782
* When creating /var/db/rrd, make sure it's writable by wheel, and owned by ↵jim-p2010-08-051-2/+3
| | | | nobody, or apinger can't create the quality graphs.
* Add backend code for antenna settings. Ticket #13Erik Fonnesbeck2010-08-051-5/+43
|
* Allow specifying other branches when using the existing repository URL in ↵Erik Fonnesbeck2010-08-051-0/+12
| | | | gitsync after the branches have been downloaded for the first time.
* Some minor fixes for gitsync. Don't create these unused directories, and ↵Erik Fonnesbeck2010-08-041-3/+4
| | | | make sure the file system is returned to the read-only state on NanoBSD.
* Fix text, and default to 1400Chris Buechler2010-08-041-1/+1
|
* Add sysctl functions that support getting/setting multiple values in a ↵Erik Fonnesbeck2010-08-041-0/+61
| | | | single call.
* Don't install reflection rules for port forwards with a destination address ↵Erik Fonnesbeck2010-08-041-1/+1
| | | | of 0.0.0.0.
* Don't split the date/time when forming a line's timestamp, use both. ↵jim-p2010-08-041-4/+1
| | | | Otherwise it can lead to oddities when crossing a date border. Fixes #478
* Resolves #599. Split mtu and mss fields in interfaces page so it is possible ↵Ermal2010-08-041-2/+4
| | | | to set them differently.
* Disable TSO and LRO in upgraded configs.jim-p2010-08-041-0/+7
|
* Refine the setting/checking of these variables a little.jim-p2010-08-041-3/+3
|
* Fix this test.jim-p2010-08-041-1/+1
|
* Resolves #716. Correctly unset values of m1 and d on HFSC and appropriate ↵Ermal2010-08-031-1/+18
| | | | special values on other schedulers if previously they had a value.
* Resolves #787. Present an option to enable a scrub rule for <vpns> target to ↵Ermal2010-08-031-0/+8
| | | | limit the mss to specified value.
* Resolves #791. add a missing = in the get request.Ermal2010-08-031-1/+1
|
* Add reference instead of copying also remove bogus comment and code that ↵Ermal2010-08-031-10/+1
| | | | relies on interfaces named carp which should not happen anymore.
* Use get_real_interface here and compare to that to make it more generic ↵Erik Fonnesbeck2010-08-021-1/+1
| | | | instead of doing this wireless-specific stuff.
* Since convert_friendly_interface_to_friendly_descr is now used for display ↵Erik Fonnesbeck2010-08-021-2/+2
| | | | purposes only, it should be fine to fix the case on PPTP and PPPoE.
* Convert outbound NAT rule code to using $FilterIflist for getting alias ↵Erik Fonnesbeck2010-08-021-3/+3
| | | | names and fix a case where the wrong name could get into the rule when there is no IP address.
* Revert "Adjust case of aliases/description names for PPTP and PPPoE server ↵Erik Fonnesbeck2010-08-022-4/+4
| | | | | | interfaces." since it affects a package that is using the pptp alias. This reverts commit 429cac0198aea4c42f815e639fb123157de1861b.
* Optionally sync users and groups via xmlrpc. Fixes #650jim-p2010-08-021-0/+5
|
* Make sure this variable is an array before performing array operations upon it.jim-p2010-08-021-3/+5
|
* Ensure static ARP is configured each time the DHCP service is configured. ↵jim-p2010-08-021-0/+2
| | | | Previously, it was not enabled after bootup, but was if saved from the GUI. Fixes #782
* Fix typo in interface name.Erik Fonnesbeck2010-08-021-1/+1
|
* Don't create the wireless section of the config for an interface section ↵Erik Fonnesbeck2010-08-021-2/+2
| | | | that doesn't exist.
* Make convert_real_interface_to_friendly_interface_name recognize that the ↵Erik Fonnesbeck2010-08-021-0/+3
| | | | parent wireless name in the config means the same as the #0 clone. Fixes a bug in is_interface_wireless that could cause it to create a blank interface entry.
* Adjust case of aliases/description names for PPTP and PPPoE server interfaces.Erik Fonnesbeck2010-08-012-4/+4
|
* Correct capitalization for PPTP and L2TP in a couple places.Erik Fonnesbeck2010-08-011-4/+4
|
* Set the timezone if available. This will minimize calls to the system for ↵Scott Ullrich2010-08-021-2/+6
| | | | tz data and should not have any negative side-effects.
* Small optimization for convert_friendly_interface_to_friendly_descr. Do not ↵Erik Fonnesbeck2010-08-011-0/+7
| | | | build an interface list for the most common cases.
* Set 96 megabytes to 5 meg of cacheScott Ullrich2010-07-301-1/+1
|
* Use more conservative apc memory valuesScott Ullrich2010-07-301-9/+7
|
* Update to 2010Scott Ullrich2010-07-301-1/+1
|
* Do not load apc module when under low memory situationsScott Ullrich2010-07-301-1/+13
|
OpenPOWER on IntegriCloud