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
/
modules
/
vfs_recycle.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-12
vfs: Make function pointer names consistent. They all end in _fn
Richard Sharpe
1
-1
/
+1
2011-07-20
s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_info
Andrew Bartlett
1
-1
/
+1
2011-07-20
s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username
Andrew Bartlett
1
-2
/
+2
2011-07-20
s3-auth Use *unix_token rather than utok in struct auth3_session_info
Andrew Bartlett
1
-1
/
+1
2011-06-09
s3:vfs cleanup unused code in vfs_recycle
Christian Ambach
1
-26
/
+0
2011-05-04
Cope with +1 change on moving from safe_strcat to strlcat.
Jeremy Allison
1
-3
/
+3
2011-03-30
s3-auth: vfs modules need auth.h
Günther Deschner
1
-0
/
+1
2011-03-30
s3-vfs: include smbd/smbd.h in vfs modules.
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-02-22
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
1
-4
/
+4
2010-08-06
s3-netlogon: remove global include of netlogon.h.
Günther Deschner
1
-0
/
+1
2010-05-28
s3:auth use info3 in auth_serversupplied_info
Simo Sorce
1
-1
/
+1
2010-03-28
s3: Fix some nonempty blank lines
Volker Lendecke
1
-20
/
+19
2009-11-30
Restructure the connect function code to always call
Jeremy Allison
1
-1
/
+7
2009-07-24
Make the smbd VFS typesafe
Volker Lendecke
1
-13
/
+8
2009-07-06
s3: Plumb smb_filename through SMB_VFS_NTIMES
Tim Prouty
1
-9
/
+2
2009-07-06
s3: Plumb smb_filename through SMB_VFS_UNLINK
Tim Prouty
1
-67
/
+130
2009-07-06
s3: Plumb smb_filename through SMB_VFS_RENAME
Tim Prouty
1
-1
/
+19
2009-06-24
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
1
-4
/
+4
2009-05-26
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
1
-4
/
+4
2009-01-23
Extend NTIMES to allow setting create_time
todd stecher
1
-4
/
+6
2008-12-31
Fix all warnings in source3 with gcc4.3.
Jeremy Allison
1
-4
/
+9
2008-06-19
Wrap the unix token info in a unix_user_token in auth_serversupplied_info
Volker Lendecke
1
-1
/
+1
2008-06-19
Remove current_user_info reference from vfs_recycle.c
Volker Lendecke
1
-3
/
+1
2008-05-25
Remove some references to get_current_username() and current_user_info
Volker Lendecke
1
-1
/
+1
2008-05-10
Remove "user" from connection_struct
Volker Lendecke
1
-1
/
+1
2008-05-10
Remove the unix token info from connection_struct
Volker Lendecke
1
-1
/
+2
2008-01-23
strtok -> strtok_r
Volker Lendecke
1
-1
/
+3
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-16
/
+16
2007-10-10
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23692: Couldn't wait, sorry :-). Did the style change.
Jeremy Allison
1
-3
/
+3
2007-10-10
r23691: fix for bug on touching files as described here:
Simo Sorce
1
-5
/
+13
2007-10-10
r22080: Fix directory recycle module bug #4486.
Jeremy Allison
1
-16
/
+37
2007-10-10
r21764: Fix warning in debug comment.
Jeremy Allison
1
-2
/
+2
2007-10-10
r21714: Change the VFS interface to use struct timespec
Jeremy Allison
1
-6
/
+4
2007-10-10
r21647: Allow unit on for size parameters.
James Peach
1
-2
/
+4
2007-10-10
r21646: Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp>
Jeremy Allison
1
-5
/
+22
2007-10-10
r20261: merge 20260 from samba_3_0_24
Herb Lewis
1
-0
/
+1
2007-10-10
r17039: Eliminate snum from enumshares and getshareinfo. Get rid of some pstr...
Volker Lendecke
1
-2
/
+2
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-28
/
+36
2007-10-10
r15909: Implement recycle:subdir_mode
Volker Lendecke
1
-0
/
+18
2007-10-10
r13224: better to cast the return too
Simo Sorce
1
-1
/
+1
2007-10-10
r13222: Never assume mode_t is of type int.
Simo Sorce
1
-2
/
+2
2007-10-10
r12279: unix_mask_match has been broken for *ever*... (How).
Jeremy Allison
1
-1
/
+1
2007-10-10
r7807: Allow to touch mtime in vfs-recycle with
Günther Deschner
1
-5
/
+16
2007-10-10
r7544: Fix for bug #2196 from Denis Sbragion <d.sbragion@infotecna.it>.
Jeremy Allison
1
-3
/
+8
2007-10-10
r7542: Patch from Renaud Duhaut <rd@duhaut.com> for a parameter
Jeremy Allison
1
-1
/
+18
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-5
/
+5
2004-03-12
Fix string overflow due to wrong size calculation
Alexander Bokovoy
1
-1
/
+1
[next]