Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-07 | pidl: get the alignment right for uint1632 enums (NDR64) | Andrew Tridgell | 2 | -15/+66 | |
The default enum in NDR63 is 32 bits, not 16 bits. We need a uint1632 type to get the alignment right. | |||||
2009-10-05 | libndr: add int3264 ndr prototype. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-10-03 | ndr: rebuild lsa IDL after recent change | Andrew Tridgell | 1 | -19/+19 | |
2009-10-03 | idl: some lsa vars are uint3264 | Andrew Tridgell | 1 | -5/+5 | |
2009-10-03 | pidl: added int3264 as a base type | Andrew Tridgell | 1 | -0/+10 | |
This is the type used for a variable that is 32 bits for NDR32 and 64 bits for NDR64 | |||||
2009-10-02 | idl: rebuilt the IDL for the build farm | Andrew Tridgell | 27 | -6/+1635 | |
2009-10-02 | ndr64: added support for trailing gap alignment | Andrew Tridgell | 2 | -0/+20 | |
NDR64 has a 'trailing gap' alignment, which aligns the end of a structure on the overall structure alignment. This explains the discrepancy we had with the RPC-SAMR test and NDR64 | |||||
2009-10-02 | idl: use common netlogon bit definitions | Andrew Tridgell | 2 | -4/+7 | |
The DS_ bits had got a bit ahead of the NBT_ bits. Ideally we'd make these a single set of bits at some point. This also removes NBT_SERVER_DNS_FOREST as this bit doesn't exist. I think it came from someone mis-reading the docs, which show the bits in reverse order within bytes (one of the worst bit table representations I have ever seen!) | |||||
2009-09-30 | s3: re-run make idl. janitor for tridge. | Günther Deschner | 2 | -2/+2 | |
Guenther | |||||
2009-09-30 | idl: ntsvcs.idl depends on misc.idl, not winreg.idl | Andrew Tridgell | 1 | -1/+1 | |
The winreg_Type definition comes from misc.idl | |||||
2009-09-29 | s3: re-run make idl_full. | Günther Deschner | 21 | -0/+268 | |
Guenther | |||||
2009-09-29 | winreg: add winreg_Data union to IDL. | Günther Deschner | 8 | -87/+295 | |
Guenther | |||||
2009-09-29 | pidl: added union padding for NDR64 | Andrew Tridgell | 2 | -0/+20 | |
This fixes the problem with samr UserInfo16 when NDR64 is enabled | |||||
2009-09-24 | s4-drs: regenerate IDL after ndr size change | Andrew Tridgell | 2 | -3/+3 | |
2009-09-24 | s4-drs: fixed the size of DN binary blobs on the wire | Andrew Tridgell | 1 | -1/+1 | |
Comparison with w2k8 traces shows the size field of drsuapi_DsReplicaObjectIdentifier3Binary is taken from drsuapi_DsReplicaObjectIdentifier3 Thanks to metze for spotting this | |||||
2009-09-23 | idl: regenerate idl | Anatoliy Atanasov | 2 | -3/+11 | |
2009-09-23 | s4: Handle DRSUAPI_DS_REPLICA_NEIGHBOUR_CRITICAL_ONLY req in getncchanges | Anatoliy Atanasov | 1 | -2/+6 | |
2009-09-23 | Revert "r20074: this values seem to be typos in drsuapi" | Stefan Metzmacher | 1 | -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> | |||||
2009-09-23 | regenerate IDL | Andrew Tridgell | 4 | -60/+62 | |
2009-09-23 | idl: fixed string termination for netlogon GetDomainInfo | Andrew Tridgell | 1 | -10/+10 | |
2009-09-23 | s4-nbt: added NBT_SERVER_DNS_FOREST | Andrew Tridgell | 1 | -1/+2 | |
2009-09-20 | librpc: rerun 'make idl' | Stefan Metzmacher | 2 | -3/+3 | |
metze | |||||
2009-09-20 | drsblobs.idl: fix repsFromTo2 blob size calculation | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-09-20 | rerun: make idl | Stefan Metzmacher | 3 | -0/+324 | |
metze | |||||
2009-09-20 | drsblobs.idl: add decoding for repsFromTo2 | Stefan Metzmacher | 1 | -0/+30 | |
This is used in windows 2008. metze | |||||
2009-09-18 | librpc: rerun 'make idl' | Stefan Metzmacher | 3 | -0/+353 | |
metze | |||||
2009-09-18 | named_pipe_auth.idl: add infrastructure to pass delegated credentials | Stefan Metzmacher | 1 | -0/+23 | |
metze | |||||
2009-09-17 | ndrdump: fixed help | Andrew Tridgell | 1 | -1/+1 | |
2009-09-17 | ndr: num_auths is an array size, thus a uint3264 | Andrew Tridgell | 1 | -2/+2 | |
2009-09-17 | ndr: split out ndr enum functions | Andrew Tridgell | 3 | -4/+78 | |
This allows for easier implementation of the NDR32/NDR64 split | |||||
2009-09-17 | idl: recompile our IDL | Andrew Tridgell | 25 | -3558/+3558 | |
The NDR64 change affects every IDL file | |||||
2009-09-17 | s4-rpc: added NDR64 support | Andrew Tridgell | 1 | -1/+2 | |
This adds support for the nd464 binding string option | |||||
2009-09-17 | ndr: added support for NDR64 | Andrew Tridgell | 3 | -18/+54 | |
This adds NDR64 support for the push functions in libndr | |||||
2009-09-17 | Re-generated idl files with () for enum values. | Jeremy Allison | 23 | -1014/+1014 | |
Jeremy. | |||||
2009-09-17 | Check in modified generated files for systems where pidl can't run. | Jeremy Allison | 23 | -1014/+1014 | |
Jeremy. | |||||
2009-09-17 | Remove ununsed variable warning. | Jeremy Allison | 1 | -1/+0 | |
Jeremy. | |||||
2009-09-17 | idl: added DRS GetNCChanges level 10 | Andrew Tridgell | 4 | -0/+209 | |
2009-09-17 | idl: rebuild drsuapi.idl | Andrew Tridgell | 5 | -51/+258 | |
2009-09-17 | idl: added DsExecuteKCC IDL | Andrew Tridgell | 1 | -1/+19 | |
2009-09-16 | ndr: added --ndr64 flag to ndrdump | Andrew Tridgell | 4 | -6/+44 | |
This only does pull, but it is useful for w2k8-r2 <-> w2k8-r2 ndrdump usage, which is always 64bit. | |||||
2009-09-16 | security:idl Generated files | Nadezhda Ivanova | 3 | -0/+66 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-09-16 | Owner and group defaulting. | Nadezhda Ivanova | 1 | -0/+34 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-09-16 | s3-ntlmssp: add missing prototype. | Günther Deschner | 2 | -2/+3 | |
Guenther | |||||
2009-09-16 | s3-schannel: add dump_NL_AUTH_SIGNATURE. | Günther Deschner | 2 | -1/+38 | |
Guenther | |||||
2009-09-15 | ntlmssp: pretty print a VERSION structure. | Günther Deschner | 6 | -19/+21 | |
Guenther | |||||
2009-09-15 | ntlmssp: better document to what structures we are reffering to. | Günther Deschner | 1 | -3/+25 | |
Guenther | |||||
2009-09-14 | schannel: remove unused schannel structs. | Günther Deschner | 4 | -344/+0 | |
Guenther | |||||
2009-09-12 | s4-ndr: fixed memory leaks in ndr_pull_*_blob() | Andrew Tridgell | 2 | -9/+26 | |
We needed to free the ndr structures, both on error and normal return | |||||
2009-09-11 | netlogon.idl - rerun "make idl" | Matthias Dieter Wallnöfer | 2 | -3/+23 | |
2009-09-11 | s4: Fix parsing of CSDVersion: treat this field as an string null terminated. | Matthieu Patou | 1 | -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. |