summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_recycle.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter1-2/+3
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter1-314/+202
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-3/+3
2003-04-24Patch from Stefan Metzmacher to add default parameters to the lp_parm()Jelmer Vernooij1-21/+13
2003-04-09collaps same repeted task into 2 code pathsSimo Sorce1-2/+1
2003-04-08reworked to not malloc PATH_MAX long stringsSimo Sorce1-11/+11
2003-04-07remove unnened and wrong instructionsSimo Sorce1-2/+0
2003-04-07fix wrong string handlingSimo Sorce1-3/+4
2003-03-27Use the new modules system in VFS. If a module can't be loaded with theJelmer Vernooij1-35/+6
2003-03-25Make these functions static, keep them out of proto.Andrew Bartlett1-1/+1
2003-02-24Fix off-by-one bugs, and move to strdup() rather than malloc()/strcpy().Andrew Bartlett1-16/+9
2002-12-22talloc_init_named -> talloc_init.Jeremy Allison1-2/+2
2002-12-09finnally put in Alexander parametric pacthSimo Sorce1-40/+21
2002-12-09make vfs recycle use vfs facilities correctly!Simo Sorce1-23/+138
2002-11-13Move working VFS modules to source/modules/Jelmer Vernooij1-0/+559