summaryrefslogtreecommitdiff
path: root/file_server/file_server.c
AgeCommit message (Collapse)AuthorFilesLines
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 Tridgell1-0/+124
this contains a file server backend that forks and starts smbd Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>