summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* removed LassoMessageType from docFrederic Peters2005-02-211-1/+0
|
* documented LassoRequestType and killed unused LassoMessageType (it was alreadyFrederic Peters2005-02-212-28/+16
| | | | unused in 0.6.0 so I allow this as not breaking api)
* gtkdoc comment formattingFrederic Peters2005-02-211-1/+1
|
* documented new version check modeFrederic Peters2005-02-211-3/+4
|
* hacking against swig 1.3.24Frederic Peters2005-02-211-5/+8
|
* generated files are best ignored by cvsFrederic Peters2005-02-196-0/+12
|
* janitored configure.ac; it shouldn't have been batardized this way.Frederic Peters2005-02-192-20/+10
|
* missing csharp swig generated fileFrederic Peters2005-02-191-1/+1
|
* removed long useless fileFrederic Peters2005-02-191-51/+0
|
* define LASSO_WSF_ENABLEDFrederic Peters2005-02-191-0/+4
|
* provide wsf support activation status to swig binding; note to Romain: wtf wasFrederic Peters2005-02-194-20/+7
| | | | | LASSO_WSF_ENABLE ? (it appears in rev1.129 of configure.ac without any comment about its purpose) (I removed it)
* Use MSVC binaries.Romain Chantereay2005-02-181-16/+17
|
* corrected enum CheckVersionMode binding (didn't work for c# and java)Frederic Peters2005-02-182-2/+16
|
* Changed the output file directory to nsis.Romain Chantereay2005-02-171-1/+1
|
* Added python NSI script.Romain Chantereay2005-02-172-0/+147
|
* lasso numeric check enumFrederic Peters2005-02-171-1/+2
|
* added dumb numerical mode to checkVersion; added swig binding for thisFrederic Peters2005-02-174-13/+17
| | | | function; generating Lasso.i considered bad idea, cleaned and removed.
* Escape the $ as begin of a variable name adding another '$'.Romain Chantereay2005-02-171-1/+1
| | | | | Now the '$$' pass '$' to sed and '$' is end of line and no more begin of variable name.
* Updated MSVC projects.Romain Chantereay2005-02-164-8/+16
|
* Now lasso_config.h for MSVC is generated with configure substitutions.Romain Chantereay2005-02-161-12/+14
|
* Added the temporary files for "int res = 0;" declaration to local cleanningRomain Chantereay2005-02-161-1/+1
| | | | rule.
* Added the automake makefile for the MSVC lasso-java project.Romain Chantereay2005-02-161-0/+1
|
* Added DLL filename subsitution.Romain Chantereay2005-02-162-4/+4
|
* Distribute generated nsi files too in order to permit non-autotools users toRomain Chantereay2005-02-161-1/+2
| | | | create lasso installers.
* Include lasso project input file and java subdirectory in distribution andRomain Chantereay2005-02-161-2/+2
| | | | automake system.
* Now Lasso MSVC Project is dynamicaly generated.Romain Chantereay2005-02-161-2/+2
|
* The produced resource file is distributed too in order to permit MSVC users toRomain Chantereay2005-02-161-1/+1
| | | | compile LASSO.
* Now Resource file is generated from configure variable (for versionning and fileRomain Chantereay2005-02-161-1/+1
| | | | name).
* No more Lasso.i in the repository, it is generated from Lasso.i.in.Romain Chantereay2005-02-161-6596/+0
|
* The SWIG input file is distributed too.Romain Chantereay2005-02-161-1/+2
|
* Now The SWIG interface is "generated" by configure.Romain Chantereay2005-02-162-1/+6601
| | | | | | | | The following constants are set and exported to bindings: - LASSO_VERSION_MAJOR - LASSO_VERSION_MINOR - LASSO_VERSION_SUBMINOR - LASSO_WSF_ENABLE
* result have to be freed with g_free.Romain Chantereay2005-02-161-0/+13
| | | | | corrected a incode declaration. As regexp does not manage multiline expressions, the comment is replaced by the res integer declaration.
* Fix a syntax error only reported by MSVC.Romain Chantereay2005-02-161-0/+3
| | | | Create a void pointer in an empty structure declaration.
* Now some version information are propagated in order to perform substitions.Romain Chantereay2005-02-161-4/+26
| | | | New files are not dynamicaly generated.
* Put swig sub directory before bindings directories.Romain Chantereay2005-02-161-1/+1
|
* Set only used constants.Romain Chantereay2005-02-151-50/+0
|
* No more lasso_config.h constants export in LASSO bindings.Romain Chantereay2005-02-151-1/+1
|
* Added java project to lasso workspace.Romain Chantereay2005-02-152-0/+122
|
* Updated Lasso workspace.Romain Chantereay2005-02-153-9/+12
|
* Added a Windows configured lasso_config.h.Romain Chantereay2005-02-151-0/+89
| | | | | | Perhaps we have to transform it into a special lasso_config.h.in in order to have the version number dynamicaly configured, and only this value (not the HAVE_FOO).
* ship msvc project filesFrederic Peters2005-02-155-3/+9
|
* use g_free(), not free() (so it works under windows)Frederic Peters2005-02-141-3/+3
|
* Included xml.h for better lasso_strerror export declaration.Romain Chantereay2005-02-141-1/+1
|
* Added status code constants for wsf authentication service.Nicolas Clapies2005-02-141-0/+4
|
* added missing authentication.c to Makefile.amFrederic Peters2005-02-141-0/+2
|
* Added high level of authentication service : standard methods of a lasso ↵Nicolas Clapies2005-02-142-0/+290
| | | | service. Must be improved depending on the needs from souk implementation.
* Added duplication of mechanism string parameter in constructor.Nicolas Clapies2005-02-141-1/+1
|
* Added missing status parameter in lasso_sa_sasl_response_new() method. Added ↵Nicolas Clapies2005-02-141-1/+4
| | | | lasso_sa_sasl_response_new_from_message().
* Added Lasso error strings to SWIG exception messages.Emmanuel Raviart2005-02-131-11/+14
|
* Added two missing ID-WSF functions to LECP binding.Emmanuel Raviart2005-02-131-0/+21
|