Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-15 | s3:vfs_gpfs: add "gpfs:acl" option | Björn Baumbach | 1 | -0/+81 | |
With "gpfs:acl=no" you can pass the acl calls to the next SMB_VFS module. Based on a patch from Hans-Dieter Schuster <hans-dieter.schuster@ts.fujitsu.com> Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3-winbindd: fix the build of idmap_ad modules. | Günther Deschner | 1 | -1/+2 | |
Guenther Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Fri Jun 15 18:16:11 CEST 2012 on sn-devel-104 | |||||
2012-06-15 | s3-lib: Fix conversion of lib/events.c to modern tevent names | Andrew Bartlett | 1 | -2/+2 | |
This corrects an error in 8e31d97c8b62d34aff5d52bfe46dbcc5805dae03. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Jun 15 16:25:20 CEST 2012 on sn-devel-104 | |||||
2012-06-15 | dbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_uint32_bystring | Volker Lendecke | 2 | -2/+2 | |
Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Fri Jun 15 14:20:04 CEST 2012 on sn-devel-104 | |||||
2012-06-15 | dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystring | Volker Lendecke | 3 | -3/+4 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-06-15 | dbwrap: ↵ | Volker Lendecke | 1 | -2/+2 | |
dbwrap_trans_change_int32_atomic->dbwrap_trans_change_int32_atomic_bystring Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-06-15 | dbwrap: ↵ | Volker Lendecke | 1 | -2/+2 | |
dbwrap_trans_change_uint32_atomic->dbwrap_trans_change_uint32_atomic_bystring Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-06-15 | dbwrap: dbwrap_change_uint32_atomic->dbwrap_change_uint32_atomic_bystring | Volker Lendecke | 2 | -2/+2 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-06-15 | dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystring | Volker Lendecke | 6 | -10/+15 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-06-15 | dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring | Volker Lendecke | 9 | -19/+21 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-06-15 | dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystring | Volker Lendecke | 5 | -16/+19 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-06-15 | dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystring | Volker Lendecke | 5 | -16/+19 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-06-15 | s3-build: Do not write loadparm generated files into the build tree | Andrew Bartlett | 4 | -18/+24 | |
We need to keep these files away from where waf might see them. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Jun 15 11:10:14 CEST 2012 on sn-devel-104 | |||||
2012-06-15 | s3-lib: Convert lib/events.c to modern tevent names | Andrew Bartlett | 1 | -14/+14 | |
2012-06-15 | s3-auth: rework default auth methods around the lp_server_role() parameter | Andrew Bartlett | 1 | -17/+23 | |
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-15 | lib/param: Create a seperate server role for "active directory domain ↵ | Andrew Bartlett | 1 | -1/+1 | |
controller" This will allow us to detect from the smb.conf if this is a Samba4 AD DC which will allow smarter handling of (for example) accidentially starting smbd rather than samba. To cope with upgrades from existing Samba4 installs, 'domain controller' is a synonym of 'active directory domain controller' and new parameters 'classic primary domain controller' and 'classic backup domain controller' are added. Andrew Bartlett | |||||
2012-06-15 | s3-auth: Merge SEC_DOMAIN and SEC_ADS cases in creating the default auth ↵ | Andrew Bartlett | 1 | -7/+2 | |
module list | |||||
2012-06-15 | s3-auth: Fix system info3 return to be just SID_NT_SYSTEM | Andrew Bartlett | 1 | -11/+17 | |
The SID for the SYSTEM token should be a fixed value, and not the administrator. Note however that it will be replaced by the SID of sec_initial_uid() by the create_local_token() code. Fixing this requires fixes the other parts of the code that cannot cope with a token of just SID_NT_SYSTEM. Andrew Bartlett | |||||
2012-06-15 | s3-auth: Fix system token generation not to dereference pointer as an integer | Andrew Bartlett | 1 | -1/+1 | |
This continues on from commit caaebb455cf955f66c2f662c53998c480cb2d6c9 which is marked as being part of bug #8944, ldapsam:trusted and ipasam and an additional fix for bug #8567 (0528cb5f3a15b72dcb34ece21a3ffb3e7b8d6eb9). The problem here was that the primary_gid was simply the pointer result of dom_sid_parse_talloc() cast to a uint32_t (found by the IRIX cc on the build farm). Andrew Bartlett | |||||
2012-06-15 | s3-auth: Give the SYSTEM token all privileges | Andrew Bartlett | 1 | -0/+4 | |
2012-06-15 | s3:smb2_server: remember the request_time on an incoming request | Stefan Metzmacher | 3 | -0/+5 | |
metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Fri Jun 15 09:17:33 CEST 2012 on sn-devel-104 | |||||
2012-06-15 | s3:smbd: remember the request_time on an incoming request | Stefan Metzmacher | 2 | -0/+6 | |
metze | |||||
2012-06-15 | s3:vfs: change files_struct.fnum from int to uint64_t | Michael Adam | 3 | -3/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Fri Jun 15 05:22:41 CEST 2012 on sn-devel-104 | |||||
2012-06-15 | s3:smbd: change trans2.c to use fsp_fnum_dbg() for fsp->fnum logging. | Michael Adam | 1 | -17/+17 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:smbd: change smb2_write.c to use fsp_fnum_dbg() for fsp->fnum logging. | Michael Adam | 1 | -6/+6 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:smbd: change smb2_setinfo.c to use fsp_fnum_dbg() for fsp->fnum logging. | Michael Adam | 1 | -3/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:smbd: change smb2_read.c to use fsp_fnum_dbg() for fsp->fnum logging. | Michael Adam | 1 | -6/+6 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:smbd: change smb2_notify.c to use fsp_fnum_dbg() for fsp->fnum logging. | Michael Adam | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:smbd: change smb2_lock.c to use fsp_fnum_dbg() for fsp->fnum logging. | Michael Adam | 1 | -6/+6 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:smbd: change smb2_ioctl.c to use fsp_fnum_dbg() for fsp->fnum logging. | Michael Adam | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:smbd: change smb2_getinfo.c to use fsp_fnum_dbg() for fsp->fnum logging. | Michael Adam | 1 | -4/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:smbd: change smb2_flush.c to use fsp_fnum_dbg() for fsp->fnum logging. | Michael Adam | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:smbd: change smb2_find.c to use fsp_fnum_dbg() for fsp->fnum logging. | Michael Adam | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:smbd: change smb2_close.c to use fsp_fnum_dbg() for fsp->fnum logging. | Michael Adam | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:smbd: change smb2_break.c to use fsp_fnum_dbg() for fsp->fnum logging. | Michael Adam | 1 | -6/+6 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:smbd: change reply.c to use fsp_fnum_dbg() for fsp->fnum logging. | Michael Adam | 1 | -50/+50 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:smbd: change pipes.c to use fsp_fnum_dbg() for fsp->fnum logging. | Michael Adam | 1 | -3/+3 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:smbd: change oplock.c to use fsp_fnum_dbg() for fsp->fnum logging. | Michael Adam | 1 | -5/+5 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:smbd: change open.c to use fsp_fnum_dbg() for fsp->fnum logging. | Michael Adam | 1 | -4/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:smbd: change nttrans.c to use fsp_fnum_dbg() for fsp->fnum logging. | Michael Adam | 1 | -3/+5 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:smbd: change files.c to use fsp_fnum_dbg() for fsp->fnum logging. | Michael Adam | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:smbd: change fake_file.c to use fsp_fnum_dbg() for fsp->fnum logging. | Michael Adam | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:smbd: change blocking.c to use fsp_fnum_dbg() for fsp->fnum logging. | Michael Adam | 1 | -14/+15 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:smbd: change aio.c to use fsp_fnum_dbg() for logging fsp->fnum. | Michael Adam | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:vfs_default: use fsp_fnum_dbg() for fsp->fnum logging. | Michael Adam | 1 | -6/+10 | |
Note: it is actually wrong to access the fsp->fnum at all here, since the fnum is part of the smb layer that should not be used in the vfs layer. But this is subject be separated more cleanly in later commits. This change only unifies the logging of fsp->fnum. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:locking: change locking.c to use fsp_fnum_dbg() for fsp->fnum logging. | Michael Adam | 1 | -8/+8 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:locking: change brlock.c to use fsp_fnum_dbg() for fsp->fnum logging. | Michael Adam | 1 | -4/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:lib: add a utility function "fsp_fnum_dbg" for logging the fnum of an fsp | Michael Adam | 2 | -0/+29 | |
This is to unify logging of an files_struct. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:lib: elaborate the comment for fsp_str_debug a bit. | Michael Adam | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:lib: remove part of a comment for fsp_str_dbg that does not apply any more. | Michael Adam | 1 | -2/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> |