summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Collapse)AuthorAgeFilesLines
* Nuke motdsullrich2009-11-291-15/+27
|
* Revert commit and change back to dnsIf Ticket #68sullrich2009-11-291-1/+1
|
* Fix reboot function on 2.0.jim-p2009-11-291-0/+1
|
* No need for priv.incsullrich2009-11-281-3/+0
|
* Update default privssullrich2009-11-281-259/+422
|
* Correctly deterimine the IP address for optional interfaces. Ticket #68sullrich2009-11-281-4/+7
|
* Remove ipsec_in_use sysctlsullrich2009-11-281-2/+2
|
* Dedicate 6 characterssullrich2009-11-281-1/+1
|
* Do not dedicate 16 characters to interface namesullrich2009-11-282-10/+11
|
* Fix formatting.sullrich2009-11-281-39/+37
|
* sysctl kern.polling.enable=0 has been phased out. Simply run ifconfig ↵sullrich2009-11-281-2/+1
| | | | interface polling or ifconfig interface -polling. Ticket #124
* Build a new array of items that have .pat in them. Resolves #171sullrich2009-11-281-3/+4
|
* Rework qinq a bit. Make it use a vlan(4) as the firt Q and a ng_vlan(4) for ↵Ermal Luçi2009-11-281-45/+13
| | | | the second Q in QinQ.
* Missed name change.Ermal Luçi2009-11-281-1/+1
|
* Only show files with .pat in them Resolves #171sullrich2009-11-271-3/+1
|
* Add is_URL()sullrich2009-11-271-0/+15
|
* Use ['name'] when looking up itemssullrich2009-11-271-3/+3
|
* Escape ' Ticket #143sullrich2009-11-271-5/+4
|
* Show ajax properlysullrich2009-11-271-4/+11
|
* Add disabled checkbox. Add code to check for disabled accounts.sullrich2009-11-271-5/+19
|
* Return after setting account expiredsullrich2009-11-271-0/+1
|
* Honor account expirationsullrich2009-11-271-4/+21
|
* Nuke alert. Resolves #125sullrich2009-11-271-1/+0
|
* Merge branch 'master' of git@rcs.pfsense.org:pfsense/mainlinepierrepomes2009-11-271-0/+2
|\
| * Add newline after set radius server Resolves #184sullrich2009-11-271-0/+2
| |
* | Fix hostname checking when entering a dhcp static mapping and replace "." ↵pierrepomes2009-11-271-0/+1
|/ | | | with "_" when writing "host-name" option in dhcpd.conf. Resolves #159
* Do not show LICENSE in the list of shaper patterns. Resolves #171sullrich2009-11-271-0/+2
|
* Fix get_interface_mac function and rename local variable to function qinq ↵Ermal Luçi2009-11-271-21/+21
| | | | interface configure.
* Make sure to get the wireless status from the correct interface.Seth Mos2009-11-261-1/+19
| | | | Add support for the rssi, rate and base station mac.
* Remove debugging leftover from testing.Seth Mos2009-11-251-1/+0
|
* Resolves #175. Return description even for disabled interfaces. Teach the ↵Ermal Luçi2009-11-252-4/+8
| | | | return_gateways_array() to return status for disabled interfaces if the caller requests it.
* Resolves #171. Do not show the license file as a protocol list.Ermal Luçi2009-11-251-2/+4
|
* Cons25 supports color as wellScott Ullrich2009-11-241-0/+2
|
* Use the list sta output instead of list ap which we used before.Seth Mos2009-11-241-1/+1
| | | | Still need to check if this also results in the right values being graphed, takes some time to confirm.
* Make sure the right wireless interface is polled for the graphsSeth Mos2009-11-241-0/+1
|
* s/interfaces_carp_configure/interfaces_carp_setup/Ermal Luçi2009-11-241-1/+1
|
* Include neccessary filter.inc.Ermal Luçi2009-11-241-1/+0
|
* Wireless cleanups for the new wireless format of FreeBSD 8Seth Mos2009-11-241-115/+141
| | | | | Changing between different ssids, wpa, wep and channels works. Needs thorough testing. Client mode also works again, FreeBSD 8 wireless behaves much different from 7.
* Update doc headerScott Ullrich2009-11-221-20/+20
|
* Allow specifying colors by their nameScott Ullrich2009-11-221-2/+23
|
* Return color code, not echoScott Ullrich2009-11-221-1/+1
|
* Add function header markup for doc generation. Add color() function that ↵Scott Ullrich2009-11-221-1/+58
| | | | will output a color ansi sequence if the terminal supports it. No arguments to color will reset the terminal
* Deleting a IP alias needs the IP as a argument, just issuing delete is not ↵Seth Mos2009-11-221-3/+1
| | | | valid syntax
* Reformat. No functional changesScott Ullrich2009-11-221-116/+114
|
* Use interface_bring_down()Scott Ullrich2009-11-221-25/+16
|
* Ensure all interface delete code is wrapped in does_interface_exist()Scott Ullrich2009-11-221-21/+29
|
* Decouple filter.inc from functions.inc. There is no need to process filter ↵Scott Ullrich2009-11-211-2/+2
| | | | functions most of the time. Include filter.inc where it is needed
* Include certs.incScott Ullrich2009-11-211-0/+1
|
* Set max_procs for > 128 megabytes ram. Set min-procs to 0. Set the ↵Scott Ullrich2009-11-211-5/+10
| | | | MAX_REQUESTS to 2 when memory under 128 megabytes
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-2112-52/+18
| | | | Simplify get_memory(). Tested on mips/i386
OpenPOWER on IntegriCloud