Commit Graph

2210 Commits

Author SHA1 Message Date
Frédéric Péters 9a2420d1bc prepare for 0.6.0 2005-01-26 22:20:42 +00:00
Frédéric Péters 4ae1ebbe57 take ntoe of function changes in doc 2005-01-26 22:11:06 +00:00
Frédéric Péters 9bbfa452a2 lasso-src-config is generated 2005-01-26 16:32:50 +00:00
Frédéric Péters b565454516 ignore more and more files 2005-01-26 16:32:10 +00:00
Frédéric Péters 33e223c1f6 reworded 2005-01-26 15:32:44 +00:00
Frédéric Péters 85c3be8987 blah blah in reference manual introduction 2005-01-26 14:57:33 +00:00
Frédéric Péters 659c81961f removed functions that are now private from documentation 2005-01-26 14:53:51 +00:00
Emmanuel Raviart 46db75a3be Removed obsolete Python sample code. 2005-01-26 14:35:05 +00:00
Emmanuel Raviart 10d94be454 Updated ColdFusion examples. 2005-01-26 14:12:02 +00:00
Emmanuel Raviart 1b30b10ad9 Added SWIG binding for lasso_session_get_assertions. Also added Java code to
test it.
2005-01-26 13:52:12 +00:00
Frédéric Péters aaafb05b60 lasso_identity_{add,remove}_federation went private 2005-01-26 10:50:17 +00:00
Frédéric Péters e537d4ecf8 new lasso_session_get_assertions, returns GList* of (incref'd) assertions 2005-01-26 10:05:45 +00:00
Frédéric Péters 88bbd4c1d8 every morning I distcheck and fix java and csharp classes; oh yeah. 2005-01-26 09:38:22 +00:00
Frédéric Péters 5369ba4c3c moved lasso_identity_{add,remove}_federation to private 2005-01-26 07:55:52 +00:00
Frédéric Péters 7d42f78100 use python as found by configure 2005-01-26 07:54:19 +00:00
Emmanuel Raviart 3fb162362f Updated Java LoginTest and test metadata. 2005-01-26 00:38:00 +00:00
Frédéric Péters 965a869262 Empty node name is allowed for LIST_NODES; this allows nodes to be
reconstructed looking at their names and namespaces.  This is useful
to implement xs:any
2005-01-25 19:59:17 +00:00
Emmanuel Raviart 75b8a0e0b6 SWIG: Corrected Java enums. Renamed enum types. Corrected constant name. 2005-01-25 19:02:43 +00:00
Frédéric Péters 87f3c2e2b5 documented memory management for lasso_identity_add_federation 2005-01-25 17:50:25 +00:00
Frédéric Péters 7095174d14 no more php/examples/ subdir 2005-01-25 16:05:36 +00:00
Christophe Nowicki 4179416a02 remove php samples 2005-01-25 15:32:15 +00:00
Christophe Nowicki acafd6b03f Remove php samples from the lasso repository
I'm still working on it. I will release an independant Pear
package for Lasso 0.6.

The pear package repository is here:
https://meuh.dyndns.org/cgi-bin/viewcvs.cgi/lasso_pear/
2005-01-25 15:31:39 +00:00
Frédéric Péters f0d06800ba updated swig generated files list for C# 2005-01-25 14:30:11 +00:00
Frédéric Péters 30b5f62491 updated swig generated file list 2005-01-25 14:24:50 +00:00
Frédéric Péters 3cf1c7011b fixed DowncastableNode.java filename 2005-01-25 13:11:55 +00:00
Frédéric Péters c4362af715 "hope you paid attention to API/ABI". 2005-01-25 12:27:21 +00:00
Emmanuel Raviart f321b09b54 Cosmetic changes to SWIG Lasso.i #ifdefs. 2005-01-24 22:39:39 +00:00
Romain Chantereay 76fa5b7932 Added a special section for PHP4 SWIG execeptions.
Now positive lasso errors will not produce a E_ERROR PHP error but simply a
E_WARNING PHP error.
2005-01-24 17:36:09 +00:00
Emmanuel Raviart 57dabb30ef Added Lasso version numbers to bindings. 2005-01-24 15:39:54 +00:00
Emmanuel Raviart c76936b60f Removed service from ID-FF. It was obsolete and will be replaced with a new
API, once Lasso 0.6 is out.
2005-01-24 14:05:58 +00:00
Emmanuel Raviart 9d7481fe2d Completed ID-WSF SWIG binding.
Added attribute server to binding of LassoProfile.
Small corrections to declarations of ID-WSF objects.
2005-01-23 16:36:45 +00:00
Emmanuel Raviart 17dcdb4963 Quick fix so that Lasso bindings work till SWIG WSF part is fully updated. 2005-01-23 01:03:51 +00:00
Emmanuel Raviart 4a45f2efc0 Updated binding of all "discovery" nodes. 2005-01-22 22:47:54 +00:00
Emmanuel Raviart 3da5225d2b Work in progress: improving ID-WSF SWIG binding. 2005-01-22 17:24:30 +00:00
Emmanuel Raviart 7a03e99b09 Updated Copyright and authors. 2005-01-22 15:57:56 +00:00
Emmanuel Raviart df29bb95b1 SWIG: Renamed constants from camelCase to UPPER_CASE. 2005-01-22 14:59:33 +00:00
Emmanuel Raviart bc4ab9c013 SWIG: Added missing renaming of constant LASSO_HTTP_METHOD_NONE.
SWIG: Very preliminary clean-up of Lasso-wsf.i.
2005-01-22 14:25:54 +00:00
Emmanuel Raviart 4e7c03832e Renamed SWIG module name to "lasso" instead of "Lasso" for every language. 2005-01-22 13:51:22 +00:00
Frédéric Péters cb8e2efac1 don't get remote provider id out of request if it was initiated by provider 2005-01-22 08:44:13 +00:00
Emmanuel Raviart bdaa2659df SWIG: Added binding for new_full constructors. 2005-01-21 23:54:02 +00:00
Frédéric Péters 8ee6da02dd fixed missing provider error code (and used it in other places) 2005-01-21 22:02:56 +00:00
Frédéric Péters d8d144f7d0 don't segfault on missing remote provider id 2005-01-21 21:56:34 +00:00
Frédéric Péters 548c81feb3 removed lib:Scoping, optional 2005-01-21 21:27:47 +00:00
Frédéric Péters c9038ca0d5 reordered lib:authnRequest elements 2005-01-21 21:22:29 +00:00
Frédéric Péters b01a634664 new SNIPPET_OPTIONAL_NEG which allow to skip integer elements when set to -1
(useful for proxycount)
2005-01-21 20:54:09 +00:00
Frédéric Péters ec33b6d7c6 moved samlp qname conversion to lib_status_response 2005-01-21 17:58:13 +00:00
Frédéric Péters d1f422c55d adds samlp: prefix to statuscode qname if necessary 2005-01-21 17:26:07 +00:00
Emmanuel Raviart b6e35e7db5 SWIG: Added yet another correction in generated PHP lasso_wrap.c for
handling of optional arguments.
2005-01-21 16:47:44 +00:00
Emmanuel Raviart b9a9885188 SWIG: Added patch for PHP lasso_wrap.c to correct handling of optional
arguments in methods.
2005-01-21 16:12:46 +00:00
Frédéric Péters 061b686140 if existing, use SessionIndex from assertion in lib:LogoutRequest. 2005-01-21 16:04:55 +00:00