summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
Commit message (Expand)AuthorAgeFilesLines
* MFC of change [19782] per request from sullrich@Bill Marquette2007-10-171-0/+9
* Make sure we're foreach'ing through an arrayBill Marquette2007-10-151-1/+1
* Write out file correctlySeth Mos2007-09-261-1/+3
* Do not match netmasksSeth Mos2007-09-251-3/+6
* Trigger on real hostnames onlySeth Mos2007-09-251-2/+2
* Change function add_hostname_to_watch() to use host so we handle multiple IP ...Seth Mos2007-09-251-8/+22
* Add function is_fqdn()Seth Mos2007-09-251-1/+15
* Resolve aliases correctlyScott Ullrich2007-09-251-1/+2
* Only record entry if it resolves to an ip addressScott Ullrich2007-09-251-1/+2
* Remove debugging echoScott Ullrich2007-09-251-1/+0
* Enumerate multiple aliasesScott Ullrich2007-09-251-4/+7
* * Add find_dns_aliases()Scott Ullrich2007-09-251-0/+16
* Use gethostbyname()Scott Ullrich2007-09-251-1/+1
* Hush up PHP warnings.Scott Ullrich2007-09-251-0/+2
* Add add_hostname_to_watch() function which will help operate the dns firewall...Scott Ullrich2007-09-251-1/+11
* remove previous commit, moving function to index.php to support package insta...Scott Dale2007-07-231-35/+0
* add tab for widgets functionScott Dale2007-07-231-0/+34
* Add rrd graph settings page.Seth Mos2007-07-211-3/+1
* Keep longer archives, allow for a 4 year spanSeth Mos2007-07-161-4/+14
* Axe unused archives, correct average times.Seth Mos2007-07-151-27/+3
* Correct location of use_rrd_gateway.Scott Ullrich2007-06-181-1/+1
* * Add functions required for dashboard * Killing trailing spaceScott Ullrich2007-05-231-1/+1
* usleep(1000); between down and delete. this appears to fix the carp issues.Scott Ullrich2007-05-211-0/+1
* Do not destroy carp interface which can lead to a panic. This has been teste...Scott Ullrich2007-05-201-2/+2
* Add is_wan_interface_up($interface)Seth Mos2007-05-071-0/+19
* Return the virtual interface for PPPoESeth Mos2007-05-061-0/+2
* * Do not allow duplicate entries by default in add_text_to_file() * Add optio...Scott Ullrich2007-05-021-9/+10
* * Do not close a buffer that has failed * Automatically retry failed connectionScott Ullrich2007-05-021-1/+1
* Woops, actually use $url Noticed-by: SethScott Ullrich2007-05-011-1/+1
* Add does_url_exist() which can verify a URL exists before downloading.Scott Ullrich2007-05-011-0/+18
* * add comments about scheduler logic * correct one case where the logic was n...Scott Ullrich2007-04-301-5/+1
* Do not writeout tdr_cron_install() entries on bootup. Somehow doing so adds ...Scott Ullrich2007-04-271-1/+3
* Only deinstall filter reload item if it is presently installedScott Ullrich2007-04-271-4/+6
* Add is_private_ip function which will return true if an ip address falls with...Scott Ullrich2007-04-251-0/+23
* Move interface info function for global useScott Dale2007-04-241-0/+195
* The earlier fix from today that fixed get_interfaces_with_gateways() created ...Scott Ullrich2007-04-241-1/+16
* Dont check-state on the rules.Scott Ullrich2007-04-231-1/+1
* Use check-state on all TDR rulesScott Ullrich2007-04-231-1/+1
* check-state at the beginning of the tdr setScott Ullrich2007-04-231-0/+1
* * Fix get_interface_list()Scott Ullrich2007-04-231-1/+1
* Correctly use all interfaces.Seth Mos2007-04-231-2/+2
* Make the ordering of the IPFW time based rules exactly the same as PF so ther...Scott Ullrich2007-04-221-0/+4
* Correctly incriment skipto rule number.Scott Ullrich2007-04-221-1/+2
* Fix tdr_get_next_ipfw_rule to not return 2 every time.Scott Ullrich2007-04-221-1/+1
* Add anti-lockout rule to ipfw so that you cannot lock yourself out of the GUI...Scott Ullrich2007-04-221-1/+11
* Use skipto type ipfw rules so that the pass type rules will not bail out of t...Scott Ullrich2007-04-211-3/+32
* Fix another major bug in time based rules. When a * * * rule is in affect on...Scott Ullrich2007-04-211-2/+6
* Fix a major time based rule bug. We need to match packets *INCOMING* to the ...Scott Ullrich2007-04-211-1/+1
* Remove trailing spaceScott Ullrich2007-04-181-1/+1
* Do not carriage return in the middle of a shell commandScott Ullrich2007-04-181-2/+1
OpenPOWER on IntegriCloud