Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-12 | when we get an NDR error in the logs, it is useful to know where it happened | Andrew Tridgell | 1 | -1/+1 | |
2009-08-10 | s3: re-run make samba3-idl. | Günther Deschner | 3 | -56/+959 | |
Guenther | |||||
2009-08-10 | spoolss: fill in more details of the spoolss_DeviceMode. | Günther Deschner | 1 | -21/+210 | |
Guenther | |||||
2009-08-07 | librpc: fix callers after epmapper.idl changes | Stefan Metzmacher | 1 | -9/+9 | |
metze | |||||
2009-08-07 | librpc: rerun 'make idl' after epmapper.idl changes | Stefan Metzmacher | 3 | -18/+18 | |
metze | |||||
2009-08-07 | epmapper.idl: avoid usage of 'pipe', this is a reserved word in IDL | Stefan Metzmacher | 1 | -4/+4 | |
We now use 'named_pipe' instead. metze | |||||
2009-08-03 | s3/s4: Add new autogenerated files from "make idl_full" | Matthias Dieter Wallnöfer | 5 | -748/+1183 | |
2009-08-03 | netlogon.idl: Prework to enhance the "netr_LogonGetDomainInformation" call ↵ | Matthias Dieter Wallnöfer | 1 | -48/+114 | |
correctly This enhances the "netlogon.idl" file to allow enhancements on the mentioned call. Therefore this is also the base for fixing up bug #4888. | |||||
2009-08-03 | netlogon.idl: Removes the form "str[]" for string declarations | Matthias Dieter Wallnöfer | 1 | -40/+40 | |
In this file two different forms are used to explain the same datatype ("str[]" and "*str"). I didn't find this very nice and unified the occurrences to always use "*str". This patch is of cosmetic nature. | |||||
2009-07-31 | librpc/ndr_drsuapi: fix a memory leak on ndr_push_drsuapi_DsReplicaOID() | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2009-07-31 | librpc: rerun "make idl" | Stefan Metzmacher | 32 | -0/+81119 | |
metze | |||||
2009-07-27 | frstrans.idl: add definition of frstrans_InitializeFileTransferAsync() | Stefan Metzmacher | 1 | -1/+79 | |
metze | |||||
2009-07-27 | frstrans.idl: add definition of frstrans_AsyncPoll() | Stefan Metzmacher | 1 | -1/+32 | |
metze | |||||
2009-07-27 | frstrans.idl: add definition of frstrans_RequestVersionVector() | Stefan Metzmacher | 1 | -1/+19 | |
metze | |||||
2009-07-27 | frstrans.idl: add definition of frstrans_RequestUpdates() | Stefan Metzmacher | 1 | -1/+54 | |
metze | |||||
2009-07-27 | frstrans.idl: add definition of frstrans_EstablishSession | Stefan Metzmacher | 1 | -1/+4 | |
metze | |||||
2009-07-27 | frstrans.idl: add definition of frstrans_EstablishConnection() | Stefan Metzmacher | 1 | -1/+17 | |
metze | |||||
2009-07-27 | frstrans.idl: add definition of frstrans_CheckConnectivity() | Stefan Metzmacher | 1 | -1/+4 | |
metze | |||||
2009-07-27 | librpc: rerun "make idl_full" | Stefan Metzmacher | 6 | -14/+14 | |
metze | |||||
2009-07-24 | For some strange reason using : | Jeremy Allison | 3 | -6/+5 | |
uint8 hash[XATTR_SD_HASH_SIZE]; doesn't have the same effect as : uint8 hash[64]; Jeremy. | |||||
2009-07-24 | Fix hash function in acl_xattr to be SHA256, make | Jeremy Allison | 4 | -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-23 | frsrpc.idl: add definition of frsrpc_FrsNOP() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-07-23 | frsrpc.idl: add idl for frsrpc_FrsVerifyPromotionParent() | Stefan Metzmacher | 1 | -1/+9 | |
metze | |||||
2009-07-22 | frstrans.idl: add new DFS-R FrsTransport interface with dummy functions | Stefan Metzmacher | 1 | -0/+83 | |
metze | |||||
2009-07-22 | frsrpc.idl: add definition for frsrpc_FrsStartPromotionParent() | Stefan Metzmacher | 1 | -1/+22 | |
metze | |||||
2009-07-22 | librpc: fix the merged build of ndr_frsrpc.c | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-07-21 | frsrpc.idl: make the chunk array in frsrpc_CommPktChunkCtr dynamic | Stefan Metzmacher | 3 | -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-21 | frsrpc.idl: almost complete the idl for the frsrpc_FrsSendCommPkt() function | Stefan Metzmacher | 1 | -87/+312 | |
TODO: The amount of chunks is dynamic, we need to fix that metze | |||||
2009-07-21 | frsapi.idl: fill the frsapi_WriterCommand() function | Stefan Metzmacher | 1 | -1/+8 | |
metze | |||||
2009-07-21 | frsapi.idl: fix some unknown field names | Stefan Metzmacher | 1 | -7/+7 | |
metze | |||||
2009-07-19 | Create libndr-standard, which includes the NDR marshalling code for | Jelmer Vernooij | 1 | -0/+11 | |
the "standard" set of DCE/RPC interfaces found on Windows. | |||||
2009-07-17 | spoolss: fill in some unknowns in spoolss_OSVersion and spoolss_OSVersionEx. | Günther Deschner | 3 | -18/+33 | |
Guenther | |||||
2009-07-17 | spoolss: fill in spoolss_Create/DeletePrinterIC + rerun make samba3-idl. | Günther Deschner | 6 | -2/+134 | |
Guenther | |||||
2009-07-17 | lsa: fill in lsa_StorePrivateData and lsa_RetrievePrivateData and rerun make ↵ | Günther Deschner | 6 | -7/+214 | |
samba3-idl. Guenther | |||||
2009-07-16 | lsa: fix typo in lsa_TrustDomInfoEnum enum in IDL. | Günther Deschner | 3 | -11/+11 | |
Guenther | |||||
2009-07-14 | s3: re-run make idl. | Günther Deschner | 2 | -1/+7 | |
Guenther | |||||
2009-07-14 | samr: add missing samr_ValidationStatus codes. | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2009-07-03 | spoolss: fill in spoolss_GetPrinterDriver IDL. | Günther Deschner | 6 | -1/+201 | |
Guenther | |||||
2009-07-03 | spoolss: the flags in spoolss_SetPrinterInfo1 are in fact ↵ | Günther Deschner | 2 | -4/+4 | |
spoolss_PrinterAttributes. Guenther | |||||
2009-07-03 | spoolss: fill in spoolss_AddPrinter IDL. | Günther Deschner | 6 | -3/+143 | |
Guenther | |||||
2009-07-02 | spoolss: the flags in spoolss_PrinterInfo1 are in fact ↵ | Günther Deschner | 4 | -55/+55 | |
spoolss_PrinterAttributes. Guenther | |||||
2009-06-29 | Fix ndrdump to use a common setup_logging() API | Andrew Bartlett | 1 | -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-23 | s3: re-run make idl. | Günther Deschner | 5 | -42/+216 | |
Guenther | |||||
2009-06-23 | samr: add samr_UserInfoLevel and samr_DomainInfoClass enums based on MS-SAMR. | Günther Deschner | 1 | -7/+51 | |
Guenther | |||||
2009-06-18 | NETLOGON pipe improvements | Matthias Dieter Wallnöfer | 7 | -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-12 | Revert "avoid crashes in ndr_print_*() calls" | Andrew Tridgell | 1 | -5/+0 | |
This reverts commit f5a47dc4bf2793ab328c8b0e35adace497819e7d. This change broke Samba3. We'll need to do it the long way. | |||||
2009-06-12 | avoid crashes in ndr_print_*() calls | Andrew Tridgell | 1 | -0/+5 | |
This is a hackish fix, but it will do for now | |||||
2009-06-09 | lsa: use the lsa access masks in idl. | Günther Deschner | 2 | -32/+32 | |
Guenther | |||||
2009-06-02 | Add support for double type in pidl. | Brad Hards | 1 | -1/+30 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2009-05-29 | s4: Add additional well-known SID's/RID's. | Andrew Kroeger | 2 | -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. |