Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
5034a7f5 01/04/2013 05:38 PM Jim Pingle

Add this fix here too for upnp, set the bits when specifying the listening IP.

18d4d360 02/01/2012 06:23 PM Jim Pingle

Change SNMP binding option to work on any eligible interface/VIP. Fixes #2158

12a0cd74 06/15/2011 02:04 PM Ermal LUÇI

Remove obsolete file lurking on installs.

fddb3cd6 06/14/2011 01:40 PM Ermal LUÇI

Allow people to enter another user than admin for syncrhonizing in the carp settings page.

7401c8c4 06/08/2011 09:33 PM Jim Pingle

Allow OpenNTPD to listen on Virtual IPs, not just interfaces. Fixes #342

13f0762d 05/27/2011 03:28 AM Bill Marquette

Fix #1277
Wasn't able to remove the multicast RIPv2 discovery at startup, but
all ripv1 response's are gone now.

2f6532d5 05/18/2011 11:09 PM Ermal LUÇI

Fixes #1514. Differentiate in the carp settings between layer7, limiter and queues so layer7 and limiters do not rely on queues being active.

93c1127f 03/02/2011 01:57 PM Jim Pingle

Add GUI option to CARP settings for syncing certs. It was in the backend code but not the GUI. Fixes #1316

539d5973 03/02/2011 12:25 AM Ermal LUÇI

Remove custom code for checking ip_addr and use the pfsense provided one.

cf46a14f 03/02/2011 12:23 AM Ermal LUÇI

Do not be so drastic on normal failure.

88cbd62a 03/02/2011 12:18 AM Ermal LUÇI

More fixes to comments and code for upnpd. Also bring up to speed the stop/start logic.

2816f43f 03/02/2011 12:05 AM Ermal LUÇI

Improve logging and some tests during miniupnpd config generation.

b469b7fe 03/01/2011 11:51 PM Ermal LUÇI

This is not true anymore as piece of code.

8df14984 03/01/2011 11:46 PM Ermal LUÇI

Correctly get only the interface mac address rather than any other found mac on this interface.

c22632db 01/05/2011 06:19 AM Chris Buechler

fix text

227f2be5 12/22/2010 02:27 PM Ermal LUÇI

Fix routed starting. Reported-by: http://forum.pfsense.org/index.php/topic,29015.0.html

a4fe5cac 11/30/2010 10:33 PM Jim Pingle

Reformat pfsync/xmlrpc sync settings. Hopefully make it more clear to understand and use.

4395500c 11/08/2010 06:44 AM Warren Baker

Recent move (d32d3970d58683d02f89073103eb595eaa8f395f) of routed/ items required additional files to be updated to reflect correct path.

98bcf1f8 11/06/2010 04:40 PM Scott Ullrich

