summaryrefslogtreecommitdiffstats
path: root/librpc
Commit message (Collapse)AuthorAgeFilesLines
...
* frsrpc.idl: add definition for frsrpc_FrsStartPromotionParent()Stefan Metzmacher2009-07-221-1/+22
| | | | metze
* librpc: fix the merged build of ndr_frsrpc.cStefan Metzmacher2009-07-221-1/+1
| | | | metze
* frsrpc.idl: make the chunk array in frsrpc_CommPktChunkCtr dynamicStefan Metzmacher2009-07-213-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
* frsrpc.idl: almost complete the idl for the frsrpc_FrsSendCommPkt() functionStefan Metzmacher2009-07-211-87/+312
| | | | | | TODO: The amount of chunks is dynamic, we need to fix that metze
* frsapi.idl: fill the frsapi_WriterCommand() functionStefan Metzmacher2009-07-211-1/+8
| | | | metze
* frsapi.idl: fix some unknown field namesStefan Metzmacher2009-07-211-7/+7
| | | | metze
* Create libndr-standard, which includes the NDR marshalling code forJelmer Vernooij2009-07-191-0/+11
| | | | the "standard" set of DCE/RPC interfaces found on Windows.
* spoolss: fill in some unknowns in spoolss_OSVersion and spoolss_OSVersionEx.Günther Deschner2009-07-173-18/+33
| | | | Guenther
* spoolss: fill in spoolss_Create/DeletePrinterIC + rerun make samba3-idl.Günther Deschner2009-07-176-2/+134
| | | | Guenther
* lsa: fill in lsa_StorePrivateData and lsa_RetrievePrivateData and rerun make ↵Günther Deschner2009-07-176-7/+214
| | | | | | samba3-idl. Guenther
* lsa: fix typo in lsa_TrustDomInfoEnum enum in IDL.Günther Deschner2009-07-163-11/+11
| | | | Guenther
* s3: re-run make idl.Günther Deschner2009-07-142-1/+7
| | | | Guenther
* samr: add missing samr_ValidationStatus codes.Günther Deschner2009-07-141-1/+3
| | | | Guenther
* spoolss: fill in spoolss_GetPrinterDriver IDL.Günther Deschner2009-07-036-1/+201
| | | | Guenther
* spoolss: the flags in spoolss_SetPrinterInfo1 are in fact ↵Günther Deschner2009-07-032-4/+4
| | | | | | spoolss_PrinterAttributes. Guenther
* spoolss: fill in spoolss_AddPrinter IDL.Günther Deschner2009-07-036-3/+143
| | | | Guenther
* spoolss: the flags in spoolss_PrinterInfo1 are in fact ↵Günther Deschner2009-07-024-55/+55
| | | | | | spoolss_PrinterAttributes. Guenther
* Fix ndrdump to use a common setup_logging() APIAndrew Bartlett2009-06-291-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
* s3: re-run make idl.Günther Deschner2009-06-235-42/+216
| | | | Guenther
* samr: add samr_UserInfoLevel and samr_DomainInfoClass enums based on MS-SAMR.Günther Deschner2009-06-231-7/+51
| | | | Guenther
* NETLOGON pipe improvementsMatthias Dieter Wallnöfer2009-06-187-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
* Revert "avoid crashes in ndr_print_*() calls"Andrew Tridgell2009-06-121-5/+0
| | | | | | This reverts commit f5a47dc4bf2793ab328c8b0e35adace497819e7d. This change broke Samba3. We'll need to do it the long way.
* avoid crashes in ndr_print_*() callsAndrew Tridgell2009-06-121-0/+5
| | | | This is a hackish fix, but it will do for now
* lsa: use the lsa access masks in idl.Günther Deschner2009-06-092-32/+32
| | | | Guenther
* Add support for double type in pidl.Brad Hards2009-06-021-1/+30
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4: Add additional well-known SID's/RID's.Andrew Kroeger2009-05-292-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.
* Fix incorrect RID for KRBTGT. (was incorectly 514, should be 502)Andrew Bartlett2009-05-291-1/+1
| | | | | | | | Requires recompile of source4/kdc/* Found by Andrew Kroeger <andrew@id10ts.net> Andrew Bartlett
* Fix incorrect RID for KRBTGT. (was incorectly 514, should be 502)Andrew Bartlett2009-05-291-1/+1
| | | | | | | | Requires recompile of source4/kdc/* Found by Andrew Kroeger <andrew@id10ts.net> Andrew Bartlett
* Add DOMAIN_RID_KRBTGT define to security.idlAndrew Bartlett2009-05-272-0/+2
|
* s4: try to fix privileges implementation in order to pass the ↵Günther Deschner2009-05-202-2/+5
| | | | | | RPC-SAMR-USERS-PRIVILEGES test. Guenther
* Added mapping table for account object in lsa.Jeremy Allison2009-05-192-0/+24
| | | | Jeremy.
* s3: re-run make samba3-idl.Günther Deschner2009-05-193-0/+106
| | | | Guenther
* lsa: add access_masks for accounts, secrets and trusted domains to IDL.Günther Deschner2009-05-191-1/+24
| | | | Guenther
* s3-spoolss: move SPL_ARCH_X defines to IDL.Günther Deschner2009-05-132-0/+16
| | | | Guenther
* spoolss: add SPOOLSS_ARCHITECTURE_ALL to IDL.Günther Deschner2009-05-131-0/+2
| | | | Guenther
* s3-build: re-run make samba3-idl.Günther Deschner2009-05-131-0/+92
| | | | Guenther
* initshutdown: add shutdown reason codes.Günther Deschner2009-05-131-0/+46
| | | | Guenther
* Of course, s_addr is a #define somewhere else .... (Solaris...)Volker Lendecke2009-05-021-3/+3
|
* Fix a warning on host "gwen"Volker Lendecke2009-05-021-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.
* rerun "make idl"Stefan Metzmacher2009-05-013-3/+320
| | | | metze
* named_pipe_auth.idl: add level 2 and pass the client/server info and session keyStefan Metzmacher2009-05-011-0/+20
| | | | | | We also return can return the named pipe mode now. metze
* wkssvcs: add WKSSVC_JOIN_FLAGS_IGNORE_UNSUPPORTED_FLAGS join flag.Günther Deschner2009-04-303-0/+3
| | | | Guenther
* samr: fix samr_ConnectVersion enum which is 32bit not 16bit.Günther Deschner2009-04-292-4/+4
| | | | | | | Volker, please check. Rafal, haven't we seen this in your tests at sambaxp as well ? Guenther
* svcctl: Fix IDL for svcctl_StartServiceW().Günther Deschner2009-04-296-18/+119
| | | | Guenther
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-develAndrew Bartlett2009-04-212-0/+24
|\
| * s3-secdesc: move all winreg access bits to IDL.Günther Deschner2009-04-212-0/+24
| | | | | | | | Guenther
* | Add the implicit [ref] to the connect_handle in EnumDomainsAndrew Bartlett2009-04-211-1/+1
|/
* python/rpc: Add custom GUID.__str__, GUID.__repr__, GUID.__init__ and ↵Andrew Bartlett2009-04-211-0/+2
| | | | GUID.__cmp__.
* Fix IDL licensing file that got missed when IDL files were moved.Jeremy Allison2009-04-161-0/+9
| | | | Jeremy.
* Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison2009-04-153-5/+5
| | | | | | | What a difference a name makes... :-). Just because something is missnamed SAMR_ACCESS_OPEN_DOMAIN, when it should actually be SAMR_ACCESS_LOOKUP_DOMAIN, don't automatically use it for a security check in _samr_OpenDomain(). Jeremy.