summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* re-run make idl.Günther Deschner2008-06-253-13/+58
| | | | | Guenther (This used to be commit 397d305e90e90f475b6de0efac7dd9630d698efd)
* netapi: add NetUserChangePassword() to IDL.Günther Deschner2008-06-251-0/+11
| | | | | Guenther (This used to be commit 7020a5bd6e90c178085bb8d04325ac5ba83b4c3d)
* rpc_client: let cli_get_session_key() return talloced session key.Günther Deschner2008-06-253-6/+13
| | | | | | | Thanks, Volker, for pointing this out. Guenther (This used to be commit b47899195e0c190445953243fe80da4e92994dd1)
* Fix for bug #5551, smbd recursing back into winbindd from a winbindd call.Jeremy Allison2008-06-241-13/+66
| | | | | Jeremy. (This used to be commit a07fe72538e8e724b9736d5a85cc590864c5cab2)
* Fix bug #5555. Don't return NT_STATUS_PASSWORD_MUST_CHANGE error on machine ↵Jeremy Allison2008-06-241-2/+3
| | | | | | | account logon. Jeremy. (This used to be commit 10da498a2349bf5944183adf5a9284eafa2b8b74)
* net_vampire: add basic libnet_dssync() infrastructure.Günther Deschner2008-06-245-0/+400
| | | | | Guenther (This used to be commit 9486e532da602da587769d4ff8a1a2825e541a30)
* rpc_client: add cli_get_session_key().Günther Deschner2008-06-242-0/+34
| | | | | Guenther (This used to be commit 93b56755f739889da3a67b18a6430b14306d84f7)
* net: add basic support for sealed RPC connections (using NET_FLAGS_SEAL).Günther Deschner2008-06-242-1/+12
| | | | | Guenther (This used to be commit 7541a0103ad22000e94ffc6d057ffd5d33d1a930)
* crypto: add decrypt_drsuapi_blob from samba4.Günther Deschner2008-06-242-0/+119
| | | | | Guenther (This used to be commit 3b6352a60e6683963af1641786f9c230d49ebfb5)
* re-run make idl.Günther Deschner2008-06-242-0/+27
| | | | | Guenther (This used to be commit 05d6f2e00cf5a7ad3d8a38149e9b9b1e408a666c)
* drsuapi: add some more attribute IDs.Günther Deschner2008-06-241-0/+9
| | | | | Guenther (This used to be commit fce7a195f1e299b3427a992027de68151784f586)
* net_vampire: add code to vampire a SAM database to a keytab file.Günther Deschner2008-06-247-3/+423
| | | | | Guenther (This used to be commit ee6e422c0e035aa4779fa718bb6f142827cc2de0)
* net_vampire: add username/password to samsync_context.Günther Deschner2008-06-241-0/+3
| | | | | Guenther (This used to be commit e884304206b512a1ffc70b7a4da8db3c6dfd4f11)
* libads: use ads_connect_user_creds in some places.Günther Deschner2008-06-242-2/+2
| | | | | Guenther (This used to be commit ebf31203e7cf22e32b986c536279688b17a65d22)
* libads: add ads_connect_user_creds() that won't overwrite given user creds.Günther Deschner2008-06-242-0/+13
| | | | | Guenther (This used to be commit 026018c9f1ed0680b3ca5b26dd6b8dc466e27e0d)
* libads: add ADS_AUTH_USER_CREDS to avoid magic overwriting of usernames.Günther Deschner2008-06-242-8/+15
| | | | | Guenther (This used to be commit b5aaf5aa0f280f69e05b613271c96473a79b812e)
* kerberos: add smb_krb5_keytab_name().Günther Deschner2008-06-242-0/+26
| | | | | Guenther (This used to be commit c273ce8798062d1b55100411f3e92a01bdbf611c)
* kerberos: make smb_krb5_kt_add_entry public, allow to pass keys without ↵Günther Deschner2008-06-244-26/+57
| | | | | | | salting them. Guenther (This used to be commit 7c4da23be1105dc224033b21eb486e7fcdc7d9c5)
* net ads: Fix typos.Karolin Seeger2008-06-241-2/+2
| | | | | Karolin (This used to be commit 63c1a5146e25e05678d2bef95286add5c95a5f38)
* 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)