Jamie Cameron
c002353b58
Delete /dev/mapper files when removing an LV
2017-07-06 21:42:35 -07:00
Jamie Cameron
5b0b18a506
Use more supported regexp syntax 7a3782a680
2017-07-04 09:29:18 -07:00
Jamie Cameron
2784efb063
Allow empty language priority https://github.com/webmin/webmin/issues/608
2017-07-03 21:03:15 -07:00
Jamie Cameron
551e67c443
Fix login message
2017-07-03 19:14:37 -07:00
Jamie Cameron
33a074f6f8
Merge pull request #609 from amishxda/escapebrace
...
Some fixes for perl 5.26
2017-07-03 09:44:25 -07:00
Amish
f40cce13d8
Use ./ in require instead of BEGIN
2017-07-03 21:59:52 +05:30
Amish
436ff5163f
Fix @INC for new perl versions
...
In new perl '.' (current directory) is removed from @INC
So while running setup.sh, it shows this error
Enabling background status collection ..
Can't locate system-status-lib.pl in @INC
This fixes it. (TODO: better solution?)
2017-07-03 12:34:20 +05:30
Amish
45c509b3e1
export PERLLIB
...
When running postinstall scripts, new version of perl gives this error:
Running postinstall scripts ..
Can't locate WebminCore.pm in @INC (you may need to install the WebminCore module)
Above fixes this.
2017-07-03 11:50:07 +05:30
Amish
5bec751f17
unescaped left brace in regex is deprecated
2017-07-03 11:41:05 +05:30
Amish
874919c696
unescaped left brace in regex is deprecated
2017-07-03 11:23:10 +05:30
Jamie Cameron
e8fd0257a5
Support Sangoma linux https://sourceforge.net/p/webadmin/bugs/4988/
2017-07-02 19:35:47 -07:00
Jamie Cameron
402caed4dd
Fix relative heights
2017-07-02 09:10:54 -07:00
Jamie Cameron
064faff227
Text areas should always be monospace
2017-07-01 17:35:53 -07:00
Jamie Cameron
fe35d13cd7
Postfix ignores trailing whitespaces, so we should too
2017-07-01 16:43:31 -07:00
Jamie Cameron
e7d086442c
Fix incorrect quotes https://sourceforge.net/p/webadmin/bugs/4982/
2017-06-30 23:18:49 -07:00
Jamie Cameron
5a18602bf0
Fix stupid typo https://sourceforge.net/p/webadmin/bugs/4972/
2017-06-30 14:42:20 -07:00
Jamie Cameron
bb963419d8
Default IPs to ignore can also be hostnames https://sourceforge.net/p/webadmin/bugs/4893/
2017-06-30 14:39:31 -07:00
Jamie Cameron
5d9efa9a3a
File might contain CR characters
2017-06-30 14:33:45 -07:00
Jamie Cameron
1f77afd259
Put back correct translation https://sourceforge.net/p/webadmin/bugs/4983/
2017-06-30 14:28:34 -07:00
Jamie Cameron
4b925c4787
Merge branch 'master' of git@github.com:webmin/webmin
2017-06-30 13:52:02 -07:00
Jamie Cameron
1f838a7257
Fix typo
2017-06-30 13:46:01 -07:00
Jamie Cameron
b86985265c
Merge pull request #605 from amishxda/morelog
...
Dont log just first message, log everything.
2017-06-29 21:52:28 -07:00
Amish
2ab4bbbb02
Dont log just first message, log everything.
...
Say administrator does not want IPv6 support and hence does not have Socket6 module installed. But wants PAM support but forgot to install Authen::PAM.
Since currently webmin prints just $startup_msg[0] (first message) - it will never print that "Perl module Authen::PAM needed for PAM". It will keep printing that "IPv6 support cannot be enabled". So administrator would never know what is the real error (that he needs to install "Authen::PAM")
This patch logs everything instead of just first line.
2017-06-29 14:29:01 +05:30
Jamie Cameron
99cf405445
Merge pull request #604 from amishxda/nopamonly
...
Log if no_pam and pam_only both are set
2017-06-28 20:12:58 -07:00
Amish
27c428e613
Log if no_pam and pam_only both are set
...
Some old config has no_pam set to 1. Now if administrator enables pam_only too then both are conflicting. Which makes webmin to exit with PAM error. But administrator can not figure out why? This logs additional line so that administrator know the reason.
2017-06-29 07:39:37 +05:30
Jamie Cameron
f74d8b1571
Populate cache even if there is nothing to read
2017-06-25 19:17:24 -07:00
Jamie Cameron
9dc7367dd6
Don't set bridge options that aren't defined
1.850
2017-06-24 15:39:12 -07:00
Jamie Cameron
1e8caabc50
Merge branch 'master' of git@github.com:webmin/webmin
2017-06-24 14:03:41 -07:00
Jamie Cameron
64720c97ab
Don't overwrite old repo name https://github.com/webmin/webmin/issues/603
2017-06-24 14:01:30 -07:00
Jamie Cameron
94cdddf447
Merge pull request #602 from Jaybus2/master
...
certmgr: Updated view/manage to work with openssl > 0.9.8
2017-06-22 20:01:16 -07:00
Josh Fisher
460ea14a24
Updated view/manage to work with openssl > 0.9.8
2017-06-22 12:11:54 -04:00
Jamie Cameron
dcd0daac42
Error is not a valid warning level
2017-06-21 15:41:57 -07:00
Jamie Cameron
2ae5345117
Remove dupe string
2017-06-21 10:14:25 -07:00
Jamie Cameron
c87b5c6e3d
New major version
2017-06-18 17:17:56 -07:00
Jamie Cameron
4fa781805f
Further updates for Debian 9 stable
2017-06-18 16:46:52 -07:00
Jamie Cameron
95180b7f9d
Completed port forwarding support
2017-06-17 16:23:23 -07:00
Jamie Cameron
379f7aaf0b
Creation and deletion of forwards now working
2017-06-17 15:43:47 -07:00
Jamie Cameron
f79d1040f3
More work on firewalld forwarding support
2017-06-17 14:59:51 -07:00
Jamie Cameron
9c0d9268e1
Merge branch 'master' of git@github.com:webmin/webmin
2017-06-17 12:24:54 -07:00
Jamie Cameron
1cbe773f6f
Also parse jail.d/*.local files https://github.com/webmin/webmin/issues/599
2017-06-17 12:24:22 -07:00
Jamie Cameron
27c09c00ec
Merge pull request #600 from gnadelwartz/master
...
firewall: minimal support for ipset rules
2017-06-17 11:44:21 -07:00
Kay Marquardt (Gnadelwartz)
e69c6699ac
update lang/en lang/de
2017-06-17 20:35:41 +02:00
Kay Marquardt (Gnadelwartz)
c419c339db
locallizaion of ipset output
2017-06-17 20:22:08 +02:00
Kay Marquardt (Gnadelwartz)
835175b098
display ipset name, type, number, size
2017-06-17 19:58:01 +02:00
Kay Marquardt (Gnadelwartz)
7ebd6ae4fe
read in ipset sets
2017-06-17 19:37:11 +02:00
Kay Marquardt (Gnadelwartz)
89b8c53666
list active ipsets in index.cgi
2017-06-17 18:05:36 +02:00
Kay Marquardt (Gnadelwartz)
94e8f32e47
generalize args processing and localize src dest
2017-06-17 17:26:11 +02:00
Kay Marquardt (Gnadelwartz)
1456de9649
lang string for source and destination
2017-06-17 16:58:44 +02:00
Kay Marquardt (Gnadelwartz)
9a445e00b9
display description for IP-Set Rules
2017-06-17 15:06:11 +02:00
Kay Marquardt (Gnadelwartz)
771050ba7c
display description for IP-Set Rules
2017-06-17 15:05:10 +02:00