]> git.ipfire.org Git - ipfire-2.x.git/log
ipfire-2.x.git
3 years agosamba: remove pid at killproc in initscript core152 v2.25-core152
Arne Fitzenreiter [Sun, 1 Nov 2020 17:06:08 +0000 (18:06 +0100)] 
samba: remove pid at killproc in initscript

sometime a stale nmbd or smbd process prevent start of samba.
this change should kill all processes.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
3 years agosamba: Add support for custom configuration changes
Michael Tremer [Mon, 9 Nov 2020 18:43:15 +0000 (18:43 +0000)] 
samba: Add support for custom configuration changes

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore152: Ship header.pl
Matthias Fischer [Fri, 6 Nov 2020 08:30:03 +0000 (09:30 +0100)] 
core152: Ship header.pl

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: update to 4.13.1
Arne Fitzenreiter [Fri, 30 Oct 2020 06:35:23 +0000 (07:35 +0100)] 
samba: update to 4.13.1

This is a security release in order to address
CVE-2020-14318 (Missing handle permissions check in SMB1/2/3 ChangeNotify),
CVE-2020-14323 (Unprivileged user can crash winbind) and
CVE-2020-14383 (An authenticated user can crash the DCE/RPC DNS with easily
crafted records).

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore152: Ship language files
Michael Tremer [Thu, 29 Oct 2020 13:48:58 +0000 (13:48 +0000)] 
core152: Ship language files

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore152: Ship updated SSH initscript
Michael Tremer [Tue, 27 Oct 2020 13:32:19 +0000 (13:32 +0000)] 
core152: Ship updated SSH initscript

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoOpenSSH: Fix initscript to actually kill the daemon
Michael Tremer [Tue, 27 Oct 2020 13:20:56 +0000 (14:20 +0100)] 
OpenSSH: Fix initscript to actually kill the daemon

The SSH daemon was not terminated properly because killproc
tried to terminate all processes with that name. That caused
that the master daemon respawned some processed which were
therefore not killed because killproc determined a list of
PIDs only once before starting sending signals.

This patch only kills the master process which is being
determined by using sshd's pid file.

That results in all established connections not being
interrupted any more.

Furthermore, the loadproc function checks if any processes
with the given name are already running which could be true
if there are any connections still open.
That check is being disabled with the -f switch and sshd
will always be launched.

"/etc/init.d/sshd stop" might now print FAIL if only the
master process, but no connection processes were terminated.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoMerge remote-tracking branch 'origin/next'
Michael Tremer [Tue, 27 Oct 2020 11:46:16 +0000 (11:46 +0000)] 
Merge remote-tracking branch 'origin/next'

3 years agosamba: Bump package release
Michael Tremer [Tue, 27 Oct 2020 11:44:34 +0000 (11:44 +0000)] 
samba: Bump package release

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Make changing shares taking effect immediately
Michael Tremer [Tue, 27 Oct 2020 11:37:03 +0000 (11:37 +0000)] 
samba: Make changing shares taking effect immediately

The action was performed after the table has already been
rendered which required reloading the page to show a new
share.

This has now been moved to the top so that new changes
will be shown immediately.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoavahi: Disable custom stack protector configuration
Michael Tremer [Wed, 7 Oct 2020 08:04:38 +0000 (08:04 +0000)] 
avahi: Disable custom stack protector configuration

We already pass -fstack-protector-strong, which might be overridden
by -fstack-protector-all. We also know that SSP works in our version
of libc and do not need to link against libssp.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agomtr: update to 0.94
Peter Müller [Fri, 23 Oct 2020 17:26:24 +0000 (19:26 +0200)] 
mtr: update to 0.94

Complete changelog since version 0.93:

