summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_ntsvcs_nt.c
AgeCommit message (Collapse)AuthorFilesLines
2011-02-07s3-services: Migrated svcctl registry functions to winreg.Andreas Schneider1-1/+5
This is a bigger commit. It moves the relevant function to svc_winreg_glue. We need to use them in the same commit else we have problems with prototypes in proto.h. Signed-off-by: Günther Deschner <gd@samba.org>
2010-09-21s3:rpc_server:ntsvcs: registry is not directly used an more.Michael Adam1-2/+0
2010-09-21s3:rpc_server:ntsvcs: use svcctl_lookup_dispname instead of legacy svcctl in ↵Michael Adam1-13/+17
_PNP_GetDeviceRegProp
2010-07-28s3-ntsvcs: Use struct pipes_struct.Andreas Schneider1-65/+65
2010-05-25s3:registry: move reg_objects.h to registry/ and use it only where neededMichael Adam1-0/+1
Every place outside of registry/ where this is used, should probably be changed to use pure reg_api.c code.
2010-05-25s3:srv_ntsvcs: use regval_ctr/blob accessor functionsMichael Adam1-5/+5
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-1/+1
2010-05-18s3-registry: only include registry headers when really needed.Günther Deschner1-0/+1
Guenther
2010-04-09s3: add iconv_convenience handle to pull/push sz helpers.Günther Deschner1-1/+1
Guenther
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in ↵Günther Deschner1-0/+1
samba. Guenther
2009-09-30s3: use push_reg_multi_sz().Günther Deschner1-8/+6
Guenther
2009-04-27s3:registry: replace typedef REGISTRY_VALUE by struct regval_blobMichael Adam1-1/+1
Michael
2009-04-27s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam1-1/+1
This paves the way for hiding the typedef and the implementation from the surface. Michael
2009-04-10s3-ntsvcs: fix _PNP_GetDeviceList and _PNP_GetDeviceListSize.Günther Deschner1-17/+24
Guenther
2008-12-17s3-ntsvcs: use pidl for _PNP_GetDeviceList.Günther Deschner1-22/+29
Guenther
2008-11-24Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS!Volker Lendecke1-1/+2
2008-11-19s3-ntsvcs: use pidl for _PNP_GetDeviceRegProp.Günther Deschner1-21/+22
Guenther
2008-03-26Strip whitespace in ntsvcs rpc server.Günther Deschner1-13/+13
Guenther (This used to be commit 0c7af8bc136f45484eab3c36b761046f88653b93)
2008-02-18Use pidl for _PNP_GetHwProfInfo().Günther Deschner1-13/+3
Guenther (This used to be commit 7b7ce50e4bd8bc1ac94e882acf412e69b652f7d0)
2008-02-18Use pidl for _PNP_HwProfFlags().Günther Deschner1-13/+4
Guenther (This used to be commit b30d812b30b5a5b286db68fc94b09fff38db5306)
2008-02-18Use pidl for _PNP_GetDeviceListSize().Günther Deschner1-17/+6
Guenther (This used to be commit da6636577dbbdabd248ea87a07819c5e63577f86)
2008-02-17Use pidl for _PNP_ValidateDeviceInstance().Günther Deschner1-11/+2
Guenther (This used to be commit 7973a103aa91497807cb0e3bf19dba172ae613b8)
2008-02-17Use pidl for _PNP_GetVersion().Günther Deschner1-13/+4
Guenther (This used to be commit 5300ff01b9098ccd78cb38b4d6abc85b2d340a55)
2008-02-17Build the generated ntsvcs server (not at all useable yet).Günther Deschner1-0/+650
Guenther (This used to be commit acce1092d90db1f90265de44fd340d7df73e4e0e)
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-10r23661: Another static pstringVolker Lendecke1-10/+15
(This used to be commit d4256ae5588fddc62bf90082d24140e327a54c8c)
2007-10-10r10781: merging eventlog and svcctl code from trunkGerald Carter1-4/+2
(This used to be commit f10aa9fb84bfac4f1a22b74d63999668700ffaac)
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-0/+174
* \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)