summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: Always retry the DC connection in auth_domainVolker Lendecke2010-12-201-8/+4
| | | | | | | | | | | | The only condition that cli_full_connection marks as non-retryable is the basic name lookup and TCP connect. To me this is pretty fishy. For example if the negprot fails, this is supposed to be more retryable than a NetBIOS name lookup failure? I'd rather think the opposite is true. Jeremy, this is code from 2002, 389a16d9d533. If you have any comments from back then, let me know :-) Volker
* s3: Remove some unused variablesVolker Lendecke2010-12-202-6/+3
|
* s3: "make etags" should not grow TAGS infinitely...Volker Lendecke2010-12-191-0/+1
|
* s3: Fix bug 7066 -- wbcAuthenticateEx gives unix timesVolker Lendecke2010-12-191-3/+5
| | | | | We might eventually want to change this, but right now we get unix times out of the winbind pipe struct
* s3: Use the right uid winbindd_raw_kerberos_login()Volker Lendecke2010-12-191-1/+1
|
* wb_reqtrans is not used in libwbclientVolker Lendecke2010-12-197-7/+514
|
* Move wbc_async.[ch] to its only user: smbtorture3Volker Lendecke2010-12-195-3/+948
|
* libwbclient: Put the wb_reqtrans definitions into wb_reqtrans.hVolker Lendecke2010-12-192-2/+2
|
* s3: wcache_invalidate_samlogon only needs the SIDVolker Lendecke2010-12-193-12/+15
|
* s3: netsamlogon_clear_cached_user only needs the SIDVolker Lendecke2010-12-193-10/+4
|
* s3: Remove two pointless slprintf callsVolker Lendecke2010-12-191-4/+4
|
* s3: FreeBSD has getpeereid(), use itVolker Lendecke2010-12-192-0/+16
|
* s3: Reply correctly to FSCTL_IS_VOLUME_DIRTYVolker Lendecke2010-12-192-0/+10
|
* s3: Fix some nonempty blank linesVolker Lendecke2010-12-191-22/+22
|
* s3: Did I say this module is from hell?Volker Lendecke2010-12-191-1/+1
|
* s3: re-add some debugs to check_reduced_nameVolker Lendecke2010-12-191-0/+2
|
* s3: Fix some typosVolker Lendecke2010-12-194-6/+6
|
* s3: Fix serverid_existsVolker Lendecke2010-12-191-0/+4
| | | | | | | In the cluster case it can happen that a node just died and we did not yet have the time to clean up serverid.tdb. If the corresponding serverid.tdb record that represented a process was migrated away from the dead record, it represents existence of a process where it is already dead.
* Rename vfs operation posix_fallocate to just fallocate and add the ↵Jeremy Allison2010-12-189-42/+65
| | | | | | | | | | | | | | | | | | | | | | vfs_fallocate_mode parameter. It turns out we need the fallocate operations to be able to both allocate and extend filesize, and to allocate and not extend filesize, and posix_fallocate can only do the former. So by defining the vfs op as posix_fallocate we lose the opportunity to use any underlying syscalls (like Linux fallocate) that can do the latter as well. We don't currently use the non-extending filesize call, but now I've changed the vfs op definition we can in the future. For the moment simply map the fallocate op onto posix_fallocate for the VFS_FALLOCATE_EXTEND_SIZE case and return ENOSYS for the VFS_FALLOCATE_KEEP_SIZE case. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Dec 18 08:59:27 CET 2010 on sn-devel-104
* Move checks inside file_set_sparse() to allow it to be called from anywhere.Jeremy Allison2010-12-172-19/+21
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Dec 17 21:56:38 CET 2010 on sn-devel-104
* file_set_sparse needs to be a handle based call.Jeremy Allison2010-12-173-12/+10
|
* s3:smbd: implement FSCTL_SET_SPARSE more correctlyBjörn Jacke2010-12-171-5/+43
| | | | | | | | | | | | | | this is a port of a patch from metze for 3.3: We don't do the "strict allocation" when the sparse bit isn't set, but that shouldn't matter. We now allow windows applications to set and unset the sparse bit. Note that in order to implement this 100% like described in [MS-FSA], we'd have to change our data model and support the sparse flag per stream.
* Update our attribute flags.Jeremy Allison2010-12-171-1/+6
|
* s3:smbd: add file_set_sparse() functionBjörn Jacke2010-12-172-0/+52
| | | | this is based on a patch for 3.3 from metze
* s3/vfs_gpfs: map SPARSE attribute to/from WINATTRs, tooBjörn Jacke2010-12-171-2/+8
|
* s3: remove set_sparse_flagBjörn Jacke2010-12-171-15/+1
| | | | | | | | we need to determine sparseness from the sparse flag we store not from the allocation size on the POSIX filesystem. This is how Windows works - in the first place sparseness is a file flag, not the allocation state of the file Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3: add FILE_ATTRIBUTE_SPARSE to get_stat_dos_flagsBjörn Jacke2010-12-171-0/+2
|
* s3:net ads dns register: use "cluster addresses" option if configured (bug ↵Stefan Metzmacher2010-12-171-3/+11
| | | | | | | | | | | #7871) metze Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Dec 17 16:49:14 CET 2010 on sn-devel-104
* s3:net ads dns register: add support for specifying addresse on the ↵Michael Adam2010-12-171-3/+40
| | | | | | | | | | | | commandline (bug #7871) In the clustering case, this is also made the only possiblity to do dns updates, since the list addresses on the local interfaces is not suitable in that case. This fixes the "net ads dns register" part of bug #7871. It might be extended by a parsing of the "cluster addresses" setting. Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3:net: add net_update_dns_ext() that accepts a list of addresses as ↵Michael Adam2010-12-171-12/+27
| | | | | | | | | | | | parameter (bug# 7871) This generalized form of net_update_dns() will be used to add support for specifying a list of addresses on the commandline of "net ads dns register". This prepares the "net ads dns register" part of the fix for bug #7871. Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3:net: disable dynamic dns updates at the end of "net ads join" in a ↵Michael Adam2010-12-171-0/+19
| | | | | | | | | | | | | | | cluster (bug #7871) In a clustered environment, registering the set of ip addresses that are assigned to the interfaces of the node that performs the join does usually not have the desired effect, since the local interfaces do not carry complete set of the cluster's public IP addresses. And it can also contain internal addresses that should not be visible to the outside at all. In order to do dns updates in a clustererd setup, use net ads dns register. This fixes the net ads join part of bug #7871. Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-net: fix net sid type build warning.Günther Deschner2010-12-171-1/+1
| | | | Guenther
* s3/net: tz argument should be NULL of courseBjörn Jacke2010-12-171-1/+1
| | | | | Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Fri Dec 17 01:48:40 CET 2010 on sn-devel-104
* Do more vfs_stat_fsp calls instead of FSTAT - ensures fsp->fsp_name->st is ↵Jeremy Allison2010-12-161-13/+20
| | | | | | | kept up to date. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Dec 16 23:41:06 CET 2010 on sn-devel-104
* spoolss: fill in PerMachineConnections add and delete IDL.Günther Deschner2010-12-161-9/+9
| | | | Guenther
* Fix old bug in openX code, exposed when "strict allocate" is set to true.Jeremy Allison2010-12-161-5/+9
| | | | | | | | | | | We need to return the file size here, not the allocation size, but we were not updating the stat struct after the vfs_set_filesize() call. Ensure we always use fresh data in openX replies. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Dec 16 02:37:58 CET 2010 on sn-devel-104
* Change strict allocate to default to true. (cherry picked from commit ↵Jeremy Allison2010-12-151-1/+1
| | | | 820ea22a07b062b1717d35de8fa7051fc1067c3f)
* Fix bug 7866 - "net" in v3-6-test broken.Jeremy Allison2010-12-153-3/+22
| | | | | | | Someone wasn't careful about testing when not running as root :-). Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Dec 15 20:45:25 CET 2010 on sn-devel-104
* s3:rpc_client: implement rpc_transport_np_init() on top of ↵Stefan Metzmacher2010-12-152-400/+38
| | | | | | | | | | | rpc_transport_tstream_init() This also makes use of tstream_cli_np_open() to get the tstream. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Dec 15 16:12:30 CET 2010 on sn-devel-104
* s3:rpc_client: implement rpc_transport_sock_init() on top of ↵Stefan Metzmacher2010-12-151-231/+13
| | | | | | rpc_transport_tstream_init() metze
* s3:rpc_client/rpc_transport_tstream.c: add some logic to handle cli_np tstreamsStefan Metzmacher2010-12-151-2/+197
| | | | metze
* s3:rpc_client/rpc_transport_tstream: timeout should be unsigned intStefan Metzmacher2010-12-151-1/+1
| | | | metze
* s3:rpc_client: let rpc_transport_tstream_init() create read and write queueStefan Metzmacher2010-12-153-28/+17
| | | | metze
* s3:libsmb: add tstream_cli_np_get_cli_state()Stefan Metzmacher2010-12-152-0/+10
| | | | metze
* s3:libsmb: add tstream_cli_np_set_timeout()Stefan Metzmacher2010-12-152-0/+18
| | | | metze
* s3:libsmb: add tstream_cli_np_use_trans() and the needed logicStefan Metzmacher2010-12-152-0/+183
| | | | | | | tstream_cli_np_use_trans() defers the next tstream_writev to the next tstream_readv and send both as an SMBtrans request. metze
* s3:libsmb: add tstream_is_cli_np()Stefan Metzmacher2010-12-152-0/+15
| | | | metze
* s3:libsmb: add cli_np_tstream.cStefan Metzmacher2010-12-153-0/+823
| | | | | | | | This abstracts a named pipe over smb as a tstream, which will make it easier to implement the dcerpc layer in a more generic way. metze
* s3-waf: use shared libwbclient wscript_build.Günther Deschner2010-12-151-12/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Dec 15 11:42:16 CET 2010 on sn-devel-104
* s3-waf: fix winbind-client subsystem.Günther Deschner2010-12-151-7/+9
| | | | Guenther