summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_recycle.c
AgeCommit message (Collapse)AuthorFilesLines
2003-04-09collaps same repeted task into 2 code pathsSimo Sorce1-2/+1
(This used to be commit bc5d1873da187c83a1a19a7560685ed903d37455)
2003-04-08reworked to not malloc PATH_MAX long stringsSimo Sorce1-11/+11
corrected path_name creation (This used to be commit f4be4e70a12edae83b9b89622ca5077a7d3d5602)
2003-04-07remove unnened and wrong instructionsSimo Sorce1-2/+0
(This used to be commit 671579874e51b28ffdfc094cdf34a0090567e0cc)
2003-04-07fix wrong string handlingSimo Sorce1-3/+4
thanks to Stefan (metzte) Metzmacher (This used to be commit 99c2e11ccfe04867e84b467b0e82de8415c1dcee)
2003-03-27Use the new modules system in VFS. If a module can't be loaded with theJelmer Vernooij1-35/+6
new modules system, we still fall back to the old system. (This used to be commit cebe8d8b424f10006f2f791a8f086c6c8a7f5d57)
2003-03-25Make these functions static, keep them out of proto.Andrew Bartlett1-1/+1
(This used to be commit 34934d2edf0d575fae7d729fe4d8d3ab034a544f)
2003-02-24Fix off-by-one bugs, and move to strdup() rather than malloc()/strcpy().Andrew Bartlett1-16/+9
Andrew Bartlett (This used to be commit aa486355e282b891b299d63cc07431f32213b1b8)
2002-12-22talloc_init_named -> talloc_init.Jeremy Allison1-2/+2
Jeremy. (This used to be commit 20a44d4cf11d91e7a09176bfe673ad0cb230dffe)
2002-12-09finnally put in Alexander parametric pacthSimo Sorce1-40/+21
(This used to be commit e6ae8b4eac66637d398406545654bba960d9e6b8)
2002-12-09make vfs recycle use vfs facilities correctly!Simo Sorce1-23/+138
WARNING: every vfs module maintainer should look at these changes to understand how to properly write a vfs module in head!! also make installmodules work correctly when the directory structure is not yet in place. Simo. (This used to be commit 6dfa46098679681a6d2c931395d6eeae2a978466)
2002-11-13Move working VFS modules to source/modules/Jelmer Vernooij1-0/+559
(This used to be commit 14b129e301c94ccf47b9105bda1bd9d142feb1b5)