1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00
Commit Graph

22636 Commits

Author SHA1 Message Date
26106d2e39 Remove unused marshalling for NET_REQ_CHAL and NET_AUTH2.
Guenther
(This used to be commit 2123aff75c)
2008-02-16 00:05:45 +01:00
3f24ef1848 Replace DOM_CHAL with "struct netr_Credential" where we can right now.
This allows to remove some more old netlogon client calls.

Guenther
(This used to be commit c0b1a87658)
2008-02-15 23:57:54 +01:00
ea1443efff Fix the netlogon rpc_server build.
Guenther
(This used to be commit 47806386e5)
2008-02-15 23:36:31 +01:00
bc69f75400 Re-run make idl.
Guenther
(This used to be commit b7818ec598)
2008-02-15 23:32:02 +01:00
ab09585d82 Fix IDL for netr_ServerReqChallenge, netr_ServerAuthenticate and
netr_ServerAuthenticate2 to match what is on NDR and to
generate a more appropriate samba3 netlogon client.

Guenther
(This used to be commit 3bee9b8979)
2008-02-15 23:30:53 +01:00
e3a975b7f3 Remove unused marshalling for NET_SAM_LOGOFF.
Guenther
(This used to be commit b419e7fa32)
2008-02-15 22:38:29 +01:00
5bce07977a Use pidl for _netr_LogonSamLogoff().
Guenther
(This used to be commit a9683cbf43)
2008-02-15 21:52:19 +01:00
c9f1f3d5ff Use pidl for _netr_ServerAuthenticate2().
Guenther
(This used to be commit 5d81cc136b)
2008-02-15 21:41:38 +01:00
55b2292aba Use pidl for _netr_ServerAuthenticate().
Guenther
(This used to be commit 943386c5dd)
2008-02-15 21:32:14 +01:00
4f0b904538 Use pidl for _netr_ServerPasswordSet().
Guenther
(This used to be commit 85b7489dd2)
2008-02-15 21:18:23 +01:00
f8bd3e82e5 Add netlogon_creds_server_check and netlogon_creds_server_step.
Guenther
(This used to be commit ea0bf74918)
2008-02-15 20:58:34 +01:00
abdedc7940 Reformat copied reg_savekey/reg_restorekey code.
Sticking to coding rules.

Michael
(This used to be commit 2c54ef2d07)
2008-02-15 17:32:32 +01:00
355faf2e3d Move the implementation of _winreg_RestoreKey to reg_api.c
This removes the internals of reg_api from srv_winreg_nt.c entirely,
only reg_api is used there, now. This enlarges the dependencies of
reg_api somewhat now since it adds regfio. But this can be separated
out later. The current goal is to achieve a complete use of reg_api.

Michael
(This used to be commit 2222acbac9)
2008-02-15 16:23:10 +01:00
c720a0e228 Move implementation of _winreg_SaveKey() from srv_winreg_nt.c to reg_api.c
This gives a new function reg_savekey() and hides a piece of
the backend code from srv_winreg_nt.c. One step towards using
reg_api throughout samba code.

Michael
(This used to be commit bf6340d00d)
2008-02-15 16:23:10 +01:00
8fffca2e95 Adapt a comment to current circumstances.
Michael
(This used to be commit 84ec89ab9f)
2008-02-15 16:23:10 +01:00
9af84dd382 Rename registry_init_regdb() to registry_init_smbconf().
That's what it actually is.

