1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/lib
Alexander Bokovoy c219b832d9 CVE-2020-25717: Add FreeIPA domain controller role
As we want to reduce use of 'classic domain controller' role but FreeIPA
relies on it internally, add a separate role to mark FreeIPA domain
controller role.

It means that role won't result in ROLE_STANDALONE.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14801
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14556

Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>

Signed-off-by: Alexander Bokovoy <ab@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2021-11-08 10:46:43 +01:00
..
addns dnsupdates: clean up all RRSets and not only type A 2020-12-23 12:45:35 +00:00
afs s3:param: make "servicename" a substituted option 2019-11-27 10:25:37 +00:00
async_req lib: Fix a valgrind error 2020-04-23 21:53:38 +00:00
audit_logging audit_logging tests: Fix timezone validation 2020-03-07 06:37:09 +00:00
compression lzxpress: avoid technically undefined shift 2020-08-31 22:31:13 +00:00
crypto lib:crypto: Add py binding for set_relax/strict fips mode 2020-10-29 14:19:36 +00:00
dbwrap dbwrap_rbt: support TDB_INSERT and TDB_MODIFY store flags 2020-06-10 19:08:40 +00:00
fuzzing oss-fuzz: Add very verbose explaination for RPATH vs RUNPATH 2020-10-23 00:33:57 +00:00
krb5_wrap lib/krb5_wrap: Fix missing error check in new salt code 2021-10-26 12:00:28 +00:00
ldb ldb: version 2.3.2 2021-11-02 21:47:27 +00:00
ldb-samba lib:ldb-samba: Improve calculate_popt_array_length() 2021-11-02 20:36:16 +00:00
messaging lib: relicense smb_strtoul(l) under LGPLv3 2020-08-03 22:21:02 +00:00
mscat
param CVE-2020-25717: Add FreeIPA domain controller role 2021-11-08 10:46:43 +01:00
printer_driver
pthreadpool
replace replace: copy_file_range() 2021-08-11 09:54:14 +00:00
smbconf
socket lib/socket: autodetect RSS using ETHTOOL_GRXRINGS 2020-05-07 14:44:40 +00:00
talloc python: Ensure reference counts are properly incremented 2021-09-16 06:50:11 +00:00
tdb Fix Python docstrings 2021-10-26 12:00:28 +00:00
tdb_wrap
tdr
tevent Fix Python docstrings 2021-10-26 12:00:28 +00:00
texpect waf/texpect: add required nsl dependency for Solaris 2020-11-10 06:53:42 +00:00
torture lib/torture: fix subunit names of nested suites 2020-07-07 10:30:40 +00:00
tsocket tsocket: Fix a few typos 2021-01-14 13:29:35 +00:00
util lib: add sys_io_ranges_overlap() 2021-08-11 09:54:14 +00:00
README
wscript_build

compression - Various compression algorithms (MSZIP, lzxpress)
popt - Command-line option parsing library
replace - Provides replacements for standard (POSIX, C99) functions 
          not provided by the host platform.
subunit - Utilities and bindings for working with the Subunit test result 
          reporting protocol.
talloc - Hierarchical pool based memory allocator 
tdb - Simple but fast key/value database library, supporting multiple writers
torture - Simple unit testing helper library