V0.94
   Aaron Lipinski (10):
         gtk_menu_append -> gtk_menu_shell_append
         GTK_OBJECT -> G_OBJECT
         gtk_button_new_from_stock -> gtk_button_new_with_label
         gtk3
         hbox/vbox -> gtk_box_new
         gtk_menu_popup -> gtk_menu_popup_at_pointer
         show resolved hostname in raw dnsline
         rely on final return NULL
         introduce libasan
         avoid stack use after scope

   Alejandro Leal (2):
         few updates to manual page and README.md
         Updating some comments

   Chongyu Zhu (1):
         probe: fix find_source_addr

   Konrad Bucheli (1):
         fix segmentation fault if there is no IP address on an interface (fixes #320)

   Kulemin Alexander (1):
         report: json: reworked with libjansson

   Mark Egan-Fuller (1):
         Add display of destination.

   Markus Kötter (6):
         simplification - remove sockaddrtop
         simplification - remove addrcpy
         simplification - remove rsa{4,6}
         simplification - address addrcmp
         simplification - improve readability
         ip6 udp - fix probes with local or remote port

   R.E. Wolff (29):
         fix warning on recent compilers.
         Merge branch 'master' of github.com:traviscross/mtr
         net find local address fix by meingtsla
         proposed patch for bsd compile error
         fix closing brace
         Added include errno --obouizi
         Merge branch 'master' of github.com:traviscross/mtr
         More compilation warning fixes from obouizi
         Added extra help text to configure --yvs
         Changed MAXPATH to MAX_PATH for AIX compatibility. -- aixtools
         make the code for gtk2/3 a bit nicer.
         Merge branch 'gtk3_with_fallback' of https://github.com/krisl/mtr
         Merge branch 'master' of github.com:traviscross/mtr
         in hindsight my previous patch wasn't so nice. And nobody told me.

   Sean Wei (1):
         Fix parameter in ui/net.c

   Siyuan Miao (1):
         show mpls information in raw output

   atib (1):
         Added code to print multiple addresses regitered on the same hop count

   atibdialpad (2):
         Change TTL dynamically to adjust for path changes
         TODO list changes

   meingtsla (2):
         asn_{open,close}: Always initialize ipinfo hash table
         Merge branch 'master' of https://github.com/traviscross/mtr into asn-open-always-hcreate

In addition, the "bootstrap.sh" script no longer exists and has
therefore been removed from the LFS file.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoTor: update to 0.4.4.5
Peter Müller [Fri, 23 Oct 2020 17:18:04 +0000 (19:18 +0200)] 
Tor: update to 0.4.4.5

Please refer to
https://gitweb.torproject.org/tor.git/plain/ChangeLog?h=tor-0.4.4.5 for
the changelog of this release.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore152: Ship CA certificates
Michael Tremer [Fri, 23 Oct 2020 15:52:18 +0000 (15:52 +0000)] 
core152: Ship CA certificates

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoupdate ca-certificates CA bundle
Peter Müller [Fri, 23 Oct 2020 15:35:06 +0000 (17:35 +0200)] 
update ca-certificates CA bundle

Update the CA certificates list to what Mozilla NSS ships currently.

The original file can be retrieved from:
https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoUpdate credits.cgi
Michael Tremer [Fri, 23 Oct 2020 10:08:07 +0000 (10:08 +0000)] 
Update credits.cgi

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoUpdate languages
Michael Tremer [Fri, 23 Oct 2020 10:07:37 +0000 (10:07 +0000)] 
Update languages

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoImprove DHCP dynamic leases list usability. Active and expired leases are now grouped...
Leo-Andres Hofmann [Wed, 21 Oct 2020 11:48:33 +0000 (12:48 +0100)] 
Improve DHCP dynamic leases list usability. Active and expired leases are now grouped and the list is divided by a horizontal line. Sorting and creating static leases remains unchanged.

Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoImprove indentation and HTML output of PrintActualLeases & leasesort
Leo-Andres Hofmann [Wed, 21 Oct 2020 11:48:30 +0000 (12:48 +0100)] 
Improve indentation and HTML output of PrintActualLeases & leasesort

Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore152: Ship proxy.cgi
Michael Tremer [Mon, 19 Oct 2020 09:26:17 +0000 (09:26 +0000)] 
core152: Ship proxy.cgi

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agomodified proxy.cgi to make it possible that all subnets declared in "network access...
Steffen Klammer [Fri, 16 Oct 2020 08:08:52 +0000 (10:08 +0200)] 
modified proxy.cgi to make it possible that all subnets declared in "network access control" will be translated from cidr to subnet notation in proxy.pac

Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore152: Ship suricata
Michael Tremer [Thu, 15 Oct 2020 15:35:13 +0000 (15:35 +0000)] 
core152: Ship suricata

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosuricata: Update to 5.0.4
Stefan Schantl [Thu, 15 Oct 2020 15:31:54 +0000 (17:31 +0200)] 
suricata: Update to 5.0.4

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore152: Ship libhtp
Michael Tremer [Thu, 15 Oct 2020 15:34:25 +0000 (15:34 +0000)] 
core152: Ship libhtp

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agolibhtp: Update to 0.5.35
Stefan Schantl [Thu, 15 Oct 2020 15:31:21 +0000 (17:31 +0200)] 
libhtp: Update to 0.5.35

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore152: Ship yaml
Michael Tremer [Thu, 15 Oct 2020 15:33:59 +0000 (15:33 +0000)] 
core152: Ship yaml

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoyaml: Update to 0.2.5
Stefan Schantl [Thu, 15 Oct 2020 15:30:46 +0000 (17:30 +0200)] 
yaml: Update to 0.2.5

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Do not ship the location database again core151 v2.25-core151
Michael Tremer [Wed, 14 Oct 2020 13:51:25 +0000 (13:51 +0000)] 
core151: Do not ship the location database again

This might potentially downgrade the database and is a waste
of space in the update. Therefore we simply do not ship it here.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Ship libloc again
Michael Tremer [Wed, 14 Oct 2020 13:49:46 +0000 (13:49 +0000)] 
core151: Ship libloc again

This is necessary because some installations have a version
of Core Update 150 installed without the latest version.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoMerge branch 'master' into next
Michael Tremer [Wed, 14 Oct 2020 10:35:41 +0000 (10:35 +0000)] 
Merge branch 'master' into next

3 years agofirewall: Filter only on RED and exclude any private address space
Michael Tremer [Wed, 14 Oct 2020 10:32:05 +0000 (11:32 +0100)] 
firewall: Filter only on RED and exclude any private address space

Since libloc is built as a tree we cannot simply exclude any address
space in the middle of it. Therefore we create some firewall rules
which simply avoid checking non-globally routable address space.

Fixes: #12499
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Update rootfiles
Michael Tremer [Wed, 14 Oct 2020 09:53:30 +0000 (09:53 +0000)] 
samba: Update rootfiles

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Drop default printer configuration
Michael Tremer [Wed, 14 Oct 2020 09:51:27 +0000 (09:51 +0000)] 
samba: Drop default printer configuration

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Bump package version
Michael Tremer [Tue, 13 Oct 2020 16:07:07 +0000 (17:07 +0100)] 
samba: Bump package version

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Allow rewriting configuration from CLI
Michael Tremer [Tue, 13 Oct 2020 16:04:46 +0000 (17:04 +0100)] 
samba: Allow rewriting configuration from CLI

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Remove unused INTERFACES setting
Michael Tremer [Tue, 13 Oct 2020 15:49:33 +0000 (16:49 +0100)] 
samba: Remove unused INTERFACES setting

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Use the same delete icon as everywhere else
Michael Tremer [Tue, 13 Oct 2020 15:41:04 +0000 (16:41 +0100)] 
samba: Use the same delete icon as everywhere else

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Refactor user management
Michael Tremer [Tue, 13 Oct 2020 15:36:05 +0000 (16:36 +0100)] 
samba: Refactor user management

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Set a useful default workgroup
Michael Tremer [Tue, 13 Oct 2020 15:12:57 +0000 (16:12 +0100)] 
samba: Set a useful default workgroup

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Remove tbl class from join form
Michael Tremer [Tue, 13 Oct 2020 15:10:20 +0000 (16:10 +0100)] 
samba: Remove tbl class from join form

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Automatically migrate role setting
Michael Tremer [Tue, 13 Oct 2020 15:09:05 +0000 (16:09 +0100)] 
samba: Automatically migrate role setting

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Replace security setting with server role
Michael Tremer [Tue, 13 Oct 2020 15:06:47 +0000 (16:06 +0100)] 
samba: Replace security setting with server role

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Change share template to something more safe
Michael Tremer [Tue, 13 Oct 2020 14:57:23 +0000 (15:57 +0100)] 
samba: Change share template to something more safe

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Add recycle extension, too
Michael Tremer [Fri, 9 Oct 2020 16:41:46 +0000 (17:41 +0100)] 
samba: Add recycle extension, too

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Drop choice to enable/disable wide links/UNIX extensions
Michael Tremer [Fri, 9 Oct 2020 16:02:29 +0000 (17:02 +0100)] 
samba: Drop choice to enable/disable wide links/UNIX extensions

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Enable support for Apple's OS X by default
Michael Tremer [Fri, 9 Oct 2020 15:58:55 +0000 (16:58 +0100)] 
samba: Enable support for Apple's OS X by default

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Use full page width for all tables
Michael Tremer [Fri, 9 Oct 2020 15:35:05 +0000 (16:35 +0100)] 
samba: Use full page width for all tables

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Refactor status area
Michael Tremer [Fri, 9 Oct 2020 15:33:38 +0000 (16:33 +0100)] 
samba: Refactor status area

There is no need to double-wrap the status output in tables.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Refactor shares section
Michael Tremer [Fri, 9 Oct 2020 15:24:26 +0000 (16:24 +0100)] 
samba: Refactor shares section

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Remove unused anchors
Michael Tremer [Fri, 9 Oct 2020 15:08:14 +0000 (16:08 +0100)] 
samba: Remove unused anchors

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Remove more legends
Michael Tremer [Fri, 9 Oct 2020 15:06:25 +0000 (16:06 +0100)] 
samba: Remove more legends

These are not helpful and any documentation should be living in the wiki

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Replace save icon with a button and remove legend
Michael Tremer [Fri, 9 Oct 2020 15:03:23 +0000 (16:03 +0100)] 
samba: Replace save icon with a button and remove legend

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Re-indent global settings table
Michael Tremer [Fri, 9 Oct 2020 15:00:37 +0000 (16:00 +0100)] 
samba: Re-indent global settings table

No functional changes

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Replace icons on top of page with buttons
Michael Tremer [Fri, 9 Oct 2020 14:52:38 +0000 (15:52 +0100)] 
samba: Replace icons on top of page with buttons

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Add tbl class to all <table>s
Michael Tremer [Fri, 9 Oct 2020 14:45:21 +0000 (15:45 +0100)] 
samba: Add tbl class to all <table>s

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Drop refresh page hack
Michael Tremer [Fri, 9 Oct 2020 14:39:21 +0000 (15:39 +0100)] 
samba: Drop refresh page hack

This is very invalid HTML, very often inserted into spaces where
it should not be, and the page does not even need to be reloaded
after any action has been performed.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Refactor service status
Michael Tremer [Fri, 9 Oct 2020 14:37:03 +0000 (15:37 +0100)] 
samba: Refactor service status

No functional changes

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Remove un-exported password sync option
Michael Tremer [Fri, 9 Oct 2020 11:36:25 +0000 (12:36 +0100)] 
samba: Remove un-exported password sync option

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Remove move unused network variables
Michael Tremer [Fri, 9 Oct 2020 11:33:33 +0000 (12:33 +0100)] 
samba: Remove move unused network variables

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Remove OS level
Michael Tremer [Fri, 9 Oct 2020 11:31:14 +0000 (12:31 +0100)] 
samba: Remove OS level

Samba will chose this automatically and the documentation advises
against changing the default.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Drop PDC default configuration
Michael Tremer [Fri, 9 Oct 2020 11:29:37 +0000 (12:29 +0100)] 
samba: Drop PDC default configuration

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Remove preferred master option
Michael Tremer [Fri, 9 Oct 2020 11:26:58 +0000 (12:26 +0100)] 
samba: Remove preferred master option

This is no longer relevant since we cannot run in domain
mode any longer.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Remove local master option
Michael Tremer [Fri, 9 Oct 2020 11:24:41 +0000 (12:24 +0100)] 
samba: Remove local master option

It is not a good default to withdraw samba from the race of becoming
the local master browser. There is no reason why it couldn't be.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Drop support for being PDC for Windows NT domains
Michael Tremer [Fri, 9 Oct 2020 11:19:48 +0000 (12:19 +0100)] 
samba: Drop support for being PDC for Windows NT domains

This is outdated, and nobody uses it

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Drop interfaces configuration
Michael Tremer [Fri, 9 Oct 2020 11:14:22 +0000 (12:14 +0100)] 
samba: Drop interfaces configuration

It is virtually impossible to limit samba to these interfaces only.

Therefore we add a static list of all interfaces of the local network.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Add option to require clients to encrypt the connection
Michael Tremer [Thu, 8 Oct 2020 21:56:36 +0000 (22:56 +0100)] 
samba: Add option to require clients to encrypt the connection

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Export all printers from CUPS
Michael Tremer [Thu, 8 Oct 2020 21:40:12 +0000 (22:40 +0100)] 
samba: Export all printers from CUPS

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Remove printer management
Michael Tremer [Thu, 8 Oct 2020 21:37:04 +0000 (22:37 +0100)] 
samba: Remove printer management

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Always show printer options
Michael Tremer [Thu, 8 Oct 2020 21:33:19 +0000 (22:33 +0100)] 
samba: Always show printer options

Samba is always linked against CUPS and therefore there is
no way to disable printing anyways.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Remove help popup
Michael Tremer [Thu, 8 Oct 2020 21:24:28 +0000 (22:24 +0100)] 
samba: Remove help popup

This is outdated and should be put into the wiki.

It is also some very ugly JS.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Remove reset options
Michael Tremer [Thu, 8 Oct 2020 21:19:17 +0000 (22:19 +0100)] 
samba: Remove reset options

This only requires that we have to change multiple files with
the same settings.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Log to syslog
Michael Tremer [Thu, 8 Oct 2020 21:08:52 +0000 (22:08 +0100)] 
samba: Log to syslog

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Drop support for WINS
Michael Tremer [Thu, 8 Oct 2020 20:55:32 +0000 (21:55 +0100)] 
samba: Drop support for WINS

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Remove limitation that server only uses SMB2
Michael Tremer [Thu, 8 Oct 2020 20:52:49 +0000 (21:52 +0100)] 
samba: Remove limitation that server only uses SMB2

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Drop netbios name option
Michael Tremer [Thu, 8 Oct 2020 20:50:45 +0000 (21:50 +0100)] 
samba: Drop netbios name option

It makes no sense that the same server has different host names

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Hard-code server string
Michael Tremer [Thu, 8 Oct 2020 20:49:02 +0000 (21:49 +0100)] 
samba: Hard-code server string

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Drop outdated character set settings
Michael Tremer [Thu, 8 Oct 2020 20:47:12 +0000 (21:47 +0100)] 
samba: Drop outdated character set settings

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosambactrl: Remove unused reset command
Michael Tremer [Thu, 8 Oct 2020 20:38:39 +0000 (21:38 +0100)] 
sambactrl: Remove unused reset command

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Remove any options left to default value in global section
Michael Tremer [Thu, 8 Oct 2020 20:34:39 +0000 (21:34 +0100)] 
samba: Remove any options left to default value in global section

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Remove deprecated encrypt/null passwords options
Michael Tremer [Thu, 8 Oct 2020 15:59:36 +0000 (16:59 +0100)] 
samba: Remove deprecated encrypt/null passwords options

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Update SECURITY option in settings, too
Michael Tremer [Thu, 8 Oct 2020 15:54:31 +0000 (16:54 +0100)] 
samba: Update SECURITY option in settings, too

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Correctly escape status output
Michael Tremer [Thu, 8 Oct 2020 15:52:34 +0000 (16:52 +0100)] 
samba: Correctly escape status output

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Show status output in monospace font
Michael Tremer [Thu, 8 Oct 2020 15:51:23 +0000 (16:51 +0100)] 
samba: Show status output in monospace font

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Remove socket options
Michael Tremer [Thu, 8 Oct 2020 15:48:16 +0000 (16:48 +0100)] 
samba: Remove socket options

It is not useful to set this on a modern server. The Linux
kernel will be tuning any send and receive buffer sizes.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Remove deprecated syslog options
Michael Tremer [Thu, 8 Oct 2020 15:46:33 +0000 (16:46 +0100)] 
samba: Remove deprecated syslog options

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Migrate older backups too and use standard update mechasism
Michael Tremer [Thu, 8 Oct 2020 15:40:24 +0000 (16:40 +0100)] 
samba: Migrate older backups too and use standard update mechasism

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agosamba: Migrate configuration from Samba 3.6 to 4.x
Michael Tremer [Thu, 8 Oct 2020 15:38:41 +0000 (16:38 +0100)] 
samba: Migrate configuration from Samba 3.6 to 4.x

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoMerge remote-tracking branch 'origin/master' into next
Michael Tremer [Mon, 12 Oct 2020 20:21:09 +0000 (20:21 +0000)] 
Merge remote-tracking branch 'origin/master' into next

3 years agotor: Bump release
Michael Tremer [Mon, 12 Oct 2020 10:15:59 +0000 (10:15 +0000)] 
tor: Bump release

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agotor.cgi: fix calling Perl location module functions
Peter Müller [Fri, 9 Oct 2020 19:20:32 +0000 (19:20 +0000)] 
tor.cgi: fix calling Perl location module functions

The second version of this patch avoids re-defining $db_handle.

Fixes: #12492
Cc: Stefan Schantl <stefan.schantl@ipfire.org
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Acked-By: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore151: Remove multiple calls of rm
Michael Tremer [Mon, 12 Oct 2020 20:07:30 +0000 (20:07 +0000)] 
core151: Remove multiple calls of rm

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoupdate.sh: Delete obsolete files from Net-DNS 1.25
Matthias Fischer [Mon, 12 Oct 2020 18:28:31 +0000 (20:28 +0200)] 
update.sh: Delete obsolete files from Net-DNS 1.25

Fixes Bug #12491

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoen: Fix typo in "Port Scans"
Michael Tremer [Mon, 12 Oct 2020 10:28:50 +0000 (10:28 +0000)] 
en: Fix typo in "Port Scans"

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agofirewall hits graph: Fix order of values
Michael Tremer [Mon, 12 Oct 2020 10:27:15 +0000 (10:27 +0000)] 
firewall hits graph: Fix order of values

The fields were mixed up and therefore graph showed incorrect
values.

Fixes: #12496
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agotor: Bump release
Michael Tremer [Mon, 12 Oct 2020 10:15:59 +0000 (10:15 +0000)] 
tor: Bump release

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agotor.cgi: fix calling Perl location module functions
Peter Müller [Fri, 9 Oct 2020 19:20:32 +0000 (19:20 +0000)] 
tor.cgi: fix calling Perl location module functions

The second version of this patch avoids re-defining $db_handle.

Fixes: #12492
Cc: Stefan Schantl <stefan.schantl@ipfire.org
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Acked-By: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agonano: Update to 5.3
Matthias Fischer [Sun, 11 Oct 2020 16:54:19 +0000 (18:54 +0200)] 
nano: Update to 5.3

For details see:
https://www.nano-editor.org/news.php

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore152: Ship knot
Michael Tremer [Mon, 12 Oct 2020 10:07:27 +0000 (10:07 +0000)] 
core152: Ship knot

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agoknot: Update to 3.0.1
Matthias Fischer [Sun, 11 Oct 2020 16:50:24 +0000 (18:50 +0200)] 
knot: Update to 3.0.1

For details see:
https://www.knot-dns.cz/2020-10-10-version-301.html

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
3 years agocore152: Ship unbound
Michael Tremer [Mon, 12 Oct 2020 10:06:22 +0000 (10:06 +0000)] 
core152: Ship unbound

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>