Michael
(This used to be commit 9d3c27f557)
2008-02-15 16:23:10 +01:00
6fe7ed0b12 Add libtdb dependency to libsmbclient, libsmbsharemodes and libnetapi.
Michael
(This used to be commit 94d9d5023e)
2008-02-15 15:59:55 +01:00
34df32446d Remove unused marshalling for NET_SAM_SYNC.
Guenther
(This used to be commit a94d93725a)
2008-02-15 14:24:31 +01:00
b7f483e6bd Convert "net rpc vampire/samdump" to pidl generated functions.
Guenther
(This used to be commit f53393677d)
2008-02-15 14:13:11 +01:00
eafec423b7 Use rpccli_netr_DatabaseSync2() in rpcclient.
Guenther
(This used to be commit 042173b00e)
2008-02-15 14:11:20 +01:00
13f9cd938d Re-run make idl.
Guenther
(This used to be commit 2add879019)
2008-02-15 14:08:24 +01:00
b757512d16 Fix IDL for netr_DatabaseSync2.
Guenther
(This used to be commit 6355a8ee97)
2008-02-15 14:07:56 +01:00
99f1806af9 Remove unused marshalling for NET_SAM_DELTAS.
Guenther
(This used to be commit 2dd01f0741)
2008-02-15 14:06:50 +01:00
013a15a1b8 Use rpccli_netr_DatabaseDeltas() in rpcclient.
Guenther
(This used to be commit 72ad42fee3)
2008-02-15 14:06:31 +01:00
401c0a6551 Add netlogon_creds_client_check and netlogon_creds_client_step.
Guenther
(This used to be commit 41d33a2507)
2008-02-15 14:04:55 +01:00
1976c7acc7 Re-run make idl.
Guenther
(This used to be commit 06f2f4c470)
2008-02-15 14:04:28 +01:00
10023ef50a Fix IDL for netr_DatabaseDeltas.
Guenther
(This used to be commit a28729e48f)
2008-02-15 14:04:28 +01:00
cfd9d5d659 Remove some unused/redundant set of netlogon headers.
Guenther
(This used to be commit 1cd556f763)
2008-02-15 13:59:39 +01:00
71c34ad4e0 Use -ltdb instead of bin/libtdb.so for linking.
Michael
(This used to be commit 47b952b9a5)
2008-02-15 13:40:28 +01:00
66ad7e82dc Fix the build on IRIX by placing the object files before the shared libs in linking.
Michael
(This used to be commit f2c6585329)
2008-02-15 13:39:24 +01:00
d4123ba9ee Fix a pointer to int conversion warning: cast the int instead.
Michael
(This used to be commit 3cace4b7aa)
2008-02-15 13:14:20 +01:00
a10e6183aa Fix two const warnings.
Michael
(This used to be commit 03db3bd077)
2008-02-15 13:12:38 +01:00
8a63e13225 Try to fix the build of smbiconv on systems without native iconv.
Use the smb_iconv_t instead of iconv_t.

Michael
(This used to be commit bdc00a05b9)
2008-02-15 13:11:41 +01:00
6b88ba1761 Remove libwbclient.a from standard (static) libsmbclient object list.
Michael
(This used to be commit 8e57df2886)
2008-02-15 12:20:02 +01:00
2c14442e8d wbinfo: ask wbcAuthenticateUserEx() for user info to test the more complex code path
metze
(This used to be commit 432a77e0d7)
2008-02-15 11:55:17 +01:00
23b7f7ea09 libwbclient: let wbcAuthenticateUser() use wbcAuthenticateUserEx()
metze
(This used to be commit 237c2e9738)
2008-02-15 11:55:17 +01:00
a12528f826 libwbclient: implement WBC_AUTH_USER_LEVEL_PLAIN in wbcAuthenticateUserEx()
metze
(This used to be commit 423f139fd3)
2008-02-15 11:55:17 +01:00
b8e0b5cbff libwbclient: wbcAuthenticateUserEx() be more strict regarding invalid parameters
metze
(This used to be commit 491ba9c0c9)
2008-02-15 11:55:17 +01:00
f4c8b85532 Add orphaned target smbiconv to "make everything" targets.
Michael
(This used to be commit 92cc5d88bb)
2008-02-15 11:52:15 +01:00
a4b93e2063 Fix linkage of bin/smbiconv by adding needed libs and objects.
Michael
(This used to be commit fc08bf5a46)
2008-02-15 11:42:31 +01:00
dd255b4275 Fix compiling torture/smbiconv.c: allow to use realloc directly by #undef realloc.
Michael
(This used to be commit 113377a792)
2008-02-15 11:39:25 +01:00
d4ab4b3af7 Remove torture/samtest.h - last trace of late samtest.
Michael
(This used to be commit e846148116)
2008-02-15 11:27:42 +01:00
a3e38fd921 Remove useless build-target bin/samtest. (The objects exist no more.)
Michael
(This used to be commit e78831cf59)
2008-02-15 11:27:01 +01:00
9aa1c9f7fe Fix build of cifs.spnego with libtdb.
Michael
(This used to be commit e5e621681d)
2008-02-15 11:15:13 +01:00
895ab0368a Use -ltdb instead of bin/libtdb.so for linking.
Michael
(This used to be commit c470051896)
2008-02-15 11:11:46 +01:00
3756759f21 Fix build of smbumount with shared libtdb.
Michael
(This used to be commit 61fb01f17b)
2008-02-15 11:10:53 +01:00
48f3c385bc Fix building smbmount with shared libtdb.
Michael
(This used to be commit 7f2c4b1a33)
2008-02-15 11:08:56 +01:00
4754c2bafe Correctly use SPNEGO to negotiate down from krb5 to NTLMSSP.
Previously we didn't implement the 'NEGO' part of SPNEGO :-).
Jeremy.
(This used to be commit 8767a0dab9)
2008-02-14 18:10:50 -08:00
ba9499e8dc Currently we don't SPNEGO negotiate back to NTLMSSP. Note this.
Jeremy.
(This used to be commit 67768fc71f)
2008-02-14 18:08:23 -08:00
81d6133b03 Currently we don't SPNEGO negotiate back to NTLMSSP. Note this.
Jeremy.
(This used to be commit 8cd04b948b)
2008-02-14 18:07:27 -08:00