summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* an empty TODO file was misleadingFrederic Peters2004-08-191-0/+0
|
* removed CVS tag lines that were scattered all around the file (kept as emptyFrederic Peters2004-08-191-64/+64
| | | | comments since they were marks of file change)
* Makefile.am in swig directory so that make clean and make dist works properlyFrederic Peters2004-08-193-29/+21
|
* set docdir as datadir/doc/lassoFrederic Peters2004-08-191-0/+1
|
* Removed signature functions whose arguments have changed from SWIG binding.Emmanuel Raviart2004-08-191-69/+0
| | | | | | They are not for public use anyway. Java & Python binding should now compile correctly => 2 green lights.
* Fixed a mistake with name identifiers of the assertionsValery Febvre2004-08-193-101/+32
|
* Removed debug messagesValery Febvre2004-08-191-4/+0
|
* Deeply reworked SWIG bindings for the Lasso objects we currently use.Emmanuel Raviart2004-08-193-644/+635
| | | | | Note: Python high-level bindings are not yet updated to use these SWIG bindings.
* Reformated some lines in python Makefile.amRomain Chantereay2004-08-192-2/+3
| | | | Added -I.. to java Makefile.am CFLAGS.
* Some modifications.Romain Chantereay2004-08-193-9/+15
|
* The rules generating the C wrapper is defined generating the python wrapper too.Romain Chantereay2004-08-191-2/+2
|
* Use JDK_INCLUDE if jdk is Kaffe's or Sun's.Romain Chantereay2004-08-191-0/+1
|
* disabled tests that do not really need really quick fixing. (with the hopeFrederic Peters2004-08-191-2/+2
| | | | to get a full green line)
* Setup PHP Interface in progress ;0)Christophe Nowicki2004-08-191-96/+172
|
* Completly recoded the java detection and configuration framework.Romain Chantereay2004-08-191-20/+64
| | | | | | Now compile very well with kaffe and GNU Java compiler. Should compile without any complain with sun jdk if --with-java-home is used.
* Fixed a bug in lasso_node_verify_signature() & ↵Valery Febvre2004-08-191-4/+10
| | | | lasso_node_verify_x509_signature()
* Replaced a HRef by NULLValery Febvre2004-08-191-1/+2
|
* Commented some incorrect lines of codeValery Febvre2004-08-191-18/+20
|
* more logical comparaisonChristophe Nowicki2004-08-191-1/+1
|
* logoutChristophe Nowicki2004-08-194-19/+62
|
* Removed ds_signature.c & ds_signature.hValery Febvre2004-08-191-2/+0
|
* Java binding is no more activated when:Romain Chantereay2004-08-191-0/+6
| | | | | | - Java compiler is gcj - jni.h is not compilable.
* Update python bindingValery Febvre2004-08-193-7/+6
|
* Splited lasso_node_verify_signature() (LassoNode class) in 2 methods:Valery Febvre2004-08-199-342/+615
| | | | | | | | | | | lasso_node_verify_signature(), lasso_node_verify_x509_signature() Added 2 private methods in LassoNode: add_signature_tmpl(), sign_signature_tmpl(), Removed 'err' param in all methods for signing
* Added 2 methods:Valery Febvre2004-08-192-43/+65
| | | | | | | lasso_samlp_response_abstract_set_signature_tmpl(), lasso_samlp_response_abstract_sign_signature_tmpl() Removed err param in lasso_samlp_response_abstract_set_signature()
* Added 2 methods:Valery Febvre2004-08-192-41/+64
| | | | | | | lasso_samlp_request_abstract_set_signature_tmpl(), lasso_samlp_request_abstract_sign_signature_tmpl() Removed err param in lasso_samlp_request_abstract_set_signature()
* Added a '_' character at the begining of all ids generated by ↵Valery Febvre2004-08-191-7/+7
| | | | lasso_build_unique_id()
* Update codesValery Febvre2004-08-191-10/+11
|
* Added a signature template in lasso_request_new()Valery Febvre2004-08-191-1/+7
|
* Added 2 params in lasso_authn_request_new()Valery Febvre2004-08-192-3/+14
| | | | sign_type & sign_method are used to build the signature template
* Changed type of signature_methodValery Febvre2004-08-192-11/+11
| | | | guint -> lassoSignatureMethod
* fixed bug in lasso_logout_build_response_msg() : build the response message ↵Nicolas Clapies2004-08-191-23/+32
| | | | depending on the HTTP method requester
* Added ds_signature in the Makefile sources and headers declarations.Romain Chantereay2004-08-191-0/+2
|
* PHP Binding :Christophe Nowicki2004-08-195-31/+98
| | | | | | | Added lasso_profile_set_session_from_dump Now lasso_cast_to_profile take to different reources Sample SP : Logout in progress
* If swig not present: SWIG=echoRomain Chantereay2004-08-192-1/+2
| | | | python automake use $SWIG instead of swig.
* removed logout part from C test 2; it would work now.Frederic Peters2004-08-191-58/+0
| | | | But http://buildbox.entrouvert.org/logs/20040818/lupin.1820.changelog.xml
* Bug correction.Emmanuel Raviart2004-08-191-1/+1
|
* __str__ should not have arguments.Emmanuel Raviart2004-08-191-2/+2
|
* The old subdirs python Makefile generation is no more needed.Romain Chantereay2004-08-191-10/+10
|
* Include swig Interface file in the source distribution.Romain Chantereay2004-08-191-1/+1
|
* Now python binding is handled by SWIG. Manou takes the following parts.Romain Chantereay2004-08-191-28/+44
| | | | | All the file in the python directory except Makefile.am are useless now; but I do not remove it.
* *** empty log message ***Nicolas Clapies2004-08-181-1/+0
|
* federation termination updatesNicolas Clapies2004-08-182-7/+12
|
* little register name identifier udpatesNicolas Clapies2004-08-186-80/+154
|
* Oups.Romain Chantereay2004-08-182-993/+1037
| | | | | Reverted to 1.7 for lasso-sections.txt maintainer-clean do not remove it anymore.
* Java now distributes itself well and compile well too.Romain Chantereay2004-08-181-4/+3
| | | | (SWIG not needed when compiling sources distribution.)
* Added generation and clean of lasso-references.txtRomain Chantereay2004-08-182-1037/+993
|
* 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
|
* warning about the total uselessness of lasso_server_dumpFrederic Peters2004-08-181-0/+2
|