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