summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* new remove entry; correctly restore resource offerings from identity dumpFrederic Peters2005-08-094-1/+72
|
* renamed crunch to build since it doesn't look like there is a need for anFrederic Peters2005-08-095-16/+79
| | | | | intermediate function for the moment. process remove entries. create correct answer (when everything goes ok, no support for failure yet)
* lasso_discovery_crunch_modify_msg() (waiting for another name) process discoFrederic Peters2005-08-085-2/+82
| | | | modify insertEntries and adds them to active identity
* sets ResourceId (or EncryptedResourceId) in LassoDiscovery object for easyFrederic Peters2005-08-083-0/+66
| | | | usage
* provide resource_offering as argument to not diverge too much from existingFrederic Peters2005-08-083-14/+6
| | | | work
* first function towards easy disco apiFrederic Peters2005-08-084-3/+106
|
* get_assertions() called with NULL will return every assertionsFrederic Peters2005-08-081-3/+15
|
* added session and identity to LassoWsfProfile, much like LassoProfile. ExposedFrederic Peters2005-08-083-0/+177
| | | | them via SWIG inherited into LassoDiscovery object
* Fixed setting of attribute, int not NULL pointer.Nicolas Clapies2005-08-051-1/+1
|
* Added getXmlNode() method to LassoProfileService class.Nicolas Clapies2005-08-053-65/+110
|
* Added getEmail() method in LassoPersonalProfile class.Nicolas Clapies2005-08-052-0/+68
|
* Fixed som warning about char signedness. Added swig binding to getEmail() ↵Nicolas Clapies2005-08-051-3/+6
| | | | method in LassoPersonalProfile.
* Added class LassoPersonalProfile. It allows to load a xml doc representing ↵Nicolas Clapies2005-08-046-24/+658
| | | | PP data and to process query requests. Need to complete WSC PP part.
* fixed typo in error constant nameFrederic Peters2005-08-041-1/+1
|
* char signedness for gcc 4 (id-wsf part has not been done)Frederic Peters2005-07-3021-183/+198
|
* signedness change to lasso_query_sign (does not break API/ABI)Frederic Peters2005-07-081-2/+1
|
* Now lasso_profile_service_add_data() returns a LassoDstData object, so it is ↵Nicolas Clapies2005-07-083-8/+6
| | | | possible to set optional attributes.
* fixed signedness differences signaled by gcc 4.0 (lots of others yet to do)Frederic Peters2005-07-071-24/+24
|
* Use lasso_wsf_profile_process_soap_request_msg() to build soap response messgae.Nicolas Clapies2005-07-071-8/+2
|
* Removed unused declared method name : ↵Nicolas Clapies2005-07-071-2/+0
| | | | lasso_profile_service_build_request_msg().
* Fixed swig binding on ProfileService's buildResponseMsg().Nicolas Clapies2005-07-071-1/+1
|
* Fixed mistake about prototype of lasso_session_dump().Nicolas Clapies2005-06-271-5/+2
|
* Now lasso_identity_new_from_dump() and lasso_session_new_from_dump() return ↵Nicolas Clapies2005-06-272-6/+22
| | | | NULL if the root element name is wrong.
* Removed now useless sed script (now done by Swig).Emmanuel Raviart2005-06-151-4/+0
|
* In Swig, Use g_free instead of free for strings, to avoid segfault when usedEmmanuel Raviart2005-06-151-0/+7
| | | | in Java Windows.
* checks identity exists before referencing itFrederic Peters2005-06-031-0/+4
|
* updated debian packaging wrt new cli policyFrederic Peters2005-06-033-4/+13
|
* new mono packages no longer have this toolFrederic Peters2005-06-021-1/+0
|
* Give LassoServer access to (LassoProvider)self->roleFrederic Peters2005-05-301-0/+8
|
* update ChangeLog for 0.6.2Frederic Peters2005-05-261-0/+760
|
* sync docs with codeFrederic Peters2005-05-264-1/+12
|
* no more php ztsFrederic Peters2005-05-262-3/+2
|
* new upstreamFrederic Peters2005-05-261-0/+32
|
* this file is generatedFrederic Peters2005-05-261-5/+0
|
* 0.6.2 release dateFrederic Peters2005-05-262-5/+5
|
* preparing for 0.6.2; removes swig files if moving from non-wsf to wsf orFrederic Peters2005-05-251-4/+23
| | | | otherwise.
* bring wsf files on make distFrederic Peters2005-05-252-6/+126
|
* properly initialize key node to NULLFrederic Peters2005-05-251-0/+1
|
* allows overriding of infile keydescriptor with argument to add_providerFrederic Peters2005-05-251-1/+1
|
* load public key from metadata fileFrederic Peters2005-05-251-1/+58
|
* fixed docstring to use entities for < and >Frederic Peters2005-05-181-2/+2
|
* oops missing |Frederic Peters2005-05-181-1/+1
|
* fixed usage of DESTDIR and PREFIXFrederic Peters2005-05-181-1/+1
|
* perl now installs and uninstalls correctly (with thanks to p.g.o)Frederic Peters2005-05-171-3/+8
|
* fixed case when consent was first refused then given (failure status codeFrederic Peters2005-05-171-0/+2
| | | | | | remained in the user session). (debugged thanks to Authentic Debug Pane (tm) (r) (patent pending))
* planning 0.6.2 for May 23rd.Frederic Peters2005-05-172-0/+13
|
* Set liblasso-id-wsf.la only when WSF support set.Nicolas Clapies2005-05-161-2/+1
|
* Set response attribute when processing WSF SOAP response message.Nicolas Clapies2005-05-162-3/+13
|
* Updated discovery to SOAP binding.Nicolas Clapies2005-05-161-50/+7
|
* Mistake about last add.Nicolas Clapies2005-05-164-249/+0
|