index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3/smbd: make copy chunk asynchronous
Ralph Boehme
2017-03-28
1
-80
/
+173
*
vfs_default: move check for fsp->op validity
Ralph Boehme
2017-03-28
1
-9
/
+10
*
s3/smbd: optimize copy-chunk by merging chunks if possible
Ralph Boehme
2017-03-28
1
-12
/
+67
*
s3/smbd: implement a serializing async copy-chunk loop
Ralph Boehme
2017-03-28
1
-86
/
+102
*
s3/smbd: move cc_copy into fsctl_srv_copychunk_state
Ralph Boehme
2017-03-28
1
-8
/
+8
*
vfs_default: let copy_chunk_send use const from IDL
Ralph Boehme
2017-03-28
1
-1
/
+2
*
s3/smbd: move copychunk ioctl limits to IDL
Ralph Boehme
2017-03-28
1
-3
/
+0
*
s3-libsmb: support rename and replace for SMB1
Uri Simchoni
2017-03-28
1
-2
/
+92
*
s3-libsmb: fail rename and replace inside cifs variant
Uri Simchoni
2017-03-28
2
-17
/
+22
*
s3-libsmb: cli_cifs_rename_send()
Uri Simchoni
2017-03-28
1
-11
/
+26
*
smbclient: add -f option to rename command
Uri Simchoni
2017-03-28
1
-2
/
+8
*
s3: libsmb: add replace support to cli_rename()
Uri Simchoni
2017-03-28
6
-15
/
+33
*
s3: libsmb: add replace support to SMB2 rename
Uri Simchoni
2017-03-28
3
-7
/
+11
*
lib: Remove an unnecessary include
Volker Lendecke
2017-03-28
1
-1
/
+0
*
lib: Remove unused winbind_get_groups and _get_sid_aliases
Volker Lendecke
2017-03-28
4
-94
/
+309
*
s3: Test for CVE-2017-2619 regression with "follow symlinks = no" - part 2
Jeremy Allison
2017-03-28
1
-0
/
+37
*
s3: smbd: Fix "follow symlink = no" regression part 2.
Jeremy Allison
2017-03-28
1
-0
/
+23
*
s3: smbd: Fix "follow symlink = no" regression part 2.
Jeremy Allison
2017-03-28
4
-4
/
+14
*
s3: Fixup test for CVE-2017-2619 regression with "follow symlinks = no"
Jeremy Allison
2017-03-28
1
-4
/
+5
*
s3: Test for CVE-2017-2619 regression with "follow symlinks = no".
Jeremy Allison
2017-03-28
1
-0
/
+73
*
s3: smbd: Fix incorrect logic exposed by fix for the security bug 12496 (CVE-...
Jeremy Allison
2017-03-28
1
-2
/
+5
*
selftest: Add more RODC tests to avoid regressions here
Andrew Bartlett
2017-03-27
1
-3
/
+3
*
auth: Add SID_NT_NTLM_AUTHENTICATION / S-1-5-64-10 to the token during NTLM auth
Andrew Bartlett
2017-03-27
1
-1
/
+2
*
selftest: tests for vfs_fruite file-id behavior
Uri Simchoni
2017-03-26
1
-1
/
+3
*
vfs_fruit: enable zero file id
Uri Simchoni
2017-03-26
1
-0
/
+7
*
smbd: add zero_file_id flag
Uri Simchoni
2017-03-26
3
-0
/
+16
*
s3: smbd: Change "strict sync" paramter from "no" to "yes" for 4.7.0.
Jeremy Allison
2017-03-25
1
-1
/
+1
*
auth3: handle ROLE_ACTIVE_DIRECTORY_DC before lp_auth_methods() in make_auth_...
Stefan Metzmacher
2017-03-24
1
-4
/
+9
*
auth3: remove unused USER_INFO_LOCAL_SAM_ONLY/AUTH_METHOD_LOCAL_SAM handling
Stefan Metzmacher
2017-03-24
3
-8
/
+1
*
winbindd: no longer use USER_INFO_LOCAL_SAM_ONLY
Stefan Metzmacher
2017-03-24
1
-1
/
+1
*
auth3: only use "[samba4:]sam" in make_auth3_context_for_winbind()
Stefan Metzmacher
2017-03-24
1
-1
/
+18
*
auth: let auth4_context->check_ntlm_password() return pauthoritative
Stefan Metzmacher
2017-03-24
4
-6
/
+18
*
ntlm_auth3: let contact_winbind_auth_crap() return pauthoritative
Stefan Metzmacher
2017-03-24
3
-5
/
+22
*
auth4: let auth_check_password* return pauthoritative
Stefan Metzmacher
2017-03-24
1
-2
/
+9
*
auth3: let auth_check_ntlm_password() return pauthoritative
Stefan Metzmacher
2017-03-24
6
-41
/
+43
*
winbindd: let winbindd_dual_auth_passdb() return pauthoritative
Stefan Metzmacher
2017-03-24
1
-5
/
+17
*
winbindd: NT_STATUS_CANT_ACCESS_DOMAIN_INFO means "Dunno"
Volker Lendecke
2017-03-24
1
-0
/
+10
*
auth3: make make_auth_context_subsystem() static
Stefan Metzmacher
2017-03-24
2
-4
/
+2
*
winbindd: make use of make_auth3_context_for_winbind()
Stefan Metzmacher
2017-03-24
1
-3
/
+2
*
netlogond3: make use of make_auth3_context_for_netlogon()
Stefan Metzmacher
2017-03-24
1
-2
/
+1
*
pdbtest: make use of make_auth3_context_for_ntlm()
Stefan Metzmacher
2017-03-24
1
-1
/
+1
*
auth3: make use of make_auth3_context_for_ntlm()
Stefan Metzmacher
2017-03-24
1
-2
/
+2
*
auth3: add make_auth3_context_for_{ntlm,netlogon,winbind}
Stefan Metzmacher
2017-03-24
2
-0
/
+24
*
auth3: Remove unused make_auth_context_fixed
Volker Lendecke
2017-03-24
2
-22
/
+0
*
pdbtest: Call make_auth_context_subsystem directly
Volker Lendecke
2017-03-24
1
-2
/
+10
*
netlogond3: only call make_auth_context_subsystem() in one place
Stefan Metzmacher
2017-03-24
1
-11
/
+6
*
netlogond3: Call make_auth_context_subsystem directly
Volker Lendecke
2017-03-24
1
-2
/
+9
*
netlogond3: "authorititative" is a uint8
Volker Lendecke
2017-03-24
1
-1
/
+1
*
winbindd: Call make_auth_context_subsystem directly
Volker Lendecke
2017-03-24
1
-2
/
+10
*
auth3: Introduce auth3_context_set_challenge
Volker Lendecke
2017-03-24
2
-1
/
+15
[next]