summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr
AgeCommit message (Collapse)AuthorFilesLines
2009-10-22idl-drsblobs: mark some more reserved values as value(0)Andrew Tridgell2-30/+30
This prevents valgrind errors when we store these blobs in a database
2009-10-16s4/drs(idl): Regenerate idlKamen Mazdrashki3-15/+50
2009-10-16idl: added bit definition for privilege masksAndrew Tridgell1-0/+4
When you have backup or restore privileges, you automatically get extra access bits in ACL interpretation. This adds definitions for the bits you get.
2009-10-15idl: added WSPP DrsOptions bit namesAndrew Tridgell3-0/+86
This should make it much easier to work through the logic in MS-DRSR
2009-10-13netlogon: add NL_PASSWORD_VERSION to IDL.Günther Deschner1-0/+7
Guenther
2009-10-08s3/s4:samr.idl - Corrects the "userPwdChangeFailureInformation" structureMatthias Dieter Wallnöfer6-79/+120
This I've done according to WSPP doc MS-SAMR 2.2.7.23.
2009-10-07idl: recompile IDL for uint1632 changeAndrew Tridgell15-92/+92
2009-10-03ndr: rebuild lsa IDL after recent changeAndrew Tridgell1-19/+19
2009-10-02idl: rebuilt the IDL for the build farmAndrew Tridgell27-6/+1635
2009-09-30s3: re-run make idl. janitor for tridge.Günther Deschner2-2/+2
Guenther
2009-09-29s3: re-run make idl_full.Günther Deschner21-0/+268
Guenther
2009-09-29winreg: add winreg_Data union to IDL.Günther Deschner6-71/+268
Guenther
2009-09-24s4-drs: regenerate IDL after ndr size changeAndrew Tridgell2-3/+3
2009-09-23idl: regenerate idlAnatoliy Atanasov2-3/+11
2009-09-23regenerate IDLAndrew Tridgell4-60/+62
2009-09-20librpc: rerun 'make idl'Stefan Metzmacher2-3/+3
metze
2009-09-20rerun: make idlStefan Metzmacher3-0/+324
metze
2009-09-18librpc: rerun 'make idl'Stefan Metzmacher3-0/+353
metze
2009-09-17idl: recompile our IDLAndrew Tridgell25-3558/+3558
The NDR64 change affects every IDL file
2009-09-17Re-generated idl files with () for enum values.Jeremy Allison23-1014/+1014
Jeremy.
2009-09-17Check in modified generated files for systems where pidl can't run.Jeremy Allison23-1014/+1014
Jeremy.
2009-09-17idl: added DRS GetNCChanges level 10Andrew Tridgell3-0/+191
2009-09-17idl: rebuild drsuapi.idlAndrew Tridgell5-51/+258
2009-09-16security:idl Generated filesNadezhda Ivanova3-0/+66
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2009-09-16s3-ntlmssp: add missing prototype.Günther Deschner2-2/+3
Guenther
2009-09-15ntlmssp: pretty print a VERSION structure.Günther Deschner3-18/+1
Guenther
2009-09-14schannel: remove unused schannel structs.Günther Deschner3-310/+0
Guenther
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