summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
Commit message (Collapse)AuthorAgeFilesLines
...
* * 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 ↵Scott Ullrich2007-04-301-5/+1
| | | | not correct
* Do not writeout tdr_cron_install() entries on bootup. Somehow doing so adds ↵Scott Ullrich2007-04-271-1/+5
| | | | a stray load balancing and openvpn entries.
* 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 ↵Scott Ullrich2007-04-251-0/+23
| | | | within a private subnet range.
* The earlier fix from today that fixed get_interfaces_with_gateways() created ↵Scott Ullrich2007-04-241-1/+17
| | | | new problem where all interfaces would show up in assign_interfaces screen and other places. Instead of showing them all by default teach get_interfaces_with_gateways() how to extract the complete list.
* Turn back off TDR debugging statements.Scott Ullrich2007-04-231-4/+8
|
* 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
| | | | * Backout Seth's changes. The bug was up the stack in get_interface_list()
* MFC 17596Scott Ullrich2007-04-231-1/+1
| | | | Correctly use all interfaces.
* Make the ordering of the IPFW time based rules exactly the same as PF so ↵Scott Ullrich2007-04-221-0/+4
| | | | there are no strange "gotchas" or "caveats" that the user would have to abide by.
* 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 ↵Scott Ullrich2007-04-221-1/+11
| | | | GUI. This is tunable via system -> advanced
* Use skipto type ipfw rules so that the pass type rules will not bail out of ↵Scott Ullrich2007-04-211-3/+28
| | | | the ipfw ruleset and keep processing at the next rule.
* Fix another major bug in time based rules. When a * * * rule is in affect ↵Scott Ullrich2007-04-211-2/+6
| | | | on the wan interface we where killing outgoing traffic from the firewall itself.
* Fix a major time based rule bug. We need to match packets *INCOMING* to the ↵Scott Ullrich2007-04-211-1/+1
| | | | interface similar to how pf works.
* Remove trailing spaceScott Ullrich2007-04-181-1/+1
|
* Do not carriage return in the middle of a shell commandScott Ullrich2007-04-181-2/+1
|
* Correctly note the filter configure item when removing the schedule feature ↵Scott Ullrich2007-04-161-1/+2
| | | | from cron
* Remove time based rule debugging statements.Scott Ullrich2007-04-111-16/+0
| | | | Reminded-by: Ryan Wagoner
* Do not sort dns server list.Scott Ullrich2007-04-111-1/+0
| | | | Reported-by: Goffredo Andreone
* Correct rrd_gateway pathSeth Mos2007-04-081-1/+1
|
* Do not zap cron entries with a large hammer. Instead gently use a knife.Scott Ullrich2007-04-031-3/+5
|
* Also configure loopback. Otherwise filter rules can not be loadedSeth Mos2007-04-031-1/+4
|
* Do not unset cron entries.. This needs a bit more work.Scott Ullrich2007-04-031-2/+2
|
* Correctly report falseScott Ullrich2007-04-031-1/+1
|
* rework the check code to be more readable since it is falsingScott Ullrich2007-04-031-4/+9
|
* Add more debugging infoScott Ullrich2007-04-031-0/+3
|
* Add debugging info for hourstatusScott Ullrich2007-04-031-1/+5
|
* * Add more debugging helpers to system logs * Unbreak logic since the recent ↵Scott Ullrich2007-04-021-1/+4
| | | | traffic shaper 'fix'
* * Do no \n * Be consistent on outputScott Ullrich2007-04-011-3/+3
|
* Add logging helper statementsScott Ullrich2007-04-011-6/+16
|
* Correctly handle hour and minutes on the dot.Scott Ullrich2007-04-011-1/+1
|
* Handle port ranges correctlyScott Ullrich2007-03-301-10/+6
|
* corrected schedule_inuse functionScott Dale2007-03-291-3/+2
|
* Added is_schedule_inuse()Scott Dale2007-03-291-0/+24
|
* Check that cron items exist before foreach()Scott Ullrich2007-03-291-0/+2
|
* Correctly check if an alias is in useScott Ullrich2007-03-291-2/+2
|
* Correct checkScott Ullrich2007-03-291-1/+1
|
* s/!/not/ for not based rules (tdr)Scott Ullrich2007-03-291-4/+4
|
* Correct the reload filter filenameScott Ullrich2007-03-291-2/+2
|
* * Add comments * Remove blank space at end of fileScott Ullrich2007-03-281-0/+17
|
* Monday is first nowScott Dale2007-03-281-1/+5
|
* Use cron instead of minicron and reload the rules on 0,15,30,45Scott Ullrich2007-03-281-0/+34
|
* Check correct status valuesScott Ullrich2007-03-271-1/+1
|
OpenPOWER on IntegriCloud