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
/
nttrans.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-13
s3: Remove fsp_belongs_conn
Volker Lendecke
1
-4
/
+4
2010-06-12
s3: Explicitly pass sconn to remove_pending_lock_requests_by_mid_smb1
Volker Lendecke
1
-1
/
+1
2010-06-12
s3: Explicitly pass sconn to the remove_pending_change_notify_request_by_mid
Volker Lendecke
1
-1
/
+1
2010-06-12
s3: change_notify_reply() does not need its "conn" argument
Volker Lendecke
1
-1
/
+1
2010-06-12
s3: Remove smbd_server_conn from reply_ntcancel
Volker Lendecke
1
-1
/
+1
2010-06-12
s3: Remove smbd_server_conn from send_nt_replies
Volker Lendecke
1
-1
/
+1
2010-06-03
s3-security: use shared SECINFO_DACL define.
Günther Deschner
1
-1
/
+1
2010-06-03
s3-security: use shared SECINFO_SACL define.
Günther Deschner
1
-1
/
+1
2010-06-03
s3-security: use shared SECINFO_GROUP define.
Günther Deschner
1
-1
/
+1
2010-06-03
s3-security: use shared SECINFO_OWNER define.
Günther Deschner
1
-1
/
+1
2010-05-31
s3-build: only use ndr_security.h where needed.
Günther Deschner
1
-0
/
+1
2010-05-21
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
1
-3
/
+3
2010-05-18
Implement missing info level SMB_FILE_LINK_INFORMATION.
Jeremy Allison
1
-0
/
+2
2010-05-18
s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".
Günther Deschner
1
-3
/
+3
2010-05-18
s3-build: fix the build.
Günther Deschner
1
-1
/
+1
2010-05-18
s3: Remove use of iconv_convenience.
Jelmer Vernooij
1
-1
/
+1
2010-04-29
Carefully label SMB1-specific locking calls.
Jeremy Allison
1
-1
/
+1
2010-04-28
Connect set security descriptor into SMB2 code.
Jeremy Allison
1
-2
/
+2
2010-04-26
Plumb in get_nt_acl into SMB2.
Jeremy Allison
1
-40
/
+91
2010-04-12
Move to using 64-bit mid values in our internal open file database.
Jeremy Allison
1
-1
/
+2
2010-04-07
s3: add comment about what the FSCTL_QUERY_ALLOCATED_RANGES currently does
Björn Jacke
1
-0
/
+6
2010-04-05
Add FSCTL_QUERY_ALLOCATED_RANGES to the list of Windows ioctls we support.
Jeremy Allison
1
-0
/
+52
2010-03-30
Second part of fix for bug #6494 - Incorrect FileStatus returned in NT_CREATE...
Jeremy Allison
1
-1
/
+19
2010-03-05
Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.
Jeremy Allison
1
-0
/
+4
2009-12-21
Remove all calls to reply_doserror - turn them into
Jeremy Allison
1
-42
/
+42
2009-12-17
Vector correctly through reply_openerror() (which uses the same logic).
Jeremy Allison
1
-6
/
+1
2009-11-24
Fix make test. Only do POSIX case conversion if FILE_FLAG_POSIX_SEMANTICS set...
Jeremy Allison
1
-8
/
+12
2009-11-23
Restore NtCreateX case handling with FILE_FLAG_POSIX_SEMANTICS to the way
Jeremy Allison
1
-5
/
+68
2009-11-23
Proper fix for #6898 - Samba duplicates file content on appending. Pointed ou...
Jeremy Allison
1
-12
/
+18
2009-11-23
Fix bug #6898 - Samba duplicates file content on appending
Jeremy Allison
1
-0
/
+10
2009-11-23
Revert "s3: Move the global variable Protocol to struct smbd_server_connection"
Volker Lendecke
1
-1
/
+1
2009-11-21
s3: Move the global variable Protocol to struct smbd_server_connection
Volker Lendecke
1
-1
/
+1
2009-11-17
Remove "store create time" code, cause create time to be stored
Jeremy Allison
1
-8
/
+10
2009-11-05
Got the logic simplification worked out so we still pass
Jeremy Allison
1
-1
/
+1
2009-11-05
Revert commit "0551284dc08eb93ef7b2b2227a45e5ec21d482fb" - simplify
Jeremy Allison
1
-1
/
+1
2009-11-05
Simplify the logic - remove extraneous argument and calls to set_close_write_...
Jeremy Allison
1
-1
/
+1
2009-11-05
Get closer to an accurate model of Windows timestamp changes.
Jeremy Allison
1
-1
/
+1
2009-11-04
Remove "Protocol" as an extern, and add accessor functions.
Jeremy Allison
1
-2
/
+1
2009-10-08
s3: Fix shadow copy display on Windows 7
Volker Lendecke
1
-1
/
+1
2009-09-17
We now pass the Microsoft SMB2 fileio test with EA's and streams...
Jeremy Allison
1
-1
/
+1
2009-09-14
Fix bug 6494 - Incorrect FileStatus returned in NT_CREATE_ANDX.
Jeremy Allison
1
-1
/
+19
2009-08-24
Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...
Jeremy Allison
1
-8
/
+8
2009-08-12
Add "store create time" parameter (docs to follow)
Jeremy Allison
1
-4
/
+4
2009-08-10
Refactor the use of create_time and change time to go
Jeremy Allison
1
-10
/
+22
2009-07-24
s3: Convert a few callers of unix_convert() over to filename_convert()
Tim Prouty
1
-2
/
+2
2009-07-24
s3: Simplify rename_internals() by passing in smb_filename structs
Tim Prouty
1
-69
/
+52
2009-07-24
s3: Allow filename_convert() to pass through unix_convert_flags and let the c...
Tim Prouty
1
-0
/
+8
2009-07-21
s3: Remove the now unused fname parameter from filename_convert()
Tim Prouty
1
-8
/
+4
2009-07-21
s3: Fix RENAME_FLAG_RENAME path to stop calling unix_convert twice
Tim Prouty
1
-50
/
+75
2009-07-20
s3: Move is_ntfs_stream*() to filename.c
Tim Prouty
1
-24
/
+0
[next]