summaryrefslogtreecommitdiffstats
path: root/source3/modules/vfs_recycle.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: Convert recycle_unlink to synthetic_smb_fnameVolker Lendecke2013-04-171-5/+3
* vfs: Convert recycle_do_touch to cp_smb_filenameVolker Lendecke2013-04-171-3/+2
* vfs: Convert recycle_get_file_size to cp_smb_filenameVolker Lendecke2013-04-171-3/+2
* vfs: Convert recycle_file_exists to cp_smb_filenameVolker Lendecke2013-04-171-3/+2
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-10/+10
* More strlcat/strlcpy truncate checks.Jeremy Allison2012-03-301-3/+9
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-1/+1
* s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett2011-07-201-1/+1
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-2/+2
* s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett2011-07-201-1/+1
* s3:vfs cleanup unused code in vfs_recycleChristian Ambach2011-06-091-26/+0
* Cope with +1 change on moving from safe_strcat to strlcat.Jeremy Allison2011-05-041-3/+3
* s3-auth: vfs modules need auth.hGünther Deschner2011-03-301-0/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-4/+4
* s3-netlogon: remove global include of netlogon.h.Günther Deschner2010-08-061-0/+1
* s3:auth use info3 in auth_serversupplied_infoSimo Sorce2010-05-281-1/+1
* s3: Fix some nonempty blank linesVolker Lendecke2010-03-281-20/+19
* Restructure the connect function code to always callJeremy Allison2009-11-301-1/+7
* Make the smbd VFS typesafeVolker Lendecke2009-07-241-13/+8
* s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty2009-07-061-9/+2
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-061-67/+130
* s3: Plumb smb_filename through SMB_VFS_RENAMETim Prouty2009-07-061-1/+19
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-4/+4
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-4/+4
* Extend NTIMES to allow setting create_timetodd stecher2009-01-231-4/+6
* Fix all warnings in source3 with gcc4.3.Jeremy Allison2008-12-311-4/+9
* Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke2008-06-191-1/+1
* Remove current_user_info reference from vfs_recycle.cVolker Lendecke2008-06-191-3/+1
* Remove some references to get_current_username() and current_user_infoVolker Lendecke2008-05-251-1/+1
* Remove "user" from connection_structVolker Lendecke2008-05-101-1/+1
* Remove the unix token info from connection_structVolker Lendecke2008-05-101-1/+2
* strtok -> strtok_rVolker Lendecke2008-01-231-1/+3
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-16/+16
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23692: Couldn't wait, sorry :-). Did the style change.Jeremy Allison2007-10-101-3/+3
* r23691: fix for bug on touching files as described here:Simo Sorce2007-10-101-5/+13
* r22080: Fix directory recycle module bug #4486.Jeremy Allison2007-10-101-16/+37
* r21764: Fix warning in debug comment.Jeremy Allison2007-10-101-2/+2
* r21714: Change the VFS interface to use struct timespecJeremy Allison2007-10-101-6/+4
* r21647: Allow unit on for size parameters.James Peach2007-10-101-2/+4
* r21646: Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp>Jeremy Allison2007-10-101-5/+22
* r20261: merge 20260 from samba_3_0_24Herb Lewis2007-10-101-0/+1
* r17039: Eliminate snum from enumshares and getshareinfo. Get rid of some pstr...Volker Lendecke2007-10-101-2/+2
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-28/+36
* r15909: Implement recycle:subdir_modeVolker Lendecke2007-10-101-0/+18
* r13224: better to cast the return tooSimo Sorce2007-10-101-1/+1