summaryrefslogtreecommitdiffstats
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* drsblobs.idl: fix unknowns in package_PrimaryKerberos idlStefan Metzmacher2008-07-231-6/+8
* drsblobs.idl: fix idl for supplementalCredentialsSubBlobStefan Metzmacher2008-07-231-3/+8
* drsblobs.idl: rename unknown1 -> reservedStefan Metzmacher2008-07-231-1/+1
* The SMB session key must not be more than 16 bytes in SAMR (andAndrew Bartlett2008-07-231-2/+12
* drsuapi.idl: change the u1 field in DsBindInfo* to "pid".Michael Adam2008-07-221-4/+4
* drsuapi.idl: add drsuapi_SupportedExtensionsExt bitfield.Michael Adam2008-07-221-1/+6
* drsuapi.idl: the last 16 bytes in DsBindInfo48 ar the GUID of the config dn.Michael Adam2008-07-221-1/+2
* drsuapi.idl: add drsuapi_DsBindInfo48.Michael Adam2008-07-221-0/+10
* Rename structures to better match the names in the WSPP IDL.Andrew Bartlett2008-07-212-10/+10
* drsuapi.idl: fix unknowns in drsuapi_DsGetNCChangesCtr*Stefan Metzmacher2008-07-161-7/+27