summaryrefslogtreecommitdiff
path: root/file_server
AgeCommit message (Collapse)AuthorFilesLines
2012-08-30file_server: Fix spoolss support with s3fs.Andreas Schneider1-1/+1
2012-08-23param: Add startup checks for valid server role/binary combinationsAndrew Bartlett1-0/+1
This should eliminate confusion from our users about what they can expect to successfully run. Andrew Bartlett
2012-08-23file_server: Move default VFS module settings to loadparm.cAndrew Bartlett1-12/+0
This means that any utility that calls into the VFS layer will get the right modules. Because we use the fake_acls backend we need to override this whole list in Samba4.pm however. Andrew Bartlett
2012-07-03file_server: add [globals] to generated smb.confAndrew Bartlett1-0/+1
2012-06-15s3-auth: rework default auth methods around the lp_server_role() parameterAndrew Bartlett1-1/+0
To cover all the enum values, ROLE_ACTIVE_DIRECTORY_DOMAIN_CONTROLLER is mapped to the samba4 auth module, and this is no longer required to be specified in fileserver.conf. Andrew Bartlett
2012-06-11file_server: Use samba4 auth module for guest logins as wellAndrew Bartlett1-1/+1
This is important for consistancy on NTLM logins, as the samba4 stack is used for all NTLMSSP logins anyway. Andrew Bartlett
2012-05-02file_server: set 'store dos attributes = yes'Andrew Bartlett1-0/+5
This means we do not need the old permissions-based mappings. Andrew Bartlett
2012-05-02file_server: use embedded srvsvcAndrew Bartlett1-0/+1
2012-05-02file_server: Use the embedded winreg serverAndrew Bartlett1-0/+1
2012-05-02file_server: use embedded ntsvcs serverAndrew Bartlett1-0/+1
2012-05-02file_server: use embedded eventlog serverAndrew Bartlett1-0/+1
2012-05-02file_server: forward dssetup, but use embedded svcctl for s3fsAndrew Bartlett1-1/+1
2012-04-18s3fs: Use xattr_tdb format for xattr storageAndrew Bartlett1-2/+4
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Apr 18 05:39:01 CEST 2012 on sn-devel-104
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>