Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3-auth: rework default auth methods around the lp_server_role() parameter | Andrew Bartlett | 2012-06-15 | 1 | -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 | ||||
* | file_server: Use samba4 auth module for guest logins as well | Andrew Bartlett | 2012-06-11 | 1 | -1/+1 |
| | | | | | | | This is important for consistancy on NTLM logins, as the samba4 stack is used for all NTLMSSP logins anyway. Andrew Bartlett | ||||
* | file_server: set 'store dos attributes = yes' | Andrew Bartlett | 2012-05-02 | 1 | -0/+5 |
| | | | | | | This means we do not need the old permissions-based mappings. Andrew Bartlett | ||||
* | file_server: use embedded srvsvc | Andrew Bartlett | 2012-05-02 | 1 | -0/+1 |
| | |||||
* | file_server: Use the embedded winreg server | Andrew Bartlett | 2012-05-02 | 1 | -0/+1 |
| | |||||
* | file_server: use embedded ntsvcs server | Andrew Bartlett | 2012-05-02 | 1 | -0/+1 |
| | |||||
* | file_server: use embedded eventlog server | Andrew Bartlett | 2012-05-02 | 1 | -0/+1 |
| | |||||
* | file_server: forward dssetup, but use embedded svcctl for s3fs | Andrew Bartlett | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | s3fs: Use xattr_tdb format for xattr storage | Andrew Bartlett | 2012-04-18 | 1 | -2/+4 |
| | | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Apr 18 05:39:01 CEST 2012 on sn-devel-104 | ||||
* | file_server: Move vfs objects initialisation into file_server.c smb.conf wrapper | Andrew Bartlett | 2012-04-03 | 1 | -0/+11 |
| | |||||
* | s3fs: when samba is logging to stdout, ask smbd to also do so | Andrew Tridgell | 2012-02-28 | 1 | -1/+3 |
| | | | | | this prevents make test getting spurious errors about opening log files in the install prefix | ||||
* | s3fs: added file_server directory | Andrew Tridgell | 2012-02-28 | 3 | -0/+159 |
this contains a file server backend that forks and starts smbd Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> |