summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
Commit message (Collapse)AuthorAgeFilesLines
* Use nanobsdScott Ullrich2010-05-181-1/+1
|
* Use !=Scott Ullrich2010-05-181-1/+1
|
* Nuke nonsenseScott Ullrich2010-05-181-34/+1
|
* Add back needed functionsScott Ullrich2010-05-181-0/+80
|
* Only check g['platform'] for nanobsdScott Ullrich2010-05-181-79/+3
|
* Add missing functions and move check earlier since this only checks on bootupScott Ullrich2010-05-181-0/+39
|
* Add system_identify_specific_platform()Scott Ullrich2010-05-181-0/+39
|
* Add reset button support to alix/wrap. Obtained-from: m0n0wallScott Ullrich2010-05-181-1/+31
|
* Do not throw the error message unnecerssarily. It is legal on 2.0 to not ↵Ermal2010-05-171-6/+4
| | | | specify default gw on 2.0 with pppoe/pptp links specified.
* Reduce the amount of logic in system_routing_configure to check for existing ↵smos2010-05-171-18/+5
| | | | | | routes. This code is in the same style as used by Ermal. Ticket #507
* Do not unconditionaly remove the default route and readd it. This should ↵smos2010-05-141-3/+30
| | | | | | | make system_routing_configure more reliably. Ticket #507 stability
* fix up textChris Buechler2010-05-111-2/+2
|
* Ticket #567. Create an entry on hosts file with the ip address of lan or the ↵Ermal2010-05-031-3/+13
| | | | first inerface ip without a gateway if lan is not present.
* Reload gateway groups when changing them.Ermal2010-04-291-1/+0
|
* Ticket #507. Do not remove all static routes to readd them back. The change ↵Ermal2010-04-281-96/+43
| | | | will never delete a rule but define the action to be taken on it, either add or change a present route. Be consinstent on gateways allowed to be selected as destinations for static routes, including dynamic gateways.
* 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
|
OpenPOWER on IntegriCloud