Andreas Schneider
ff76ca9f5e
Create a samba-dc-provision subpackage
...
This includes only ldif files for provisioning => noarch
2019-12-05 18:28:56 +01:00
Andreas Schneider
c97e6064e0
Fix spec file issues
2019-12-05 18:22:07 +01:00
Andreas Schneider
372d0e739b
Add missing README files
2019-12-05 18:09:57 +01:00
Andreas Schneider
e13ee9e124
Update logrotate script
2019-12-05 18:09:34 +01:00
Andreas Schneider
92f910d0ce
Bump release for new build
2019-12-05 16:35:06 +01:00
Andreas Schneider
856d012d3a
libMESSAGING is needed by samba-client-libs now
...
Found by rpmdiff
2019-12-05 16:31:27 +01:00
Andreas Schneider
68888452ae
Use an URL for Source0.
...
This makes our tools happy and you can use it as a link to get the
tar.gz.
2019-12-05 15:19:28 +01:00
Andreas Schneider
29f9871161
More fixes for pidl packaging
...
MakeMaker installs files with 0444:
https://bugzilla.redhat.com/show_bug.cgi?id=1780126
Define permissions when packaging files as a workaround.
2019-12-05 15:04:18 +01:00
Andreas Schneider
63c45b0f9c
Fix pidl packageing
2019-12-02 12:06:24 +01:00
Andreas Schneider
d8d5855742
Remove the pidl patch and build pidl using its Makefile.PL
2019-11-29 11:20:00 +01:00
Andreas Schneider
6c604304ff
Restart the winbind service on upgrade
2019-11-25 12:02:45 +01:00
Alexander Bokovoy
30d958fe7b
Update DES removal patch
2019-11-06 12:01:00 +02:00
Andreas Schneider
569e038159
Fix building without addc
2019-10-30 14:07:14 +01:00
Günther Deschner
8b95929035
Update to Samba 4.11.2
...
resolves : #1763137 , #1766558 - Security fixes for CVE-2019-10218
resolves : #1764126 , #1766559 - Security fixes for CVE-2019-14833
Guenther
2019-10-29 15:44:46 +01:00
Alexander Bokovoy
03a27a2599
Fix deployment of Samba AD DC with MIT Kerberos
...
When DES encryption is not supported in MIT Kerberos, deployment of
Samba AD DC fails with
"ERROR(ldb): uncaught exception - setup_kerberos_keys: generation of a
des-cbc-md5 key failed: Bad encryption type"
Fix it by not using DES encryption types in MIT build.
Resolves #1757071
2019-10-27 13:31:38 +02:00
Alexander Bokovoy
a744fc0117
Correct generated krb5.conf file to actually find own realm
2019-10-27 13:27:03 +02:00
Alexander Bokovoy
e9627e790b
Do not allow DES encryption when using Kerberos
...
MIT Kerberos did remove support for DES. Without removing DES from the
default encryption types list we cannot proceed with Samba AD DC
creation.
Convert internal DES implementation to use GnuTLS instead.
2019-10-27 13:23:45 +02:00
Alexander Bokovoy
e5c09f56c5
Both testsuite and AD DC builds require ldb/tdb-tools and python modules
2019-10-27 12:26:30 +02:00
Günther Deschner
9e83e1f955
Update to Samba 4.11.1
...
Guenther
2019-10-18 16:50:48 +02:00
Günther Deschner
856af2e226
Update to Samba 4.11.0
...
Guenther
2019-09-17 15:36:13 +02:00
Günther Deschner
85a89f29c5
Update to Samba 4.11.0rc4
...
Guenther
Signed-off-by: Guenther Deschner <gd@samba.org>
2019-09-12 00:21:36 +02:00
Günther Deschner
4bb65f79e0
Add missing files
...
Guenther
2019-09-04 09:13:49 +02:00
Günther Deschner
2576eaa8cf
Fix ldb version dependency
...
Guenther
2019-09-03 14:44:38 +02:00
Günther Deschner
8cd9e18859
Update to Samba 4.11.0rc3
...
resolves : #1746225 , #1748308 - Security fixes for CVE-2019-10197
Guenther
2019-09-03 14:31:58 +02:00
Günther Deschner
43905f8ce7
re-add pidl
...
resolves : #1746014
Guenther
2019-08-29 13:26:24 +02:00
Lubomir Rintel
03200dff29
Move the NetworkManager dispatcher script out of /etc
...
It's not user configuration and shouldn't ever have been there. Except for that
it used to be the only location NetworkManager looked into. With NetworkManager
1.20 that is no longer the case and the dispatcher scripts can be moved to
/usr/lib.
2019-08-26 20:47:34 +02:00
Günther Deschner
2bed036e93
Update to Samba 4.11.0rc2
...
Thanks to Lukas Slebodnik <lslebodn@fedoraproject.org>
Guenther
2019-08-26 15:48:48 +02:00
Günther Deschner
c174d658c2
Update to Samba 4.11.0rc1
...
Guenther
2019-08-26 12:59:43 +02:00
Miro Hrončok
f4980e8f7e
Rebuilt for Python 3.8
2019-08-19 11:05:43 +02:00
Alexander Bokovoy
e9d6c3ff33
Allow Windows to resolve IPA users and groups over LSA RPC
...
Fixes: https://bugzilla.samba.org/show_bug.cgi?id=14091
2019-08-16 11:15:00 +03:00
Fedora Release Engineering
83f40a53eb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 22:38:48 +00:00
Günther Deschner
30c7339758
Add missing samba tests in filelist
...
Guenther
2019-07-13 19:14:15 +02:00
Günther Deschner
f69b2b0217
Update to Samba 4.10.6
...
Guenther
2019-07-08 16:10:49 +02:00
Günther Deschner
b6c2e29b4a
Avoid deprecated time.clock in wafsamba
...
resolves : #1718113
Update to latest waf version 2.0.17
resolves : #1711638
Guenther
2019-07-01 17:46:59 +02:00
Günther Deschner
06c62a692d
Various bugfixes
...
resolves : #1602824 - Make vfs_fruit operable with other remote VFS modules
resolves : #1716455 - Avoid pathconf() in get_real_filename() VFS calls
resolves : #1706090 , #1700791 - Fix smbspool
Guenther
2019-06-20 20:57:37 +02:00
Günther Deschner
bfd237a88e
Update to Samba 4.10.5
...
resolves : #1711816 , #1721872 - Security fixes for CVE-2019-12435
resolves : #1711837 , #1721873 - Security fixes for CVE-2019-12436
Guenther
2019-06-19 12:35:34 +02:00
Jitka Plesnikova
031398b6ab
Perl 5.30 rebuild
2019-05-31 06:55:34 +02:00
Günther Deschner
461627cebb
Add more missing ctdb directories
...
resolves : #1656777
Guenther
2019-05-28 13:32:54 +02:00
Günther Deschner
d062acc7b3
Add missing /etc/ctdb/events/legacy directory
...
Guenther
2019-05-28 12:15:15 +02:00
Günther Deschner
eecd9d56d0
Update to Samba 4.10.4
...
Guenther
2019-05-22 14:46:10 +02:00
Andreas Schneider
0cdb9d87a4
Fix License tag
2019-05-17 16:44:00 +02:00
Andreas Schneider
d67bdef6ca
Add missing Requires
2019-05-15 17:46:07 +02:00
Andreas Schneider
00f50422f7
Move libcluster-samba4.so to samba-client-libs
...
This is used by client libs and we don't want to require samba-libs.
2019-05-15 17:41:04 +02:00
Günther Deschner
436e6ea1ab
Update to Samba 4.10.3
...
resolves : #1705877 , #1709679 - Security fixes for CVE-2018-16860
Guenther
2019-05-14 10:33:03 +02:00
Andreas Schneider
0886ab0c3b
If we build Samba without AD DC obsolete DC packages
2019-05-10 11:31:35 +02:00
Andreas Schneider
6d8230cbfd
Always package glusterfs_fuse
2019-05-10 09:37:55 +02:00
Andreas Schneider
12a645ef2c
Add missing BR for libtasn1-tools to get asn1Parser
2019-05-09 18:17:09 +02:00
Andreas Schneider
009991df0a
Add missing BR for libtasn1-devel and gnutls-devel in non-AD case
2019-05-09 18:05:04 +02:00
Andreas Schneider
507f87a34c
Remove python2 code for building on RHEL
...
Samba has python3 support now.
2019-05-09 17:48:03 +02:00
Andreas Schneider
a5b527fe93
Rebuild for MIT Kerberos soname bump of libkadm5srv
...
resolves : #1699230
2019-04-15 13:18:38 +02:00
Günther Deschner
fe35505836
Add missing test files
...
Guenther
2019-04-09 11:22:35 +02:00
Günther Deschner
6c625d2193
Update to Samba 4.10.2
...
resolves : #1689010 , #1697718 - Security fixes for CVE-2019-3870
resolves : #1691518 , #1697717 - Security fixes for CVE-2019-3880
Guenther
2019-04-09 10:59:44 +02:00
Günther Deschner
837c9f1b1c
Update to Samba 4.10.1
...
Guenther
2019-04-03 11:08:29 +02:00
Andreas Schneider
7d9e9baef5
Fix typo in BR for python3-subunit-test
2019-03-25 16:58:02 +01:00
Andreas Schneider
5a16bed392
Add missing DC requirement for its python3 tools
...
resolves : #1692347
2019-03-25 16:21:21 +01:00
Andreas Schneider
fa7412b328
Rename patch to fix make install
2019-03-25 16:20:54 +01:00
Andreas Schneider
68f311fcaa
Add BuildRequires for the python3 subunit tests to run selftest
2019-03-25 16:18:01 +01:00
Günther Deschner
e1cadd0ea6
Fix build failure (duplication during install)
...
Guenther
2019-03-20 19:14:10 +01:00
Günther Deschner
f7481df50d
Fix non-DC build.
...
Guenther
2019-03-19 17:45:56 +01:00
Günther Deschner
9dc720da4d
Update to Samba 4.10.0
...
Guenther
2019-03-19 12:17:32 +01:00
Günther Deschner
7eff93fa0b
Update to Samba 4.10.0rc4
...
Guenther
2019-03-06 14:47:57 +01:00
Günther Deschner
f537739911
Update to Samba 4.10.0rc3
...
Guenther
2019-02-22 13:51:42 +01:00
Igor Gnatenko
d5a38cc8ab
Rebuild for readline 8.0
2019-02-17 09:31:07 +01:00
Andreas Schneider
57d362cb8f
Fix public NDR API
...
resolves : #1672231
2019-02-14 15:11:35 +01:00
Günther Deschner
737284e448
Move samba.xattr modules out of python3 test package
...
resolves : #1674547
Guenther
2019-02-12 15:53:35 +01:00
Günther Deschner
2961c3a683
Update to Samba 4.10.0rc2
...
Guenther
2019-02-06 16:38:48 +01:00
Günther Deschner
3167ab6362
Remove python2 from the build
...
Guenther
2019-01-31 16:31:14 +01:00
Günther Deschner
fa9745376a
Update to Samba 4.10.0rc1
...
Guenther
2019-01-31 16:31:14 +01:00
Igor Gnatenko
8cb13b2d8b
Remove obsolete ldconfig scriptlets
...
References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-01-22 18:40:53 +01:00
Björn Esser
d59d5d69d2
Rebuilt for libcrypt.so.2 ( #1666033 )
2019-01-14 19:16:02 +01:00
Günther Deschner
5eff0802dd
Update to Samba 4.9.4
...
Guenther
2018-12-20 11:45:46 +01:00
Andreas Schneider
08bc45b085
Fix /var/run/samba -> /run/samba
...
This also creates warnings on boot if /var/run in in a tmpfile.
2018-12-10 18:34:57 +01:00
Andreas Schneider
271d438a35
Add missing Require to ldb-tools for samba-tool
2018-12-10 18:34:57 +01:00
Günther Deschner
4399751038
Keep building with MIT KDC support
...
Guenther
2018-11-28 09:14:11 +01:00
Günther Deschner
221435e850
Update to Samba 4.9.3
...
resolves : #1625449 , #1654078 - Security fixes for CVE-2018-14629
resolves : #1642545 , #1654082 - Security fixes for CVE-2018-16841
resolves : #1646377 , #1654091 - Security fixes for CVE-2018-16851
resolves : #1646386 , #1654092 - Security fixes for CVE-2018-16852
resolves : #1647246 , #1654093 - Security fixes for CVE-2018-16853
resolves : #1649278 , #1654095 - Security fixes for CVE-2018-16857
Guenther
2018-11-28 08:40:36 +01:00
Andreas Schneider
83383bda5e
Add missing Archive::Tar perl module for selftest
2018-11-20 08:53:37 +01:00
Andreas Schneider
beec0125b6
There are no pygpgme packages anymore
2018-11-16 13:25:28 +01:00
Andreas Schneider
86571df3f4
Add lmdb as a BuildRequire for 'make test'
2018-11-12 18:36:50 +01:00
Andreas Schneider
c54f499f1b
Add missing requirement to lmdb
2018-11-12 18:35:16 +01:00
Günther Deschner
0516288a3b
Update to Samba 4.9.2
...
Guenther
2018-11-08 20:01:08 +01:00
Andreas Schneider
af6b030436
Move libMESSAGING-SEND-samba4.so a few lines down
2018-09-28 15:13:31 +02:00
Andreas Schneider
6505aa953f
We always build with mit_krb5 in the meantime
2018-09-26 12:17:03 +02:00
Alexander Bokovoy
39c6fe7d44
Add CTDB examples with a config migration script
2018-09-26 09:44:42 +03:00
Andreas Schneider
d78c05ea80
Use spaces instead of tabs
2018-09-24 11:59:15 +02:00
Andreas Schneider
d24ae51b78
Update to version 4.9.1
2018-09-24 11:02:26 +02:00
Günther Deschner
90f5d3ce6a
Update to Samba 4.9.0
...
Guenther
2018-09-13 12:23:53 +02:00
Andreas Schneider
748de698fb
Update to version 4.9.0rc5
2018-09-06 13:27:39 +02:00
Günther Deschner
a1a51adf2b
Update to Samba 4.9.0rc4
...
Guenther
2018-08-29 17:34:43 +02:00
Andreas Schneider
c32b0a7c4f
Don't create a dc or dc-libs package if not enabled
2018-08-22 12:31:13 +02:00
Andreas Schneider
c22327fe59
Update samba-client-libs
...
samba-client-libs should not depend on samba-libs. Found by rpmdiff.
2018-08-21 16:04:43 +02:00
Andreas Schneider
460c9949b8
Add missing Requires to python3-samba-libs
...
Found by rpmdiff
2018-08-21 16:03:20 +02:00
Andreas Schneider
437bb44f43
Add a dot to the License tag
...
rpmdiff complains about a missing dot in the License tag to be valid.
2018-08-20 20:28:47 +02:00
Günther Deschner
806044e1dc
More python3 cleanup
...
Guenther
2018-08-17 15:27:47 +02:00
Andreas Schneider
fd5746f1d1
Fix python3 packaging
2018-08-17 15:21:14 +02:00
Günther Deschner
37a07dd202
Update to Samba 4.9.0rc3
...
resolves : #1589651 , #1617916 - Security fixes for CVE-2018-1139
resolves : #1580230 , #1618613 - Security fixes for CVE-2018-1140
resolves : #1612805 , #1618697 - Security fixes for CVE-2018-10858
resolves : #1610640 , #1617910 - Security fixes for CVE-2018-10918
resolves : #1610645 , #1617911 - Security fixes for CVE-2018-10919
Guenther
2018-08-17 13:09:28 +02:00
Colin Walters
14849e6974
Use tmpfiles macro
...
Currently this will always run even if we're not booted via systemd;
I saw error spew when doing an rpm-ostree build. The systemd
macro silences errors.
2018-08-06 15:36:33 +02:00
Andreas Schneider
3bf028cf0b
Add some spec file cleanups
2018-08-01 18:28:10 +02:00
Günther Deschner
ea99297a6a
Update to Samba 4.9.0rc2
...
Guenther
2018-08-01 01:54:00 +02:00
Andreas Schneider
922022e99c
Add explict require to samba-common-libs for python packages
2018-07-31 15:57:15 +02:00
Günther Deschner
3f80b48c15
Fix non-dc build.
...
Guenther
2018-07-15 02:24:15 +02:00