Commit Graph

7317 Commits

Author SHA1 Message Date
Scott Ullrich
59b04fa235 Version bump 2007-01-31 19:40:55 +00:00
Scott Ullrich
89e67d6bc0 sICMPV6/ipv6-icmp/ 2007-01-31 18:34:53 +00:00
Daniel Stefan Haischt
78730e65d6 upgrade config if cron items are missing. 2007-01-30 23:48:49 +00:00
Scott Ullrich
d4171cd49b Version bump 2007-01-30 19:51:09 +00:00
Ryan Wagoner
fa35e8cebd miniupnpd interfaces field is required .. pointed out by dsh 2007-01-30 19:16:13 +00:00
Scott Ullrich
8539f769b7 Only install icmp rule if we can obtain an IP address for the WAN interface 2007-01-30 16:23:32 +00:00
Daniel Stefan Haischt
699865037e replaced background image by its GIF counterpart 2007-01-30 01:02:11 +00:00
Scott Ullrich
e2c9ef13e8 Call filter_configure() not filter_configure_sync() which blocks and waits for the entire filter to reload. Woops. 2007-01-30 00:51:32 +00:00
Ryan Wagoner
37f54a713f fix typo in miniupnpd 2007-01-30 00:45:21 +00:00
Ryan Wagoner
d86002ec99 miniupnpd version bump 20070130 2007-01-30 00:29:12 +00:00
Daniel Stefan Haischt
a56d2bd385 * added missing images for numericupdown and datepicker controll 2007-01-29 22:59:11 +00:00
Scott Ullrich
fb3cb2c50f MFC #2 of #2 2007-01-29 22:07:52 +00:00
Scott Ullrich
58af594152 PPPoE automatic disconnect MFC
Submitted-by: DSH
Really, really, really wanted by: Hoba

Commit #1 of #2
2007-01-29 22:03:56 +00:00
Scott Ullrich
5f9bcd7acb * Turn off led earlier in function to avoid return
* Use consistent /bin/echo
2007-01-29 21:27:36 +00:00
Scott Ullrich
a0a125b931 Add support for both Soekris and WRAP led's for trigger an alert. 2007-01-29 21:15:28 +00:00
Scott Ullrich
385b3413cd Woops, use /dev/led/error 2007-01-29 21:11:09 +00:00
Scott Ullrich
d0d32c1b1c Toggle the LED on wrap/soekris when an alert is filed if /dev/led1 exists. 2007-01-29 21:07:55 +00:00
Scott Ullrich
c522fc918b MFC recent changes from Ryan 2007-01-29 20:56:08 +00:00
Scott Ullrich
d5c2fde54c MFC latest tcpdump changes from Scott Dale 2007-01-29 20:47:39 +00:00
Scott Ullrich
1071e028a5 Backport cron handling from HEAD.
Patches-submitted-by: DSH@
2007-01-29 04:09:12 +00:00
Scott Ullrich
f2025e919e Shift ping handling duties over to minicron. Cron is just not working for some reason. 2007-01-28 06:24:07 +00:00
Scott Ullrich
d8a778565a Permit firewall to ping out from the WAN IP for ping_hosts.sh 2007-01-28 04:35:25 +00:00
Scott Ullrich
1d1dfa64f2 Startup cron correctly 2007-01-28 03:05:07 +00:00
Scott Ullrich
b7f4350128 Add check_reload_status checker script to ensure that it is always running.
Prior attempts to restart from filter.inc lead to socket descriptor inheriting strangeness.
2007-01-27 00:13:46 +00:00
Scott Ullrich
c0b131a5f4 Oops, down the interface first, then delete. 2007-01-25 22:50:31 +00:00
Scott Ullrich
161040eb43 * Add get_number_of_vlan_interfaces()
* Delete old VLAN interfaces and recreate automatically
2007-01-25 22:46:07 +00:00
Scott Ullrich
0d55818db1 Update native and long frame support from vlan(4) 2007-01-25 22:36:13 +00:00
Scott Ullrich
de068d0b22 Call interfaces_vlan_configure() instead of reload_interfaces(). reload_interfaces() is still considered experimental and I am really not sure how this snuck past on the prior cleanup. 2007-01-25 22:26:20 +00:00
Scott Ullrich
45f2708c42 Work around DHCLIENT issue temporarily until we can deterimine why it is occuring. 2007-01-25 00:56:58 +00:00
Scott Ullrich
383a3d3aec Use array_merge_recursive 2007-01-25 00:18:05 +00:00
Scott Ullrich
841c1f84be Use array_combine() 2007-01-24 23:46:53 +00:00
Scott Ullrich
dc1cd85d6f Add pfsense.merge_config_section which can merge two keys together via XMLRPC sync instead of killing the prior section. This is useful when merging subkeys of installedpackets for example. 2007-01-24 23:39:56 +00:00
Scott Ullrich
83cda9769a Add pfsense.merge_config_section which can merge two keys together via XMLRPC sync instead of killing the prior section. This is useful when merging subkeys of installedpackets for example. 2007-01-24 23:32:15 +00:00
Scott Ullrich
339495c779 Sync aliases after removing 2007-01-24 22:58:15 +00:00
Scott Ullrich
5a1eebc7ef Backport the alias rowhelper description feature 2007-01-24 04:34:52 +00:00
Seth Mos
c3214aed6e Bump version
Load balancing should now work with legacy configs.
2007-01-23 23:15:37 +00:00
Seth Mos
f35f2e37a8 Fix filter rules when using load balancing pools. Latest CVS was broken.
Logic error. And we do need to guess. It's not a local IP, it's a gateway.
Something with toffees
2007-01-23 22:00:13 +00:00
Seth Mos
fde7c161a7 Make DHCP server rules work again. on OPT interfaces. 2007-01-23 20:43:02 +00:00
Scott Ullrich
b2d95b76c6 Version bump 2007-01-23 00:32:51 +00:00
Scott Ullrich
106934e426 Do not launch check_reload_status from filter.inc. This creates some strange situation where check_reload_status inherits socket descriptors from OpenVPN. 2007-01-22 01:08:36 +00:00
Seth Mos
297363aff1 Don't guess interface, we know. 2007-01-21 22:19:42 +00:00
Seth Mos
c25998b98a If the load balancer interface name turns out to be a ip address we guess the interface and log a error.
Found by Holger
2007-01-21 21:51:13 +00:00
Seth Mos
2a1e01d7ac Not sure how I missed this.
* use correct variable name.
2007-01-20 23:29:39 +00:00
Scott Ullrich
4fd34ccee4 Kill trailing space and note that dsh submitted last patch. 2007-01-20 20:52:51 +00:00
Scott Ullrich
67fa245aca Fix multiple selection in RELENG_1 package editor. -HEAD does not suffer from this bug as the codebase is different. 2007-01-20 20:51:47 +00:00
Scott Ullrich
cc978ad1f3 Allow special characters in MPD/PPTP passwords.
Ticket #1210
2007-01-19 16:39:07 +00:00
Scott Ullrich
4f18157180 Add back missing WINS statement that was accidently chopped in commit #9051
Ticket #1209
2007-01-19 16:36:39 +00:00
Seth Mos
d396dbe299 Bump version 2007-01-19 06:31:42 +00:00
Scott Ullrich
d7cd712998 s/require/require_once/ 2007-01-19 04:08:51 +00:00
Scott Ullrich
ab6a5cfc9e MFC TCPDump packet capture scripts from Scott Dale 2007-01-19 03:52:07 +00:00