Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed obsolete Python sample code. | Emmanuel Raviart | 2005-01-26 | 1 | -47/+0 |
| | |||||
* | Check that Lasso is inited and shotdown only once. | Emmanuel Raviart | 2004-08-02 | 1 | -2/+0 |
| | | | | | | | | | | Lasso Python modules now calls init() at first import (I need this behaviour, because I have several "import lasso" in Expression and I don't know which one will be called first and I don't want to do something like: import lasso if not lasso.inited: lasso.init() ). | ||||
* | fix a bug in python binding user_add_assertion : give obj of python ↵ | Nicolas Clapies | 2004-07-26 | 1 | -0/+8 |
| | | | | assertion, add a copy of assertion in lasso_add_assertion ( not sure, but assertion should be copied ) | ||||
* | add list of identity provider id in user environ | Nicolas Clapies | 2004-07-21 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-20 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-16 | 1 | -0/+36 |