summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.15.3 release.samba-4.15.3Jule Anger2021-12-081-1/+1
* WHATSNEW: Add release notes for Samba 4.15.3.Jule Anger2021-12-081-2/+120
* smbd: s3-dsgetdcname: handle num_ips == 0Ralph Boehme2021-12-081-0/+4
* libcli:auth: Allow to connect to netlogon server offering only AESAndreas Schneider2021-12-082-11/+38
* s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open_schannel_with...Günther Deschner2021-12-086-17/+45
* s3:rpc_client: Add remote name and socket to cli_rpc_pipe_open_bind_schannel()Andreas Schneider2021-12-086-15/+45
* s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open_with_creds()Günther Deschner2021-12-086-5/+23
* s3:libsmb: Remove trailing white spaces from passchange.cAndreas Schneider2021-12-081-6/+6
* s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open_noauth_transp...Günther Deschner2021-12-086-12/+96
* s3:libnet: Remove tailing whitespaces in libnet_join.cAndreas Schneider2021-12-081-7/+7
* s3:rpcclient: Remove trailing white spaces in rpcclient.cAndreas Schneider2021-12-081-5/+5
* s3:rpc_client: Pass remote name and socket to cli_rpc_pipe_open()Günther Deschner2021-12-081-6/+32
* s3:rpc_client: Remove trailing white spaces from cli_pipe.cAndreas Schneider2021-12-081-1/+1
* testprogs: Add rpcclient schannel testsAndreas Schneider2021-12-083-0/+124
* dsdb: Use DSDB_SEARCH_SHOW_EXTENDED_DN when searching for the local replicate...Andrew Bartlett2021-12-082-2/+13
* CVE-2020-25717: s3-auth: fix MIT Realm regressionRalph Boehme2021-12-081-0/+9
* smb2_server: skip tcon check and chdir_current_service() for FSCTL_QUERY_NETW...Stefan Metzmacher2021-12-062-1/+3
* s4:torture/smb2: FSCTL_QUERY_NETWORK_INTERFACE_INFO should work on noperm shareStefan Metzmacher2021-12-062-0/+131
* smb2_server: don't let SMB2_OP_IOCTL force FILE_CLOSED for invalid file idsStefan Metzmacher2021-12-062-13/+6
* s4:torture/smb2: FSCTL_QUERY_NETWORK_INTERFACE_INFO gives INVALID_PARAMETER w...Stefan Metzmacher2021-12-062-0/+54
* smb2_ioctl: return BUFFER_TOO_SMALL in smbd_smb2_request_ioctl_done()Stefan Metzmacher2021-12-062-1/+19
* s4:torture/smb2: test FSCTL_QUERY_NETWORK_INTERFACE_INFO with BUFFER_TOO_SMALLStefan Metzmacher2021-12-062-0/+103
* smb2_server: skip tcon check and chdir_current_service() for FSCTL_VALIDATE_N...Stefan Metzmacher2021-12-062-1/+3
* smb2_server: decouple IOCTL check from signing/encryption statesStefan Metzmacher2021-12-061-1/+3
* smb2_server: make sure in_ctl_code = IVAL(body, 0x04); reads valid bytesStefan Metzmacher2021-12-061-1/+1
* s4:torture/smb2: add smb2.ioctl.bug14788.VALIDATE_NEGOTIATEStefan Metzmacher2021-12-062-0/+112
* libcli/smb: split out smb2cli_raw_tcon* from smb2cli_tcon*Stefan Metzmacher2021-12-062-35/+168
* s3:winbind: Fix possible NULL pointer dereferenceAndreas Schneider2021-12-021-0/+3
* CVE-2021-3670 ldap_server: Clearly log LDAP queries and timeoutsAndrew Bartlett2021-12-021-22/+99
* CVE-2021-3670 dsdb/anr: Do a copy of the potentially anr query before startin...Andrew Bartlett2021-12-021-8/+65
* CVE-2021-3670 ldap_server: Remove duplicate print of LDAP search detailsAndrew Bartlett2021-12-021-3/+0
* CVE-2021-3670 ldb: Confirm the request has not yet timed out in ldb filter pr...Andrew Bartlett2021-12-025-2/+85
* CVE-2021-3670 ldap_server: Ensure value of MaxQueryDuration is greater than zeroJoseph Sutton2021-12-021-1/+3
* CVE-2021-3670 ldap_server: Set timeout on requests based on MaxQueryDurationJoseph Sutton2021-12-021-1/+11
* CVE-2021-3670 tests/krb5/test_ldap.py: Add test for LDAP timeoutsJoseph Sutton2021-12-022-0/+64
* cmdline: Make -P work in clustered modeVolker Lendecke2021-11-193-2/+29
* cmdline: Add a callback to set the machine account detailsVolker Lendecke2021-11-192-2/+18
* lib: Add required includes to source3/include/secrets.hVolker Lendecke2021-11-191-0/+3
* selftest: Add reproducer for bug 14908Volker Lendecke2021-11-193-0/+32
* s3:modules:recycle - fix crash in recycle_unlink_internalAndrew Walker2021-11-191-12/+5
* CVE-2020-25717: s3:auth: Fallback to a SID/UID based mapping if the named bas...Andrew Bartlett2021-11-172-3/+33
* CVE-2020-25717: tests/krb5: Add a test for idmap_nss mapping users to SIDsJoseph Sutton2021-11-174-0/+251
* CVE-2020-25717: selftest: turn ad_member_no_nss_wb into ad_member_idmap_nssJoseph Sutton2021-11-173-6/+22
* CVE-2020-25717: nsswitch/nsstest.c: Lower 'non existent uid' to make room for...Joseph Sutton2021-11-171-1/+1
* CVE-2020-25717: tests/krb5: Add method to automatically obtain server credent...Joseph Sutton2021-11-171-0/+42
* CVE-2020-25727: idmap_nss: verify that the name of the sid belongs to the con...Stefan Metzmacher2021-11-171-5/+21
* s3: smbd: Ensure in the directory scanning loops inside rmdir_internals() we ...Jeremy Allison2021-11-172-7/+7
* s3: smbtorture3: Add test for setting delete on close on a directory, then cr...Jeremy Allison2021-11-175-0/+157
* s3: smbd: dirfsp is being used uninitialized inside rmdir_internals().Jeremy Allison2021-11-171-1/+2
* smbd: get rid of get_file_handle_for_metadata()Ralph Boehme2021-11-171-117/+2