Fix misc input validation errors. Move routed/* to same dir as pkg items

dff71b6b 08/30/2010 01:15 AM Scott Ullrich

Add Captive Portal CARP configuration synchronization

e7c893e2 08/03/2010 02:01 PM Jim Pingle

Fix the end of this file.

0ce72662 08/02/2010 09:17 PM Jim Pingle

Optionally sync users and groups via xmlrpc. Fixes #650

93b2c459 07/14/2010 03:41 PM Jim Pingle

Add NAT-PMP support to UPnP. Fixes #262. Thanks to Salvatore LaMendola for the patch.

9434370c 06/11/2010 03:50 PM Jim Pingle

Sync OpenVPN settings and DHCP Daemon settings via XMLRPC, and for DHCP set a proper failover IP where needed. Ticket #645 & Ticket #646 - Still needs a way to sync/restart services on Backup after config sync.

5db11366 03/05/2010 02:56 PM Ermal Luçi

Fix RIP code to be compliant with 2.0.

7dbaa205 03/05/2010 10:19 AM Ermal Luçi

Catch up with php5 changes on array.

cd61fbc9 02/26/2010 11:18 PM Jim Pingle

Fix typo

4494cf6a 12/07/2009 11:50 PM Chris Buechler

fix typos

7deffa40 11/29/2009 12:55 AM Scott Ullrich

Add listtopic. Remove tab

0a595d84 11/24/2009 01:44 PM Ermal Luçi

s/interfaces_carp_configure/interfaces_carp_setup/

3918d7d8 08/23/2009 10:33 PM Scott Ullrich

Do not enable / disable javascript field. Resolves #41

02afa684 08/15/2009 04:44 AM Jim Pingle

Fix potential bug in UPnP config.
If the shaper has never been used, the value being checked may not exist or not be an array.

1729ace8 07/09/2009 11:39 PM Jim Pingle

Add traffic shaper queue field to UPnP config

85dc3534 06/26/2009 03:17 PM Manoel Carvalho

Adding enablefields tag to enable/disable form elements

0027de0a 05/08/2009 06:42 PM Ermal Luçi
  • Create two new functions lock($subsystem)/unlock() to have more reliable locking using semaphores.
    This function can sleep till the resource is free and can help find not well behaving code.
  • Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this....
28359758 04/07/2009 08:40 PM Chris Buechler

don't kill routed unless it's running to avoid error in system log

a55e9c70 03/30/2009 12:38 AM Ermal Luçi
  • Hide interfaces internals to other code and use the propper interfaces.
    Basically use get_interface*() functions instead of accessing fields like 'ipaddr'/'descr' etc...
  • Make get_interfaces_with_gateway less heavyweight by getting information from the configuration stored in config.xml...
00d75b39 03/03/2009 04:38 PM Scott Ullrich

Add (s)

85a5da13 10/23/2008 09:51 PM Ermal Luçi
  • Rename get_current_wan_address to get_interface_ip
  • Rename get_real_wan_interface to get_real_interface
  • Simplify get_interface_ip by using find_interface_ip which should help in speed to since its using caching. Pointed by billm@
  • Cleanup some code when passing or remove some unused one.
d799787e 08/26/2008 04:48 AM Matthew Grooms

Rework most of the OpenVPN support. The interfaces have been updated to
not use the pkg system and the configuration has been migrated to an
openvpn prefix. The centralized user and certificate manager is now used
to support the openvpn configurations. Most of the files removed in this...

aef749eb 07/07/2008 01:05 AM Scott Ullrich

Eliminate interfaces_carp_bring_up_final()

a31a4582 04/28/2008 04:08 AM Scott Ullrich

Shutdown client instances upon deleting.

522a95b6 04/28/2008 03:51 AM Scott Ullrich

Pass mode

702a4702 04/28/2008 03:39 AM Scott Ullrich

Shutdown deleted process

409288e0 04/27/2008 08:44 PM Chris Buechler

clean up text

00bceb10 04/27/2008 08:20 PM Chris Buechler

change default value, fix white space

43894cbc 04/27/2008 08:17 PM Chris Buechler

shared key needs to be input field

a88c7c2e 04/27/2008 08:06 PM Chris Buechler

fix wording

a007827a 04/26/2008 02:07 AM Scott Ullrich

Begin adding OpenVPN users feature.

04a6e900 04/11/2008 09:03 PM Ermal Luçi

Differentiate between shared key and pki on the GUI.
Fix some errors with the javascript

0b2a4e64 04/05/2008 03:52 PM Martin Fuchs

OpenVPN: remove keepalive, its already hardcoded

e4342843 04/05/2008 02:24 PM Martin Fuchs

OpenVPN: added keepalive and infinite resolver options

fe32492e 04/04/2008 12:06 AM Martin Fuchs

OpenVPN: my fault... now its correct... the server pushes the commands...

505a15cb 04/03/2008 11:22 PM Martin Fuchs

OpenVPN: redirect-gateway added [for CSC]

cb360370 04/03/2008 08:46 PM Martin Fuchs

OpenVPN: redirect-gateway added

8be2d6d3 03/06/2008 07:03 PM Ermal Luçi

Remove ugly hacks and use propper method for dispalying generated ciphers.

849119e7 03/06/2008 05:58 PM Ermal Luçi

Correct typo.

267ab13f 03/06/2008 05:33 PM Ermal Luçi

Switch to using generated certificates for server mode.

741474ef 03/05/2008 05:31 PM Ermal Luçi

Show the certificate tab in all openvpn configuration tabs.

85739376 03/04/2008 10:34 PM Ermal Luçi

Use the new introduced pages.

e7a4132d 03/02/2008 02:52 PM Ermal Luçi

Introduce the Certificate generation tab for openvpn and use the certifacte generation page created by Scott.
Add the table missing tab to the certificate generation page.

c2d7f97e 02/14/2008 02:32 AM Chris Buechler

touch up text

Ticket #1644

4762e200 02/14/2008 02:31 AM Chris Buechler

touch up text

Ticket #1644

1d9797ca 01/11/2008 03:57 AM Chris Buechler

touch up text

Ticket #1577

e790dffe 01/08/2008 02:43 AM Chris Buechler

touch up text

Ticket #1569

348327b7 01/08/2008 02:40 AM Chris Buechler

touch up text

Ticket #1569

62366828 12/21/2007 08:09 PM Martin Fuchs

OpenVPN-multi-interface-patches by Fernando Tarl? Cardoso Lemos

c1a4aaca 10/24/2007 07:41 PM Martin Fuchs

Ticket 1709: fixed typo in OpenVPN cfg-page

6d61e0a0 10/23/2007 08:12 PM Martin Fuchs

Ticket 1709: fexed typo in OpenVPN cfg-page

709cc6e0 10/17/2007 12:25 AM Bill Marquette

global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427

d05e1b9f 10/01/2007 03:07 AM Ryan Wagoner

- clean up miniupnpd.inc use array directly instead of seperate function

25655f58 08/16/2007 10:37 AM Simon Cornelius P Umacob

MFC fix to RELENG_1

575e9633 08/10/2007 06:58 PM Martin Fuchs

fixed some typos

858fc95d 07/26/2007 09:02 PM Ryan Wagoner

remove duplicate upnp disabled message

431484c8 07/23/2007 05:26 PM Ryan Wagoner

-move upnp_action to services.inc
-make sure to clear rules when stopping miniupnpd
-fix status_upnp and status_services pages so they use upnp_action and not the rcfile

489c0062 07/18/2007 09:52 PM Scott Ullrich

Shutdown miniupnpd correctly.

Ticket #1383

9aaf57ea 06/30/2007 11:01 PM Scott Ullrich

Use /var/etc/

e80df06e 06/30/2007 10:14 PM Scott Ullrich

Woops, we need this code. Write out config file correctly.

daf52412 06/30/2007 09:54 PM Scott Ullrich

Correctly move upnp to base since LiveCD cannot write files to /usr/local/etc or /usr/local/etc/rc.d/

Ticket #1342

6f20377b 06/30/2007 09:48 PM Scott Ullrich

Correctly move upnp to base since LiveCD cannot write files to /usr/local/etc or /usr/local/etc/rc.d/

Ticket #1342

8fc63cd8 06/24/2007 09:03 PM Martin Fuchs

Add Type-Of-Service-passthru for server and client

54816afd 06/07/2007 04:28 PM Martin Fuchs

Add OpenVPN CSC-DHCP Options (override per Client), add TLS-Authentication, add connection-limit for server

89cb095e 05/23/2007 03:54 AM Ryan Wagoner

-bump miniupnpd version 20070521
-dropped status tab from upnp services page
-dropped tabs from upnp status page

b42ad736 05/14/2007 11:56 PM Scott Ullrich

Use pfSync SYNCPEER directive if defined.

Ticket #1317

f9927473 05/07/2007 05:02 PM Scott Ullrich

Add openvpn server tos and dhcp server options.

Submitted-by: Martin Fuchs

b1ed5356 05/02/2007 09:57 PM Scott Ullrich

Fix spelling mistake

Pointed-out-by: Summat via IRC

a3ed7f70 05/02/2007 09:34 PM Scott Ullrich

Add a note that you do not use Synchronize IP and password option on backup cluster members.

c6c029ba 05/01/2007 04:40 PM Scott Ullrich

Allow synchornize to ip to be blank.

27ecd06e 04/30/2007 09:01 PM Scott Ullrich

Capitalize IP

9764f470 04/30/2007 08:58 PM Scott Ullrich

Take into account the DHCP wan ip address as well

a8963d26 04/30/2007 08:48 PM Scott Ullrich

Do not forget VIP's as well.

5980fbbe 04/30/2007 08:42 PM Scott Ullrich

Do not allow the setting of the carp sync ip to be an ip address on the same firewall. This leads to a sync loop.

427b1cea 04/25/2007 08:05 PM Scott Ullrich

Remove hack that checks for blank protocol. We need to fix the upstream bug that is causing the blank entries. This bug is also appearing in the load balancing area now.

975a40cc 04/25/2007 04:19 PM Scott Ullrich

Increase the size of the openvpn custom options box.

db9aabe2 04/23/2007 05:13 PM Scott Ullrich

Apply OpenVPN patch from Martin Fuchs which adds outgoing tunnel bandwidthg control.

3fb0b9c1 04/23/2007 12:36 AM Scott Ullrich

Move sync schedules underneath firewall rules section for cosmetic bling bling.

Suggested-mulitple-times-by: Holger

5c379f6f 04/21/2007 09:15 PM Scott Ullrich

Use the correct array path to deterimine if a false entry exists.

9c223153 04/21/2007 08:44 PM Scott Ullrich

Only check for server or client respectively instead of checking for both. Otherwise if a operator is only running server or client openvpn entries we do not show the configuration.

e130cfd3 04/15/2007 07:37 PM Scott Ullrich

Add xml sync schedules option

5f7bb797 04/10/2007 05:19 PM Scott Ullrich

Do not show blank openvpn configuration items.