summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2003-03-03Fixes to the vfs_fake_perms modules - we only need to specify the VFSAndrew Bartlett1-211/+29
2003-02-24Fix off-by-one bugs, and move to strdup() rather than malloc()/strcpy().Andrew Bartlett1-16/+9
2003-02-21patch from Hal Roberts check for a valid [f]chmod_acl function pointer before...Gerald Carter1-2/+12
2003-02-20Make init_module() and thus smb_load_module() return an int.Jelmer Vernooij1-1/+1
2003-02-11Patch from Anthony Liguori <aliguor@us.ibm.com> to remove scandir() portabilityAndrew Bartlett1-16/+15
2003-02-07Added extended audit module that logs to smbd log as well as syslog.John Terpstra1-0/+319
2002-12-30Add a new VFS module, that just fiddles the file permissions. Still need toAndrew Bartlett1-0/+471
2002-12-23Finish adding strings to all talloc_init() calls.Jeremy Allison1-1/+1
2002-12-22talloc_init_named -> talloc_init.Jeremy Allison2-7/+7
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-15Use smb_register_passdb() - plus some small fixesJelmer Vernooij2-0/+1618
2002-11-13Move 'weird' character set into new 'developer' moduleJelmer Vernooij1-0/+132
2002-11-13Move working VFS modules to source/modules/Jelmer Vernooij3-0/+1257