1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
Commit Graph

2150 Commits

Author SHA1 Message Date
Günther Deschner
4421e0d147 Use pidl for _svcctl_QueryServiceStatus().
Guenther
(This used to be commit 5453d97ef4)
2008-02-19 03:13:10 +01:00
Günther Deschner
e87216972a Use pidl for _svcctl_ControlService().
Guenther
(This used to be commit 4797ca0bd5)
2008-02-19 03:12:46 +01:00
Günther Deschner
f8b0242ca0 Use pidl for _svcctl_StartServiceW().
Guenther
(This used to be commit d95998ffd3)
2008-02-19 03:12:11 +01:00
Günther Deschner
d48f36819f Remove unused marshalling for LSA_LOOKUP_SIDS/2/3.
This also removes parse_lsa.c entirely.

Guenther
(This used to be commit f802ba035c)
2008-02-19 01:29:14 +01:00
Günther Deschner
8db780ac8f Yippie! LSARPC server-side migration to pidl finished.
Guenther
(This used to be commit aa7023b88d)
2008-02-19 01:23:05 +01:00
Günther Deschner
2a501a0760 Use pidl for _lsa_LookupSids, _lsa_LookupSids2 and _lsa_LookupSids3.
Guenther
(This used to be commit b1609801e4)
2008-02-19 01:10:30 +01:00
Michael Adam
d31806dffe Fix a comment. REGISTRY_KEY has vanished from srv_winreg_nt.c
(It is reg_api time)

Michael
(This used to be commit d94998e46b)
2008-02-18 17:48:19 +01:00
Günther Deschner
196d84ad68 Remove unused marshalling for LSA_LOOKUP_NAMES/2/3/4
Guenther
(This used to be commit 6458ef3977)
2008-02-18 17:04:50 +01:00
Günther Deschner
326196b51a Use pidl for _lsa_LookupNames3 and _lsa_LookupNames4.
Guenther
(This used to be commit 4e310a19f1)
2008-02-18 16:57:02 +01:00
Günther Deschner
0349835b34 Use pidl for _lsa_LookupNames() and _lsa_LookupNames2().
Hopefully I didn't screw this up. Please check :)

Guenther
(This used to be commit 01b733f10c)
2008-02-18 14:40:34 +01:00
Günther Deschner
1c298d59a6 Use pidl for _svcctl_GetServiceDisplayNameW().
Guenther
(This used to be commit 2746e88c5c)
2008-02-18 13:43:12 +01:00
Günther Deschner
5943ff68e7 Use pidl for _svcctl_OpenServiceW().
Note that this call did and still does panic in registry access.
Michael has an idea how to fix this.

