summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
Commit message (Collapse)AuthorAgeFilesLines
* Correct enable polling per interfaceScott Ullrich2006-02-181-12/+20
|
* Do not turn on polling here, its the wrong placeScott Ullrich2006-02-181-1/+0
|
* Reverse argumentsScott Ullrich2006-02-181-2/+2
| | | | Ticket #835
* If the check for 3 octets failed, check the 1st two octets.Scott Ullrich2006-02-171-0/+8
| | | | This is a complete hack but since we are so close to release we don't have much room to play here.
* Do not alter loopback interface.Scott Ullrich2006-02-151-2/+4
|
* Woops, call sysctl!Scott Ullrich2006-02-151-2/+2
|
* Temporarily enable polling using kern.polling.enable=1Scott Ullrich2006-02-151-0/+3
|
* Remove uniqueArray() which returns a unique array (removes duplicates)Scott Ullrich2006-02-051-15/+0
| | | | Use array_unique() which is built into php instead.
* Add uniqueArray() which returns a unique array (removes duplicates)Scott Ullrich2006-02-051-0/+15
|
* Mount RWScott Ullrich2006-01-271-0/+1
|
* MFC 9548Scott Ullrich2006-01-211-1/+74
| | | | Shift serial port toggle routine to pfsense-utils.inc. Call this function after configuration import to setup needed bits on system for serial console if need be. Shift console locjout routine to pfsense-utils.inc. Call this function from serial port code to setup if auto login / console lockout is enabled after config restore
* Remove cursor: hand, that's a pre-IE6-ism that should be shotScott Ullrich2006-01-191-6/+6
|
* MFC 9468Scott Ullrich2006-01-191-7/+7
| | | | Change cursor to hand when over tabs (since they're links)
* Revert to 1.377Scott Ullrich2006-01-151-729/+1504
|
* back out last commitScott Ullrich2006-01-151-17/+0
|
* Add back safe_mkdir!?Scott Ullrich2006-01-151-0/+16
|
* Revert to $Id: pkg-utils.inc,v 1.64.2.6 2006/01/15 03:33:19 sullrich Exp $Scott Ullrich2006-01-151-1359/+717
|
* Remove unused functionScott Ullrich2006-01-151-12/+0
|
* Correct warnings and errors found eclipseScott Ullrich2006-01-151-2/+10
|
* Fix bugs found by eclipseScott Ullrich2006-01-151-1/+1
|
* Call ob_flush() to dump text to browserScott Ullrich2006-01-071-0/+4
|
* Do not clear loopback interfaceScott Ullrich2006-01-041-0/+2
|
* mark sk as jumbo capableScott Ullrich2005-12-301-1/+1
|
* Correct sysctl callsScott Ullrich2005-12-301-4/+4
|
* MFC 8814Scott Ullrich2005-12-291-1/+7
| | | | Remove support for de driver per vlan man page - it needs kernel changes
* MFC 8813Scott Ullrich2005-12-291-3/+4
| | | | Sync list of large frame capable drivers with: http://www.freebsd.org/cgi/man.cgi?query=vlan&manpath=FreeBSD+6.0-RELEASE&format=html
* MFC 8802Scott Ullrich2005-12-291-5/+5
| | | | add -p swich to pwd_mkdb to update /etc/passwd.
* Add filtering bridge toggle switch just like m0n0wall has.Scott Ullrich2005-12-291-0/+14
| | | | Ticket #756
* Call interfaces_vlan_configure() when reloadingScott Ullrich2005-12-291-0/+6
| | | | Ticket #757
* s/cat//Scott Ullrich2005-12-281-1/+1
|
* Translate real name to friendly nameScott Ullrich2005-12-271-0/+1
|
* Bring up carp interfaces on reload_interfaces_sync()Scott Ullrich2005-12-261-1/+7
|
* Eliminate foreach errors if no firewall rules and no nat rules are defined.Scott Ullrich2005-12-231-13/+11
|
* Ensure items exist before testingScott Ullrich2005-12-221-12/+14
|
* Avoid a Warning:Invalid argument supplied for foreach() inScott Ullrich2005-12-221-8/+12
| | | | /etc/inc/pfsense-utils.inc on line 177
* Do not enable STP on wireless interfacesScott Ullrich2005-12-201-0/+14
|
* Sort array firstScott Ullrich2005-12-131-0/+1
|
* Do not return duplicate dns serversScott Ullrich2005-12-131-1/+8
|
* Do not lock alias if its emptyScott Ullrich2005-12-121-0/+1
| | | | Ticket #729
* Revert previous commit, the fix was in system.cinScott Ullrich2005-12-101-6/+0
|
* If "/var/etc/nameservers.conf" doesn't exist then simply return the dns ↵Scott Ullrich2005-12-101-0/+2
| | | | servers gathered up to this point
* Use correct variableScott Ullrich2005-12-101-4/+2
|
* Read in nameservers.conf for pppoeScott Ullrich2005-12-101-1/+6
|
* Only extract memory if dmesg.boot existsScott Ullrich2005-12-071-6/+9
|
* Do not allow an alias name to be edited if the item is in use.Scott Ullrich2005-12-051-0/+29
| | | | Ticket #720
* run interfaces_carp_bring_up_final() at end of reload_allScott Ullrich2005-12-041-1/+4
|
* Use filter_configure_sync()Scott Ullrich2005-12-031-1/+1
|
* run filter_configure() as one of the last stepsScott Ullrich2005-12-031-3/+3
|
* Configure captive portal during reload_all())Scott Ullrich2005-12-031-0/+3
|
* Restart sshd during reload_all()Scott Ullrich2005-12-031-1/+4
|
OpenPOWER on IntegriCloud