summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Collapse)AuthorFilesLines
2008-03-04Fix counter mismatch in lsa_LookupNames3 server.Günther Deschner1-2/+2
Guenther (This used to be commit e052d6f2c82a644986e5d99f640310d71cd5c396)
2008-03-04Fix counter mismatch in lsa_LookupNames server.Günther Deschner1-2/+2
Guenther (This used to be commit 80fd085c34befd38d33cf6e59080a2a36016a92d)
2008-03-04Fix lsa_QueryInfoPolicy: make proper talloc copies of the sids.Günther Deschner1-4/+11
Guenther (This used to be commit b9441232d66d78e66464be6c9748a023681ce6ca)
2008-03-04Zero more structs initially in LSA rpc server.Günther Deschner1-0/+4
Guenther (This used to be commit d7ce643285276790a65faff76666498595a508d7)
2008-03-03Zero out the out policy handler in lsa_CloseVolker Lendecke1-0/+1
... after a REALLY long session staring at sniffs we can now join XP to v3-2-test again... Apparently not doing this makes XP keep an internal handle to LSA open which confuses the hell out of it. Karolin, this needs to be in v3-2-stable :-) Volker (This used to be commit 2c42fc21d8bede226e411623aecd69038477373b)
2008-02-29Rename the 'hidden' variable to 'administrative share'.Andreas Schneider1-1/+1
(This used to be commit eff3d3bad5a8860b99375cc0be9dc24f3679e416)
2008-02-28Fix samr querydispinfo w.r.t. lsa_AsciiStringLarge.Günther Deschner1-4/+4
Thanks metze for the fix. Guenther (This used to be commit dcffb885bc5d16e795b71d95e0790d3d7d70cf3c)
2008-02-28While we are at it: add _wkssvc_NetrUnjoinDomain2 implementation.Günther Deschner1-4/+64
This can be tested with e.g. "netdom remove SAMBAHOST" from windows. Guenther (This used to be commit 53121e62ea32ff3a984533dca044b67cf5b2c55b)
2008-02-28Re-enable _wkssvc_NetrJoinDomain2 remote join implementation now that we are ↵Günther Deschner1-6/+13
ready for it. "netdom join SAMBAHOST" from a windows workstation nicely demonstrates it. Guenther (This used to be commit 3bcaa3582a101abc17f7c21128e01024af877577)
2008-02-28Fix one dsgetdcname call in wkssvc rpc server.Günther Deschner1-2/+2
Guenther (This used to be commit a69b918784b037aa17d2dd88a33bd99930631c9b)
2008-02-28Fix segfault in _srv_net_file_enum.Günther Deschner1-6/+9
Guenther (This used to be commit 6523a051ded9f7b433fcce2d4c4a5f186b5a28f6)
2008-02-28Use pidl for _svcctl_SetServiceObjectSecurity().Günther Deschner2-28/+13
Guenther (This used to be commit 19048ab4ad1b262536efae5b8b8b4411ec088921)
2008-02-28Use pidl for _svcctl_QueryServiceObjectSecurity().Günther Deschner2-32/+18
Guenther (This used to be commit 7c1d30f3dca068d7a3b6ec138d1d01141f0386c2)
2008-02-27Add my copyright.Günther Deschner4-0/+4
Guenther (This used to be commit d078a8757182d84dfd3307a2e1b751cf173aaa97)
2008-02-27Cosmetics: make check_bind_req() debug statements a little nicer.Günther Deschner1-1/+1
Guenther (This used to be commit 997a0a4a12d97595ff4df963601cf2c24d612972)
2008-02-27Move MAX_SAM_ENTRIES defines to samr rpc_server and to samr.idl.Günther Deschner1-0/+2
Guenther (This used to be commit 6c6455157317049d65a9012f4e339b7e86fb0af6)
2008-02-27Move LSA_AUDIT_NUM_CATEGORIES defines to lsa rpc_server.Günther Deschner1-0/+4
Guenther (This used to be commit 9e7d32e28ce40ff158f3705354e8673f99b462bc)
2008-02-27Use new LSA_POLICY defines in lsa rpc server code and other places.Günther Deschner1-24/+24
Guenther (This used to be commit 58cca9faf9db506bd2f6eab4a99ef85153797ab2)
2008-02-26Add variable to define if a share should be hidden.Andreas Schneider1-4/+1
If you create a share on a Windows machine called foo$ then this share is of the type STYPE_DISKTREE. So it is possible to administrate this kind of share. Tested on Windows NT and 2003. In samba we assume that if a share with a $ at the end must be of the type STYPE_DISKTREE_HIDDEN. This is wrong, so we need a variable in the config to define if the share should be hidden or not. (This used to be commit a3da677bf0faed56e6731ee96708a7847a61d118)
2008-02-19Use pidl for _svcctl_UnlockServiceDatabase().Günther Deschner2-26/+6
Guenther (This used to be commit 300bf76a79bfa0a9cf55505fd1e928aba9fec171)
2008-02-19Use pidl for _svcctl_LockServiceDatabase().Günther Deschner2-27/+6
Guenther (This used to be commit 939da2eb58ea8cfa637ec63b254755d77702da45)
2008-02-19Use pidl for _svcctl_QueryServiceStatus().Günther Deschner2-26/+6
Guenther (This used to be commit 5453d97ef4967755ef0c903dd665325d50845028)
2008-02-19Use pidl for _svcctl_ControlService().Günther Deschner2-28/+10
Guenther (This used to be commit 4797ca0bd5dc922f6ba5ebb93bf65ceee09a678e)
2008-02-19Use pidl for _svcctl_StartServiceW().Günther Deschner2-25/+5
Guenther (This used to be commit d95998ffd321eccf19f7de671eed2c741038b81e)
2008-02-19Remove unused marshalling for LSA_LOOKUP_SIDS/2/3.Günther Deschner1-101/+0
This also removes parse_lsa.c entirely. Guenther (This used to be commit f802ba035c95e63c5a6ff9f2fb484d62341cd1a7)
2008-02-19Yippie! LSARPC server-side migration to pidl finished.Günther Deschner2-464/+1
Guenther (This used to be commit aa7023b88d3161897b9616d950c2a99624d81931)
2008-02-19Use pidl for _lsa_LookupSids, _lsa_LookupSids2 and _lsa_LookupSids3.Günther Deschner2-177/+121
Guenther (This used to be commit b1609801e4443a3efbc29873477ad335d0241be4)
2008-02-18Fix a comment. REGISTRY_KEY has vanished from srv_winreg_nt.cMichael Adam1-1/+1
(It is reg_api time) Michael (This used to be commit d94998e46ba0faac3fa625e8292d452ad52b8e55)
2008-02-18Remove unused marshalling for LSA_LOOKUP_NAMES/2/3/4Günther Deschner1-76/+0
Guenther (This used to be commit 6458ef3977b60f24b87eb88cf870a9f23929ca85)
2008-02-18Use pidl for _lsa_LookupNames3 and _lsa_LookupNames4.Günther Deschner2-147/+77
Guenther (This used to be commit 4e310a19f12ba7034f33247dca0a9e7a10aa98b7)
2008-02-18Use pidl for _lsa_LookupNames() and _lsa_LookupNames2().Günther Deschner2-155/+123
Hopefully I didn't screw this up. Please check :) Guenther (This used to be commit 01b733f10c1645668f2aea2841bbdc64b4bd5c51)
2008-02-18Use pidl for _svcctl_GetServiceDisplayNameW().Günther Deschner2-28/+13
Guenther (This used to be commit 2746e88c5c4a9e859356d5c53106eba0c2cd7cbe)
2008-02-18Use pidl for _svcctl_OpenServiceW().Günther Deschner2-37/+13
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 b2fa41072ddd2aba000a33eb32ccee408d8304db)
2008-02-18Use pidl for _svcctl_OpenSCManagerW().Günther Deschner2-27/+6
Guenther (This used to be commit 1131e914df9c69b046f335999b7b62063e92fb9d)
2008-02-18Remove whitespace, no code changes.Günther Deschner1-161/+161
Guenther (This used to be commit d752d52f1a4b75d7d4934da66566bc62e14caf27)
2008-02-18Replace C++-style comments with C.Tim Potter1-4/+4
(This used to be commit a1d07469236c06b65f14a59a27d7f7abcb106b5e)
2008-02-18Use pidl for _PNP_GetHwProfInfo().Günther Deschner2-30/+4
Guenther (This used to be commit 7b7ce50e4bd8bc1ac94e882acf412e69b652f7d0)
2008-02-18Use pidl for _PNP_HwProfFlags().Günther Deschner2-30/+5
Guenther (This used to be commit b30d812b30b5a5b286db68fc94b09fff38db5306)
2008-02-18Use pidl for _PNP_GetDeviceListSize().Günther Deschner2-34/+7
Guenther (This used to be commit da6636577dbbdabd248ea87a07819c5e63577f86)
2008-02-17Use pidl for _PNP_ValidateDeviceInstance().Günther Deschner2-28/+3
Guenther (This used to be commit 7973a103aa91497807cb0e3bf19dba172ae613b8)
2008-02-17Use pidl for _PNP_GetVersion().Günther Deschner2-30/+5
Guenther (This used to be commit 5300ff01b9098ccd78cb38b4d6abc85b2d340a55)
2008-02-17Build the generated ntsvcs server (not at all useable yet).Günther Deschner3-3/+674
Guenther (This used to be commit acce1092d90db1f90265de44fd340d7df73e4e0e)
2008-02-16YES! NETLOGON rpc server side migration to pidl finished.Günther Deschner2-170/+1
Guenther (This used to be commit 7845a0d9a8f938c1be888ab2d9aa6c35d6f1dbad)
2008-02-16Use pidl for _netr_LogonSamLogon() and _netr_LogonSamLogonEx().Günther Deschner2-190/+147
Guenther (This used to be commit 0d0b93995399bba0acf891fab107fd93ecec321f)
2008-02-15Replace DOM_CHAL with "struct netr_Credential" where we can right now.Günther Deschner1-3/+3
This allows to remove some more old netlogon client calls. Guenther (This used to be commit c0b1a876583230a5130f5df1965d6c742961bcdc)
2008-02-15Fix the netlogon rpc_server build.Günther Deschner1-5/+5
Guenther (This used to be commit 47806386e5cb12919615bb3075c9ed613efa4fdb)
2008-02-15Use pidl for _netr_LogonSamLogoff().Günther Deschner2-51/+15
Guenther (This used to be commit a9683cbf4352ce331156f40b24a481fc87854b50)
2008-02-15Use pidl for _netr_ServerAuthenticate2().Günther Deschner2-78/+34
Guenther (This used to be commit 5d81cc136bcd8f53bedea6de5380b1147862c391)
2008-02-15Use pidl for _netr_ServerAuthenticate().Günther Deschner2-63/+23
Guenther (This used to be commit 943386c5dd601f5c8cf85bfcb08f731dd5a6437d)
2008-02-15Use pidl for _netr_ServerPasswordSet().Günther Deschner2-63/+19
Guenther (This used to be commit 85b7489dd2e8181ee48caa8273020885a08bbb74)