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