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
*
winbindd: explicit check for well-known SIDs in wb_lookupsids_bulk()
Ralph Boehme
2017-04-06
1
-1
/
+4
*
idmap_ldap: Fix CID 1404836 Dereference before null check
Volker Lendecke
2017-04-06
1
-10
/
+1
*
winbindd: let WBFLAG_PAM_GET_PWD_POLICY only fake the password policy
Stefan Metzmacher
2017-04-06
1
-22
/
+37
*
rpcclient: allow -U'OTHERDOMAIN\user' again
Stefan Metzmacher
2017-04-05
1
-13
/
+8
*
winbindd: trigger possible passdb_dsdb initialisation
Ralph Boehme
2017-04-01
1
-2
/
+12
*
selftest: wbinfo --sids-to-unix-ids tests for wellknown SIDs
Ralph Boehme
2017-04-01
1
-1
/
+1
*
winbindd: use passdb backend for well-known SIDs
Ralph Boehme
2017-04-01
1
-4
/
+9
*
s3:tests: Add a subsitution test for %D %u %g
Andreas Schneider
2017-03-30
1
-2
/
+7
*
winbindd: Fix password policy for pam authentication
Christof Schmitt
2017-03-29
1
-3
/
+4
*
rpc_server: Re-order and rename remote and local address in np_open()
Gary Lockyer
2017-03-29
3
-8
/
+8
*
s3-rpc_server: Provide hooks required for JSON message logging for the no-aut...
Andrew Bartlett
2017-03-29
1
-1
/
+12
*
s3-rpc_server: Re-order and rename remote and local address in make_external_...
Andrew Bartlett
2017-03-29
3
-14
/
+14
*
s3-rpc_server: pass remote and local address to rpc_pipe_open_external
Andrew Bartlett
2017-03-29
1
-15
/
+29
*
s3-rpc_server: Rename client -> remote_client and server -> local_server
Gary Lockyer
2017-03-29
1
-29
/
+30
*
s3-rpc_server: Re-order local and remote address in make_server_pipes_struct()
Gary Lockyer
2017-03-29
3
-5
/
+5
*
s3-named_pipe_auth: Rename client -> remote_client and server -> local_server
Gary Lockyer
2017-03-29
3
-19
/
+20
*
auth: Add hooks for notification of authentication events over the message bus
Andrew Bartlett
2017-03-29
3
-4
/
+8
*
auth: Log the transport connection for the authorization
Andrew Bartlett
2017-03-29
4
-0
/
+9
*
s3-rpc_server: Log authorization to DCE/RPC for anonymous and ncacn_np pass-t...
Andrew Bartlett
2017-03-29
1
-0
/
+11
*
s3-auth: Log SMB authorization for bare NTLM (NTLMSSP/krb5 already done)
Andrew Bartlett
2017-03-29
1
-10
/
+34
*
auth_log: Also log the final type of authentication (ntlmssp,krb5)
Andrew Bartlett
2017-03-29
1
-0
/
+16
*
auth: Add logging of service authorization
Andrew Bartlett
2017-03-29
2
-0
/
+6
*
rpc: Always supply both the remote and local address to the auth subsystem
Gary Lockyer
2017-03-29
19
-29
/
+135
*
auth: Always supply both the remote and local address to the auth subsystem
Andrew Bartlett
2017-03-29
9
-6
/
+32
*
s3-auth: Clarify the role and purpose of the auth_serversupplied_info->securi...
Andrew Bartlett
2017-03-29
1
-1
/
+8
*
auth: Generate a human readable Authentication log message.
Gary Lockyer
2017-03-29
2
-2
/
+18
*
s3-auth: Split out get_user_sid_info3_and_extra() from create_local_nt_token_...
Andrew Bartlett
2017-03-29
2
-15
/
+29
*
winbindd: Clarify that we do not pre-hash the password for rpccli_netlogon_pa...
Andrew Bartlett
2017-03-29
1
-39
/
+38
*
auth: Add "auth_description" to allow logs to distinguish simple bind (etc)
Andrew Bartlett
2017-03-29
1
-0
/
+6
*
auth: Add a reminder about the strings currently used for auditing
Andrew Bartlett
2017-03-29
1
-0
/
+4
*
auth: Fill in user_info->service_description from all callers
Andrew Bartlett
2017-03-29
7
-8
/
+43
*
ntlm_auth: Set ntlm_auth as the service_description into gensec
Andrew Bartlett
2017-03-29
1
-0
/
+11
*
s3-auth: Pass service_description into gensec via auth_generic_prepare()
Andrew Bartlett
2017-03-29
9
-2
/
+33
*
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
[next]