Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-04 | file_server: Remove explicit set of passdb backend in fileserver.conf | Andrew Bartlett | 1 | -1/+0 | |
The default is now set during smb.conf loading based on the server role or during provision. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue Sep 4 14:05:34 CEST 2012 on sn-devel-104 | |||||
2012-09-04 | file_server: Run task_server_terminate when smbd exists | Andrew Bartlett | 1 | -0/+4 | |
This will help us shut down when smbd cannot bind to ports or perform some other critical startup operation. Based on a patch by Stefan Metzmacher <metze@samba.org> Andrew Bartlett | |||||
2012-09-04 | file_server: use 'subreq' as variable instead of 'req' | Stefan Metzmacher | 1 | -4/+4 | |
This matches the style of all other tevent_req users. metze | |||||
2012-09-04 | file_server: Clarify code by avoiding a goto | Andrew Bartlett | 1 | -4/+2 | |
As suggested by Ricky Nance <ricky.nance@weaubleau.k12.mo.us> Andrew Bartlett | |||||
2012-08-30 | file_server: Fix spoolss support with s3fs. | Andreas Schneider | 1 | -1/+1 | |
2012-08-23 | param: Add startup checks for valid server role/binary combinations | Andrew Bartlett | 1 | -0/+1 | |
This should eliminate confusion from our users about what they can expect to successfully run. Andrew Bartlett | |||||
2012-08-23 | file_server: Move default VFS module settings to loadparm.c | Andrew Bartlett | 1 | -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-03 | file_server: add [globals] to generated smb.conf | Andrew Bartlett | 1 | -0/+1 | |
2012-06-15 | s3-auth: rework default auth methods around the lp_server_role() parameter | Andrew Bartlett | 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 | |||||
2012-06-11 | file_server: Use samba4 auth module for guest logins as well | Andrew Bartlett | 1 | -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-02 | file_server: set 'store dos attributes = yes' | Andrew Bartlett | 1 | -0/+5 | |
This means we do not need the old permissions-based mappings. Andrew Bartlett | |||||
2012-05-02 | file_server: use embedded srvsvc | Andrew Bartlett | 1 | -0/+1 | |
2012-05-02 | file_server: Use the embedded winreg server | Andrew Bartlett | 1 | -0/+1 | |
2012-05-02 | file_server: use embedded ntsvcs server | Andrew Bartlett | 1 | -0/+1 | |
2012-05-02 | file_server: use embedded eventlog server | Andrew Bartlett | 1 | -0/+1 | |
2012-05-02 | file_server: forward dssetup, but use embedded svcctl for s3fs | Andrew Bartlett | 1 | -1/+1 | |
2012-04-18 | s3fs: Use xattr_tdb format for xattr storage | Andrew Bartlett | 1 | -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-03 | file_server: Move vfs objects initialisation into file_server.c smb.conf wrapper | Andrew Bartlett | 1 | -0/+11 | |
2012-02-28 | s3fs: when samba is logging to stdout, ask smbd to also do so | Andrew Tridgell | 1 | -1/+3 | |
this prevents make test getting spurious errors about opening log files in the install prefix | |||||
2012-02-28 | s3fs: added file_server directory | Andrew Tridgell | 3 | -0/+159 | |
this contains a file server backend that forks and starts smbd Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> |