summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed obsolete logout method load_from_dump.Emmanuel Raviart2004-07-262-18/+0
| | | | | | | | Upgraded some residual calls to login_new & logout_new. Updated Java binding. Java unit test works (and C too, but Python still doesn't).
* *** empty log message ***Valery Febvre2004-07-261-11/+7
|
* *** empty log message ***Valery Febvre2004-07-261-2/+2
|
* Added lasso_profile_context_set_user_from_dump methodValery Febvre2004-07-262-2/+18
|
* Removed arg user in lasso_login_newValery Febvre2004-07-262-5/+2
|
* acces to RelayState in logout objectNicolas Clapies2004-07-262-29/+44
|
* *** empty log message ***Valery Febvre2004-07-262-7/+7
|
* Removed 4 useless #define constantsValery Febvre2004-07-262-34/+11
|
* Added consent attribute check in lasso_login_process_federation() functionValery Febvre2004-07-261-21/+45
|
* set a few variables to NULL after they'be freed; and don't free providerID inFrederic Peters2004-07-261-1/+11
| | | | lasso_user_get_authentication_method if it was passed by the caller.
* Finished to implement lasso_login_destroy() and lasso_logout_destroy() methodsValery Febvre2004-07-264-2/+68
|
* Removed nameIdentifier attribute in Logout objectValery Febvre2004-07-262-4/+3
| | | | There is already a nameIdientifier attribute in ProfileContext class
* this is a debug message; please.Frederic Peters2004-07-261-1/+1
|
* Removed many memory leaksValery Febvre2004-07-265-67/+86
|
* Removed many memory leaksValery Febvre2004-07-255-13/+27
|
* Finished to implement lasso_user_destroy() methodValery Febvre2004-07-251-77/+123
| | | | Removed many memory leaks
* moved as debug() two messages (those were interfering with the test suite)Frederic Peters2004-07-252-2/+2
|
* use message functions to show message (fix #217)Frederic Peters2004-07-254-19/+19
|
* Added lasso_provider_destroy() methodValery Febvre2004-07-252-0/+8
|
* Finished to implement lasso_server_destroy() methodValery Febvre2004-07-252-6/+23
|
* Replaced 2 debug(ERROR, ...) by new message(G_LOG_LEVEL_ERROR, ...) functionValery Febvre2004-07-251-12/+12
| | | | BEWARE: debug() should be used only for debugging messages.
* Added missing return statement.Emmanuel Raviart2004-07-251-0/+1
|
* Many little fixsValery Febvre2004-07-259-51/+69
|
* Moved nameIdentifer attribute of Login object in ProfileContextValery Febvre2004-07-254-15/+19
|
* fix the problem of setting the user environ in SOAP method :Nicolas Clapies2004-07-252-18/+66
| | | | | | | | | | | | | the problem : process_request_msg needs usr environ to verify federation and authentication. a solution : first load the request msg get the name identifier of the request find the user dump from the name identifier and load it in logout object process the request see python/examples/logout.py for the methods.
* *** empty log message ***Nicolas Clapies2004-07-251-1/+1
|
* udpate of C lecp, add python lecpNicolas Clapies2004-07-251-17/+10
|
* Added 2 missing #include (for xmlsec)Valery Febvre2004-07-241-0/+3
|
* Moved some #includeValery Febvre2004-07-245-7/+19
|
* Replaced old debug() calls by the 2 new functions debug() and message()Valery Febvre2004-07-2416-217/+223
|
* New log/debug systemValery Febvre2004-07-233-47/+61
| | | | | | | It uses g_log() function now (from glib) debug macro has been split into 2 macros: debug(format, args) : for debug message only, activated if LASSO_DEBUG flag is defined message(level, format, args) : level is a GLogLevelFlags (enum)
* Migrated windows.h inclusion from lasso.c to lasso.h.Romain Chantereay2004-07-232-1/+3
|
* Added lasso_user_get_authentication_method()Valery Febvre2004-07-232-23/+53
| | | | Done in Python too.
* fix bug in init of logout from request at idpNicolas Clapies2004-07-231-7/+8
|
* fix : process of a logout request at idpNicolas Clapies2004-07-231-9/+17
|
* *** empty log message ***Nicolas Clapies2004-07-231-2/+0
|
* *** empty log message ***Nicolas Clapies2004-07-232-55/+79
|
* update of logout with better support of propagation from idpNicolas Clapies2004-07-233-12/+107
|
* remove unwanted debug messageNicolas Clapies2004-07-231-4/+0
|
* Added a third arg (GError **err) in lasso_node_get_attr_value() method to ↵Valery Febvre2004-07-231-6/+7
| | | | report errors
* - Added a third arg (GError **err) in lasso_node_get_attr_value()Valery Febvre2004-07-2317-139/+272
| | | | | | method to report errors - Replaced some lasso_provider_get_providerID() by direct access to ProviderID attribute of server objects
* Nearly completed Python & Java first non-regression test for login.Emmanuel Raviart2004-07-221-1/+2
| | | | | | | | | | But Java test doesn't work: java.lang.UnsatisfiedLinkError: libjlasso: not found Adding its directory to LD_LIBRARY_PATH may help. at LoginTest.main (LoginTest.java:165) And I don't understand why. Please professor, help me!
* usage of pkg-config to get library information in configure; automake for theFrederic Peters2004-07-225-28/+7
| | | | python module;
* add lecp in environsNicolas Clapies2004-07-227-6/+384
|
* Added errors.c & errors.hValery Febvre2004-07-221-0/+2
|
* *** empty log message ***Valery Febvre2004-07-221-4/+5
|
* Initial commitValery Febvre2004-07-222-0/+65
|
* *** empty log message ***Valery Febvre2004-07-221-1/+0
|
* Fixed some compilation warningsValery Febvre2004-07-221-22/+39
| | | | Added some controls on HTTP methods
* add level 2 of LECPNicolas Clapies2004-07-225-0/+372
|