summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_recycle.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-17vfs: Convert recycle_unlink to synthetic_smb_fnameVolker Lendecke1-5/+3
2013-04-17vfs: Convert recycle_do_touch to cp_smb_filenameVolker Lendecke1-3/+2
2013-04-17vfs: Convert recycle_get_file_size to cp_smb_filenameVolker Lendecke1-3/+2
2013-04-17vfs: Convert recycle_file_exists to cp_smb_filenameVolker Lendecke1-3/+2
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-1/+1
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-10/+10
2012-03-30More strlcat/strlcpy truncate checks.Jeremy Allison1-3/+9
2011-12-12vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe1-1/+1
2011-07-20s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett1-1/+1
2011-07-20s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett1-2/+2
2011-07-20s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett1-1/+1
2011-06-09s3:vfs cleanup unused code in vfs_recycleChristian Ambach1-26/+0
2011-05-04Cope with +1 change on moving from safe_strcat to strlcat.Jeremy Allison1-3/+3
2011-03-30s3-auth: vfs modules need auth.hGünther Deschner1-0/+1
2011-03-30s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett1-4/+4
2010-08-06s3-netlogon: remove global include of netlogon.h.Günther Deschner1-0/+1
2010-05-28s3:auth use info3 in auth_serversupplied_infoSimo Sorce1-1/+1
2010-03-28s3: Fix some nonempty blank linesVolker Lendecke1-20/+19
2009-11-30Restructure the connect function code to always callJeremy Allison1-1/+7
2009-07-24Make the smbd VFS typesafeVolker Lendecke1-13/+8
2009-07-06s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty1-9/+2
2009-07-06s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty1-67/+130
2009-07-06s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty1-1/+19
2009-06-24s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty1-4/+4
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-4/+4
2009-01-23Extend NTIMES to allow setting create_timetodd stecher1-4/+6
2008-12-31Fix all warnings in source3 with gcc4.3.Jeremy Allison1-4/+9
2008-06-19Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke1-1/+1
2008-06-19Remove current_user_info reference from vfs_recycle.cVolker Lendecke1-3/+1
2008-05-25Remove some references to get_current_username() and current_user_infoVolker Lendecke1-1/+1
2008-05-10Remove "user" from connection_structVolker Lendecke1-1/+1
2008-05-10Remove the unix token info from connection_structVolker Lendecke1-1/+2
2008-01-23strtok -> strtok_rVolker Lendecke1-1/+3
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-16/+16
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23692: Couldn't wait, sorry :-). Did the style change.Jeremy Allison1-3/+3
2007-10-10r23691: fix for bug on touching files as described here:Simo Sorce1-5/+13
2007-10-10r22080: Fix directory recycle module bug #4486.Jeremy Allison1-16/+37
2007-10-10r21764: Fix warning in debug comment.Jeremy Allison1-2/+2
2007-10-10r21714: Change the VFS interface to use struct timespecJeremy Allison1-6/+4
2007-10-10r21647: Allow unit on for size parameters.James Peach1-2/+4
2007-10-10r21646: Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp>Jeremy Allison1-5/+22
2007-10-10r20261: merge 20260 from samba_3_0_24Herb Lewis1-0/+1
2007-10-10r17039: Eliminate snum from enumshares and getshareinfo. Get rid of some pstr...Volker Lendecke1-2/+2
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-28/+36
2007-10-10r15909: Implement recycle:subdir_modeVolker Lendecke1-0/+18
2007-10-10r13224: better to cast the return tooSimo Sorce1-1/+1