summaryrefslogtreecommitdiffstats
path: root/lasso/xml
Commit message (Collapse)AuthorAgeFilesLines
* Removed ds_signature.c & ds_signature.hValery Febvre2004-08-181-2/+0
|
* Added a '%s' in LASSO_DS_ERROR_SIGNATURE_FAILED messageValery Febvre2004-08-181-2/+2
|
* added UnsupportedProfile constantNicolas Clapies2004-08-172-0/+2
|
* *** empty log message ***Valery Febvre2004-08-161-2/+2
|
* test for xmlParseMemory successFrederic Peters2004-08-141-1/+2
|
* %F is only defined in C99 and %T in the Single Unix Specification; use moreFrederic Peters2004-08-141-1/+1
| | | | conservative "%Y-%m-%dT%H:%M:%SZ"
* declarations first (and s/lenght/length/)Frederic Peters2004-08-1340-192/+363
|
* Modified 4 error codesValery Febvre2004-08-121-5/+6
| | | | Added one
* Added commentsValery Febvre2004-08-121-13/+9
|
* Removed Base64 encoding of result in lasso_build_unique_id() functValery Febvre2004-08-112-9/+20
|
* Renamed 4 error codes and added oneValery Febvre2004-08-112-7/+13
|
* Added param 'type' in set_debug_info()Valery Febvre2004-08-112-8/+9
|
* Fixed GError* bugsValery Febvre2004-08-114-14/+73
|
* Changed return type for 5 methods in LassoNode:Valery Febvre2004-08-112-100/+207
| | | | | | | | lasso_node_dump, lasso_node_export, lasso_node_export_to_base64, lasso_node_export_to_query, lasso_node_export_to_soap
* Fixed a BIG bug in lasso_node_add_child() methodValery Febvre2004-08-091-4/+5
|
* Added lasso_sha1() method (will replace lasso_str_hash)Valery Febvre2004-08-072-1/+13
|
* Added missing parameter description in 5 methodsValery Febvre2004-08-061-0/+5
|
* Added automatic detection for the lasso HRef in lasso_node_get_child()Valery Febvre2004-08-051-2/+3
|
* Replaced a lot of wrong issueInstance words by issueInstantValery Febvre2004-08-056-53/+54
| | | | | | | Renamed 3 methods: lasso_saml_assertion_set_issueInstant(), lasso_samlp_request_abstract_set_issueInstant(), lasso_samlp_response_abstract_set_issueInstant()
* Renamed enum lassoNodeExportTypes into lassoNodeExportType (Bug #225)Valery Febvre2004-08-041-1/+1
|
* Added a new argument 'err' (GError *) in 5 methods:Valery Febvre2004-08-0112-92/+237
| | | | | | | | | | lasso_ds_signature_sign, lasso_node_add_signature, lasso_node_verify_signature, lasso_saml_assertion_set_signature, lasso_samlp_request_abstract_set_signature, lasso_samlp_response_abstract_set_signature for reporting always more errors.
* Added a new argument 'err' in 4 methods of the LassoNode class:Valery Febvre2004-07-315-55/+115
| | | | | | | | lasso_node_get_attr lasso_node_get_child lasso_node_get_child_content lasso_node_get_content for reporting errors.
* Some G_LOG_LEVEL_ERROR -> G_LOG_LEVEL_CRITICALValery Febvre2004-07-301-11/+11
|
* *** empty log message ***Valery Febvre2004-07-282-2/+2
|
* lasso_node_get_name now returns now an xmlChar* (instead of a const xmlChar*)Valery Febvre2004-07-282-4/+6
|
* *** empty log message ***Valery Febvre2004-07-261-4/+4
|
* Removed 4 useless #define constantsValery Febvre2004-07-262-34/+11
|
* Removed many memory leaksValery Febvre2004-07-261-15/+8
|
* use message functions to show message (fix #217)Frederic Peters2004-07-251-11/+11
|
* Many little fixsValery Febvre2004-07-255-37/+50
|
* Moved some #includeValery Febvre2004-07-245-7/+19
|
* Replaced old debug() calls by the 2 new functions debug() and message()Valery Febvre2004-07-245-19/+21
|
* New log/debug systemValery Febvre2004-07-232-46/+60
| | | | | | | It uses g_log() function now (from glib) debug macro has been split into 2 macros: debug(format, args) : for debug message only, activated if LASSO_DEBUG flag is defined message(level, format, args) : level is a GLogLevelFlags (enum)
* - Added a third arg (GError **err) in lasso_node_get_attr_value()Valery Febvre2004-07-234-16/+32
| | | | | | method to report errors - Replaced some lasso_provider_get_providerID() by direct access to ProviderID attribute of server objects
* usage of pkg-config to get library information in configure; automake for theFrederic Peters2004-07-221-4/+1
| | | | python module;
* Added errors.c & errors.hValery Febvre2004-07-221-0/+2
|
* *** empty log message ***Valery Febvre2004-07-221-4/+5
|
* Initial commitValery Febvre2004-07-222-0/+65
|
* Fixed some compliation warningsValery Febvre2004-07-221-10/+7
|
* Initialized some local variables to NULL to avoid compilation warningsValery Febvre2004-07-221-4/+4
|
* *** empty log message ***Nicolas Clapies2004-07-221-0/+4
|
* xml low level implementation of LECPNicolas Clapies2004-07-224-0/+457
|
* declare used functionFrederic Peters2004-07-221-0/+2
|
* missing #include (I did my tests with -Werror but -Wall was not activated)Frederic Peters2004-07-221-1/+3
|
* xmlSecBase64Encode is used so xmlsec/base64.h must be includedFrederic Peters2004-07-221-1/+2
|
* Added Nicolas to authors.Emmanuel Raviart2004-07-2293-93/+186
|
* *** empty log message ***Valery Febvre2004-07-222-0/+10
|
* better wayFrederic Peters2004-07-211-4/+5
|
* compilation warnings; in a better wayFrederic Peters2004-07-211-12/+14
|
* compilation without warningsFrederic Peters2004-07-211-18/+19
|