Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-13 | s4-dsdb: moved checking of duplicate member entries to repl_meta_data.c | Andrew Tridgell | 2 | -35/+20 | |
the samldb checks failed to account for the possibility of a member being removed and added in the same modify operation. This happens (for example) when dbcheck is fixing a SID in a DN. The repl_meta_data.c code already has this check, it just wasn't giving the right specialised error code for the 'member' attribute Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2011-07-13 | s3-rpc_server: Removed no longer used functions. | Vicentiu Ciorbaru | 1 | -281/+0 | |
Removed winreg_printer_delete_subkeys(). Removed winreg_printer_enumvalues(). Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Jul 13 12:42:02 CEST 2011 on sn-devel-104 | |||||
2011-07-13 | s3-rpc_client: Migrate to dcerpc_winreg_delete_subkeys_recursive(). | Vicentiu Ciorbaru | 1 | -10/+31 | |
Functions now use dcerpc_winreg_delete_subkeys_recursive() instead of the more specific printer function winreg_printer_delete_subkeys(). Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-07-13 | s3-rpc_client: Migrate to dcerpc_winreg_enumvals() function. | Vicentiu Ciorbaru | 1 | -22/+142 | |
The functions that called winreg_printer_enumvalues() function now use dcerpc_winreg_enumvals(). Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-07-13 | s3-rpc_client: Added dcerpc_winreg_delete_subkeys_recursive() function. | Vicentiu Ciorbaru | 2 | -0/+131 | |
This function is set to replace the more specific printer function winreg_printer_delete_subkeys(). Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-07-13 | s3-rpc_client: Added dcerpc_winreg_enumvals() function. | Vicentiu Ciorbaru | 2 | -0/+214 | |
The function is set to replace the more specific printer function winreg_printer_enumvalues() function. Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-07-13 | dynconfig: rework the logic to support --enable-fhs | Stefan Metzmacher | 2 | -122/+275 | |
This reorders the data structure which represents the options to build a more useful hierachy. This makes it more obvious which defaults values are used in the 'STD' and 'FHS' flavors. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jul 13 09:33:21 CEST 2011 on sn-devel-104 | |||||
2011-07-13 | dynconfig: add SambaIndentedHelpFormatter in order to support \n in option ↵ | Stefan Metzmacher | 1 | -1/+54 | |
help text metze | |||||
2011-07-13 | dynconfig: remember which options still have their default value | Stefan Metzmacher | 1 | -2/+10 | |
If the values are explicit specified on the command line, we need to keep them. metze | |||||
2011-07-13 | dynconfig: use an option group for the samba specific options | Stefan Metzmacher | 1 | -2/+4 | |
metze | |||||
2011-07-13 | Revert "s4-build Change default paths and --with flags for a 4.0 release" | Stefan Metzmacher | 2 | -21/+59 | |
This reverts commit edd3e8b03aa0bca85d4a9a62b35471e76a1f9390. | |||||
2011-07-13 | Revert "build: Put lockdir and cachedir in FHS-like locations by default" | Stefan Metzmacher | 1 | -2/+2 | |
This reverts commit 6c9a78074a429773cefd1a3c798b7e3ad7d4c325. | |||||
2011-07-13 | ldb-tdb: Introduce a flag on ltdb_add_internal to indicate whether unique ↵ | Matthieu Patou | 1 | -4/+11 | |
value test should be performed or not The function ltdb_add_internal is called either from ltdb_add or ltdb_rename. In case of add we enforce the unique test (unless it has been relaxed by a upper module through the LDB_FLAG_INTERNAL_DISABLE_SINGLE_VALUE_CHECK flag), but for rename as it is translated by a delete + a add we relax the test as we can have one or more attribute which are supposed to be single valued but that are not (ie. when we have a couple of deleted value on a single valued attribute), we have already done the tests on insert so make the assumption that the values are OK. Without this patch deleting a subnet that has been affected to more than one site fails as the delete is in fact a rename to GUID\0DEL ... with an attribute siteObject that has 1 active link value and 1 inactive link value Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Wed Jul 13 02:29:20 CEST 2011 on sn-devel-104 | |||||
2011-07-13 | s3:libsmb: remove unused cli_smb_inbuf() | Stefan Metzmacher | 2 | -8/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jul 13 01:19:51 CEST 2011 on sn-devel-104 | |||||
2011-07-12 | s3: dbwrap_ctdb.c: fix #ifdef CTDB_CONTROL_SCHEDULE_FOR_DELETION issue (bug ↵ | Björn Baumbach | 1 | -2/+2 | |
#8303) Check for HAVE_CTDB_CONTROL_SCHEDULE_FOR_DELETION_DECL instead of CTDB_CONTROL_SCHEDULE_FOR_DELETION, which is an enum member and not a define. Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jul 12 18:56:30 CEST 2011 on sn-devel-104 | |||||
2011-07-12 | s4:libcli/raw: s/SMBchkpth/SMBcheckpath | Stefan Metzmacher | 3 | -3/+3 | |
metze | |||||
2011-07-12 | s4:winsdb: place wins.ldb in "state dir" instead of "lock dir" | Stefan Metzmacher | 1 | -1/+1 | |
It's not only a cache as we also support static records. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jul 12 16:16:45 CEST 2011 on sn-devel-104 | |||||
2011-07-12 | selftest/Samba4: use "state dir" for persistent files | Stefan Metzmacher | 1 | -7/+7 | |
metze | |||||
2011-07-12 | s4:provision: place the sysvol share under "state dir" instead of "lock dir" | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-07-12 | selftest/Samba4: setup "state dir" and "cache dir" | Stefan Metzmacher | 2 | -0/+22 | |
metze | |||||
2011-07-12 | s4:param: add "state dir" and "cache dir" options | Stefan Metzmacher | 7 | -1/+93 | |
metze | |||||
2011-07-12 | s3:libsmb: remove unused cli_oplock_handler() | Stefan Metzmacher | 4 | -54/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jul 12 10:53:52 CEST 2011 on sn-devel-104 | |||||
2011-07-12 | s4:libcli/raw: remove SMBkeepalive | Stefan Metzmacher | 1 | -1/+0 | |
metze | |||||
2011-07-12 | s4:smb_server: s/SMBkeepalive/NBSSkeepalive | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2011-07-12 | s3:include: remove SMBkeepalive | Stefan Metzmacher | 1 | -1/+0 | |
metze | |||||
2011-07-12 | s3:smbd: s/SMBkeepalive/NBSSkeepalive | Stefan Metzmacher | 2 | -12/+12 | |
metze | |||||
2011-07-12 | s3:libsmb: s/SMBkeepalive/NBSSkeepalive | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-07-12 | s3:lib: s/SMBkeepalive/NBSSkeepalive | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2011-07-12 | libcli/smb: add NBSS message types | Stefan Metzmacher | 1 | -0/+10 | |
metze | |||||
2011-07-12 | s3:libsmb: remove unused cli->privileges | Stefan Metzmacher | 2 | -2/+4 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jul 12 09:30:49 CEST 2011 on sn-devel-104 | |||||
2011-07-12 | s3:smbd: use PROTOCOL_SMB2_02 instead PROTOCOL_SMB2 | Stefan Metzmacher | 3 | -3/+3 | |
metze | |||||
2011-07-12 | s3:loadparm: use PROTOCOL_SMB2_02 instead of PROTOCOL_SMB2 | Stefan Metzmacher | 1 | -2/+3 | |
metze | |||||
2011-07-12 | libcli/smb: add PROTOCOL_SMB2_02 constant | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2011-07-11 | s3:smb2_create: use smbd_calculate_access_mask() instead of ↵ | Stefan Metzmacher | 1 | -1/+6 | |
smbd_check_open_rights() metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jul 11 22:45:01 CEST 2011 on sn-devel-104 | |||||
2011-07-11 | s3:smb2_tcon: return the correct maximal_access on the share | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-07-11 | s3:smbd: return the real share access mask in the SMBtconX response | Stefan Metzmacher | 1 | -3/+1 | |
metze | |||||
2011-07-11 | s3:smbd: use smbd_calculate_access_mask() also for fake_files | Stefan Metzmacher | 1 | -0/+13 | |
metze | |||||
2011-07-11 | s3:smbd: check the share level access mask in smbd_calculate_access_mask() | Stefan Metzmacher | 1 | -0/+17 | |
I think we should reject invalid access early, before we might create new files. Also smbd_check_open_rights() is only called if the file existed. metze | |||||
2011-07-11 | s3:smbd: make smbd_calculate_access_mask() non-static | Stefan Metzmacher | 2 | -14/+20 | |
metze | |||||
2011-07-11 | s3:smbd/msdfs: let create_conn_struct() check the share security descriptor | Stefan Metzmacher | 1 | -0/+30 | |
metze | |||||
2011-07-11 | s3:winbindd_cm: make use of cli->src_ss instead of calling getsockname() | Stefan Metzmacher | 1 | -2/+8 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jul 11 19:31:14 CEST 2011 on sn-devel-104 | |||||
2011-07-11 | s3:winbindd_cm: make use of cli->dest_ss instead calling getpeername() | Stefan Metzmacher | 1 | -1/+7 | |
metze | |||||
2011-07-11 | s3:winbindd_cm: make use of cli_state_disconnect() | Stefan Metzmacher | 1 | -4/+2 | |
metze | |||||
2011-07-11 | s3:winbindd_cm: make use of cli_state_is_connected() | Stefan Metzmacher | 1 | -9/+6 | |
metze | |||||
2011-07-11 | s3:auth_server: use cli_echo() to check if the server is alive | Stefan Metzmacher | 1 | -5/+10 | |
This works over port 139 and also 445. send_keepalive() would only work on port 139. metze | |||||
2011-07-11 | s3:auth_server: make use of cli_state_is_connected() | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2011-07-11 | s3:client: simplify readline_callback() to only use cli_echo() | Stefan Metzmacher | 1 | -54/+9 | |
cli_echo() already swallows NBT keepalive messages, so there's no need to filter them in the 'smbclient' layer. metze | |||||
2011-07-11 | s3:libsmbclient: use cli_state_is_connected() in SMBC_check_server() | Stefan Metzmacher | 1 | -4/+4 | |
metze | |||||
2011-07-11 | s3:libsmbclient: don't log the lowlevel fd in smbc_free_context() | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2011-07-11 | s3:libsmb: add cli_state_disconnect() | Stefan Metzmacher | 2 | -0/+8 | |
metze |