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
/
close.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-31
s3-globals Remove smbd_event_context() (use server_event_context())
Andrew Bartlett
1
-1
/
+1
2011-03-30
s3-messages: make ndr_messaging.h part of messages.h.
Günther Deschner
1
-1
/
+0
2011-03-30
s3-messages: only include messages.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-auth: smbd needs auth.h
Günther Deschner
1
-0
/
+1
2011-03-30
s3: include smbd/smbd.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-build: only include transfer_file.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2011-03-01
s3-auth struct security_unix_token replaces UNIX_USER_TOKEN
Andrew Bartlett
1
-2
/
+2
2011-02-23
Fix bug found against the new Mac client @ Connectathon. Mac clients
Jeremy Allison
1
-1
/
+9
2011-02-22
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
1
-1
/
+1
2011-02-10
Put OpenDir() back the way it was - don't overload with an fsp arg. Create Op...
Jeremy Allison
1
-2
/
+1
2011-02-09
Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. F...
Jeremy Allison
1
-1
/
+2
2011-02-08
Pass fsp to dptr_CloseDir(). Cope with setting the fd if we're closing an fd ...
Jeremy Allison
1
-4
/
+0
2011-01-25
Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved.
Jeremy Allison
1
-25
/
+34
2011-01-21
s3: Fix a deadlock between smbd and ctdbd
Volker Lendecke
1
-4
/
+18
2010-10-03
s3: Remove smbd_server_conn from msg_close_file
Volker Lendecke
1
-1
/
+8
2010-10-03
s3: Attempt to fix a ton of warnings on the build farm
Volker Lendecke
1
-0
/
+1
2010-09-28
s3: Lift smbd_server_conn from file_find_dif
Volker Lendecke
1
-1
/
+1
2010-08-07
s3: Remove smbd_messaging_context() from send_stat_cache_delete_message()
Volker Lendecke
1
-1
/
+2
2010-07-27
s3-smbd: Migrated to new spoolss functions for printing.
Simo Sorce
1
-1
/
+3
2010-07-05
s3: Remove smbd_messaging_context() from close_normal_file()
Volker Lendecke
1
-1
/
+1
2010-07-05
s3: Remove smbd_messaging_context() from notify_deferred_opens()
Volker Lendecke
1
-4
/
+5
2010-06-04
Fix a long-standing bug with async io that would only be triggered by SMB2.
Jeremy Allison
1
-5
/
+5
2010-05-07
Make us pass all SMB2 lock tests except MULTIPLE-UNLOCK and CONTEXT. Them nex...
Jeremy Allison
1
-1
/
+1
2010-05-06
s3: only include gen_ndr headers where needed.
Günther Deschner
1
-0
/
+1
2010-04-09
Plumb SMB2 stubs into all the places we defer SMB1 operations.
Jeremy Allison
1
-1
/
+1
2010-03-15
Switch over to using get_currect_XXX() accessor functions.
Jeremy Allison
1
-7
/
+5
2010-03-15
Rever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove more uses of "extern s...
Jeremy Allison
1
-5
/
+7
2010-03-12
Remove more uses of "extern struct current_user current_user;".
Jeremy Allison
1
-7
/
+5
2010-01-12
Fix bug #7033 - SMBrmdir call always returns true, even on failure to delete ...
Jeremy Allison
1
-2
/
+6
2010-01-12
Fix bug #6876 - Delete of an object whose parent folder does not have delete ...
Jeremy Allison
1
-0
/
+3
2009-12-03
Refactor reply_rmdir to use handle based code. All
Jeremy Allison
1
-2
/
+258
2009-11-29
s3: "check_magic" only looks at the size
Volker Lendecke
1
-1
/
+1
2009-11-29
s3: Pass the "fake dir create times" parameter to sys_*stat
Volker Lendecke
1
-1
/
+1
2009-11-05
Got the logic simplification worked out so we still pass
Jeremy Allison
1
-22
/
+37
2009-11-05
Revert commit "0551284dc08eb93ef7b2b2227a45e5ec21d482fb" - simplify
Jeremy Allison
1
-7
/
+27
2009-11-05
Simplify the logic - remove extraneous argument and calls to set_close_write_...
Jeremy Allison
1
-27
/
+7
2009-11-05
Fix explicit set of write time on close.
Jeremy Allison
1
-1
/
+5
2009-11-05
Get closer to an accurate model of Windows timestamp changes.
Jeremy Allison
1
-2
/
+19
2009-10-02
Remove lots of duplicate code and move it into one
Jeremy Allison
1
-22
/
+7
2009-08-19
s3:smbd: store a dirptr on the files_struct for SMB2 Query Directory
Stefan Metzmacher
1
-0
/
+4
2009-07-21
s3: Remove unnecessary callers of get_full_smb_filename
Tim Prouty
1
-4
/
+1
2009-07-20
s3: Change fsp->fsp_name to be an smb_filename struct!
Tim Prouty
1
-93
/
+70
2009-07-06
s3: Plumb smb_filename through SMB_VFS_NTIMES
Tim Prouty
1
-14
/
+21
2009-07-06
s3: Plumb smb_filename through SMB_VFS_UNLINK
Tim Prouty
1
-35
/
+67
2009-06-24
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
1
-4
/
+6
2009-06-12
Check for error in transfer_file return also.
Jeremy Allison
1
-1
/
+7
2009-06-12
Fix bug 6440
Volker Lendecke
1
-11
/
+19
2009-06-12
Simplify close_normal_file()
Volker Lendecke
1
-22
/
+21
2009-05-26
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
1
-1
/
+1
[next]