summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* In lasso_wsf_move_credentials use new lasso utils macrosBenjamin Dauvergne2008-08-011-2/+2
|
* Documentation for lasso_wsf_profile_has_saml_authenticationBenjamin Dauvergne2008-08-011-0/+10
|
* Documentation for lasso_wsf_profile_get_faultBenjamin Dauvergne2008-08-011-0/+6
|
* Documentation for lasso_wsf_profile_get_description_autosBenjamin Dauvergne2008-08-011-1/+12
|
* Documentation for lasso_wsf_profile_set_public_keyBenjamin Dauvergne2008-08-011-0/+7
|
* Documentation for lasso_wsf_profile_add_credentialBenjamin Dauvergne2008-08-011-0/+10
|
* documentation for lasso_wsf_profile_move_credentialsBenjamin Dauvergne2008-08-011-1/+10
|
* add new method lasso_wsf_profile_set_description_from_offeringBenjamin Dauvergne2008-08-012-1/+47
|
* fix typoBenjamin Dauvergne2008-08-011-1/+1
|
* add a general error for a badly initialized object and two error for idwsf ↵Benjamin Dauvergne2008-08-011-2/+1
| | | | relating to a missing assertion id and a missing endpoint declaration
* Revert " * remove body->id and correlation->id setup, no need to set id on ↵Benjamin Dauvergne2008-08-011-0/+2
| | | | | | everything." This reverts commit 832f127760dc074336400531a99f3a03574ffe13.
* add function to load a public key from anythingBenjamin Dauvergne2008-08-012-1/+49
|
* added functions to release [list]string/gobject/anyBenjamin Dauvergne2008-08-011-1/+2
|
* add methods to manipulate list of gobjects, and dissociate affectation of ↵Benjamin Dauvergne2008-08-011-2/+1
| | | | fresh object from older objects
* use g_assign_gobjectBenjamin Dauvergne2008-08-011-1/+1
|
* add methods to handle the registry of WsfProfile constructorsBenjamin Dauvergne2008-08-012-9/+119
| | | | | | | | - private: {lookup,remove,set}_registry handle access to the registry - public: lasso_discovery_[un]register_constructor_for_service_type gives access to this registry to other classes. Conflicts:
* add xml dump functionalityBenjamin Dauvergne2008-08-011-0/+20
|
* import discovery.h, fix name of registered constructor functionBenjamin Dauvergne2008-08-011-1/+2
|
* change return type of lasso_discovery_get_service (kein direct user in the ↵Benjamin Dauvergne2008-08-012-2/+2
| | | | rest of the code)
* polish code in lasso_discovery_build_credentialBenjamin Dauvergne2008-08-011-8/+12
|
* use lasso_discovery_build_wsf_profile commodity method in ↵Benjamin Dauvergne2008-08-011-19/+7
| | | | lasso_discovery_get_service(s) methods.
* add registering of the constructorBenjamin Dauvergne2008-08-011-0/+1
|
* add macro to assign gobject field, first a simple versionBenjamin Dauvergne2008-08-011-1/+2
|
* use g_assign_string to update a string fieldBenjamin Dauvergne2008-08-011-2/+5
|
* fix typo in last commitBenjamin Dauvergne2008-08-011-13/+41
|
* add soap binding util function to lookup specific SOAP header for ID-WSF ↵Benjamin Dauvergne2008-08-013-2/+91
| | | | SOAP encapsulation
* if messageID is missing return MISSING_CORRELATIONBenjamin Dauvergne2008-08-011-5/+7
|
* beginning of a pool of macros for mem handling, affectation to fields, etc..Benjamin Dauvergne2008-08-011-2/+1
|
* look for the correlation element, do not just take the first one, report ↵Benjamin Dauvergne2008-08-011-1/+12
| | | | proper error if not present
* remove useless reset of structure after allocation with g_new0Benjamin Dauvergne2008-08-011-4/+0
|
* * set credential to NULL when freedBenjamin Dauvergne2008-08-011-0/+1
|
* * remove body->id and correlation->id setup, no need to set id on everything.Benjamin Dauvergne2008-08-011-2/+0
|
* published news about 2.2.1Frederic Peters2008-07-222-2/+18
|
* bumped to 2.2.1Frederic Peters2008-07-224-3/+186
|
* fixed order of freeing callsFrederic Peters2008-07-221-2/+2
| | | | (stolen from ec76ae4f7e40e99443ad421a85ec4d3fb7359bf3)
* fixed ..._must_authenticate to look for any assertion, not just one from theFrederic Peters2008-07-222-14/+6
| | | | requester provider.
* don't copy gtk-doc tmpl/ files that do not longer existsFrederic Peters2008-07-161-5/+1
| | | | (fixes make distcheck)
* change bug report linkBenjamin Dauvergne2008-07-011-1/+1
|
* add build_strerror.py to EXTRA_DISTBenjamin Dauvergne2008-06-291-1/+1
|
* set an accurate error code on IdP if session wasn't reloadedDamien Laniel2008-06-161-1/+6
|
* check NameIdentifier for existence before strcmp'ing itFrederic Peters2008-06-051-1/+1
|
* remove perl script for generating lasso_strerror, replace with a python ↵Benjamin Dauvergne2008-05-305-317/+235
| | | | script, do not replace errors.c if generation give the same file as before, add warning to errors.c about autogeneration, add documentation on lasso_strerror to errors.c.in
* reformat utils.hBenjamin Dauvergne2008-05-301-22/+81
|
* fixed too long lines and remove some blank linesDamien Laniel2008-05-3025-92/+50
|
* fixed too long lines and remove some blank linesDamien Laniel2008-05-305-14/+20
|
* fixed tab/space mixDamien Laniel2008-05-301-30/+30
|
* remove merge markersBenjamin Dauvergne2008-05-301-3/+0
|
* * Move error message inside comments in lasso/errors.hBenjamin Dauvergne2008-05-305-237/+443
| | | | | | * Add a script to autogenerate lasso/errors.c from errors.h * Update errors.c * Add a target to Makefile.am to create errors.c
* NameIdPolicy must be allocatedFrederic Peters2008-05-301-1/+2
|
* forbit query strings to be xml signedFrederic Peters2008-05-293-0/+27
|