summaryrefslogtreecommitdiff
path: root/librpc
AgeCommit message (Collapse)AuthorFilesLines
2009-07-24Fix hash function in acl_xattr to be SHA256, makeJeremy Allison4-28/+149
the hash function selectable. Upgrade version. Compiles but not fully tested yet (coming). Make vfs_acl_tdb.c compile - this needs updating to match acl_xattr (also coming soon). Jeremy.
2009-07-23frsrpc.idl: add definition of frsrpc_FrsNOP()Stefan Metzmacher1-1/+1
metze
2009-07-23frsrpc.idl: add idl for frsrpc_FrsVerifyPromotionParent()Stefan Metzmacher1-1/+9
metze
2009-07-22frstrans.idl: add new DFS-R FrsTransport interface with dummy functionsStefan Metzmacher1-0/+83
metze
2009-07-22frsrpc.idl: add definition for frsrpc_FrsStartPromotionParent()Stefan Metzmacher1-1/+22
metze
2009-07-22librpc: fix the merged build of ndr_frsrpc.cStefan Metzmacher1-1/+1
metze
2009-07-21frsrpc.idl: make the chunk array in frsrpc_CommPktChunkCtr dynamicStefan Metzmacher3-4/+134
We add an extra num_chunks to the frsrpc_CommPktChunkCtr structure and use hand modified ndr_push/pull functions to let it not appear on the wire. metze
2009-07-21frsrpc.idl: almost complete the idl for the frsrpc_FrsSendCommPkt() functionStefan Metzmacher1-87/+312
TODO: The amount of chunks is dynamic, we need to fix that metze
2009-07-21frsapi.idl: fill the frsapi_WriterCommand() functionStefan Metzmacher1-1/+8
metze
2009-07-21frsapi.idl: fix some unknown field namesStefan Metzmacher1-7/+7
metze
2009-07-19Create libndr-standard, which includes the NDR marshalling code forJelmer Vernooij1-0/+11
the "standard" set of DCE/RPC interfaces found on Windows.
2009-07-17spoolss: fill in some unknowns in spoolss_OSVersion and spoolss_OSVersionEx.Günther Deschner3-18/+33
Guenther
2009-07-17spoolss: fill in spoolss_Create/DeletePrinterIC + rerun make samba3-idl.Günther Deschner6-2/+134
Guenther
2009-07-17lsa: fill in lsa_StorePrivateData and lsa_RetrievePrivateData and rerun make ↵Günther Deschner6-7/+214
samba3-idl. Guenther
2009-07-16lsa: fix typo in lsa_TrustDomInfoEnum enum in IDL.Günther Deschner3-11/+11
Guenther
2009-07-14s3: re-run make idl.Günther Deschner2-1/+7
Guenther
2009-07-14samr: add missing samr_ValidationStatus codes.Günther Deschner1-1/+3
Guenther
2009-07-03spoolss: fill in spoolss_GetPrinterDriver IDL.Günther Deschner6-1/+201
Guenther
2009-07-03spoolss: the flags in spoolss_SetPrinterInfo1 are in fact ↵Günther Deschner2-4/+4
spoolss_PrinterAttributes. Guenther
2009-07-03spoolss: fill in spoolss_AddPrinter IDL.Günther Deschner6-3/+143
Guenther
2009-07-02spoolss: the flags in spoolss_PrinterInfo1 are in fact ↵Günther Deschner4-55/+55
spoolss_PrinterAttributes. Guenther
2009-06-29Fix ndrdump to use a common setup_logging() APIAndrew Bartlett1-1/+1
By adding a new common setup_logging_stdout() API, we no longer need to abuse the ABI compatability between the different setup_logging() calls in Samba3 and Samba4's DEBUG() subsystems. The revert of 49a6d757b4d944cd22c91b2838beb83f04fbe1e9 works with this to fix bug 6211. Andrew Bartlett
2009-06-23s3: re-run make idl.Günther Deschner5-42/+216
Guenther
2009-06-23samr: add samr_UserInfoLevel and samr_DomainInfoClass enums based on MS-SAMR.Günther Deschner1-7/+51
Guenther
2009-06-18NETLOGON pipe improvementsMatthias Dieter Wallnöfer7-32/+103
Patch for bug #4939 This refactors the NETLOGON code related to this bug: - Introduces a new "SYNCSTATE" enum required by the "DatabaseSync2" call (acc. to WSPP) - Make "DatabaseSync" dependant from "DatabaseSync2" (acc. to WSPP) - Let "DatabaseSync2" return NT_STATUS_NOT_IMPLEMENTED (I'm not sure if this is also true when a domain is running in mixed mode) - Make "LogonControl" and "LogonControl2" dependant form "LogonControl2Ex" (acc. to WSPP) - Let "LogonControl2Ex" return WERR_NOT_SUPPORTED for now
2009-06-12Revert "avoid crashes in ndr_print_*() calls"Andrew Tridgell1-5/+0
This reverts commit f5a47dc4bf2793ab328c8b0e35adace497819e7d. This change broke Samba3. We'll need to do it the long way.
2009-06-12avoid crashes in ndr_print_*() callsAndrew Tridgell1-0/+5
This is a hackish fix, but it will do for now
2009-06-09lsa: use the lsa access masks in idl.Günther Deschner2-32/+32
Guenther
2009-06-02Add support for double type in pidl.Brad Hards1-1/+30
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2009-05-29s4: Add additional well-known SID's/RID's.Andrew Kroeger2-0/+8
Information was found at http://support.microsoft.com/kb/243330 Not all well-known identifiers were included - only those necessary for enhancing the 2-letter mappings used in SDDL strings were added.
2009-05-29Fix incorrect RID for KRBTGT. (was incorectly 514, should be 502)Andrew Bartlett1-1/+1
Requires recompile of source4/kdc/* Found by Andrew Kroeger <andrew@id10ts.net> Andrew Bartlett
2009-05-29Fix incorrect RID for KRBTGT. (was incorectly 514, should be 502)Andrew Bartlett1-1/+1
Requires recompile of source4/kdc/* Found by Andrew Kroeger <andrew@id10ts.net> Andrew Bartlett
2009-05-27Add DOMAIN_RID_KRBTGT define to security.idlAndrew Bartlett2-0/+2
2009-05-20s4: try to fix privileges implementation in order to pass the ↵Günther Deschner2-2/+5
RPC-SAMR-USERS-PRIVILEGES test. Guenther
2009-05-19Added mapping table for account object in lsa.Jeremy Allison2-0/+24
Jeremy.
2009-05-19s3: re-run make samba3-idl.Günther Deschner3-0/+106
Guenther
2009-05-19lsa: add access_masks for accounts, secrets and trusted domains to IDL.Günther Deschner1-1/+24
Guenther
2009-05-13s3-spoolss: move SPL_ARCH_X defines to IDL.Günther Deschner2-0/+16
Guenther
2009-05-13spoolss: add SPOOLSS_ARCHITECTURE_ALL to IDL.Günther Deschner1-0/+2
Guenther
2009-05-13s3-build: re-run make samba3-idl.Günther Deschner1-0/+92
Guenther
2009-05-13initshutdown: add shutdown reason codes.Günther Deschner1-0/+46
Guenther
2009-05-02Of course, s_addr is a #define somewhere else .... (Solaris...)Volker Lendecke1-3/+3
2009-05-02Fix a warning on host "gwen"Volker Lendecke1-2/+3
cc: "../librpc/ndr/ndr_basic.c", line 572: warning 604: Pointers are not assignment-compatible. Apparently in_addr.s_addr is not compatible to uint32_t, maybe a 32-bit signed int.
2009-05-01rerun "make idl"Stefan Metzmacher3-3/+320
metze
2009-05-01named_pipe_auth.idl: add level 2 and pass the client/server info and session keyStefan Metzmacher1-0/+20
We also return can return the named pipe mode now. metze
2009-04-30wkssvcs: add WKSSVC_JOIN_FLAGS_IGNORE_UNSUPPORTED_FLAGS join flag.Günther Deschner3-0/+3
Guenther
2009-04-29samr: fix samr_ConnectVersion enum which is 32bit not 16bit.Günther Deschner2-4/+4
Volker, please check. Rafal, haven't we seen this in your tests at sambaxp as well ? Guenther
2009-04-29svcctl: Fix IDL for svcctl_StartServiceW().Günther Deschner6-18/+119
Guenther
2009-04-21Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-develAndrew Bartlett2-0/+24
2009-04-21Add the implicit [ref] to the connect_handle in EnumDomainsAndrew Bartlett1-1/+1