summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* Add krb5 support for the testbrowse example.Andreas Schneider2008-06-232-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)
* 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)
* Samba3 HOWTO: Remove trailing whitespaces.Karolin Seeger2008-06-231-5/+5
| | | | | | | Karolin (cherry picked from commit c7a9c903acbba9c70211e6f3c25964533bbc1622) (cherry picked from commit 62e485eebd8a40b5692caa79bb3ed6108f0b835b) (This used to be commit f4933b1fac811f9a2f2a35f195d83b8ec6199590)
* man pages: Correct version in man winbindd again.Karolin Seeger2008-06-231-1/+1
| | | | | | | Karolin (cherry picked from commit ef44968276bfde2fdd3370e2558fb469357414be) (cherry picked from commit 9fd1d784cf6044c5c03cf7ab0f2373e08df64295) (This used to be commit 7e09a1f1c22b4323be910504f77626dda47b5225)
* Fixed publishing date info.John H Terpstra2008-06-231-1/+1
| | | | | | (cherry picked from commit b96c9d54cfd29ec87d59655839a4136977a98032) (cherry picked from commit e4d03d3aede0cd611283a041eafdcd1e836aad33) (This used to be commit 1df1e9fd8cee84391e62e4acd259cb5be9b3d834)
* Added TDB File documentation requested by some users.John H Terpstra2008-06-232-0/+154
| | | | | | (cherry picked from commit 5035311af639336fdc51fa9829e984ff281216f9) (cherry picked from commit a7531f4964ac8f861a41e9fa446e5a3aa69eaaa2) (This used to be commit e5c2665ef8cb44f1ef1ec16d21358e5f37b81d6b)
* Clarification that hosts resolution is done by winbind only on IRIX, all ↵John H Terpstra2008-06-231-1/+1
| | | | | | | | other systems use libnss_wins.so. (cherry picked from commit 3a8ea6be389bedbcdb5668664d862768c026f669) (cherry picked from commit 8522db2075f8c9e869c6224f2852ce355bba987d) (This used to be commit 09fa3c61d96e218885c9d661ab4855b9c872233f)
* Clarification that hosts resolution is done by winbind only on IRIX, all ↵John H Terpstra2008-06-231-5/+10
| | | | | | | | other systems use libnss_wins.so. (cherry picked from commit 2a953d6ba252e5ba4e28b7fae5979e7c47fe9bd0) (cherry picked from commit 59bb2b0c9a6397bb0202055d7b00dce30d7bf03b) (This used to be commit 5144c1b2d6891ecf5d21a0b3982276bdbcf27960)
* 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)