summaryrefslogtreecommitdiffstats
path: root/lasso/xml
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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 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
* Added a new argument 'err' in 4 methods of the LassoNode class:Valery Febvre2004-07-315-55/+115
* 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
* - Added a third arg (GError **err) in lasso_node_get_attr_value()Valery Febvre2004-07-234-16/+32
* usage of pkg-config to get library information in configure; automake for theFrederic Peters2004-07-221-4/+1
* 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
* removed compilation warnings; fixed a few places where memory was allocatedFrederic Peters2004-07-211-14/+15
* lasso_node_add_signature() method returns now an integerValery Febvre2004-07-212-7/+10
* lasso_saml_assertion_set_signature() method returns now an integerValery Febvre2004-07-212-4/+4
* lasso_ds_signature_sign() method returns now an integerValery Febvre2004-07-212-9/+20
* Added method lasso_node_import_from_node()Valery Febvre2004-07-202-0/+33
* Little fix in lasso_node_impl_export_to_soap()Valery Febvre2004-07-191-3/+6
* Fixed a typing error: LASSP_... -> LASSO_...Valery Febvre2004-07-181-1/+1
* lasso_node_copy() method uses now the G_OBJECT_TYPE macro to build a newValery Febvre2004-07-161-22/+34
* Added date + time in debug messagesValery Febvre2004-07-152-4/+11
* replaced C++ // comments with C /* */ comments before we fall on a pre-C99Frederic Peters2004-07-1513-22/+22