r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
[ira/wip.git] / source3 / modules / vfs_recycle.c
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Volker Lendecker15909: Implement recycle:subdir_mode
2007-10-10 Simo Sorcer13224: better to cast the return too
2007-10-10 Simo Sorcer13222: Never assume mode_t is of type int.
2007-10-10 Jeremy Allisonr12279: unix_mask_match has been broken for *ever*...
2007-10-10 Günther Deschnerr7807: Allow to touch mtime in vfs-recycle with
2007-10-10 Jeremy Allisonr7544: Fix for bug #2196 from Denis Sbragion <d.sbragio...
2007-10-10 Jeremy Allisonr7542: Patch from Renaud Duhaut <rd@duhaut.com> for...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2004-03-12 Alexander BokovoyFix string overflow due to wrong size calculation
2004-03-12 Alexander BokovoyFix string overflow due to wrong size calculation
2003-10-09 Tim PotterMerge from 3.0:
2003-10-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-10-02 Tim PotterPortability fix from Joachim Schmitz. Closes bug ...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-05 Jeremy AllisonMore tuning from cachegrind. Change most trim_string...
2003-08-14 Jelmer VernooijFix overflow in vfs_recycle module (and hopefully also...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-06-22 Simo SorceFound out a good number of NT_STATUS_IS_ERR used the...
2003-06-17 Volker LendeckeConst fixes by metze
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 Alexander BokovoyPrefix VFS API macros with SMB_ for consistency and...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-11 Alexander BokovoyFix VFS layer:
2003-04-28 Jelmer VernooijUse NTSTATUS as return value for smb_register_*() funct...
2003-04-28 Jelmer VernooijUse NTSTATUS as return value for smb_register_*() funct...
2003-04-24 Jelmer VernooijPatch from Stefan Metzmacher to add default parameters...
2003-04-24 Jelmer VernooijPatch from Stephan Metzmacher to add default arguments...
2003-04-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-17 Jelmer VernooijDo not use lp_parm_bool() and lp_parm_ulong() yet....
2003-04-16 Jelmer VernooijMore merges from HEAD:
2003-04-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-13 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-09 Simo Sorceport HEAD mods
2003-04-09 Simo Sorcecollaps same repeted task into 2 code paths
2003-04-08 Simo Sorcereworked to not malloc PATH_MAX long strings
2003-04-07 Simo Sorceooops new_dir is already len +1 bytes
2003-04-07 Simo Sorcecheck braindead safe_* function length interpretation...
2003-04-07 Simo Sorceremove unnened and wrong instructions
2003-04-07 Simo Sorceremove unneded instruction
2003-04-07 Simo Sorcefix wrong string handling
2003-04-07 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-29 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-27 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-27 Jelmer VernooijUse the new modules system in VFS. If a module can...
2003-03-25 Andrew BartlettMake these functions static, keep them out of proto.
2003-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-24 Andrew BartlettFix off-by-one bugs, and move to strdup() rather than...
2003-02-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-12-22 Jeremy Allisontalloc_init_named -> talloc_init.
2002-12-22 Jeremy Allisontalloc_init_named -> talloc_init.
2002-12-16 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-12-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-12-09 Simo Sorcefinnally put in Alexander parametric pacth
2002-12-09 Simo Sorcemake vfs recycle use vfs facilities correctly!
2002-11-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-13 Jelmer VernooijMove working VFS modules to source/modules/