Age | Commit message (Expand) | Author | Files | Lines |
2010-01-21 | pyxattr: Fix memory leaks. | Jelmer Vernooij | 1 | -1/+1 |
2010-01-21 | pyxattr: Fix return value, raise exception, fix memory leak. | Jelmer Vernooij | 1 | -1/+6 |
2010-01-21 | s4: allow python code to dump NTACL object as well | Matthieu Patou | 1 | -0/+94 |
2009-12-31 | pyldb: Add dom_sid.split in favor of less powerful dom_sid_to_rid(). | Jelmer Vernooij | 1 | -0/+36 |
2009-09-23 | provision: Avoid linking in multiple copies of security python module. | Jelmer Vernooij | 2 | -28/+0 |
2009-09-20 | s4:py_security Add missing header | Andrew Bartlett | 1 | -0/+23 |
2009-09-20 | s4:provision Use code to store domain join in 'net join' as well | Andrew Bartlett | 1 | -0/+5 |
2009-09-17 | pyldb: Don't segfault when invalid type is specified to as_sddl and from_sddl. | Matthieu Patou | 1 | -2/+2 |
2009-08-12 | try to give some hint as to what is causing NDR string errors | Andrew Tridgell | 1 | -8/+8 |
2009-07-30 | DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal. | Jelmer Vernooij | 1 | -4/+4 |
2009-07-01 | py_talloc_import now uses a steal, so this free is incorrect | Andrew Tridgell | 1 | -1/+0 |
2009-04-23 | Fix of a bug in the security.descriptor.as_sddl() method | nadezhda ivanova | 1 | -1/+1 |
2009-04-21 | Add str() for policy_handles. | Andrew Bartlett | 1 | -1/+11 |
2009-04-21 | python/dcerpc: Custom implementations of policy_handle.__init__ and policy_ha... | Andrew Bartlett | 1 | -0/+38 |
2009-04-21 | python/rpc: Add custom GUID.__str__, GUID.__repr__, GUID.__init__ and GUID.__... | Andrew Bartlett | 1 | -0/+92 |
2009-04-20 | Make domain sid argument to as_sddl() optional. | Jelmer Vernooij | 1 | -3/+12 |
2009-03-01 | s4: Use same function signature for convert_* as s3. | Jelmer Vernooij | 1 | -33/+23 |
2009-03-01 | Add allow_badcharcnv argument to all conversion function, for | Jelmer Vernooij | 1 | -10/+10 |
2009-02-19 | s4:librpc/ndr: if uninitialized variable in string_array code | Stefan Metzmacher | 1 | -1/+1 |
2009-02-05 | spoolss: move ndr spoolss helper to main librpc dir. | Günther Deschner | 1 | -532/+0 |
2009-02-03 | librpc: add ndr_size_string_array(). | Günther Deschner | 1 | -0/+23 |
2009-02-02 | s4:py_security: avoid 'this' and use 'py_self' and 'self' | Stefan Metzmacher | 1 | -9/+9 |
2009-01-22 | Implement as_sddl. | Jelmer Vernooij | 1 | -1/+19 |
2009-01-22 | Support parsing sddl for security descriptors. | Jelmer Vernooij | 1 | -2/+29 |
2009-01-08 | Avoid using a utility header for Python replacements included in Samba, | Jelmer Vernooij | 1 | -1/+5 |
2009-01-07 | s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4 | Tim Prouty | 1 | -0/+1 |
2009-01-06 | py: Properly increase the reference counter of Py_None. | Jelmer Vernooij | 1 | -5/+5 |
2009-01-01 | Fix syntax errors. | Jelmer Vernooij | 1 | -2/+2 |
2008-12-21 | Fix more tests, improve repr() functions for various Python types. | Jelmer Vernooij | 1 | -30/+5 |
2008-12-21 | Simplify customization of pidl-generated Python modules. | Jelmer Vernooij | 1 | -47/+104 |
2008-12-21 | Allow providing extra module-level Python functions. | Jelmer Vernooij | 1 | -1/+6 |
2008-12-21 | Merge the rest of security.i into samba.dcerpc.security. | Jelmer Vernooij | 1 | -0/+35 |
2008-12-21 | Remove duplicate Python bindings for dom_sid, security_descriptor and | Jelmer Vernooij | 1 | -0/+214 |
2008-12-16 | Add python extensions for dom_sid. | Jelmer Vernooij | 1 | -0/+58 |
2008-12-12 | Move dom_sid to the Samba 3 IDL file, remove the old definition. | Jelmer Vernooij | 1 | -248/+0 |
2008-12-12 | Manually marshall dom_sid, so we can use a fixed size array for | Jelmer Vernooij | 1 | -2/+33 |
2008-11-07 | librpc/ndr: move ndr_sec_helper.c to the toplevel | Stefan Metzmacher | 1 | -88/+0 |
2008-11-07 | s4: ndr_sec_helper: remove unused include | Stefan Metzmacher | 1 | -1/+0 |
2008-11-07 | s4: security.idl: split of dom_sid stuff into dom_sid.idl | Stefan Metzmacher | 2 | -190/+218 |
2008-10-24 | Remove another use of global_loadparm. | Jelmer Vernooij | 1 | -8/+9 |
2008-10-24 | Remove iconv_convenience argument from convert_string{,talloc}() but | Jelmer Vernooij | 1 | -10/+10 |
2008-10-20 | Move orpc to top-level directory. | Jelmer Vernooij | 1 | -173/+0 |
2008-10-20 | Move WMI support code to top-level. | Jelmer Vernooij | 2 | -63/+0 |
2008-10-20 | Make sure prototypes are always included, make some functions static and | Jelmer Vernooij | 1 | -30/+0 |
2008-10-20 | Use tables in Samba 3 ndrdump. | Jelmer Vernooij | 1 | -134/+0 |
2008-10-18 | idl: share drsblobs idl. | Günther Deschner | 1 | -213/+0 |
2008-10-18 | drsuapi: share drsuapi idl and helper code. | Günther Deschner | 2 | -385/+0 |
2008-10-18 | Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with Samba | Jelmer Vernooij | 1 | -3/+2 |
2008-10-15 | Share libndr.h between Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -517/+0 |
2008-10-14 | Share ndr_krb5pac implementation. | Jelmer Vernooij | 1 | -140/+0 |