Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-19 | s4-pyauth Fix AuthContext wrapper | Andrew Bartlett | 1 | -2/+13 | |
2011-01-18 | s4-auth Extend python bindings to allow ldb and message to be specified | Andrew Bartlett | 1 | -10/+59 | |
This will allow for some more tokenGroups tests in future. Andrew Bartlett | |||||
2011-01-18 | s4-pyauth Add bindings for auth_context_create() as AuthContext() | Andrew Bartlett | 1 | -0/+80 | |
2011-01-18 | s4-pyauth Use py_talloc_get_type() for greater talloc binding safety | Andrew Bartlett | 1 | -6/+6 | |
This does a talloc check of the returned pointer before casting it. Andrew Bartlett | |||||
2011-01-14 | s4-auth Add get and set methods for auth_session_info python wrapper | Andrew Bartlett | 1 | -6/+72 | |
This allows the session key, security_token and credentials to be manipulated from python. Andrew Bartlett Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> | |||||
2011-01-14 | s4-auth Add function to obtain any user's session_info from a given LDB | Andrew Bartlett | 1 | -1/+63 | |
This will be a building block for a tokenGroups test, which can compare against a remote server (in particular the rootDSE) against what we would calculate the tokenGroups to be. (this meant moving some parts out of the auth_sam code into the containing library) Andrew Bartlett | |||||
2010-12-01 | pyauth: Use talloc.Object. | Jelmer Vernooij | 1 | -3/+5 | |
2010-09-22 | s4-param: Fix more memory leaks, invalid memory context. | Jelmer Vernooij | 1 | -8/+32 | |
2010-09-22 | s4-param: Check type when converting python object to lp_ctx, fix some | Jelmer Vernooij | 1 | -2/+6 | |
memory leaks. | |||||
2010-08-18 | s4:auth Remove system_session_anon() from python bindings | Andrew Bartlett | 1 | -19/+0 | |
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -3/+3 | |
this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-04-08 | pynet: Create a net class. | Jelmer Vernooij | 1 | -3/+4 | |
2010-04-06 | s4-python: Move set_session_info to PySambaLdb. | Jelmer Vernooij | 1 | -1/+2 | |
2010-01-21 | s4: Fix a few warnings. | Jelmer Vernooij | 1 | -0/+1 | |
2009-10-23 | s4-dsdb: create a static system_session context | Andrew Tridgell | 1 | -1/+1 | |
This patch adds a system_session cache, preventing us from having to recreate it on every ldb open, and allowing us to detect when the same session is being used in ldb_wrap | |||||
2009-09-09 | Added "admin_session" method. | Nadezhda Ivanova | 1 | -0/+23 | |
The purpose of admin_session is to be able to execute parts of provisioning as the user Administrator in order to have the correct group and owner in the security descriptors. To be used for provisioning and tests only. | |||||
2009-07-01 | another case that should use py_talloc_reference | Andrew Tridgell | 1 | -1/+1 | |
2008-12-22 | Add header for pyparam. | Jelmer Vernooij | 1 | -4/+1 | |
2008-12-21 | Convert auth python module to "plain" C rather than using SWIG. | Jelmer Vernooij | 1 | -0/+95 | |