summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* CI: add a test for @GMT mask in SMB1 findRalph Boehme2023-01-131-0/+41
* s4:rpc_server/dnsserver: Zero-initialise pointersJoseph Sutton2023-01-101-28/+7
* lib: Remove idtree from samba_util.hVolker Lendecke2023-01-109-4/+9
* lib: Add "starting_id" to idr_get_new_random()Volker Lendecke2023-01-103-3/+9
* CVE-2022-38023 s4:rpc_server/netlogon: Move schannel and credentials check fu...Samuel Cabrero2023-01-092-546/+2
* CVE-2022-38023 s4:rpc_server:wscript: Reformat following pycodestyleSamuel Cabrero2023-01-091-122/+168
* s4:lib/messaging: fix interaction between imessaging_context_destructor and i...Stefan Metzmacher2023-01-062-0/+16
* torture: Fix whitespaceVolker Lendecke2023-01-041-267/+267
* Happy New Year 2023!Stefan Metzmacher2023-01-011-1/+1
* s4:setup:tests: Use system ldbdump if we build with system ldbAndreas Schneider2022-12-231-1/+4
* lib/compression: add simple python bindingsDouglas Bagnall2022-12-221-0/+1
* s4:torture: Fix stack variable used out of scope in test_devicemode_full()Andreas Schneider2022-12-201-123/+125
* s4:torture: Pass the dcerpc struct 's' for SetPrinter down to the macroAndreas Schneider2022-12-201-107/+107
* s4:torture: Pass the dcerpc struct 'q' for GetPrinter down to the macroAndreas Schneider2022-12-201-110/+110
* s4:torture: Fix stack variable used out of scope in test_devmode_set_level()Andreas Schneider2022-12-201-2/+1
* s4-auth: fix sam test binary ntstatus include pathGünther Deschner2022-12-161-1/+1
* s3-librpc: add ads.idl and convert ads_struct to talloc.Günther Deschner2022-12-162-0/+2
* s4:libnet: correctly handle gnutls_pbkdf2() errorsStefan Metzmacher2022-12-141-1/+4
* s4:libnet: fix error string for failing samr_ChangePasswordUser4()Stefan Metzmacher2022-12-141-1/+1
* auth4: Save lines with talloc_asprintf_addbuf() in authsam_domain_group_filter()Volker Lendecke2022-12-141-12/+6
* dns_server: Use talloc_asprintf_addbuf() in b9_format()Volker Lendecke2022-12-141-1/+1
* s4/samba: use process_set_title()Ralph Boehme2022-12-142-26/+8
* CVE-2022-37966 s4:kdc: apply restrictions of "kdc supported enctypes"Stefan Metzmacher2022-12-131-2/+10
* CVE-2022-37966 param: let "kdc default domain supportedenctypes = 0" mean the...Stefan Metzmacher2022-12-131-1/+5
* CVE-2022-37966 s4:kdc: announce PA-SUPPORTED-ETYPES like windows.Stefan Metzmacher2022-12-133-71/+151
* CVE-2022-37966 s4:libnet: allow python bindings to force setting an nthash vi...Stefan Metzmacher2022-12-131-3/+15
* CVE-2022-37966 s4:libnet: add support LIBNET_SET_PASSWORD_SAMR_HANDLE_18 to s...Stefan Metzmacher2022-12-132-0/+80
* CVE-2022-37966 s4:libnet: initialize libnet_SetPassword() arguments explicitl...Stefan Metzmacher2022-12-132-2/+4
* CVE-2022-37966 s4:kdc: use the strongest possible keysStefan Metzmacher2022-12-131-15/+8
* CVE-2022-37966 s4:pydsdb: add ENC_HMAC_SHA1_96_AES256_SKStefan Metzmacher2022-12-131-0/+1
* CVE-2022-37966 s4:kdc: also limit the krbtgt history to their strongest keysStefan Metzmacher2022-12-131-0/+2
* CVE-2022-37966 kdc: Assume trust objects support AES by defaultJoseph Sutton2022-12-131-1/+2
* CVE-2022-37966 kdc: Implement new Kerberos session key behaviour since ENC_HM...Andrew Bartlett2022-12-134-25/+236
* CVE-2022-37966 selftest: Run S4U tests against FL2003 DCJoseph Sutton2022-12-131-2/+7
* CVE-2022-37966 selftest: Add tests for Kerberos session key behaviour since E...Joseph Sutton2022-12-131-4/+12
* CVE-2022-37967 Add new PAC checksumJoseph Sutton2022-12-134-5/+50
* CVE-2022-37966 tests/krb5: Add a test requesting tickets with various encrypt...Joseph Sutton2022-12-131-0/+4
* CVE-2022-38023 s4:rpc_server/netlogon: implement "server schannel require sea...Stefan Metzmacher2022-12-131-1/+243
* CVE-2022-38023 s4:rpc_server/netlogon: add a per connection cache to dcesrv_n...Stefan Metzmacher2022-12-131-40/+153
* CVE-2022-38023 s4:rpc_server/netlogon: make sure all dcesrv_netr_LogonSamLogo...Stefan Metzmacher2022-12-131-7/+29
* CVE-2022-38023 s4:rpc_server/netlogon: split out dcesrv_netr_check_schannel()...Stefan Metzmacher2022-12-131-33/+51
* CVE-2022-38023 s4:rpc_server/netlogon: debug 'reject md5 servers' and 'allow ...Stefan Metzmacher2022-12-131-0/+143
* CVE-2022-38023 s4:rpc_server/netlogon: add 'server reject md5 schannel:COMPUT...Stefan Metzmacher2022-12-131-3/+55
* CVE-2022-38023 s4:rpc_server/netlogon: defer downgrade check until we found t...Stefan Metzmacher2022-12-131-23/+53
* CVE-2022-38023 s4:rpc_server/netlogon: require aes if weak crypto is disabledStefan Metzmacher2022-12-132-1/+10
* CVE-2022-38023 s4:rpc_server/netlogon: split out dcesrv_netr_ServerAuthentica...Stefan Metzmacher2022-12-131-47/+67
* CVE-2022-38023 s4:torture: use NETLOGON_NEG_SUPPORTS_AES by defaultStefan Metzmacher2022-12-134-18/+27
* CVE-2022-38023 s4:rpc_server/netlogon: improve CVE-2020-1472(ZeroLogon) debug...Stefan Metzmacher2022-12-131-41/+106
* CVE-2022-38023 s4:rpc_server/netlogon: re-order checking in dcesrv_netr_creds...Stefan Metzmacher2022-12-131-22/+19
* CVE-2022-38023 s4:rpc_server/netlogon: add talloc_stackframe() to dcesrv_netr...Stefan Metzmacher2022-12-131-13/+19