Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Create two new functions lock($subsystem)/unlock() to have more reliable ↵ | Ermal Luçi | 2009-05-08 | 1 | -8/+0 |
| | | | | | | | | | | | 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. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too. | ||||
* | don't kill routed unless it's running to avoid error in system log | Chris Buechler | 2009-04-07 | 1 | -2/+3 |
| | |||||
* | * Hide interfaces internals to other code and use the propper interfaces. | Ermal Luçi | 2009-03-30 | 1 | -7/+2 |
| | | | | | | | 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 * Some other missed custom interface list building and substituing with propper get_configured_interface*() NOTE: This should give indipendce on dynamic interfaces on some services that before could not be used on top of this type of interfaces. | ||||
* | Add (s) | Scott Ullrich | 2009-03-03 | 1 | -1/+1 |
| | |||||
* | * Rename get_current_wan_address to get_interface_ip | Ermal Luçi | 2008-10-23 | 2 | -4/+4 |
| | | | | | | * 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. | ||||
* | Rework most of the OpenVPN support. The interfaces have been updated to | Matthew Grooms | 2008-08-26 | 3 | -733/+0 |
| | | | | | | | | | | 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 commit were not being referenced. This commit also splits out the certificate management components into a new system menu item. | ||||
* | Eliminate interfaces_carp_bring_up_final() | Scott Ullrich | 2008-07-07 | 1 | -1/+0 |
| | |||||
* | Shutdown client instances upon deleting. | Scott Ullrich | 2008-04-28 | 1 | -0/+3 |
| | |||||
* | Pass mode | Scott Ullrich | 2008-04-28 | 1 | -1/+1 |
| | |||||
* | Shutdown deleted process | Scott Ullrich | 2008-04-28 | 1 | -0/+3 |
| | |||||
* | clean up text | Chris Buechler | 2008-04-27 | 1 | -8/+8 |
| | |||||
* | change default value, fix white space | Chris Buechler | 2008-04-27 | 1 | -2/+2 |
| | |||||
* | shared key needs to be input field | Chris Buechler | 2008-04-27 | 1 | -1/+1 |
| | |||||
* | fix wording | Chris Buechler | 2008-04-27 | 1 | -3/+3 |
| | |||||
* | Begin adding OpenVPN users feature. | Scott Ullrich | 2008-04-26 | 3 | -12/+24 |
| | |||||
* | Differentiate between shared key and pki on the GUI. | Ermal Luçi | 2008-04-11 | 1 | -1/+8 |
| | | | | Fix some errors with the javascript | ||||
* | OpenVPN: remove keepalive, its already hardcoded | Martin Fuchs | 2008-04-05 | 2 | -12/+0 |
| | |||||
* | OpenVPN: added keepalive and infinite resolver options | Martin Fuchs | 2008-04-05 | 3 | -0/+18 |
| | |||||
* | OpenVPN: my fault... now its correct... the server pushes the commands... | Martin Fuchs | 2008-04-04 | 2 | -6/+6 |
| | |||||
* | OpenVPN: redirect-gateway added [for CSC] | Martin Fuchs | 2008-04-03 | 1 | -1/+6 |
| | |||||
* | OpenVPN: redirect-gateway added | Martin Fuchs | 2008-04-03 | 1 | -0/+6 |
| | |||||
* | Remove ugly hacks and use propper method for dispalying generated ciphers. | Ermal Luçi | 2008-03-06 | 1 | -6/+1 |
| | |||||
* | Correct typo. | Ermal Luçi | 2008-03-06 | 1 | -1/+1 |
| | |||||
* | Switch to using generated certificates for server mode. | Ermal Luçi | 2008-03-06 | 2 | -65/+14 |
| | |||||
* | Show the certificate tab in all openvpn configuration tabs. | Ermal Luçi | 2008-03-05 | 2 | -0/+8 |
| | |||||
* | Use the new introduced pages. | Ermal Luçi | 2008-03-04 | 1 | -1/+1 |
| | |||||
* | Introduce the Certificate generation tab for openvpn and use the certifacte ↵ | Ermal Luçi | 2008-03-02 | 1 | -0/+4 |
| | | | | | | generation page created by Scott. Add the table missing tab to the certificate generation page. | ||||
* | touch up text | Chris Buechler | 2008-02-14 | 1 | -1/+1 |
| | | | | Ticket #1644 | ||||
* | touch up text | Chris Buechler | 2008-02-14 | 1 | -17/+17 |
| | | | | Ticket #1644 | ||||
* | touch up text | Chris Buechler | 2008-01-11 | 1 | -1/+1 |
| | | | | Ticket #1577 | ||||
* | touch up text | Chris Buechler | 2008-01-08 | 1 | -1/+1 |
| | | | | Ticket #1569 | ||||
* | touch up text | Chris Buechler | 2008-01-08 | 1 | -2/+2 |
| | | | | Ticket #1569 | ||||
* | OpenVPN-multi-interface-patches by Fernando Tarlá Cardoso Lemos | Martin Fuchs | 2007-12-21 | 1 | -0/+14 |
| | |||||
* | Ticket 1709: fixed typo in OpenVPN cfg-page | Martin Fuchs | 2007-10-24 | 1 | -1/+1 |
| | |||||
* | Ticket 1709: fexed typo in OpenVPN cfg-page | Martin Fuchs | 2007-10-23 | 1 | -2/+2 |
| | |||||
* | global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427 | Bill Marquette | 2007-10-17 | 1 | -1/+1 |
| | |||||
* | - clean up miniupnpd.inc use array directly instead of seperate function | Ryan Wagoner | 2007-10-01 | 1 | -59/+51 |
| | |||||
* | MFC fix to RELENG_1 | Simon Cornelius P Umacob | 2007-08-16 | 1 | -1/+1 |
| | |||||
* | fixed some typos | Martin Fuchs | 2007-08-10 | 2 | -4/+4 |
| | |||||
* | remove duplicate upnp disabled message | Ryan Wagoner | 2007-07-26 | 1 | -1/+0 |
| | |||||
* | -move upnp_action to services.inc | Ryan Wagoner | 2007-07-23 | 2 | -52/+5 |
| | | | | | -make sure to clear rules when stopping miniupnpd -fix status_upnp and status_services pages so they use upnp_action and not the rcfile | ||||
* | Shutdown miniupnpd correctly. Ticket #1383 | Scott Ullrich | 2007-07-18 | 1 | -0/+2 |
| | |||||
* | Use /var/etc/ | Scott Ullrich | 2007-06-30 | 1 | -7/+1 |
| | |||||
* | Woops, we need this code. Write out config file correctly. | Scott Ullrich | 2007-06-30 | 1 | -0/+29 |
| | |||||
* | Correctly move upnp to base since LiveCD cannot write files to ↵ | Scott Ullrich | 2007-06-30 | 1 | -2/+13 |
| | | | | /usr/local/etc or /usr/local/etc/rc.d/ Ticket #1342 | ||||
* | Correctly move upnp to base since LiveCD cannot write files to ↵ | Scott Ullrich | 2007-06-30 | 1 | -30/+1 |
| | | | | /usr/local/etc or /usr/local/etc/rc.d/ Ticket #1342 | ||||
* | Add Type-Of-Service-passthru for server and client | Martin Fuchs | 2007-06-24 | 2 | -0/+12 |
| | |||||
* | Add OpenVPN CSC-DHCP Options (override per Client), add TLS-Authentication, ↵ | Martin Fuchs | 2007-06-07 | 3 | -2/+101 |
| | | | | add connection-limit for server | ||||
* | -bump miniupnpd version 20070521 | Ryan Wagoner | 2007-05-23 | 1 | -15/+10 |
| | | | | | -dropped status tab from upnp services page -dropped tabs from upnp status page | ||||
* | Use pfSync SYNCPEER directive if defined. Ticket #1317 | Scott Ullrich | 2007-05-14 | 1 | -0/+8 |
| |