summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* removed hack to get to lib; it doesn't seem to work elsewhere.Frederic Peters2005-01-091-6/+3
|
* Swig: Corrected LassoNode node_info.Emmanuel Raviart2005-01-091-3/+4
|
* Swig: Removed login & lecp authnRequest & authnResponse attribute. Now usesEmmanuel Raviart2005-01-092-109/+55
| | | | | attributes request & response, like C. Added dynamic casting to AuthnRequestAbstract & AuthnResponseAbstract.
* replaced strncpy calls by g_strlcpyFrederic Peters2005-01-091-4/+2
|
* deals with lines ending with \; compile regex only once.Frederic Peters2005-01-091-1/+3
|
* ends lines with \ so they get caught by extract_symbols.pyFrederic Peters2005-01-091-4/+4
|
* Swig: Beginning to add a kind of inheritance mechanism to LassoNode.Emmanuel Raviart2005-01-091-67/+524
| | | | Swig: Added missing classes.
* Swig: Added several GList items.Emmanuel Raviart2005-01-081-9/+806
| | | | Swig: Added SamlpRequestAbstract inheritance.
* reserve abi-space for unsupported elements in saml:AssertionFrederic Peters2005-01-081-6/+3
|
* Renamed NodeArray (resp. StringArray) to NodeList (resp. StringList).Emmanuel Raviart2005-01-082-4/+4
|
* Renamed LassoStringArray to LassoStringList.Emmanuel Raviart2005-01-081-24/+24
|
* Corrected a typo.Emmanuel Raviart2005-01-081-4/+4
|
* Corrected a copy/paste error.Emmanuel Raviart2005-01-081-4/+4
|
* Swig: Renamed LassoNodeArray to LassoNodeList, because, although it isEmmanuel Raviart2005-01-081-12/+12
| | | | physically an array, it is the Swig binding of a GList.
* Swig: Added Assertion attribute in samlp:Response.Emmanuel Raviart2005-01-081-1/+11
|
* moved remaining unbounded elements to GList* (samlp:Response/Assertion beingFrederic Peters2005-01-088-19/+26
| | | | part of that bunch)
* In SWIG, enclosed %init code inside braces to preserve gcc 2.95 compatibility.Emmanuel Raviart2005-01-081-4/+7
|
* In SWIG added support for conversion to and from LassoNode. Not implementedEmmanuel Raviart2005-01-081-8/+147
| | | | for C# nor Java yet.
* turned a bunch of unbounded elements into GList*Frederic Peters2005-01-0815-21/+44
|
* only give xsi namespace to nodes with xsi: attributesFrederic Peters2005-01-081-2/+1
|
* fixed maintainer-clean target for Perl bindingFrederic Peters2005-01-081-9/+9
|
* port of perfs.c to PHP (it is surprisingly faster than the C version).Frederic Peters2005-01-081-0/+74
|
* check for identity in build_assertionFrederic Peters2005-01-081-0/+3
|
* beginning of a C# version of perfs.cFrederic Peters2005-01-071-0/+36
|
* updated simple C# exampleFrederic Peters2005-01-071-11/+11
|
* put c# binding in a lasso namespaceFrederic Peters2005-01-071-1/+2
|
* properly creates lasso-src-config from lasso-src-config.inFrederic Peters2005-01-051-1/+1
|
* mark sameNs as inline since it is short and often called (thanks to kcachegrindFrederic Peters2005-01-051-5/+3
| | | | for profiling details)
* fixed element name for SubjectConfirmationFrederic Peters2005-01-041-1/+1
|
* fixed order of samlp:Response elementsFrederic Peters2005-01-041-1/+1
|
* clean some state and uri escape artifactFrederic Peters2005-01-041-3/+13
|
* correctly allocates memory for nameidentifier attributesFrederic Peters2005-01-041-2/+3
|
* removed individual debug() statements in dispose() and finalize(); replaced byFrederic Peters2005-01-0410-44/+5
| | | | | a single statement in xml/xml.c; surrouded that one by LASSO_DEBUG so --enable-debugging prints those memory-management debugging data.
* added missing ;Frederic Peters2005-01-041-1/+1
|
* completely handle memory management for sessionsFrederic Peters2005-01-041-5/+3
|
* properly allocates memory for constant strings used in messages (or readonlyFrederic Peters2005-01-042-3/+3
| | | | memory would be freed and segfaults would happen)
* created serverprivate.h for two private #LassoServer methodsFrederic Peters2005-01-048-25/+52
|
* rewrote lasso_login_init_idp_initiated_authn_request usingFrederic Peters2005-01-041-54/+31
| | | | lasso_login_init_authn_request to avoid duplication.
* don't care about NameFormat and NameQualifier in comparaisonFrederic Peters2005-01-041-2/+0
|
* makefile perl magic to get distcheck running (disabled installation)Frederic Peters2005-01-041-6/+14
|
* SWIG binding helper functions are now static.Emmanuel Raviart2005-01-031-16/+95
| | | | Added binding for saml:Attribute.
* added include of #LassoSamlAttribute header file for ↵Frederic Peters2005-01-031-0/+1
| | | | #LassoSamlAttributeStatement
* updated swig generated java files list to have a working make distcheckFrederic Peters2005-01-032-35/+82
|
* build and ship html documentation; distcheck runs ok.Frederic Peters2005-01-031-4/+25
|
* fixed succint typoFrederic Peters2005-01-035-48/+17
|
* copy version.xml from the right location for make distcheck to workFrederic Peters2005-01-031-1/+1
|
* updated swig output files list for make distcheckFrederic Peters2005-01-032-40/+85
|
* more perl files to ignoreFrederic Peters2005-01-031-0/+6
|
* Adding SWIG support for GList of LassoNodes. Not finished.Emmanuel Raviart2005-01-021-249/+424
|
* use choosen CC and CFLAGS when compiling the perl moduleFrederic Peters2005-01-022-1/+3
|