summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr
AgeCommit message (Collapse)AuthorFilesLines
2009-09-11netlogon.idl - rerun "make idl"Matthias Dieter Wallnöfer2-3/+23
2009-09-11s4-idl: added the IDL for the DsReplica* callsAndrew Tridgell5-161/+1007
2009-09-11lsa: fill in more unknowns in lsa_LookupSid calls.Günther Deschner5-88/+166
Guenther
2009-09-11lsa: use lsa_LookupNamesLevel in lsa_LookupSids{2,3}.Günther Deschner4-24/+24
Guenther
2009-09-11schannel: more work on reponse NL_AUTH_MESSAGES.Günther Deschner3-0/+72
Guenther
2009-09-10s4: regenerate drsuapi IDLAndrew Tridgell2-0/+24
2009-09-09s4: fixed format of repsTo in samdbAndrew Tridgell3-270/+0
Metze pointed out what the windows tool ldp.exe will examine repsTo attributes on remote DCs, so we do in fact need to use the same format that windows uses. This patch changes the server side implementation of UpdateRefs to use the windows format
2009-09-08ntlmssp: add some void decode calls (useful for ndrdump).Günther Deschner3-1/+282
Guenther
2009-09-08schannel: add NL_AUTH_MESSAGE and both NL_AUTH_SIGNATURE structs.Günther Deschner3-0/+548
These actually belong netlogon but we for now want to keep netlogon as a security providor separate. Guenther
2009-09-08s4:idl Add generated code for netlogon.idl changesAndrew Bartlett3-3/+39
2009-09-08s4: commit generated DRS changesAndrew Tridgell5-4/+274
2009-09-02s3-netlogon: use WERRORs in NETLOGON_INFO structures.Günther Deschner2-12/+12
Guenther
2009-08-31netlogon: fill in more details for the netr_LogonControlX family of calls.Günther Deschner2-20/+40
Guenther
2009-08-31s3-netlogon: add DS_WEB_SERVICE_REQUIRED bit for dsgetdcname calls.Günther Deschner2-0/+2
Guenther
2009-08-28ntlmssp: re-run make samba3-idl and add generated files.Günther Deschner3-0/+2441
Guenther
2009-08-27schannel: add netlogon_creds_CredentialState to IDL.Günther Deschner3-0/+127
Guenther
2009-08-26schannel: add generated files.Günther Deschner3-0/+339
Guenther
2009-08-26netlogon: make netr_NegotiateFlags a public bitmap.Günther Deschner2-2/+4
Guenther
2009-08-25netlogon: give netlogon w7/w2k8r2 AES negotiate flag proper name (see bug ↵Günther Deschner2-2/+2
#6099 for details). Guenther
2009-08-24netlogon: add (yet) undocumented netlogon negotiate bit to bitmap.Günther Deschner2-0/+2
This bit is set by the Win7 client while joining. Guenther
2009-08-20s3: re-run make samba3-idl.Günther Deschner7-2/+4717
Guenther
2009-08-17netlogon: document some more MSVC flags.Günther Deschner2-0/+26
Some of these were observed during password changing from win7 using a samba 3.4 PDC. Guenther
2009-08-12librpc: rerun "make idl_full"Kai Blin15-414/+414
2009-08-10s3: re-run make samba3-idl.Günther Deschner3-56/+959
Guenther
2009-08-07librpc: rerun 'make idl' after epmapper.idl changesStefan Metzmacher3-18/+18
metze
2009-08-03s3/s4: Add new autogenerated files from "make idl_full"Matthias Dieter Wallnöfer5-748/+1183
2009-07-31librpc: rerun "make idl"Stefan Metzmacher32-0/+81119
metze
2009-07-27librpc: rerun "make idl_full"Stefan Metzmacher6-14/+14
metze
2009-07-24For some strange reason using :Jeremy Allison2-5/+4
uint8 hash[XATTR_SD_HASH_SIZE]; doesn't have the same effect as : uint8 hash[64]; Jeremy.
2009-07-24Fix hash function in acl_xattr to be SHA256, makeJeremy Allison3-26/+136
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-17spoolss: fill in some unknowns in spoolss_OSVersion and spoolss_OSVersionEx.Günther Deschner2-14/+26
Guenther
2009-07-17spoolss: fill in spoolss_Create/DeletePrinterIC + rerun make samba3-idl.Günther Deschner5-0/+128
Guenther
2009-07-17lsa: fill in lsa_StorePrivateData and lsa_RetrievePrivateData and rerun make ↵Günther Deschner5-4/+203
samba3-idl. Guenther
2009-07-16lsa: fix typo in lsa_TrustDomInfoEnum enum in IDL.Günther Deschner2-9/+9
Guenther
2009-07-14s3: re-run make idl.Günther Deschner2-1/+7
Guenther
2009-07-03spoolss: fill in spoolss_GetPrinterDriver IDL.Günther Deschner5-0/+193
Guenther
2009-07-03spoolss: the flags in spoolss_SetPrinterInfo1 are in fact ↵Günther Deschner1-3/+3
spoolss_PrinterAttributes. Guenther
2009-07-03spoolss: fill in spoolss_AddPrinter IDL.Günther Deschner5-0/+137
Guenther
2009-07-02spoolss: the flags in spoolss_PrinterInfo1 are in fact ↵Günther Deschner3-48/+48
spoolss_PrinterAttributes. Guenther
2009-06-23s3: re-run make idl.Günther Deschner5-42/+216
Guenther
2009-06-18NETLOGON pipe improvementsMatthias Dieter Wallnöfer6-29/+89
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-09lsa: use the lsa access masks in idl.Günther Deschner1-24/+24
Guenther
2009-05-29s4: Add additional well-known SID's/RID's.Andrew Kroeger1-0/+4
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-27Add DOMAIN_RID_KRBTGT define to security.idlAndrew Bartlett1-0/+1
2009-05-20s4: try to fix privileges implementation in order to pass the ↵Günther Deschner1-1/+3
RPC-SAMR-USERS-PRIVILEGES test. Guenther
2009-05-19Added mapping table for account object in lsa.Jeremy Allison1-0/+4
Jeremy.
2009-05-19s3: re-run make samba3-idl.Günther Deschner3-0/+106
Guenther
2009-05-13s3-spoolss: move SPL_ARCH_X defines to IDL.Günther Deschner1-0/+8
Guenther
2009-05-13s3-build: re-run make samba3-idl.Günther Deschner1-0/+92
Guenther