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
/
trans2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-13
Fix bug 7399 - SMB2: QUERY_DIRECTORY is returning invalid values.
Jeremy Allison
1
-0
/
+10
2010-05-11
Fix more SMB2-OPLOCK bugs. Only 3 more issues to address then we're good to g...
Jeremy Allison
1
-1
/
+9
2010-05-07
This patch looks bigger than it is. It does 2 things. 1). Renames smbpid -> s...
Jeremy Allison
1
-14
/
+14
2010-05-06
s3: only include gen_ndr headers where needed.
Günther Deschner
1
-0
/
+1
2010-04-29
Carefully label SMB1-specific locking calls.
Jeremy Allison
1
-1
/
+1
2010-04-29
Attempt to fix bug #7399 - SMB2: QUERY_DIRECTORY is returning invalid values.
Jeremy Allison
1
-6
/
+17
2010-04-23
s3-smbd: group print relate data in own structure
Simo Sorce
1
-1
/
+6
2010-04-08
Simplify call_trans2qfilepathinfo() and smbd_do_qfilepathinfo()
Jeremy Allison
1
-17
/
+4
2010-04-08
Fix bug #7339 - MSDFS is non-functional in 3.5.x
Jeremy Allison
1
-0
/
+1
2010-03-22
s3:smbd: disable SMB encryption when the echo handler is active
Stefan Metzmacher
1
-0
/
+10
2010-03-15
Fix bug #7188 - Logic error in check of total_data for call_trans2mkdir()
Jeremy Allison
1
-16
/
+13
2010-03-05
Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.
Jeremy Allison
1
-2
/
+10
2010-02-25
Fix up debug info on smb2_rename code.
Jeremy Allison
1
-9
/
+3
2010-02-25
Implement rename/move in SMB2 from Windows7.
Jeremy Allison
1
-0
/
+109
2010-02-05
Remove now unused variable.
Jeremy Allison
1
-1
/
+0
2010-02-05
Fix bug 7104 - "wide links" and "unix extensions" are incompatible.
Jeremy Allison
1
-36
/
+0
2009-12-21
Rename reply_doserror() -> reply_force_doserror().
Jeremy Allison
1
-1
/
+1
2009-12-21
Remove all calls to reply_doserror - turn them into
Jeremy Allison
1
-17
/
+17
2009-12-15
Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned at...
Jeremy Allison
1
-10
/
+5
2009-12-02
Remove unneeded argument from can_set_delete_on_close(). Ensure
Jeremy Allison
1
-4
/
+5
2009-12-01
Ensure we don't see the xattr used to store NT security (visible when xattr_tdb
Jeremy Allison
1
-1
/
+1
2009-12-01
s3: Fix smbd to correctly return INVALID_LEVEL on set_file_end_of_file_info f...
Tim Prouty
1
-5
/
+26
2009-11-25
s3 setfileinfo: Open with FILE_WRITE_DATA when setting the file size
Tim Prouty
1
-1
/
+1
2009-11-23
Revert "s3: Make the implicit reference to Protocol in mask_match() explicit"
Volker Lendecke
1
-2
/
+1
2009-11-23
Revert "s3: Move the global variable Protocol to struct smbd_server_connection"
Volker Lendecke
1
-8
/
+6
2009-11-21
s3: Move the global variable Protocol to struct smbd_server_connection
Volker Lendecke
1
-6
/
+8
2009-11-21
s3: Make the implicit reference to Protocol in mask_match() explicit
Volker Lendecke
1
-1
/
+2
2009-11-18
s3: Replace some create_synthetic_smb_fname() calls
Volker Lendecke
1
-22
/
+9
2009-11-17
Remove "store create time" code, cause create time to be stored
Jeremy Allison
1
-1
/
+1
2009-11-04
Remove "Protocol" as an extern, and add accessor functions.
Jeremy Allison
1
-4
/
+2
2009-11-03
Fix debug statements to use correct function name.
Jeremy Allison
1
-13
/
+13
2009-11-03
requires_resume_key is a bool not int.
Jeremy Allison
1
-7
/
+2
2009-11-03
Fix more of the RAW-SEARCH test. Older info levels are
Jeremy Allison
1
-2
/
+9
2009-11-02
Fix bug 6867 - trans2findnext returns reply_nterror(req, ntstatus) In a direc...
Jeremy Allison
1
-12
/
+16
2009-10-29
Start fixing the RAW-STREAMS test - ensure that the xattr
Jeremy Allison
1
-0
/
+1
2009-09-18
s3-smbd: fix get_ea_names_from_file() and check for pnames pointer.
Günther Deschner
1
-1
/
+3
2009-09-17
We now pass the Microsoft SMB2 fileio test with EA's and streams...
Jeremy Allison
1
-0
/
+59
2009-09-14
Fix bug 6494 - Incorrect FileStatus returned in NT_CREATE_ANDX.
Jeremy Allison
1
-2
/
+8
2009-09-09
s3:smbd: Add a "hidden" parameter "share:fake_fscaps"
Volker Lendecke
1
-0
/
+3
2009-08-24
Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...
Jeremy Allison
1
-59
/
+47
2009-08-24
Second part of fix for 6529 - Offline files conflict with Vista and Office 2003.
Jeremy Allison
1
-0
/
+11
2009-08-21
Fix bug 6529 - Offline files conflict with Vista and Office 2003
Jeremy Allison
1
-0
/
+9
2009-08-19
s3:smbd: add a generic smbd_dirptr_lanman2_entry() function
Stefan Metzmacher
1
-46
/
+193
2009-08-12
Fix BASE-DELAYWRITE test by removing const from struct smb_filename
Jeremy Allison
1
-20
/
+18
2009-08-12
Add "store create time" parameter (docs to follow)
Jeremy Allison
1
-4
/
+5
2009-08-10
Refactor the use of create_time and change time to go
Jeremy Allison
1
-15
/
+23
2009-08-07
Move the checks for null timestamps down below the VFS_NTIMES
Jeremy Allison
1
-30
/
+3
2009-08-07
Correctly send out notify messages for timestamp changes.
Jeremy Allison
1
-5
/
+3
2009-08-07
s3:smbd: split the dir entry marshalling into smbd_marshall_dir_entry()
Stefan Metzmacher
1
-443
/
+482
2009-08-07
s3:smbd: move dptr globals into struct smbd_server_connection
Stefan Metzmacher
1
-10
/
+13
[next]