summaryrefslogtreecommitdiff
path: root/librpc
AgeCommit message (Collapse)AuthorFilesLines
2009-09-20librpc: rerun 'make idl'Stefan Metzmacher2-3/+3
metze
2009-09-20drsblobs.idl: fix repsFromTo2 blob size calculationStefan Metzmacher1-1/+1
metze
2009-09-20rerun: make idlStefan Metzmacher3-0/+324
metze
2009-09-20drsblobs.idl: add decoding for repsFromTo2Stefan Metzmacher1-0/+30
This is used in windows 2008. metze
2009-09-18librpc: rerun 'make idl'Stefan Metzmacher3-0/+353
metze
2009-09-18named_pipe_auth.idl: add infrastructure to pass delegated credentialsStefan Metzmacher1-0/+23
metze
2009-09-17ndrdump: fixed helpAndrew Tridgell1-1/+1
2009-09-17ndr: num_auths is an array size, thus a uint3264Andrew Tridgell1-2/+2
2009-09-17ndr: split out ndr enum functionsAndrew Tridgell3-4/+78
This allows for easier implementation of the NDR32/NDR64 split
2009-09-17idl: recompile our IDLAndrew Tridgell25-3558/+3558
The NDR64 change affects every IDL file
2009-09-17s4-rpc: added NDR64 supportAndrew Tridgell1-1/+2
This adds support for the nd464 binding string option
2009-09-17ndr: added support for NDR64 Andrew Tridgell3-18/+54
This adds NDR64 support for the push functions in libndr
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-17Remove ununsed variable warning.Jeremy Allison1-1/+0
Jeremy.
2009-09-17idl: added DRS GetNCChanges level 10Andrew Tridgell4-0/+209
2009-09-17idl: rebuild drsuapi.idlAndrew Tridgell5-51/+258
2009-09-17idl: added DsExecuteKCC IDLAndrew Tridgell1-1/+19
2009-09-16ndr: added --ndr64 flag to ndrdumpAndrew Tridgell4-6/+44
This only does pull, but it is useful for w2k8-r2 <-> w2k8-r2 ndrdump usage, which is always 64bit.
2009-09-16security:idl Generated filesNadezhda Ivanova3-0/+66
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2009-09-16Owner and group defaulting.Nadezhda Ivanova1-0/+34
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2009-09-16s3-ntlmssp: add missing prototype.Günther Deschner2-2/+3
Guenther
2009-09-16s3-schannel: add dump_NL_AUTH_SIGNATURE.Günther Deschner2-1/+38
Guenther
2009-09-15ntlmssp: pretty print a VERSION structure.Günther Deschner6-19/+21
Guenther
2009-09-15ntlmssp: better document to what structures we are reffering to.Günther Deschner1-3/+25
Guenther
2009-09-14schannel: remove unused schannel structs.Günther Deschner4-344/+0
Guenther
2009-09-12s4-ndr: fixed memory leaks in ndr_pull_*_blob()Andrew Tridgell2-9/+26
We needed to free the ndr structures, both on error and normal return
2009-09-11netlogon.idl - rerun "make idl"Matthias Dieter Wallnöfer2-3/+23
2009-09-11s4: Fix parsing of CSDVersion: treat this field as an string null terminated.Matthieu Patou1-1/+1
CDSVersion field contains one utf16 string and then garbage which pertubated the parsing. We use subcontext to clearly define the size of the whole blob and then let the parser to find the real length of the string. This is a fix for bug 6706, many thanks to Gunter for the PIDL guidelines.
2009-09-11s4-idl: added the IDL for the DsReplica* callsAndrew Tridgell6-168/+1076
2009-09-11lsa: fill in more unknowns in lsa_LookupSid calls.Günther Deschner6-98/+186
Guenther
2009-09-11netlogon.idl: indent correctlyMatthias Dieter Wallnöfer1-1/+1
2009-09-11lsa: use lsa_LookupNamesLevel in lsa_LookupSids{2,3}.Günther Deschner5-27/+27
Guenther
2009-09-11schannel: more work on reponse NL_AUTH_MESSAGES.Günther Deschner6-1/+96
Guenther
2009-09-10s4: regenerate drsuapi IDLAndrew Tridgell2-0/+24
2009-09-10s4/drsuapi: tech the IDL about some more key attribute namesAndrew Tridgell1-0/+8
2009-09-09s4: fixed format of repsTo in samdbAndrew Tridgell4-301/+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-09ntlmssp: avoid duplicate inclusion of helper headers.Günther Deschner1-1/+0
Guenther
2009-09-08ntlmssp: add some void decode calls (useful for ndrdump).Günther Deschner4-2/+304
Guenther
2009-09-08schannel: add missing prototype for ndr_print_nbt_string() in schannel helper.Günther Deschner1-0/+1
Hopefully fixes samba4 build. Guenther
2009-09-08schannel: add NL_AUTH_MESSAGE and both NL_AUTH_SIGNATURE structs.Günther Deschner6-0/+698
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-08Return a correct value for Supported Encryption TypeMatthieu Patou1-1/+9
Vista and upper version use this value to check wether they should ask the DC to change the msDS-SupportedEncryptionTypes attribute or not. Declare the different value as a bitmap in Netlogon idl
2009-09-08s4: commit generated DRS changesAndrew Tridgell5-4/+274
2009-09-08s4: added the structure for repsToAndrew Tridgell1-0/+32
This structure is stored in NDR format in the repsTo attribute of each partition. It is updated by the DSUpdateRefs DSRUAPI call
2009-09-08s4: fixed updaterefs options bitmapAndrew Tridgell1-2/+3
2009-09-03fix the ndr print routines for samba4Andrew Tridgell1-0/+15
This uses a hackish #if just for samba4. The proper fix is much more complex.
2009-09-03Fix for DSSYNC test against Windows 2003Anatoliy Atanasov1-0/+1
2009-09-02s3-netlogon: use WERRORs in NETLOGON_INFO structures.Günther Deschner3-15/+15
Guenther
2009-09-02add a ref to the WSPP docsAndrew Tridgell1-0/+1