summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Expand)AuthorFilesLines
2008-07-31Update to a working trustAuthIncoming and trustAuthOutgoing parser.Andrew Bartlett1-4/+25
2008-07-31Update trustAuthInOutBlob in line with MS-ADTS 7.1.6.8.1Andrew Bartlett1-39/+51
2008-07-26dcerpc.idl: add DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN flagStefan Metzmacher1-0/+1
2008-07-24drsblobs.idl: unify the Primary:Kerberos and Primary:Kerberos-Newer-Keys structsStefan Metzmacher1-29/+18
2008-07-24drsblobs.idl: give some unknowns a meaningStefan Metzmacher1-9/+11
2008-07-23drsblobs.idl: add idl for Primary:Kerberos-Newer-Keys blob in supplementalCre...Stefan Metzmacher1-0/+37
2008-07-23drsblobs.idl: fix unknowns in package_PrimaryKerberos idlStefan Metzmacher1-6/+8
2008-07-23drsblobs.idl: fix idl for supplementalCredentialsSubBlobStefan Metzmacher1-3/+8
2008-07-23drsblobs.idl: rename unknown1 -> reservedStefan Metzmacher1-1/+1
2008-07-23The SMB session key must not be more than 16 bytes in SAMR (andAndrew Bartlett1-2/+12
2008-07-22drsuapi.idl: change the u1 field in DsBindInfo* to "pid".Michael Adam1-4/+4
2008-07-22drsuapi.idl: add drsuapi_SupportedExtensionsExt bitfield.Michael Adam1-1/+6
2008-07-22drsuapi.idl: the last 16 bytes in DsBindInfo48 ar the GUID of the config dn.Michael Adam1-1/+2
2008-07-22drsuapi.idl: add drsuapi_DsBindInfo48.Michael Adam1-0/+10
2008-07-21Rename structures to better match the names in the WSPP IDL.Andrew Bartlett2-10/+10
2008-07-16drsuapi.idl: fix unknowns in drsuapi_DsGetNCChangesCtr*Stefan Metzmacher1-7/+27
2008-07-16drsuapi.idl: fix unknowns in drsuapi_DsReplicaObject*Stefan Metzmacher2-3/+9
2008-07-16drsuapi.idl: fix unknowns in drsuapi_DsReplicaCursor[2]Stefan Metzmacher1-6/+6
2008-07-16drsuapi.idl: correctly handle xpress compressed payloadStefan Metzmacher1-4/+4
2008-07-16Fix the build - this element was renamed.Andrew Bartlett1-1/+1
2008-07-09(Hopefully) fix the build by re-adding security.NTACLJeremy Allison1-0/+2
2008-07-09Add in a version2 of the NT security descriptor storeJeremy Allison1-3/+13
2008-07-07dcerpc_smb: trans->in.max_data should not depend on the smb max sizeStefan Metzmacher1-1/+8
2008-07-03dcerpc.idl: the signing overhead can be more than 32 bytesStefan Metzmacher1-1/+1
2008-06-30drsuapi.idl: remove some unknows from DsGetNCChanges()Stefan Metzmacher1-6/+24
2008-06-14Use a custom init function for samba4 that sets a samba4Simo Sorce1-1/+1
2008-06-11Add working Python bindings for NBT.Jelmer Vernooij1-3/+3
2008-06-07fixed for per session session_key here tooAndrew Tridgell1-1/+1
2008-06-03opendb: add write time handlingStefan Metzmacher1-0/+2
2008-05-30implemented client side SMB2 signingAndrew Tridgell2-2/+6
2008-05-29Add in an enum for two future NTP signing ops.Andrew Bartlett1-2/+3
2008-05-29Final fixes to for a functional NTP signing deamon.Andrew Bartlett1-3/+10
2008-05-29Don't make the NTP signd headers public.Andrew Bartlett1-2/+0
2008-05-28added a newline at the end of the IDLAndrew Tridgell1-1/+1
2008-05-28Try adding a stub to fix the buildAndrew Bartlett1-0/+6
2008-05-28Fix dependency list for NDR_TABLEAndrew Bartlett1-1/+1
2008-05-28Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett13-3728/+568
2008-05-27Allow librpcsrcdir to be an absolute path.Jelmer Vernooij1-1/+1
2008-05-27Use variables for IDL file paths.Jelmer Vernooij1-1/+1
2008-05-27Start an 'NTP signing server' in Samba4.Andrew Bartlett2-0/+37
2008-05-27add a mask of invalid security bitsAndrew Tridgell1-0/+3
2008-05-26Remove evil hack which breaks Python bindings.Jelmer Vernooij1-12/+6
2008-05-26Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpcJelmer Vernooij1-1/+2
2008-05-26allow larger streams using the TDB backendAndrew Tridgell1-1/+2
2008-05-26Allow using IRPC functions on the messaging bus from Python.Jelmer Vernooij2-0/+19
2008-05-26Implement IRPC calls over the internal messaging bus.Jelmer Vernooij2-3/+3
2008-05-26Remove some unused cruft.Jelmer Vernooij2-56/+18
2008-05-25Fix compilation errors.Jelmer Vernooij2-1/+7
2008-05-25Trim the size of the Python bindings a bit.Jelmer Vernooij3-1/+117
2008-05-25Expose transfer and abstract syntax.Jelmer Vernooij1-2/+34