summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Collapse)AuthorAgeFilesLines
* Use lighty compression instead of php gzip Resolves #198sullrich2009-12-021-6/+9
|
* Try to enable even filtering of vlans in hardware. New with FreeBSD 8.Ermal Luçi2009-11-301-0/+1
|
* Remove uneccessary variable.Ermal Luçi2009-11-301-3/+1
|
* Fix get_configured_carp_interface_list: use the right interface name using vhidpierrepomes2009-11-301-1/+2
|
* Resolves #68 When checking for the secondary wan ip address curl is forced ↵Ermal Luçi2009-11-301-11/+17
| | | | to go through the it for all traffic. This might mean that DNS fails. Resolve the checkip.dyndns.org ip outside of curl so it can be guaranteed that the traffic of curl will be just http and nothing else. This allows pfSense installation without internet access to work still since if gethostbyname fails now it just extracts the ip from the local interface. To be checked out is what behaviour this should give for CARPgit diff! (Write now surely it does the wrong thing!)
* Cleanup code to make it easier to read and faster.Ermal Luçi2009-11-301-20/+23
|
* Do not allow duplicate netcat reflection entries. Resolves #193sullrich2009-11-291-6/+6
|
* Use any for block until a diff solution can be createdsullrich2009-11-291-1/+1
|
* Lock out SSH going to LANIPS. Use correct SSH port if custom port is defined.sullrich2009-11-291-2/+7
|
* Process old entries, toosullrich2009-11-291-1/+1
|
* Update ttys serial lines. Resolves #165sullrich2009-11-291-2/+2
| | | | | | | | To prevent collisions with the sio(4) driver, the uart(4) driver uses different names for its device nodes. This means the onboard serial port will now most likely be called "ttyu0" instead of "ttyd0". You may need to reconfigure applications to use the new device names.
* 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
|
OpenPOWER on IntegriCloud