summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* rpc_client: Avoid warning in builds without krb5 headers.Karolin Seeger2008-06-241-0/+2
| | | | | | | warning: ‘cli_auth_kerberos_data_destructor’ defined but not used Karolin (This used to be commit b5f9176b6ca8c137d5c065abed943fa437b5531f)
* Remove "conn" from pipes_structVolker Lendecke2008-06-243-5/+6
| | | | | For spoolss, we need the client's IP address (This used to be commit 64a4dfaa826cf9319ef3f5c65023352bf8af539e)
* Correct calculation of "remark" in srv_srvsvc_nt.cVolker Lendecke2008-06-241-9/+25
| | | | | Very likely the client is not interested in the values for the IPC$ share :-) (This used to be commit 40ca5764cf4310769c002b8cb6041fe2af4e6d0b)
* Move the responsibility to keep the cwd from srv_dfs_nt to msdfs.cVolker Lendecke2008-06-242-30/+53
| | | | (This used to be commit 7db382588ac90fe250b72cf4cd07afb39fcae7c0)
* re-run make idl.Günther Deschner2008-06-232-0/+9
| | | | | Guenther (This used to be commit cd3a69e153d3ffb128e09871b44826041deff15a)
* drsuapi: fill in some more drsuapi_DsAttributeIds.Günther Deschner2008-06-231-0/+3
| | | | | Guenther (This used to be commit 7974c2c8afe2ed295d8da4daa45ba5b7cb0a7584)
* net_vampire: more libnet_samsync restructuring.Günther Deschner2008-06-234-54/+48
| | | | | Guenther (This used to be commit 3bcda522f025aff249678a8a086218679fc19c6b)
* net_vampire: prepend libnet_ to the public samsync functions.Günther Deschner2008-06-233-60/+55
| | | | | Guenther (This used to be commit f020c947cfb1482176af8827ed9c361d7c21e26f)
* net_vampire: move out display routines to one file.Günther Deschner2008-06-234-275/+308
| | | | | Guenther (This used to be commit 64b48a07e714d7eb97dd49c11d9ca62951d79524)
* net_vampire: move out passdb routines to one file.Günther Deschner2008-06-234-762/+795
| | | | | Guenther (This used to be commit 74d431270d9b4cc1524f79fa2ad743420afef417)
* net_vampire: fix included header.Günther Deschner2008-06-231-1/+1
| | | | | Guenther (This used to be commit 1dbe6ea8607549649f69e1b63cc427efe67e0778)
* net_vampire: display more deltas while doing samdump.Günther Deschner2008-06-231-41/+44
| | | | | Guenther (This used to be commit 43579907c3cbd5a4c07fe1f8da13c9a2a7db3f32)
* net_vampire: move pull_netr_AcctLockStr() to libnet.Günther Deschner2008-06-233-34/+41
| | | | | Guenther (This used to be commit 8ec64a96e43d2e55e81f725fe693178ecdc65e88)
* time: move uint64s_nt_time_to_unix_abs() to lib/time.cGünther Deschner2008-06-233-7/+8
| | | | | Guenther (This used to be commit 58f54f180f0a942776455ab6e813628422493dac)
* Add documentation for kerberos support in libsmbclient.Andreas Schneider2008-06-231-0/+10
| | | | | | Signed-off-by: Andreas Schneider <anschneider@suse.de> Signed-off-by: Derrell Lipman <derrell.lipman@unwireduniverse.com> (This used to be commit fa803ce183376c938f92b0f31a7d89d522fd309f)
* libsmbconf: add "includes" to the forbidden_valnames[].Michael Adam2008-06-231-0/+1
| | | | | | | This removes the warning messages 'Unknown parameter encountered: "includes"'. Michael (This used to be commit b20019ceaaf4a8964792f6ba37f50f91b6847e7f)
* libsmbconf: fastpaths first in smbconf_reg_valname_valid().Michael Adam2008-06-231-2/+2
| | | | | | | Before dropping into lp_parameter_is_valid(). Michael (This used to be commit 59beb7acd777a4c224dce90fbbff7a137d2b89c1)
* init_shared_module -> init_samba_moduleVolker Lendecke2008-06-234-6/+6
| | | | (This used to be commit 9b174871a87677f7dfbd897a80e526f203906bea)
* Remove the "exists" parameter from create_msdfs_linkVolker Lendecke2008-06-223-17/+14
| | | | | | | | | | | Jeremy, setting "exists" to True in _dfs_Add prevented the initial creation of a new symlink for me, because the SMB_VFS_UNLINK failed. This also exists in 3.2. I only check it into 3.3 as I would like you to look at it first. Thanks, Volker (This used to be commit f58b098a4172949018e84c4d0c722d6eb9bba514)
* Check for sec_initial_uid() instead of uid==0 in dfs managementVolker Lendecke2008-06-221-2/+2
| | | | (This used to be commit 948607f16112f6529f3a54cd6bbe978e8a600bc8)
* Reduce memory usage in form_junctions() a little bitVolker Lendecke2008-06-221-0/+1
| | | | (This used to be commit d031e6d8cabe2dd0b29e90d173d45843e145176a)
* Fix an abort in junction_to_local_pathVolker Lendecke2008-06-221-1/+1
| | | | (This used to be commit 587bd636cb70d09600111ced040adaa55af35d0f)
* Fix a crash in _dfs_EnumVolker Lendecke2008-06-222-1/+3
| | | | | (cherry picked from commit 4a996476297963d4cb300b4d45c23e83a493c339) (This used to be commit 86cae83a7db87063ecd6e58eaa15f11441c45040)
* Fix an uninitialized variable access in callers of parse_msdfs_symlinkVolker Lendecke2008-06-221-1/+2
| | | | | | | | | At least form_junctions() does not initialize refcount, and I don't see it in get_referred_path(). For the latters, the callers might initialize it. But even if they did, I think parse_msdfs_symlink() should unconditionally return the number of referrals it found. I don't think it makes sense to count them up from somewhere else. (This used to be commit 73172113484a2c6c9af014f59e84707716c61a7d)
* Fix a double-closedir() in form_junctions()Volker Lendecke2008-06-211-1/+0
| | | | (This used to be commit 1d7ad0dea7ebf7a46af6e695797e5132264307d6)
* Attempt to fix the darwin buildVolker Lendecke2008-06-211-1/+1
| | | | (This used to be commit c919f5146990fa4b1b0cde79d55e5e3008b94e3f)
* Use "init_shared_module" instead of "init_module" for initializing .so'sVolker Lendecke2008-06-213-6/+8
| | | | (This used to be commit 0c2fd687b25e32d446ef799927db6933bc61223d)
* Make pipes_struct its own talloc ctxVolker Lendecke2008-06-214-43/+16
| | | | (This used to be commit 829b1ad4697f2f1ea008377d591456722dccd025)
* Fix a SAFE_FREE/TALLOC_FREE mixupVolker Lendecke2008-06-211-1/+1
| | | | (This used to be commit b39852f51313059899630ba63509fee904ba3613)
* net: Don't crash on invalid command line options.Kai Blin2008-06-212-8/+1
| | | | | | | This backs out the workaround Jerry added in 4c3bfea9f8d238f9100eaa264b9b2941dff5a6dd. Thanks for the catch. (This used to be commit 20e0bb4800938863cb0aac1a19473748132043fc)
* Fix bug #5531 - fix conversion of ns units when converting from nttime to ↵Jeremy Allison2008-06-201-2/+6
| | | | | | | | timespec. Fix from hkurma@datadomain.com. Jeremy. (This used to be commit 8c87a4319cc83f55fb105cae81a8efbc3fb5b98b)
* Fix bug #5533. Winbindd fails to cope correctly with a workgroup name ↵Jeremy Allison2008-06-201-9/+3
| | | | | | | containing a '.'. Jeremy. (This used to be commit 96325ff44dc404a68d4ebd423cf78210ec3ff902)
* net: Fix crash when specifying invalid options on the command lineroot2008-06-191-0/+8
| | | | (This used to be commit 4c3bfea9f8d238f9100eaa264b9b2941dff5a6dd)
* Remove current_user references from nttrans.cVolker Lendecke2008-06-191-3/+2
| | | | (This used to be commit 5f8a5e68ea166fbeda3af6e5ec381ec09d06f0f6)
* Remove current_user references from trans2.cVolker Lendecke2008-06-196-11/+37
| | | | | This involved replacing the CHECK_NTQUOTA_HANDLE_OK macro by a function. (This used to be commit 5595cdf837edb82db69a3e57bcf3108be7feeeb8)
* Remove some current_user references from trans2.cVolker Lendecke2008-06-191-19/+25
| | | | (This used to be commit 4c31cc0b62f532eafdc44398b29b773ad8cb0646)
* Remove reference to current_user from reply.cVolker Lendecke2008-06-191-4/+3
| | | | (This used to be commit e895e44cc7d675d128430fb53c138e5e8736e59f)
* Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke2008-06-1919-86/+86
| | | | | No functional change, this is a preparation for more current_user ref removal (This used to be commit dcaedf345e62ab74ea87f0a3fa1e3199c75c5445)
* Remove the "current_user" arg from fsp_belongs_connVolker Lendecke2008-06-193-6/+6
| | | | | | fsp_belongs_conn only used the vuid struct member anyway, and this is available in the smb_request structure as well. (This used to be commit 64e9372ab997739d46669c0cc4a4c6edb11d5e64)
* Remove the "current_user" arg from check_fspVolker Lendecke2008-06-194-26/+26
| | | | | | check_fsp only used the vuid struct member anyway, and this is available in the smb_request structure as well. (This used to be commit 8d364c4c3311b406847158fc37e9208d298cf8ba)
* loadparm: use the return value of the special handlers in lp_load().Michael Adam2008-06-191-2/+2
| | | | | | | Up to now, the bool return value was silently ignored. Michael (This used to be commit c65d425fec964bc0b8778b596615a8bcce0378aa)
* loadparm: don't treat a missing include file as an error in handle_include().Michael Adam2008-06-191-1/+1
| | | | | Michael (This used to be commit a8ef8870beb91fcd2745aa59de6c59b49ea00e39)
* testsuite: enable the testparm_s3 tests.Michael Adam2008-06-191-0/+7
| | | | | Michael (This used to be commit 0f5c13e5735990f4325f98156a7dc410276372fe)
* testsuite: add a testparm_s3 test script.Michael Adam2008-06-191-0/+90
| | | | | | | | | | | | | | | | This is a first testparm/lp_load test that runs testparm on a couple of configuration files. The main purpose for now is to test the options that have special handlers (to check whether the handlers succeed). In particular, all the Macro expansions that are available via alloc_sub_basic() are tested with the include handler. This is to catch such crashbugs as #5548 where %m expansion led to a segfault. The tests now are very simple. Just check if testparm completes successfully on the given config files. This can (and should) be elaborated in the future. Michael (This used to be commit eb28146d40b8a8bc2c20b8d222abf191ea178d5a)
* testsuite: update introductory comment to test_net_regsistry.shMichael Adam2008-06-191-1/+2
| | | | | | | | This is now used to test rpc and local access depending on command line parameters. Michael (This used to be commit 73c17b630317b5019e5d5f2b989b8de081a73e07)
* Remove current_user_info reference from vfs_recycle.cVolker Lendecke2008-06-191-3/+1
| | | | (This used to be commit fdc03c0a5ba0da4fbc4610880e06150c11d4c737)
* Remove current_user_info reference from vfs_fake_perms.cVolker Lendecke2008-06-191-6/+4
| | | | (This used to be commit a227181e8d2ed0824a323a3d4b4cfda5e438f8ce)
* Remove current_user_info reference from vfs_expand_msdfs.cVolker Lendecke2008-06-191-3/+1
| | | | (This used to be commit 05a66980a9b5a7c6222ceb038d819d23fd172186)
* current_user is not used in vfs_aixacl2.cVolker Lendecke2008-06-191-1/+0
| | | | (This used to be commit 407136abdf45ad832382dba44e1c9a3b4f253f09)
* RWX on a file does not imply DELETE accessVolker Lendecke2008-06-191-1/+1
| | | | | | | | | | | | Without this the changed checks in can_delete_file_in_directory give DELETE access where there is none. So we can end up granting the ntcreate&x preparing the unlink where we should not, which leads to a NT_STATUS_ACCESS_DENIED at close time later, which in turn does *not* give the access denied error message in the Windows GUI. can_delete_file_in_directory will grant access now by looking at the directory permissions. (This used to be commit 51b5364c2afb3a18df4bec2bc1624760ccc01676)