Guenther
(This used to be commit b2fa41072d)
2008-02-18 12:58:43 +01:00
Günther Deschner
357bf00812 Use pidl for _svcctl_OpenSCManagerW().
Guenther
(This used to be commit 1131e914df)
2008-02-18 11:55:31 +01:00
Günther Deschner
50e31b9346 Remove whitespace, no code changes.
Guenther
(This used to be commit d752d52f1a)
2008-02-18 11:51:17 +01:00
Tim Potter
2cd374db8d Replace C++-style comments with C.
(This used to be commit a1d0746923)
2008-02-18 10:15:22 +01:00
Günther Deschner
6dfca8485d Use pidl for _PNP_GetHwProfInfo().
Guenther
(This used to be commit 7b7ce50e4b)
2008-02-18 01:38:29 +01:00
Günther Deschner
1ce176c2b9 Use pidl for _PNP_HwProfFlags().
Guenther
(This used to be commit b30d812b30)
2008-02-18 01:37:31 +01:00
Günther Deschner
3df6eedccf Use pidl for _PNP_GetDeviceListSize().
Guenther
(This used to be commit da6636577d)
2008-02-18 00:31:14 +01:00
Günther Deschner
45c6af356e Use pidl for _PNP_ValidateDeviceInstance().
Guenther
(This used to be commit 7973a103aa)
2008-02-17 23:45:02 +01:00
Günther Deschner
3758f06d0f Use pidl for _PNP_GetVersion().
Guenther
(This used to be commit 5300ff01b9)
2008-02-17 23:29:56 +01:00
Günther Deschner
d8fcfb1615 Build the generated ntsvcs server (not at all useable yet).
Guenther
(This used to be commit acce1092d9)
2008-02-17 23:03:22 +01:00
Günther Deschner
b4989afbab YES! NETLOGON rpc server side migration to pidl finished.
Guenther
(This used to be commit 7845a0d9a8)
2008-02-16 14:53:45 +01:00
Günther Deschner
185842df52 Use pidl for _netr_LogonSamLogon() and _netr_LogonSamLogonEx().
Guenther
(This used to be commit 0d0b939953)
2008-02-16 14:28:55 +01:00
Günther Deschner
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
Günther Deschner
ea1443efff Fix the netlogon rpc_server build.
Guenther
(This used to be commit 47806386e5)
2008-02-15 23:36:31 +01:00
Günther Deschner
5bce07977a Use pidl for _netr_LogonSamLogoff().
Guenther
(This used to be commit a9683cbf43)
2008-02-15 21:52:19 +01:00
Günther Deschner
c9f1f3d5ff Use pidl for _netr_ServerAuthenticate2().
Guenther
(This used to be commit 5d81cc136b)
2008-02-15 21:41:38 +01:00
Günther Deschner
55b2292aba Use pidl for _netr_ServerAuthenticate().
Guenther
(This used to be commit 943386c5dd)
2008-02-15 21:32:14 +01:00
Günther Deschner
4f0b904538 Use pidl for _netr_ServerPasswordSet().
Guenther
(This used to be commit 85b7489dd2)
2008-02-15 21:18:23 +01:00
Michael Adam
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
Michael Adam
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
Jeremy Allison
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
Günther Deschner
10462a5a79 Use pidl for _lsa_RemoveAccountRights.
Guenther
(This used to be commit 39f8508f5d)
2008-02-14 15:22:33 +01:00
Günther Deschner
41b574783d Use pidl for _lsa_EnumAccountRights().
Guenther
(This used to be commit cb6a84712c)
2008-02-14 15:02:31 +01:00
Günther Deschner
b9bc1ac1b9 Use pidl for _lsa_AddAccountRights().
Guenther
(This used to be commit 253cf15238)
2008-02-14 14:40:26 +01:00
Günther Deschner
08f019d973 Use pidl for _lsa_AddPrivilegesToAccount and _lsa_RemovePrivilegesFromAccount.
Guenther
(This used to be commit 0c9904864b)
2008-02-14 13:53:28 +01:00
Günther Deschner
a63b27bec0 Use pidl for _lsa_LookupPrivValue().
Guenther
(This used to be commit 87dc2471d1)
2008-02-14 13:53:27 +01:00
Günther Deschner
d0ae7cfb6f Remove white space.
Guenther
(This used to be commit a33ed08509)
2008-02-14 13:12:28 +01:00
Günther Deschner
4583389f93 Use pidl for _lsa_EnumPrivsAccount().
Guenther
(This used to be commit d7655932a7)
2008-02-14 01:55:33 +01:00
Günther Deschner
d69d58664c Fix typo.
Guenther
(This used to be commit 4e3357ac3a)
2008-02-14 01:54:15 +01:00
Günther Deschner
0460295c1f Use pidl for _lsa_EnumAccounts.
Guenther
(This used to be commit 07e5138ad9)
2008-02-14 01:19:25 +01:00
Günther Deschner
7acdc9e8d6 Use pidl for _netr_LogonControl2.
Guenther
(This used to be commit 4bd02aa6cd)
2008-02-13 23:06:09 +01:00
Günther Deschner
3722208ddf Add some netr_NETLOGON_INFO init functions.
Guenther
(This used to be commit f0c6668858)
2008-02-13 23:01:34 +01:00
Günther Deschner
4140f3213d Use pidl for _netr_ServerReqChallenge.
Guenther
(This used to be commit ef42431941)
2008-02-13 14:18:58 +01:00
Günther Deschner
b94093173d Pure cosmetics: remove trailing whitespace in netlogon server.
Guenther
(This used to be commit 983ac0a676)
2008-02-13 14:18:23 +01:00
Günther Deschner
abba82ef5b Use pidl for _netr_LogonControl.
Guenther
(This used to be commit ec4947525e)
2008-02-13 12:19:37 +01:00
Günther Deschner
3b45ebb1b7 Use pidl for _netr_NetrEnumerateTrustedDomains().
This call is completely broken. For now, just make sure that we return the exact same
data as before the conversion to pidl.

Guenther
(This used to be commit 243bdaeea7)
2008-02-13 10:23:45 +01:00
Günther Deschner
b462e92b2a Some minor, cosmetic cleanup in srv_samr_util.c.
Guenther
(This used to be commit cd5bf3449a)
2008-02-13 09:42:47 +01:00
Jeremy Allison
a6997bb2ff Prevent "parameters" being used without initialization.
Jeremy.
(This used to be commit f0195e937d)
2008-02-12 17:21:17 -08:00
Günther Deschner
f57c67b8f3 Use pidl for _lsa_EnumTrustDom()
Guenther
(This used to be commit 1f45079907)
2008-02-13 00:29:20 +01:00