summaryrefslogtreecommitdiffstats
path: root/lasso/xml/lib_authentication_statement.c
Commit message (Collapse)AuthorAgeFilesLines
* last(?) iteration on XmlSnippet; now attached to classes, get_xmlNode andFrederic Peters2004-12-021-40/+14
| | | | | | init_from_xml are no longer necessary in many cases. Previous XmlSnippet renamed to XmlSnippetObsolete to keep compatibility (id-wsf classes have not yet been converted).
* moved xml snippet stuffs into new internals.h; those should not be exposed;Frederic Peters2004-11-261-6/+5
| | | | changed snippet type from character to enum (defined in internals.h)
* fixed comment formattingFrederic Peters2004-11-261-1/+1
|
* use attribute xml snippet support in <AuthenticationStatement>Frederic Peters2004-11-261-2/+3
|
* indentation workFrederic Peters2004-11-251-15/+15
|
* limit line length to 100 characters.Frederic Peters2004-11-251-1/+2
|
* use same "xmlsnippets" (name will probably change) to build xml nodesFrederic Peters2004-11-171-16/+12
|
* refactored init_from_xml functions (lasso is now less than 20000 lines)Frederic Peters2004-11-171-11/+5
|
* cleaning #includesFrederic Peters2004-11-161-0/+1
|
* return value on init_from_xml; and minor tweaks to code styleFrederic Peters2004-11-091-2/+6
|
* cleaning filesFrederic Peters2004-11-011-1/+1
|
* cleaning upFrederic Peters2004-10-271-1/+1
|
* Done with the move to structures and the removal of protocols/ (lasso branchedFrederic Peters2004-10-271-116/+122
| | | | | | | | on October 2nd; occasional merges since then). - Compatible with current souk test suites. - Missing memory management for everything in xml/ - Missing xmlsec support for SOAP messages.
* removed extra parentheses after return statements;Frederic Peters2004-09-011-1/+1
|
* Added a new param "use_xsitype" (gboolean) in constructors of classes:Valery Febvre2004-08-221-13/+64
| | | | | | LassoLibSubject, LassoLibAssertion, LassoLibAuthenticationStatement
* declarations first (and s/lenght/length/)Frederic Peters2004-08-131-3/+6
|
* Added Nicolas to authors.Emmanuel Raviart2004-07-221-1/+2
|
* Used new method set_ns() instead of new_ns() (in *_instance_init() methods)Valery Febvre2004-04-171-5/+4
|
* Files moved. Initialy located in lasso/schema/ directoryValery Febvre2004-04-051-0/+133