index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-02
s3:smbd/open: try the primary sid (user) as group_sid if the token has just o...
Stefan Metzmacher
1
-1
/
+5
2012-12-02
s3:smbd/open: use Builtin_Administrators as owner of files (if possible)
Stefan Metzmacher
1
-4
/
+41
2012-11-30
Fix Bug 9422 - large read requests cause server to issue malformed reply
Volker Lendecke
1
-1
/
+1
2012-11-28
s4:smbd/open: add missing TALLOC_FREE(frame) to inherit_new_acl()
Stefan Metzmacher
1
-0
/
+2
2012-11-20
s3:smbd/aio do not mark file modified during reads
Christian Ambach
1
-2
/
+0
2012-11-20
More for #9374 - Allow smb2.acls torture test to pass against smbd with a POS...
Jeremy Allison
2
-7
/
+10
2012-11-19
Add comments explaining exactly *why* we don't check FILE_READ_ATTRIBUTES whe...
Jeremy Allison
1
-3
/
+21
2012-11-15
Another fix needed for bug #9236 - ACL masks incorrectly applied when setting...
Jeremy Allison
1
-7
/
+10
2012-11-14
smbd_open_one_socket does not use the messaging_context variable so why pass ...
Richard Sharpe
1
-3
/
+0
2012-11-14
A small error message fix in source3/smbd/server.c
Richard Sharpe
1
-1
/
+1
2012-11-13
smbd: Remove NT4 compatability handling in posix -> NT ACL conversion
Andrew Bartlett
2
-108
/
+1
2012-11-13
Change get_nt_acl_no_snum() to return an NTSTATUS, not a struct security_desc...
Andrew Bartlett
3
-42
/
+27
2012-11-13
smbd: Correctly set fsp->is_directory before dealing with ACLs
Andrew Bartlett
1
-1
/
+24
2012-11-12
pysmbd: Add SMB_ACL_EXECUTE to the mask set by make_simple_acl()
Andrew Bartlett
1
-1
/
+1
2012-11-10
s3:smbd: Fix typo in got_duplicate_group check
Arvid Requate
1
-1
/
+1
2012-11-07
Remove two unused variables
Volker Lendecke
1
-1
/
+0
2012-11-05
s3:smbd: pass the current time to make_connection[_smb1]()
Stefan Metzmacher
3
-6
/
+9
2012-11-02
smb2_server: Fix typo in comment.
Karolin Seeger
1
-1
/
+1
2012-11-02
s3:smbd:smb2: fix a comment typo in the crediting code.
Michael Adam
1
-1
/
+1
2012-10-30
s3:smb2_read: fix SMBD_SMB2_NUM_IOV_PER_REQ check for sendfile() support (bug...
Stefan Metzmacher
1
-1
/
+1
2012-10-29
s3:smbd:durable: remove a TODO comment about write time updates
Michael Adam
1
-2
/
+0
2012-10-29
Fix bug #9329 - Directory listing with SeBackup can crash smbd.
Jeremy Allison
3
-1
/
+37
2012-10-26
pysmbd: Set umask to 0 during smbd operations
Andrew Bartlett
1
-9
/
+34
2012-10-26
pysmbd: Remember to close files after setting the NT ACL
Andrew Bartlett
1
-0
/
+5
2012-10-26
pysmbd: Add hook for unlink() so python scripts can remove xattr.tdb entries
Andrew Bartlett
1
-0
/
+68
2012-10-25
s3:smbd:durable: factor stat checks out into vfs_default_durable_reconnect_ch...
Michael Adam
1
-392
/
+261
2012-10-25
pysmbd: Fix pysmbd octal mode handling
Andrew Bartlett
1
-2
/
+2
2012-10-20
s3: Fix some blank line endings
Volker Lendecke
1
-5
/
+5
2012-10-20
s3: Use talloc_stackframe in token_contains_name_in_list
Volker Lendecke
1
-13
/
+8
2012-10-19
s3:smbd:durable: store stat info for disconnected durables and check at recon...
Michael Adam
1
-0
/
+456
2012-10-19
s3:smbd/durable: remove an extra blank line from vfs_default_durable_reconnect()
Michael Adam
1
-1
/
+0
2012-10-19
s3:smbd/durable: add write_time specific stuff to vfs_default_durable_cookie
Stefan Metzmacher
1
-0
/
+12
2012-10-19
s3:smbd/durable: update the low level write_time before disconnecting the file.
Stefan Metzmacher
1
-0
/
+19
2012-10-19
s3:smbd/durable: trigger pending write_time updates before disconnecting the ...
Stefan Metzmacher
1
-0
/
+8
2012-10-19
s3:smbd: remove unused claim_connection/yield_connection
Stefan Metzmacher
2
-88
/
+0
2012-10-19
s3:smbd: don't call claim/yield_connection() in make_connection_snum/close_cn...
Stefan Metzmacher
2
-19
/
+0
2012-10-19
s3:smbd: fill tcon->global->session_global_id
Stefan Metzmacher
2
-0
/
+4
2012-10-19
s3:lib: remove unused sessionid_*() functions
Gregor Beck
1
-3
/
+0
2012-10-19
s3:smbd: don't use (fill) sessionid.tdb in session_claim/yield any more.
Gregor Beck
1
-99
/
+33
2012-10-19
s3:smbd/connection: use smbXsrv_tcon_traverse to count connections
Gregor Beck
1
-18
/
+8
2012-10-19
s3:smbd:setup_new_vc_session: traverse sessions instead of connections to shu...
Gregor Beck
1
-10
/
+17
2012-10-19
s3:smbXsrv_tcon: add smbXsrv_tcon_global_traverse()
Gregor Beck
2
-0
/
+74
2012-10-19
s3:smbXsrv_session: add smbXsrv_session_global_traverse()
Gregor Beck
2
-0
/
+75
2012-10-19
s3:smbd: use session_global_id as session number for pam and utmp
Gregor Beck
2
-77
/
+15
2012-10-19
s3:smbd: initialize session->global before calling session_claim
Gregor Beck
2
-27
/
+27
2012-10-19
s3:smbd: remove smbd_server_connection argument from session_claim()
Gregor Beck
4
-6
/
+7
2012-10-19
s3:smbd: pass smbXsrv_session instead of user_struct to session_claim() and s...
Gregor Beck
5
-8
/
+11
2012-10-19
s3:count_current_connections: do not clear orphaned entries from connections.tdb
Gregor Beck
2
-21
/
+9
2012-10-19
s3:smbd/utmp: remove ip address from utmp record
Stefan Metzmacher
3
-38
/
+8
2012-10-19
s3:smbd: remove duplicate prototypes for sys_utmp_claim() an sys_utmp_yield()
Michael Adam
1
-6
/
+0
[next]