summaryrefslogtreecommitdiffstats
path: root/librpc
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "r20074: this values seem to be typos in drsuapi"Stefan Metzmacher2009-09-231-2/+2
| | | | | | | | | | This reverts commit 1dfd365d57dcd712d315a1a903c8d3d0a0f0fc12 This change was from and the flags I was seeing have another meaning. metze Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com>
* regenerate IDLAndrew Tridgell2009-09-234-60/+62
|
* idl: fixed string termination for netlogon GetDomainInfoAndrew Tridgell2009-09-231-10/+10
|
* s4-nbt: added NBT_SERVER_DNS_FORESTAndrew Tridgell2009-09-231-1/+2
|
* librpc: rerun 'make idl'Stefan Metzmacher2009-09-202-3/+3
| | | | metze
* drsblobs.idl: fix repsFromTo2 blob size calculationStefan Metzmacher2009-09-201-1/+1
| | | | metze
* rerun: make idlStefan Metzmacher2009-09-203-0/+324
| | | | metze
* drsblobs.idl: add decoding for repsFromTo2Stefan Metzmacher2009-09-201-0/+30
| | | | | | This is used in windows 2008. metze
* librpc: rerun 'make idl'Stefan Metzmacher2009-09-183-0/+353
| | | | metze
* named_pipe_auth.idl: add infrastructure to pass delegated credentialsStefan Metzmacher2009-09-181-0/+23
| | | | metze
* ndrdump: fixed helpAndrew Tridgell2009-09-171-1/+1
|
* ndr: num_auths is an array size, thus a uint3264Andrew Tridgell2009-09-171-2/+2
|
* ndr: split out ndr enum functionsAndrew Tridgell2009-09-173-4/+78
| | | | This allows for easier implementation of the NDR32/NDR64 split
* idl: recompile our IDLAndrew Tridgell2009-09-1725-3558/+3558
| | | | The NDR64 change affects every IDL file
* s4-rpc: added NDR64 supportAndrew Tridgell2009-09-171-1/+2
| | | | This adds support for the nd464 binding string option
* ndr: added support for NDR64 Andrew Tridgell2009-09-173-18/+54
| | | | This adds NDR64 support for the push functions in libndr
* Re-generated idl files with () for enum values.Jeremy Allison2009-09-1723-1014/+1014
| | | | Jeremy.
* Check in modified generated files for systems where pidl can't run.Jeremy Allison2009-09-1723-1014/+1014
| | | | Jeremy.
* Remove ununsed variable warning.Jeremy Allison2009-09-171-1/+0
| | | | Jeremy.
* idl: added DRS GetNCChanges level 10Andrew Tridgell2009-09-174-0/+209
|
* idl: rebuild drsuapi.idlAndrew Tridgell2009-09-175-51/+258
|
* idl: added DsExecuteKCC IDLAndrew Tridgell2009-09-171-1/+19
|
* ndr: added --ndr64 flag to ndrdumpAndrew Tridgell2009-09-164-6/+44
| | | | | This only does pull, but it is useful for w2k8-r2 <-> w2k8-r2 ndrdump usage, which is always 64bit.
* security:idl Generated filesNadezhda Ivanova2009-09-163-0/+66
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* Owner and group defaulting.Nadezhda Ivanova2009-09-161-0/+34
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s3-ntlmssp: add missing prototype.Günther Deschner2009-09-162-2/+3
| | | | Guenther
* s3-schannel: add dump_NL_AUTH_SIGNATURE.Günther Deschner2009-09-162-1/+38
| | | | Guenther
* ntlmssp: pretty print a VERSION structure.Günther Deschner2009-09-156-19/+21
| | | | Guenther
* ntlmssp: better document to what structures we are reffering to.Günther Deschner2009-09-151-3/+25
| | | | Guenther
* schannel: remove unused schannel structs.Günther Deschner2009-09-144-344/+0
| | | | Guenther
* s4-ndr: fixed memory leaks in ndr_pull_*_blob()Andrew Tridgell2009-09-122-9/+26
| | | | We needed to free the ndr structures, both on error and normal return
* netlogon.idl - rerun "make idl"Matthias Dieter Wallnöfer2009-09-112-3/+23
|
* s4: Fix parsing of CSDVersion: treat this field as an string null terminated.Matthieu Patou2009-09-111-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.
* s4-idl: added the IDL for the DsReplica* callsAndrew Tridgell2009-09-116-168/+1076
|
* lsa: fill in more unknowns in lsa_LookupSid calls.Günther Deschner2009-09-116-98/+186
| | | | Guenther
* netlogon.idl: indent correctlyMatthias Dieter Wallnöfer2009-09-111-1/+1
|
* lsa: use lsa_LookupNamesLevel in lsa_LookupSids{2,3}.Günther Deschner2009-09-115-27/+27
| | | | Guenther
* schannel: more work on reponse NL_AUTH_MESSAGES.Günther Deschner2009-09-116-1/+96
| | | | Guenther
* s4: regenerate drsuapi IDLAndrew Tridgell2009-09-102-0/+24
|
* s4/drsuapi: tech the IDL about some more key attribute namesAndrew Tridgell2009-09-101-0/+8
|
* s4: fixed format of repsTo in samdbAndrew Tridgell2009-09-094-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
* ntlmssp: avoid duplicate inclusion of helper headers.Günther Deschner2009-09-091-1/+0
| | | | Guenther
* ntlmssp: add some void decode calls (useful for ndrdump).Günther Deschner2009-09-084-2/+304
| | | | Guenther
* schannel: add missing prototype for ndr_print_nbt_string() in schannel helper.Günther Deschner2009-09-081-0/+1
| | | | | | Hopefully fixes samba4 build. Guenther
* schannel: add NL_AUTH_MESSAGE and both NL_AUTH_SIGNATURE structs.Günther Deschner2009-09-086-0/+698
| | | | | | | These actually belong netlogon but we for now want to keep netlogon as a security providor separate. Guenther
* s4:idl Add generated code for netlogon.idl changesAndrew Bartlett2009-09-083-3/+39
|
* Return a correct value for Supported Encryption TypeMatthieu Patou2009-09-081-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
* s4: commit generated DRS changesAndrew Tridgell2009-09-085-4/+274
|
* s4: added the structure for repsToAndrew Tridgell2009-09-081-0/+32
| | | | | This structure is stored in NDR format in the repsTo attribute of each partition. It is updated by the DSUpdateRefs DSRUAPI call
* s4: fixed updaterefs options bitmapAndrew Tridgell2009-09-081-2/+3
|