summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_ntsvcs.c
AgeCommit message (Collapse)AuthorFilesLines
2008-12-17s3-ntsvcs: remove last traces of hand-marshalled NTSVCS.Günther Deschner1-132/+0
Guenther
2008-12-17s3-ntsvcs: use pidl for _PNP_GetDeviceList.Günther Deschner1-17/+1
Guenther
2008-11-19s3-ntsvcs: use pidl for _PNP_GetDeviceRegProp.Günther Deschner1-17/+1
Guenther
2008-10-20s3-build: no need to duplicate generated srv_ prototypes.Günther Deschner1-0/+1
Guenther
2008-07-16In api_pipe_bind_req(), check for the iface id, not the pipe nameVolker Lendecke1-1/+4
This requires to store the rpc_interface in "struct rpc_table" (This used to be commit 654f8de8497aff29f9b1f1822b6a8e734ff329e0)
2008-02-18Use pidl for _PNP_GetHwProfInfo().Günther Deschner1-17/+1
Guenther (This used to be commit 7b7ce50e4bd8bc1ac94e882acf412e69b652f7d0)
2008-02-18Use pidl for _PNP_HwProfFlags().Günther Deschner1-17/+1
Guenther (This used to be commit b30d812b30b5a5b286db68fc94b09fff38db5306)
2008-02-18Use pidl for _PNP_GetDeviceListSize().Günther Deschner1-17/+1
Guenther (This used to be commit da6636577dbbdabd248ea87a07819c5e63577f86)
2008-02-17Use pidl for _PNP_ValidateDeviceInstance().Günther Deschner1-17/+1
Guenther (This used to be commit 7973a103aa91497807cb0e3bf19dba172ae613b8)
2008-02-17Use pidl for _PNP_GetVersion().Günther Deschner1-17/+1
Guenther (This used to be commit 5300ff01b9098ccd78cb38b4d6abc85b2d340a55)
2008-02-17Build the generated ntsvcs server (not at all useable yet).Günther Deschner1-2/+23
Guenther (This used to be commit acce1092d90db1f90265de44fd340d7df73e4e0e)
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-7/+7
bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
(This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-0/+220
* \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck) (This used to be commit 939c3cb5d78e3a2236209b296aa8aba8bdce32d3)