summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_recycle.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r13222: Never assume mode_t is of type int.Simo Sorce2007-10-101-2/+2
* r12279: unix_mask_match has been broken for *ever*... (How).Jeremy Allison2007-10-101-1/+1
* r7807: Allow to touch mtime in vfs-recycle withGünther Deschner2007-10-101-5/+16
* r7544: Fix for bug #2196 from Denis Sbragion <d.sbragion@infotecna.it>.Jeremy Allison2007-10-101-3/+8
* r7542: Patch from Renaud Duhaut <rd@duhaut.com> for a parameterJeremy Allison2007-10-101-1/+18
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-5/+5
* Fix string overflow due to wrong size calculationAlexander Bokovoy2004-03-121-1/+1
* Portability fix from Joachim Schmitz. Closes bug #546.Tim Potter2003-10-021-1/+1
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-051-1/+1
* Fix overflow in vfs_recycle module (and hopefully also bug #291)Jelmer Vernooij2003-08-141-1/+2
* Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2003-06-221-1/+1
* Const fixes by metzeVolker Lendecke2003-06-171-2/+2
* Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy2003-05-141-24/+24
* Fix VFS layer:Alexander Bokovoy2003-05-111-310/+198
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-3/+3
* Patch from Stephan Metzmacher to add default arguments to lp_parm() smb.confJelmer Vernooij2003-04-241-84/+142
* Do not use lp_parm_bool() and lp_parm_ulong() yet. They're only in HEADJelmer Vernooij2003-04-171-138/+72
* More merges from HEAD:Jelmer Vernooij2003-04-161-81/+142
* port HEAD modsSimo Sorce2003-04-091-12/+10
* ooops new_dir is already len +1 bytesSimo Sorce2003-04-071-2/+2
* check braindead safe_* function length interpretation is correctSimo Sorce2003-04-071-7/+7
* remove unneded instructionSimo Sorce2003-04-071-1/+0
* talloc_init_named -> talloc_init.Jeremy Allison2002-12-221-1/+1
* Move working VFS modules to source/modules/Jelmer Vernooij2002-11-131-0/+559