Age | Commit message (Expand) | Author | Files | Lines |
2008-07-09 | Add in a version2 of the NT security descriptor store | Jeremy Allison | 1 | -3/+13 |
2008-07-07 | dcerpc_smb: trans->in.max_data should not depend on the smb max size | Stefan Metzmacher | 1 | -1/+8 |
2008-07-03 | dcerpc.idl: the signing overhead can be more than 32 bytes | Stefan Metzmacher | 1 | -1/+1 |
2008-06-30 | drsuapi.idl: remove some unknows from DsGetNCChanges() | Stefan Metzmacher | 1 | -6/+24 |
2008-06-14 | Use a custom init function for samba4 that sets a samba4 | Simo Sorce | 1 | -1/+1 |
2008-06-11 | Add working Python bindings for NBT. | Jelmer Vernooij | 1 | -3/+3 |
2008-06-07 | fixed for per session session_key here too | Andrew Tridgell | 1 | -1/+1 |
2008-06-03 | opendb: add write time handling | Stefan Metzmacher | 1 | -0/+2 |
2008-05-30 | implemented client side SMB2 signing | Andrew Tridgell | 2 | -2/+6 |
2008-05-29 | Add in an enum for two future NTP signing ops. | Andrew Bartlett | 1 | -2/+3 |
2008-05-29 | Final fixes to for a functional NTP signing deamon. | Andrew Bartlett | 1 | -3/+10 |
2008-05-29 | Don't make the NTP signd headers public. | Andrew Bartlett | 1 | -2/+0 |
2008-05-28 | added a newline at the end of the IDL | Andrew Tridgell | 1 | -1/+1 |
2008-05-28 | Try adding a stub to fix the build | Andrew Bartlett | 1 | -0/+6 |
2008-05-28 | Fix dependency list for NDR_TABLE | Andrew Bartlett | 1 | -1/+1 |
2008-05-28 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet | Andrew Bartlett | 13 | -3728/+568 |
2008-05-27 | Allow librpcsrcdir to be an absolute path. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-27 | Use variables for IDL file paths. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-27 | Start an 'NTP signing server' in Samba4. | Andrew Bartlett | 2 | -0/+37 |
2008-05-27 | add a mask of invalid security bits | Andrew Tridgell | 1 | -0/+3 |
2008-05-26 | Remove evil hack which breaks Python bindings. | Jelmer Vernooij | 1 | -12/+6 |
2008-05-26 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pyirpc | Jelmer Vernooij | 1 | -1/+2 |
2008-05-26 | allow larger streams using the TDB backend | Andrew Tridgell | 1 | -1/+2 |
2008-05-26 | Allow using IRPC functions on the messaging bus from Python. | Jelmer Vernooij | 2 | -0/+19 |
2008-05-26 | Implement IRPC calls over the internal messaging bus. | Jelmer Vernooij | 2 | -3/+3 |
2008-05-26 | Remove some unused cruft. | Jelmer Vernooij | 2 | -56/+18 |
2008-05-25 | Fix compilation errors. | Jelmer Vernooij | 2 | -1/+7 |
2008-05-25 | Trim the size of the Python bindings a bit. | Jelmer Vernooij | 3 | -1/+117 |
2008-05-25 | Expose transfer and abstract syntax. | Jelmer Vernooij | 1 | -2/+34 |
2008-05-25 | Expose request timeout variable in Python. | Jelmer Vernooij | 1 | -1/+10 |
2008-05-25 | Add support for secondary contexts from Python. | Jelmer Vernooij | 1 | -40/+96 |
2008-05-25 | Check for fault codes when connecting. | Jelmer Vernooij | 1 | -2/+4 |
2008-05-24 | Add helper function to return DCE/RPC fault codes. | Jelmer Vernooij | 2 | -2/+16 |
2008-05-24 | Add convenience function for creating objects with NDR error codes. | Jelmer Vernooij | 1 | -0/+6 |
2008-05-24 | Fix memory initialization in raw calls. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-24 | Support optional object argument when sending DCE/RPC requests. | Jelmer Vernooij | 1 | -15/+20 |
2008-05-24 | Allow connecting to a DCE/RPC interface with Python for which we don't have IDL. | Jelmer Vernooij | 1 | -1/+63 |
2008-05-24 | Add convenience functions for setting Python objects from errors. | Jelmer Vernooij | 2 | -1/+2 |
2008-05-24 | Export functions for setting NTSTATUS and WERRORs in python. | Jelmer Vernooij | 1 | -3/+3 |
2008-05-24 | Allow request() call to do custom calls on DCE/RPC interfaces. | Jelmer Vernooij | 1 | -5/+21 |
2008-05-24 | Use manually written Python bindings for DCE/RPC rather than SWIG based. | Jelmer Vernooij | 7 | -3605/+203 |
2008-05-24 | Share struct used for interfaces in Python code. | Jelmer Vernooij | 1 | -0/+44 |
2008-05-24 | Add tests for new NDR pack/unpack functionality in Python DCE/RPC bindings. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-24 | Add docstrings to a couple more python modules. | Jelmer Vernooij | 2 | -1/+9 |
2008-05-23 | Disable building of EJS DCE/RPC support. | Jelmer Vernooij | 2 | -115/+1 |
2008-05-23 | Work around bug adding extra imports in generated file. | Jelmer Vernooij | 1 | -2/+0 |
2008-05-23 | Regenerate with SWIG 1.3.35. | Jelmer Vernooij | 1 | -0/+2 |
2008-05-22 | Move DCE/RPC python bindings into samba package. | Jelmer Vernooij | 1 | -17/+17 |
2008-05-22 | Fix dependencies and imports. | Jelmer Vernooij | 3 | -1150/+24 |
2008-05-21 | Move more modules inside of the samba package. | Jelmer Vernooij | 3 | -37/+1203 |