summaryrefslogtreecommitdiffstats
path: root/lasso/lasso.c
Commit message (Expand)AuthorAgeFilesLines
* [core] add support for thin-sessions environment flag, to reduce size of Lass...Benjamin Dauvergne2011-12-221-0/+5
* Simplify useless complexity in include pathsBenjamin Dauvergne2011-12-161-7/+7
* [core] set the xmlSec log handler globallyBenjamin Dauvergne2011-12-051-0/+11
* [Core] replace all use of g_strcmp0 by lasso_strisequal and lasso_strisnotequalBenjamin Dauvergne2010-10-011-5/+5
* Core: move logging function and macros to their own module, adapt perl bindingBenjamin Dauvergne2010-06-121-6/+7
* (no commit message)Mikael Ates2010-02-211-1/+1
* Documentation: complete non finished documentation commentsBenjamin Dauvergne2010-02-101-11/+8
* Add documentation about runtime flagsBenjamin Dauvergne2010-02-101-0/+39
* Remove follow-idwsf-stupid-semantic flagBenjamin Dauvergne2010-02-101-10/+0
* Core: do not emit messages inside lasso_check_versionBenjamin Dauvergne2010-02-011-12/+0
* Documentation: distribute stylesheet, fix documentation comments, compelte la...Benjamin Dauvergne2010-01-181-1/+1
* All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF codeBenjamin Dauvergne2009-08-261-3/+4
* Do not respect default semantic of dst:QueryBenjamin Dauvergne2009-05-071-0/+10
* Fix leak of mapping registryBenjamin Dauvergne2009-04-301-0/+5
* review laterBenjamin Dauvergne2009-04-271-0/+6
* Core: add an header file for backward compatibilityBenjamin Dauvergne2009-04-141-15/+1
* Core: add a add-signature flagBenjamin Dauvergne2009-03-271-0/+6
* Core: Add a flag for enabling more strict checkingBenjamin Dauvergne2009-03-271-0/+6
* Core: do not mix public and private headersBenjamin Dauvergne2009-03-271-0/+1
* documentation-related fixesDamien Laniel2009-01-261-1/+1
* Add substitute code for g_strcmp0Benjamin Dauvergne2008-10-161-0/+16
* add functionality to enable debugging flags at runtimeBenjamin Dauvergne2008-10-011-3/+67
* * Remove ending blanksBenjamin Dauvergne2008-09-121-10/+10
* forked lasso branch for adelineBenjamin Dauvergne2008-08-011-2/+1
* moved gtk-doc inline as is better on so many points; also added schemaFrederic Peters2008-05-151-0/+6
* updated Copyright dates in all filesDamien Laniel2007-05-301-1/+1
* Replaced return -1 with return LASSO_ERROR_UNDEFINEDDamien Laniel2006-11-021-5/+5
* added dumb numerical mode to checkVersion; added swig binding for thisFrederic Peters2005-02-171-0/+10
* use gtk-doc style function comment for DllMainFrederic Peters2005-02-101-11/+10
* Updated Copyright and authors.Emmanuel Raviart2005-01-221-3/+2
* removed lasso_check_version_exact and lasso_check_version macros; renamedFrederic Peters2005-01-121-14/+15
* moved remaining lasso[A-Z].* enums to Lasso[A-Z].*Frederic Peters2004-12-311-1/+1
* added types (classes) extraction on build and registration in lasso_initFrederic Peters2004-12-041-0/+9
* limit line length to 100 characters.Frederic Peters2004-11-251-2/+6
* indented lasso.cFrederic Peters2004-10-271-98/+87
* Done with the move to structures and the removal of protocols/ (lasso branchedFrederic Peters2004-10-271-2/+2
* removed remaining parenthesis on return statementsFrederic Peters2004-09-171-1/+1
* disable xmlsec version checkFrederic Peters2004-09-021-0/+2
* removed extra parentheses after return statements;Frederic Peters2004-09-011-9/+9
* Typo correction.Emmanuel Raviart2004-08-311-1/+1
* get away from G_LOG_LEVEL_ERROR since they cause abort()Frederic Peters2004-08-141-5/+5
* Moved '#include <lasso/lasso_config.h> into lasso.cValery Febvre2004-08-041-0/+1
* Added a missing #includeValery Febvre2004-07-301-0/+1
* use message functions to show message (fix #217)Frederic Peters2004-07-251-5/+5
* Added 2 missing #include (for xmlsec)Valery Febvre2004-07-241-0/+3
* Migrated windows.h inclusion from lasso.c to lasso.h.Romain Chantereay2004-07-231-1/+0
* Added Nicolas to authors.Emmanuel Raviart2004-07-221-1/+2
* C (before C99) didn't allow // as comments; trying to be kindFrederic Peters2004-07-211-3/+3
* Added Cygwin/Windows compilation support.Romain Chantereay2004-07-161-0/+29
* replaced C++ // comments with C /* */ comments before we fall on a pre-C99Frederic Peters2004-07-151-3/+3