summaryrefslogtreecommitdiffstats
path: root/lasso/xml
Commit message (Expand)AuthorAgeFilesLines
...
* forgotten commit; /insert const keyword explanation here/Frederic Peters2004-09-223-11/+6
* updateValery Febvre2004-09-221-5/+9
* Added 8 SamlStatusCodeValery Febvre2004-09-221-2/+10
* Added lasso_get_public_key_from_pem_cert_file()Valery Febvre2004-09-202-24/+131
* use g_strdup_printf to avoir buffer size calculations and g_snprintf to avoirFrederic Peters2004-09-172-5/+2
* use g_strdup_printf to avoid buffer size calculation; and free() the uri onceFrederic Peters2004-09-171-2/+2
* strncpy won't add a trailing \0 to the string if it has over 512 characters;Frederic Peters2004-09-171-2/+4
* removed remaining parenthesis on return statementsFrederic Peters2004-09-172-4/+4
* lasso_sha1 doesn't return a string but a bufferFrederic Peters2004-09-171-3/+3
* remove removed codeFrederic Peters2004-09-172-68/+0
* alloc xmlChar with xmlMalloc in lasso_build_unique_id; alloc one more characterFrederic Peters2004-09-171-12/+3
* a bit late; fixed use of unitialized variables (-Wuninitialized needs -O)Frederic Peters2004-09-061-0/+2
* removed extra parentheses after return statements;Frederic Peters2004-09-0116-90/+90
* g_sprintf is used; gprintf.h must be included; default: statement in switch.Frederic Peters2004-08-311-0/+4
* Added code error : LASSO_PROFILE_ERROR_MISSING_REQUEST. It indicates that las...Nicolas Clapies2004-08-312-0/+3
* Fixed bug when attempting to parse a query message : now if a key / value wit...Nicolas Clapies2004-08-311-0/+15
* returns 0 on successFrederic Peters2004-08-301-0/+2
* SWIG now produces high-level bindings.Emmanuel Raviart2004-08-286-62/+62
* Added code error LASSO_PROFILE_ERROR_INVALID_QUERY, returned when an error oc...Nicolas Clapies2004-08-272-0/+5
* Removed g_assert in samlp_request_abstract object when setting required attri...Nicolas Clapies2004-08-271-20/+20
* *** empty log message ***Nicolas Clapies2004-08-262-3/+3
* Rename constant LASSO_LOGOUT_ERROR_UNSUPPORTED_PROFILLE to LASSO_PROFILE_ERRO...Nicolas Clapies2004-08-262-3/+3
* Added remove of assertion in lasso_logout_init_request(), and lasso_logout_pr...Nicolas Clapies2004-08-262-0/+5
* added support of URI identifier in signatureNicolas Clapies2004-08-235-11/+29
* Added a new param "use_xsitype" (gboolean) in constructors of classes:Valery Febvre2004-08-226-39/+200
* Added lasso_node_new_ns_prop() method in LassoNode classValery Febvre2004-08-222-3/+38
* Changed LASSO_PARAM_ERROR_INVALID_VALUE error messageValery Febvre2004-08-211-1/+1
* Removed lassoLibProtocolProfileSSOGet, lassoLibProtocolProfileSSOPostValery Febvre2004-08-211-2/+6
* replaced lots of const char* wasting memory and a treat to binary compatibilityFrederic Peters2004-08-213-237/+75
* Removed useless files ds_signature.c & ds_signature.hValery Febvre2004-08-202-284/+0
* get your act on ds_signature; please.Frederic Peters2004-08-201-1/+0
* Removed debug messagesValery Febvre2004-08-191-4/+0
* Fixed a bug in lasso_node_verify_signature() & lasso_node_verify_x509_signatu...Valery Febvre2004-08-191-4/+10
* Removed ds_signature.c & ds_signature.hValery Febvre2004-08-191-2/+0
* Splited lasso_node_verify_signature() (LassoNode class) in 2 methods:Valery Febvre2004-08-194-267/+513
* Added 2 methods:Valery Febvre2004-08-192-43/+65
* Added 2 methods:Valery Febvre2004-08-192-41/+64
* Added a '_' character at the begining of all ids generated by lasso_build_uni...Valery Febvre2004-08-191-7/+7
* Update codesValery Febvre2004-08-191-10/+11
* Added ds_signature in the Makefile sources and headers declarations.Romain Chantereay2004-08-191-0/+2
* 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
* declarations first (and s/lenght/length/)Frederic Peters2004-08-1340-192/+363
* Modified 4 error codesValery Febvre2004-08-121-5/+6
* Added commentsValery Febvre2004-08-121-13/+9
* Removed Base64 encoding of result in lasso_build_unique_id() functValery Febvre2004-08-112-9/+20