Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move python modules from source4/scripting/python/ to python/. | Jelmer Vernooij | 2013-03-02 | 1 | -146/+0 |
| | | | | | | | Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sat Mar 2 03:57:34 CET 2013 on sn-devel-104 | ||||
* | s4-python: Various formatting fixes. | Jelmer Vernooij | 2012-09-27 | 1 | -4/+4 |
| | | | | | | * Trailing whitespace * use of "==" where "is" should be used * double spaces | ||||
* | s4-python: Formatting fixes, break lines. | Jelmer Vernooij | 2012-09-16 | 1 | -1/+1 |
| | | | | | Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Sun Sep 16 15:58:04 CEST 2012 on sn-devel-104 | ||||
* | s4-python: Remove env from non-executable test scripts. | Andreas Schneider | 2012-03-13 | 1 | -2/+0 |
| | |||||
* | s4:pygensec/tests: add test for gensec_set_max_update_size() | Stefan Metzmacher | 2012-01-12 | 1 | -0/+54 |
| | | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Jan 12 14:47:05 CET 2012 on sn-devel-104 | ||||
* | s4:pygensec/tests: check that the client and server have the same session key | Stefan Metzmacher | 2012-01-04 | 1 | -1/+4 |
| | | | | metze | ||||
* | s4-gensec: Pass the auth context in during gensec test | Andrew Bartlett | 2011-12-29 | 1 | -2/+3 |
| | |||||
* | pygensec: remove special case handling for None for buffers | Andrew Tridgell | 2011-01-19 | 1 | -1/+1 |
| | | | | | | always returning a buffer makes life easier for callers Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4-gensec Extend python bindings for GENSEC and the associated test | Andrew Bartlett | 2011-01-18 | 1 | -6/+51 |
| | | | | | | | | | | This now tests a real GENSEC exchange, including wrap and unwrap, using GSSAPI. Therefore, it now needs to access a KDC. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Jan 18 11:41:26 CET 2011 on sn-devel-104 | ||||
* | s4-param: Check type when converting python object to lp_ctx, fix some | Jelmer Vernooij | 2010-09-22 | 1 | -4/+3 |
| | | | | memory leaks. | ||||
* | pygensec: Implement start_mech_by_name(). | Jelmer Vernooij | 2010-09-22 | 1 | -3/+10 |
| | |||||
* | s4-selftest: Move more tests to scripting/python, simplifies running of tests. | Jelmer Vernooij | 2010-09-21 | 1 | -0/+39 |