summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-06-25re-run make idl.Günther Deschner3-13/+58
Guenther (This used to be commit 397d305e90e90f475b6de0efac7dd9630d698efd)
2008-06-25netapi: add NetUserChangePassword() to IDL.Günther Deschner1-0/+11
Guenther (This used to be commit 7020a5bd6e90c178085bb8d04325ac5ba83b4c3d)
2008-06-25rpc_client: let cli_get_session_key() return talloced session key.Günther Deschner3-6/+13
Thanks, Volker, for pointing this out. Guenther (This used to be commit b47899195e0c190445953243fe80da4e92994dd1)
2008-06-24Fix for bug #5551, smbd recursing back into winbindd from a winbindd call.Jeremy Allison1-13/+66
Jeremy. (This used to be commit a07fe72538e8e724b9736d5a85cc590864c5cab2)
2008-06-24Fix bug #5555. Don't return NT_STATUS_PASSWORD_MUST_CHANGE error on machine ↵Jeremy Allison1-2/+3
account logon. Jeremy. (This used to be commit 10da498a2349bf5944183adf5a9284eafa2b8b74)
2008-06-24net_vampire: add basic libnet_dssync() infrastructure.Günther Deschner5-0/+400
Guenther (This used to be commit 9486e532da602da587769d4ff8a1a2825e541a30)
2008-06-24rpc_client: add cli_get_session_key().Günther Deschner2-0/+34
Guenther (This used to be commit 93b56755f739889da3a67b18a6430b14306d84f7)
2008-06-24net: add basic support for sealed RPC connections (using NET_FLAGS_SEAL).Günther Deschner2-1/+12
Guenther (This used to be commit 7541a0103ad22000e94ffc6d057ffd5d33d1a930)
2008-06-24crypto: add decrypt_drsuapi_blob from samba4.Günther Deschner2-0/+119
Guenther (This used to be commit 3b6352a60e6683963af1641786f9c230d49ebfb5)
2008-06-24re-run make idl.Günther Deschner2-0/+27
Guenther (This used to be commit 05d6f2e00cf5a7ad3d8a38149e9b9b1e408a666c)
2008-06-24drsuapi: add some more attribute IDs.Günther Deschner1-0/+9
Guenther (This used to be commit fce7a195f1e299b3427a992027de68151784f586)
2008-06-24net_vampire: add code to vampire a SAM database to a keytab file.Günther Deschner7-3/+423
Guenther (This used to be commit ee6e422c0e035aa4779fa718bb6f142827cc2de0)
2008-06-24net_vampire: add username/password to samsync_context.Günther Deschner1-0/+3
Guenther (This used to be commit e884304206b512a1ffc70b7a4da8db3c6dfd4f11)
2008-06-24libads: use ads_connect_user_creds in some places.Günther Deschner2-2/+2
Guenther (This used to be commit ebf31203e7cf22e32b986c536279688b17a65d22)
2008-06-24libads: add ads_connect_user_creds() that won't overwrite given user creds.Günther Deschner2-0/+13
Guenther (This used to be commit 026018c9f1ed0680b3ca5b26dd6b8dc466e27e0d)
2008-06-24libads: add ADS_AUTH_USER_CREDS to avoid magic overwriting of usernames.Günther Deschner2-8/+15
Guenther (This used to be commit b5aaf5aa0f280f69e05b613271c96473a79b812e)
2008-06-24kerberos: add smb_krb5_keytab_name().Günther Deschner2-0/+26
Guenther (This used to be commit c273ce8798062d1b55100411f3e92a01bdbf611c)
2008-06-24kerberos: make smb_krb5_kt_add_entry public, allow to pass keys without ↵Günther Deschner4-26/+57
salting them. Guenther (This used to be commit 7c4da23be1105dc224033b21eb486e7fcdc7d9c5)
2008-06-24net ads: Fix typos.Karolin Seeger1-2/+2
Karolin (This used to be commit 63c1a5146e25e05678d2bef95286add5c95a5f38)
2008-06-24rpc_client: Avoid warning in builds without krb5 headers.Karolin Seeger1-0/+2
warning: ‘cli_auth_kerberos_data_destructor’ defined but not used Karolin (This used to be commit b5f9176b6ca8c137d5c065abed943fa437b5531f)
2008-06-24Remove "conn" from pipes_structVolker Lendecke3-5/+6
For spoolss, we need the client's IP address (This used to be commit 64a4dfaa826cf9319ef3f5c65023352bf8af539e)
2008-06-24Correct calculation of "remark" in srv_srvsvc_nt.cVolker Lendecke1-9/+25
Very likely the client is not interested in the values for the IPC$ share :-) (This used to be commit 40ca5764cf4310769c002b8cb6041fe2af4e6d0b)
2008-06-24Move the responsibility to keep the cwd from srv_dfs_nt to msdfs.cVolker Lendecke2-30/+53
(This used to be commit 7db382588ac90fe250b72cf4cd07afb39fcae7c0)
2008-06-23re-run make idl.Günther Deschner2-0/+9
Guenther (This used to be commit cd3a69e153d3ffb128e09871b44826041deff15a)
2008-06-23drsuapi: fill in some more drsuapi_DsAttributeIds.Günther Deschner1-0/+3
Guenther (This used to be commit 7974c2c8afe2ed295d8da4daa45ba5b7cb0a7584)
2008-06-23net_vampire: more libnet_samsync restructuring.Günther Deschner4-54/+48
Guenther (This used to be commit 3bcda522f025aff249678a8a086218679fc19c6b)
2008-06-23net_vampire: prepend libnet_ to the public samsync functions.Günther Deschner3-60/+55
Guenther (This used to be commit f020c947cfb1482176af8827ed9c361d7c21e26f)
2008-06-23net_vampire: move out display routines to one file.Günther Deschner4-275/+308
Guenther (This used to be commit 64b48a07e714d7eb97dd49c11d9ca62951d79524)
2008-06-23net_vampire: move out passdb routines to one file.Günther Deschner4-762/+795
Guenther (This used to be commit 74d431270d9b4cc1524f79fa2ad743420afef417)
2008-06-23net_vampire: fix included header.Günther Deschner1-1/+1
Guenther (This used to be commit 1dbe6ea8607549649f69e1b63cc427efe67e0778)
2008-06-23net_vampire: display more deltas while doing samdump.Günther Deschner1-41/+44
Guenther (This used to be commit 43579907c3cbd5a4c07fe1f8da13c9a2a7db3f32)
2008-06-23net_vampire: move pull_netr_AcctLockStr() to libnet.Günther Deschner3-34/+41
Guenther (This used to be commit 8ec64a96e43d2e55e81f725fe693178ecdc65e88)
2008-06-23time: move uint64s_nt_time_to_unix_abs() to lib/time.cGünther Deschner3-7/+8
Guenther (This used to be commit 58f54f180f0a942776455ab6e813628422493dac)
2008-06-23Add documentation for kerberos support in libsmbclient.Andreas Schneider1-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)
2008-06-23Add krb5 support for the testbrowse example.Andreas Schneider2-1/+15
Signed-off-by: Andreas Schneider <anschneider@suse.de> Signed-off-by: Derrell Lipman <derrell.lipman@unwireduniverse.com> (This used to be commit 84b1ea39a4f27ebcf06a2bafed78396c7353df0e)
2008-06-23libsmbconf: add "includes" to the forbidden_valnames[].Michael Adam1-0/+1
This removes the warning messages 'Unknown parameter encountered: "includes"'. Michael (This used to be commit b20019ceaaf4a8964792f6ba37f50f91b6847e7f)
2008-06-23libsmbconf: fastpaths first in smbconf_reg_valname_valid().Michael Adam1-2/+2
Before dropping into lp_parameter_is_valid(). Michael (This used to be commit 59beb7acd777a4c224dce90fbbff7a137d2b89c1)
2008-06-23Samba3 HOWTO: Remove trailing whitespaces.Karolin Seeger1-5/+5
Karolin (cherry picked from commit c7a9c903acbba9c70211e6f3c25964533bbc1622) (cherry picked from commit 62e485eebd8a40b5692caa79bb3ed6108f0b835b) (This used to be commit f4933b1fac811f9a2f2a35f195d83b8ec6199590)
2008-06-23man pages: Correct version in man winbindd again.Karolin Seeger1-1/+1
Karolin (cherry picked from commit ef44968276bfde2fdd3370e2558fb469357414be) (cherry picked from commit 9fd1d784cf6044c5c03cf7ab0f2373e08df64295) (This used to be commit 7e09a1f1c22b4323be910504f77626dda47b5225)
2008-06-23Fixed publishing date info.John H Terpstra1-1/+1
(cherry picked from commit b96c9d54cfd29ec87d59655839a4136977a98032) (cherry picked from commit e4d03d3aede0cd611283a041eafdcd1e836aad33) (This used to be commit 1df1e9fd8cee84391e62e4acd259cb5be9b3d834)
2008-06-23Added TDB File documentation requested by some users.John H Terpstra2-0/+154
(cherry picked from commit 5035311af639336fdc51fa9829e984ff281216f9) (cherry picked from commit a7531f4964ac8f861a41e9fa446e5a3aa69eaaa2) (This used to be commit e5c2665ef8cb44f1ef1ec16d21358e5f37b81d6b)
2008-06-23Clarification that hosts resolution is done by winbind only on IRIX, all ↵John H Terpstra1-1/+1
other systems use libnss_wins.so. (cherry picked from commit 3a8ea6be389bedbcdb5668664d862768c026f669) (cherry picked from commit 8522db2075f8c9e869c6224f2852ce355bba987d) (This used to be commit 09fa3c61d96e218885c9d661ab4855b9c872233f)
2008-06-23Clarification that hosts resolution is done by winbind only on IRIX, all ↵John H Terpstra1-5/+10
other systems use libnss_wins.so. (cherry picked from commit 2a953d6ba252e5ba4e28b7fae5979e7c47fe9bd0) (cherry picked from commit 59bb2b0c9a6397bb0202055d7b00dce30d7bf03b) (This used to be commit 5144c1b2d6891ecf5d21a0b3982276bdbcf27960)
2008-06-23init_shared_module -> init_samba_moduleVolker Lendecke4-6/+6
(This used to be commit 9b174871a87677f7dfbd897a80e526f203906bea)
2008-06-22Remove the "exists" parameter from create_msdfs_linkVolker Lendecke3-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)
2008-06-22Check for sec_initial_uid() instead of uid==0 in dfs managementVolker Lendecke1-2/+2
(This used to be commit 948607f16112f6529f3a54cd6bbe978e8a600bc8)
2008-06-22Reduce memory usage in form_junctions() a little bitVolker Lendecke1-0/+1
(This used to be commit d031e6d8cabe2dd0b29e90d173d45843e145176a)
2008-06-22Fix an abort in junction_to_local_pathVolker Lendecke1-1/+1
(This used to be commit 587bd636cb70d09600111ced040adaa55af35d0f)
2008-06-22Fix a crash in _dfs_EnumVolker Lendecke2-1/+3
(cherry picked from commit 4a996476297963d4cb300b4d45c23e83a493c339) (This used to be commit 86cae83a7db87063ecd6e58eaa15f11441c45040)
2008-06-22Fix an uninitialized variable access in callers of parse_msdfs_symlinkVolker Lendecke1-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)