summaryrefslogtreecommitdiffstats
path: root/lasso/lasso.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | 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 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 also in py_lasso.c
* 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
| | | | | | | | | | | | | | Now: just: ./autogen --hots=i686-pc-mingw32 make make dll make install dll Of course you will need to install the dependencies libraries in /usr/local in order to compile. And next the DLL in Windows %SYSTEM% directory.
* replaced C++ // comments with C /* */ comments before we fall on a pre-C99Frederic Peters2004-07-151-3/+3
| | | | compiler.
* *** empty log message ***Valery Febvre2004-07-081-3/+3
|
* Many many memory leaks fixedValery Febvre2004-05-151-1/+1
|
* *** empty log message ***Valery Febvre2004-04-131-10/+14
|
* Fct lasso_shutdown() now return int values.Valery Febvre2004-04-021-2/+10
|
* Initial revisionValery Febvre2004-03-231-0/+144