Günther Deschner
ff7958394c
ntlmssp: add IDL.
...
Guenther
2009-08-28 10:04:43 +02:00
Günther Deschner
5a15778848
schannel: add netlogon_creds_CredentialState to IDL.
...
Guenther
2009-08-27 15:55:18 +02:00
Günther Deschner
aabe577396
schannel: move schannel.idl to main directory.
...
Guenther
2009-08-26 15:43:05 +02:00
Günther Deschner
91ef692d7d
netlogon: make netr_NegotiateFlags a public bitmap.
...
Guenther
2009-08-26 15:42:57 +02:00
Günther Deschner
d896fb2dab
netlogon: give netlogon w7/w2k8r2 AES negotiate flag proper name (see bug #6099 for details).
...
Guenther
2009-08-25 11:12:45 +02:00
Günther Deschner
2840902692
netlogon: add (yet) undocumented netlogon negotiate bit to bitmap.
...
This bit is set by the Win7 client while joining.
Guenther
2009-08-24 23:09:58 +02:00
Günther Deschner
0447af26b6
spoolss: add more spoolss calls to IDL
...
(spoolss_GetPrinterDriverPackagePath and spoolss_GetCorePrinterDrivers).
Guenther
2009-08-20 14:25:41 +02:00
Günther Deschner
abe7648609
netlogon: document some more MSVC flags.
...
Some of these were observed during password changing
from win7 using a samba 3.4 PDC.
Guenther
2009-08-17 18:24:24 +02:00
Günther Deschner
559dd0d304
spoolss: fill in more details of the spoolss_DeviceMode.
...
Guenther
2009-08-10 11:32:26 +02:00
Stefan Metzmacher
2823757912
epmapper.idl: avoid usage of 'pipe', this is a reserved word in IDL
...
We now use 'named_pipe' instead.
metze
2009-08-07 11:50:23 +02:00
Matthias Dieter Wallnöfer
721402b8de
netlogon.idl: Prework to enhance the "netr_LogonGetDomainInformation" call 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 09:46:30 +02:00
Matthias Dieter Wallnöfer
e14b2ed8df
netlogon.idl: Removes the form "str[]" for string declarations
...
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-08-03 09:46:30 +02:00
Stefan Metzmacher
b676e63a52
frstrans.idl: add definition of frstrans_InitializeFileTransferAsync()
...
metze
2009-07-27 17:51:36 +02:00
Stefan Metzmacher
826e6a83a0
frstrans.idl: add definition of frstrans_AsyncPoll()
...
metze
2009-07-27 17:51:35 +02:00
Stefan Metzmacher
3142f76e2d
frstrans.idl: add definition of frstrans_RequestVersionVector()
...
metze
2009-07-27 17:51:35 +02:00
Stefan Metzmacher
2a797731a0
frstrans.idl: add definition of frstrans_RequestUpdates()
...
metze
2009-07-27 17:51:35 +02:00
Stefan Metzmacher
a2d0c6cec8
frstrans.idl: add definition of frstrans_EstablishSession
...
metze
2009-07-27 17:51:34 +02:00
Stefan Metzmacher
e31a92c44e
frstrans.idl: add definition of frstrans_EstablishConnection()
...
metze
2009-07-27 17:51:34 +02:00
Stefan Metzmacher
8860a03671
frstrans.idl: add definition of frstrans_CheckConnectivity()
...
metze
2009-07-27 17:51:33 +02:00
Jeremy Allison
d373f0b77c
For some strange reason using :
...
uint8 hash[XATTR_SD_HASH_SIZE];
doesn't have the same effect as :
uint8 hash[64];
Jeremy.
2009-07-24 14:13:42 -07:00
Jeremy Allison
1bab4fdaaf
Fix hash function in acl_xattr to be SHA256, make
...
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-24 14:09:42 -07:00
Stefan Metzmacher
6c99345dd3
frsrpc.idl: add definition of frsrpc_FrsNOP()
...
metze
2009-07-23 18:04:20 +02:00
Stefan Metzmacher
9e154b6b35
frsrpc.idl: add idl for frsrpc_FrsVerifyPromotionParent()
...
metze
2009-07-23 17:55:28 +02:00
Stefan Metzmacher
2cc4a43d0e
frstrans.idl: add new DFS-R FrsTransport interface with dummy functions
...
metze
2009-07-22 21:33:10 +02:00
Stefan Metzmacher
109b9dcad9
frsrpc.idl: add definition for frsrpc_FrsStartPromotionParent()
...
metze
2009-07-22 21:33:10 +02:00
Stefan Metzmacher
424e763695
frsrpc.idl: make the chunk array in frsrpc_CommPktChunkCtr dynamic
...
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 19:11:24 +02:00
Stefan Metzmacher
9d148f75c7
frsrpc.idl: almost complete the idl for the frsrpc_FrsSendCommPkt() function
...
TODO: The amount of chunks is dynamic, we need to fix that
metze
2009-07-21 19:11:22 +02:00
Stefan Metzmacher
b91156d4ae
frsapi.idl: fill the frsapi_WriterCommand() function
...
metze
2009-07-21 19:11:22 +02:00
Stefan Metzmacher
1436256613
frsapi.idl: fix some unknown field names
...
metze
2009-07-21 19:11:21 +02:00
Günther Deschner
1a7a8d4330
spoolss: fill in some unknowns in spoolss_OSVersion and spoolss_OSVersionEx.
...
Guenther
2009-07-17 17:20:30 +02:00
Günther Deschner
11bea731ae
spoolss: fill in spoolss_Create/DeletePrinterIC + rerun make samba3-idl.
...
Guenther
2009-07-17 15:40:06 +02:00
Günther Deschner
9ac5f5c8ce
lsa: fill in lsa_StorePrivateData and lsa_RetrievePrivateData and rerun make samba3-idl.
...
Guenther
2009-07-17 13:50:33 +02:00
Günther Deschner
05bec77e00
lsa: fix typo in lsa_TrustDomInfoEnum enum in IDL.
...
Guenther
2009-07-16 03:05:45 +02:00
Günther Deschner
0595963632
samr: add missing samr_ValidationStatus codes.
...
Guenther
2009-07-14 12:09:56 +02:00
Günther Deschner
cb39ba3d40
spoolss: fill in spoolss_GetPrinterDriver IDL.
...
Guenther
2009-07-03 22:05:37 +02:00
Günther Deschner
c5415e7e09
spoolss: the flags in spoolss_SetPrinterInfo1 are in fact spoolss_PrinterAttributes.
...
Guenther
2009-07-03 22:05:29 +02:00
Günther Deschner
80b62f579f
spoolss: fill in spoolss_AddPrinter IDL.
...
Guenther
2009-07-03 22:05:10 +02:00
Günther Deschner
c4416684f1
spoolss: the flags in spoolss_PrinterInfo1 are in fact spoolss_PrinterAttributes.
...
Guenther
2009-07-02 22:00:42 +02:00
Günther Deschner
ed8c0ed6bd
samr: add samr_UserInfoLevel and samr_DomainInfoClass enums based on MS-SAMR.
...
Guenther
2009-06-23 11:08:36 +02:00
Matthias Dieter Wallnöfer
efe6552f0c
NETLOGON pipe improvements
...
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-18 13:49:25 +10:00
Günther Deschner
54fb170689
lsa: use the lsa access masks in idl.
...
Guenther
2009-06-09 15:15:47 +02:00
Andrew Kroeger
c9b6e9fd03
s4: Add additional well-known SID's/RID's.
...
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-29 12:37:25 +10:00
Andrew Bartlett
2e573a7cf4
Fix incorrect RID for KRBTGT. (was incorectly 514, should be 502)
...
Requires recompile of source4/kdc/*
Found by Andrew Kroeger <andrew@id10ts.net>
Andrew Bartlett
2009-05-29 10:40:22 +10:00
Andrew Bartlett
8c871706e0
Add DOMAIN_RID_KRBTGT define to security.idl
2009-05-27 07:58:07 +10:00
Günther Deschner
9a13af9a99
s4: try to fix privileges implementation in order to pass the RPC-SAMR-USERS-PRIVILEGES test.
...
Guenther
2009-05-20 13:35:05 +02:00
Jeremy Allison
f8da7f5d74
Added mapping table for account object in lsa.
...
Jeremy.
2009-05-19 14:47:25 -07:00
Günther Deschner
7c22eed419
lsa: add access_masks for accounts, secrets and trusted domains to IDL.
...
Guenther
2009-05-19 02:05:10 +02:00
Günther Deschner
7403dd39d6
s3-spoolss: move SPL_ARCH_X defines to IDL.
...
Guenther
2009-05-13 01:56:40 +02:00
Günther Deschner
a4f558da79
spoolss: add SPOOLSS_ARCHITECTURE_ALL to IDL.
...
Guenther
2009-05-13 01:56:40 +02:00
Günther Deschner
c07f4a1299
initshutdown: add shutdown reason codes.
...
Guenther
2009-05-13 01:56:40 +02:00