summaryrefslogtreecommitdiff
path: root/file_server
AgeCommit message (Collapse)AuthorFilesLines
2012-04-03file_server: Move vfs objects initialisation into file_server.c smb.conf wrapperAndrew Bartlett1-0/+11
2012-02-28s3fs: when samba is logging to stdout, ask smbd to also do soAndrew Tridgell1-1/+3
this prevents make test getting spurious errors about opening log files in the install prefix
2012-02-28s3fs: added file_server directoryAndrew Tridgell3-0/+159
this contains a file server backend that forks and starts smbd Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>