summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
Commit message (Collapse)AuthorAgeFilesLines
* Do not enable fastforwarding with ipsec. Silence command because default gw ↵Ermal2010-03-291-2/+2
| | | | might not exist yet.
* Fix typo.Ermal2010-03-251-1/+1
|
* Upps use correct variable. Reported-by: kaarposoft(forum)Ermal2010-03-241-1/+1
|
* Generate hosts entries for all ips configured.Ermal2010-03-241-10/+7
|
* Use the -s ident option of mpd to send the logs for the PPPoE/PPTP/L2TP ↵Ermal2010-03-231-0/+9
| | | | servers to syslogs appropriate files. Create the files for these vpn's as for the others. Logs can be viewed in the VPN tab of the system log.
* Resolve problems with dns server setup when allow override is set. Also add ↵Ermal2010-03-231-11/+7
| | | | static routes for all nameservers to be friendly with multiwan.
* Only fetch inet family routes.Ermal2010-03-121-1/+1
|
* Correctly configure the default route addition when interfaces are ↵Ermal Luçi2010-03-091-2/+10
| | | | configured for pppoe/pptp. Handle in system routing configure dynamic interfaces. Also when chaning or configuring the defaultgw reconfigure the underlying interface, this helps when this interfaces are dynamics one.
* Actually put it to background.Ermal Luçi2010-03-081-1/+1
|
* Put this on background to avoid delays.Ermal Luçi2010-03-081-1/+1
|
* Default to http.Ermal Luçi2010-03-051-1/+4
|
* Make sure we have initialized vars.Ermal Luçi2010-03-051-0/+3
|
* Allow the GUI auth API to be used for doing authentication against ↵Ermal Luçi2010-03-021-11/+0
| | | | authentication servers specified. Teach Openvpn to use this API. Allow openvpn to authenticate against multiple servers that can be selected on the server configuration page.
* Mute route delete message, regenerate resolv.conf as this also corrects ↵Seth Mos2010-03-011-1/+1
| | | | static routes to the DNS servers.
* Add support for authenticating users against server specified in the ↵Ermal Luçi2010-02-241-0/+10
| | | | system->user manager->servers for openvpn. While there propperly fill the shared secret field for raidus in the servers page.
* Fix several handling of gif/gre addresses and automatically added routes.Ermal Luçi2010-02-011-2/+2
|
* Stop fighting php bugs where a variable is not defined on one system yet it ↵Scott Ullrich2010-01-201-2/+9
| | | | is defined on another.
* Include itemScott Ullrich2010-01-201-1/+1
|
* Really unbreak sysctl handlingScott Ullrich2010-01-201-2/+5
|
* Unbreak default sysctl handlingAdministrator2010-01-201-3/+2
|
* Add some missing bracesjim-p2010-01-151-1/+2
|
* unbreak CP after HTTP > HTTPS redirectChris Buechler2010-01-041-3/+4
| | | | Ticket #270
* Boos max_procsScott Ullrich2010-01-021-4/+4
|
* Replace some occurrence of /tmp with the propper global variable in attempt ↵Ermal Luçi2009-12-281-15/+15
| | | | to minimize the search for what changes /tmp permissions.
* redirect to the correct portChris Buechler2009-12-271-1/+3
|
* Add redirect from HTTP to HTTPS. Ticket #63Chris Buechler2009-12-271-4/+11
|
* Use /tmp/ssl.key Ticket #63Scott Ullrich2009-12-231-1/+1
|
* Automatically generate a certificate Resolves #63Scott Ullrich2009-12-221-24/+16
|
* increase the default cert lifetimeChris Buechler2009-12-211-1/+1
|
* Generate a certificate at first boot rather than using a default public ↵Chris Buechler2009-12-211-9/+13
| | | | cert/key pair. Ticket #63
* Remove the existing default route before when can add a new one, check when ↵Seth Mos2009-12-181-0/+4
| | | | it differs from the existing one
* clarify comment, throw a log message when get into this code path, which ↵Seth Mos2009-12-181-2/+3
| | | | should not happen
* Fix deletion of ipaliases. Use get_real_interface instead of the long name ↵Ermal Luçi2009-12-171-1/+1
| | | | of function.
* Ticket #217. Comment out code that is half finished.Ermal Luçi2009-12-141-0/+2
|
* Fix typo in Importing SSL certificate message.Seth Mos2009-12-071-2/+2
|
* Move port to correct part of URLsullrich2009-12-061-1/+1
|
* Add lookup table for sysctl tunable (sysctl.inc). Make config.xml values ↵sullrich2009-12-061-3/+7
| | | | default to value 'default' Ticket #71
* Use preload.phpsullrich2009-12-031-1/+1
|
* Sleep for a second in beweensullrich2009-12-031-0/+2
|
* Prefetch index.php after starting webConfigurator and send it to /dev/null ↵sullrich2009-12-031-0/+3
| | | | allowing the priming of the apc cache
* Check to see if processes are running before killingsullrich2009-12-021-2/+4
|
* Check to see if powerd is running before killingsullrich2009-12-021-1/+2
|
* Set name in arraysullrich2009-12-021-0/+1
|
* Do not output done twice Ticket #63sullrich2009-12-021-1/+0
|
* Call file_exists for each file. Ticket #63sullrich2009-12-021-1/+1
|
* Setup a_cert and a_ca for write_config() Ticket #63sullrich2009-12-021-0/+6
|
* use same variablesullrich2009-12-021-5/+3
|
* Shorten output string. Setup crtsullrich2009-12-021-1/+6
|
* Assign unique ref and commit certificate. Ticket #63sullrich2009-12-021-4/+19
|
* Use lighty compression instead of php gzip Resolves #198sullrich2009-12-021-6/+9
|
OpenPOWER on IntegriCloud