summaryrefslogtreecommitdiffstats
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* drsuapi.idl: fix unknowns in drsuapi_DsReplicaObject*Stefan Metzmacher2008-07-162-3/+9
* drsuapi.idl: fix unknowns in drsuapi_DsReplicaCursor[2]Stefan Metzmacher2008-07-161-6/+6
* drsuapi.idl: correctly handle xpress compressed payloadStefan Metzmacher2008-07-161-4/+4
* Fix the build - this element was renamed.Andrew Bartlett2008-07-161-1/+1
* (Hopefully) fix the build by re-adding security.NTACLJeremy Allison2008-07-091-0/+2
* Add in a version2 of the NT security descriptor storeJeremy Allison2008-07-091-3/+13
* dcerpc_smb: trans->in.max_data should not depend on the smb max sizeStefan Metzmacher2008-07-071-1/+8
* dcerpc.idl: the signing overhead can be more than 32 bytesStefan Metzmacher2008-07-031-1/+1
* drsuapi.idl: remove some unknows from DsGetNCChanges()Stefan Metzmacher2008-06-301-6/+24
* Use a custom init function for samba4 that sets a samba4Simo Sorce2008-06-141-1/+1
* Add working Python bindings for NBT.Jelmer Vernooij2008-06-111-3/+3
* fixed for per session session_key here tooAndrew Tridgell2008-06-071-1/+1
* opendb: add write time handlingStefan Metzmacher2008-06-031-0/+2
* implemented client side SMB2 signingAndrew Tridgell2008-05-302-2/+6
* Add in an enum for two future NTP signing ops.Andrew Bartlett2008-05-291-2/+3
* Final fixes to for a functional NTP signing deamon.Andrew Bartlett2008-05-291-3/+10
* Don't make the NTP signd headers public.Andrew Bartlett2008-05-291-2/+0
* added a newline at the end of the IDLAndrew Tridgell2008-05-281-1/+1
* Try adding a stub to fix the buildAndrew Bartlett2008-05-281-0/+6
* Fix dependency list for NDR_TABLEAndrew Bartlett2008-05-281-1/+1
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-05-2813-3728/+568
|\
| * Allow librpcsrcdir to be an absolute path.Jelmer Vernooij2008-05-271-1/+1
| * Use variables for IDL file paths.Jelmer Vernooij2008-05-271-1/+1
| * add a mask of invalid security bitsAndrew Tridgell2008-05-271-0/+3
| * Remove evil hack which breaks Python bindings.Jelmer Vernooij2008-05-261-12/+6
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpcJelmer Vernooij2008-05-261-1/+2
| |\
| | * allow larger streams using the TDB backendAndrew Tridgell2008-05-261-1/+2
| * | Allow using IRPC functions on the messaging bus from Python.Jelmer Vernooij2008-05-262-0/+19
| * | Implement IRPC calls over the internal messaging bus.Jelmer Vernooij2008-05-262-3/+3
| * | Remove some unused cruft.Jelmer Vernooij2008-05-262-56/+18
| * | Fix compilation errors.Jelmer Vernooij2008-05-252-1/+7
| * | Trim the size of the Python bindings a bit.Jelmer Vernooij2008-05-253-1/+117
| |/
| * Expose transfer and abstract syntax.Jelmer Vernooij2008-05-251-2/+34
| * Expose request timeout variable in Python.Jelmer Vernooij2008-05-251-1/+10
| * Add support for secondary contexts from Python.Jelmer Vernooij2008-05-251-40/+96
| * Check for fault codes when connecting.Jelmer Vernooij2008-05-251-2/+4
| * Add helper function to return DCE/RPC fault codes.Jelmer Vernooij2008-05-242-2/+16
| * Add convenience function for creating objects with NDR error codes.Jelmer Vernooij2008-05-241-0/+6
| * Fix memory initialization in raw calls.Jelmer Vernooij2008-05-241-1/+1
| * Support optional object argument when sending DCE/RPC requests.Jelmer Vernooij2008-05-241-15/+20
| * Allow connecting to a DCE/RPC interface with Python for which we don't have IDL.Jelmer Vernooij2008-05-241-1/+63
| * Add convenience functions for setting Python objects from errors.Jelmer Vernooij2008-05-242-1/+2
| * Export functions for setting NTSTATUS and WERRORs in python.Jelmer Vernooij2008-05-241-3/+3