summaryrefslogtreecommitdiff
path: root/source/librpc
Commit message (Expand)AuthorAgeFilesLines
* drsblobs.idl: add parser for ExtendedErrorInfo see [MS-EERR]: ExtendedError R...Stefan Metzmacher2008-09-091-4/+72
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into trusted-d...Andrew Bartlett2008-09-081-21/+95
|\
| * ndr_compression: add XPRESS compression supportStefan Metzmacher2008-09-071-1/+49
| * ndr_compression: fix the build after lzxpress_decompress() prototype changeStefan Metzmacher2008-09-071-1/+11
| * ndr_compression: change debug levelsStefan Metzmacher2008-09-061-6/+6
| * ndr_compression: use deflateReset() together with defalteSetDictionary()Stefan Metzmacher2008-09-061-8/+17
| * ndr_compression: use inflateReset() and inflateSetDictionary() instead of inf...Stefan Metzmacher2008-09-061-7/+14
* | More work towards trusted domains support in Samba4's LSAAndrew Bartlett2008-09-081-3/+3
* | More work to implement LSA CreateTrustedDomainEx2Andrew Bartlett2008-09-042-8/+26
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-09-032-1/+18
|\ \ | |/
| * Implement NETLOGON PAC verfication on the server-sideAndrew Bartlett2008-09-032-1/+18
* | Share IDL between the LSA and drsblob representations of trustsAndrew Bartlett2008-09-022-41/+51
|/
* It turns out that the Netlogon PAC verification is encrypted.Andrew Bartlett2008-08-292-2/+9
* Further rework the RPC-PAC test.Andrew Bartlett2008-08-281-1/+1
* Add a test to explore Netlogon PAC validationAndrew Bartlett2008-08-272-5/+27
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into pac-verifyAndrew Bartlett2008-08-2612-191/+695
|\
| * Update RPC-LSA to (almost) pass against Windows 2008.Andrew Bartlett2008-08-262-27/+92
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-08-256-151/+471
| |\
| | * Merge commit 'origin/v4-0-test' into v4-0-testAndrew Tridgell2008-08-223-21/+328
| | |\
| | | * ndr_compression: implement mszip compression based on deflate()Stefan Metzmacher2008-08-211-1/+98
| | | * drsuapi.idl: use hand written push functions for the compressed blobsStefan Metzmacher2008-08-212-6/+179
| | | * ndr_compression: add common parts of ndr compressionStefan Metzmacher2008-08-211-15/+52
| | * | Merge branch 'abartlet-4-0-local' into v4-0-testAndrew Tridgell2008-08-221-1/+7
| | |\ \ | | | |/ | | |/|
| | | * Add extra bits to our 'netlogon' response in CLDAP and NBT.Matthias Dieter Wallnöfer2008-08-201-1/+7
| | * | krb5pac.idl: make use of subcontext(0xFFFFFC01) to handle the type Serializat...Stefan Metzmacher2008-08-201-5/+1
| | * | drsuapi.idl: readd type serialization headers to compressed DsGetNCChangesCtr*Stefan Metzmacher2008-08-201-4/+12
| | * | ndr_compression: remove the type serialization handling from the compression ...Stefan Metzmacher2008-08-201-36/+0
| | * | ndr_compression: unify the common handling of mszip and xpress compressionStefan Metzmacher2008-08-201-107/+33
| | * | librpc/ndr: add support for Type Serialization Version 1 to subcontextStefan Metzmacher2008-08-201-1/+114
| | |/
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-08-192-17/+139
| |\ \ | | |/
| | * librpc: don't build the old mszip decompression codeStefan Metzmacher2008-08-181-1/+1
| | * ndr_compression: use zlib's inflate() for decompressionStefan Metzmacher2008-08-182-12/+83
| | * librpc/ndr: add support for XPRESS decompressionMatthieu Suiche2008-08-181-5/+56
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-08-151-1/+5
| |\ \ | | |/
| | * cope with arbitrary unknown pac buffer types, so when MS adds Andrew Tridgell2008-08-141-1/+5
| * | Rework the trustAuthInOutBlob with the help of a hand parser.Andrew Bartlett2008-08-132-26/+9
| |/
| * dcerpc.idl: remove used DCERPC_MAX_SIGN_SIZEStefan Metzmacher2008-08-111-1/+0
| * librpc/rpc: correct the chunk_size depending on the signature sizeStefan Metzmacher2008-08-111-4/+13
| * dcerpc.idl: add DCERPC_AUTH_TRAILER_LENGTHStefan Metzmacher2008-08-111-0/+2
* | Add GenericInfo level for SamLogon calls from the WSPP IDL.Andrew Bartlett2008-08-121-14/+33
|/
* drsuapi.idl: directly use mszip in level 2Stefan Metzmacher2008-08-071-7/+1
* librpc/rpc: add support DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGNStefan Metzmacher2008-08-074-1/+35
* librpc/rpc: pass struct dcerpc_pipe to dcerpc_auth3()Stefan Metzmacher2008-08-072-6/+9
* build: remove warning about missing generated include fileStefan Metzmacher2008-08-011-1/+1
* Update to a working trustAuthIncoming and trustAuthOutgoing parser.Andrew Bartlett2008-07-311-4/+25
* Update trustAuthInOutBlob in line with MS-ADTS 7.1.6.8.1Andrew Bartlett2008-07-311-39/+51
* dcerpc.idl: add DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN flagStefan Metzmacher2008-07-261-0/+1
* drsblobs.idl: unify the Primary:Kerberos and Primary:Kerberos-Newer-Keys structsStefan Metzmacher2008-07-241-29/+18
* drsblobs.idl: give some unknowns a meaningStefan Metzmacher2008-07-241-9/+11
* drsblobs.idl: add idl for Primary:Kerberos-Newer-Keys blob in supplementalCre...Stefan Metzmacher2008-07-231-0/+37