| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | an empty TODO file was misleading | Frederic Peters | 2004-08-19 | 1 | -0/+0 | |
| | | ||||||
| * | removed CVS tag lines that were scattered all around the file (kept as empty | Frederic Peters | 2004-08-19 | 1 | -64/+64 | |
| | | | | | comments since they were marks of file change) | |||||
| * | Makefile.am in swig directory so that make clean and make dist works properly | Frederic Peters | 2004-08-19 | 3 | -29/+21 | |
| | | ||||||
| * | set docdir as datadir/doc/lasso | Frederic Peters | 2004-08-19 | 1 | -0/+1 | |
| | | ||||||
| * | Removed signature functions whose arguments have changed from SWIG binding. | Emmanuel Raviart | 2004-08-19 | 1 | -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 assertions | Valery Febvre | 2004-08-19 | 3 | -101/+32 | |
| | | ||||||
| * | Removed debug messages | Valery Febvre | 2004-08-19 | 1 | -4/+0 | |
| | | ||||||
| * | Deeply reworked SWIG bindings for the Lasso objects we currently use. | Emmanuel Raviart | 2004-08-19 | 3 | -644/+635 | |
| | | | | | | Note: Python high-level bindings are not yet updated to use these SWIG bindings. | |||||
| * | Reformated some lines in python Makefile.am | Romain Chantereay | 2004-08-19 | 2 | -2/+3 | |
| | | | | | Added -I.. to java Makefile.am CFLAGS. | |||||
| * | Some modifications. | Romain Chantereay | 2004-08-19 | 3 | -9/+15 | |
| | | ||||||
| * | The rules generating the C wrapper is defined generating the python wrapper too. | Romain Chantereay | 2004-08-19 | 1 | -2/+2 | |
| | | ||||||
| * | Use JDK_INCLUDE if jdk is Kaffe's or Sun's. | Romain Chantereay | 2004-08-19 | 1 | -0/+1 | |
| | | ||||||
| * | disabled tests that do not really need really quick fixing. (with the hope | Frederic Peters | 2004-08-19 | 1 | -2/+2 | |
| | | | | | to get a full green line) | |||||
| * | Setup PHP Interface in progress ;0) | Christophe Nowicki | 2004-08-19 | 1 | -96/+172 | |
| | | ||||||
| * | Completly recoded the java detection and configuration framework. | Romain Chantereay | 2004-08-19 | 1 | -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 Febvre | 2004-08-19 | 1 | -4/+10 | |
| | | | | | lasso_node_verify_x509_signature() | |||||
| * | Replaced a HRef by NULL | Valery Febvre | 2004-08-19 | 1 | -1/+2 | |
| | | ||||||
| * | Commented some incorrect lines of code | Valery Febvre | 2004-08-19 | 1 | -18/+20 | |
| | | ||||||
| * | more logical comparaison | Christophe Nowicki | 2004-08-19 | 1 | -1/+1 | |
| | | ||||||
| * | logout | Christophe Nowicki | 2004-08-19 | 4 | -19/+62 | |
| | | ||||||
| * | Removed ds_signature.c & ds_signature.h | Valery Febvre | 2004-08-19 | 1 | -2/+0 | |
| | | ||||||
| * | Java binding is no more activated when: | Romain Chantereay | 2004-08-19 | 1 | -0/+6 | |
| | | | | | | | - Java compiler is gcj - jni.h is not compilable. | |||||
| * | Update python binding | Valery Febvre | 2004-08-19 | 3 | -7/+6 | |
| | | ||||||
| * | Splited lasso_node_verify_signature() (LassoNode class) in 2 methods: | Valery Febvre | 2004-08-19 | 9 | -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 Febvre | 2004-08-19 | 2 | -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 Febvre | 2004-08-19 | 2 | -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 Febvre | 2004-08-19 | 1 | -7/+7 | |
| | | | | | lasso_build_unique_id() | |||||
| * | Update codes | Valery Febvre | 2004-08-19 | 1 | -10/+11 | |
| | | ||||||
| * | Added a signature template in lasso_request_new() | Valery Febvre | 2004-08-19 | 1 | -1/+7 | |
| | | ||||||
| * | Added 2 params in lasso_authn_request_new() | Valery Febvre | 2004-08-19 | 2 | -3/+14 | |
| | | | | | sign_type & sign_method are used to build the signature template | |||||
| * | Changed type of signature_method | Valery Febvre | 2004-08-19 | 2 | -11/+11 | |
| | | | | | guint -> lassoSignatureMethod | |||||
| * | fixed bug in lasso_logout_build_response_msg() : build the response message ↵ | Nicolas Clapies | 2004-08-19 | 1 | -23/+32 | |
| | | | | | depending on the HTTP method requester | |||||
| * | Added ds_signature in the Makefile sources and headers declarations. | Romain Chantereay | 2004-08-19 | 1 | -0/+2 | |
| | | ||||||
| * | PHP Binding : | Christophe Nowicki | 2004-08-19 | 5 | -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=echo | Romain Chantereay | 2004-08-19 | 2 | -1/+2 | |
| | | | | | python automake use $SWIG instead of swig. | |||||
| * | removed logout part from C test 2; it would work now. | Frederic Peters | 2004-08-19 | 1 | -58/+0 | |
| | | | | | But http://buildbox.entrouvert.org/logs/20040818/lupin.1820.changelog.xml | |||||
| * | Bug correction. | Emmanuel Raviart | 2004-08-19 | 1 | -1/+1 | |
| | | ||||||
| * | __str__ should not have arguments. | Emmanuel Raviart | 2004-08-19 | 1 | -2/+2 | |
| | | ||||||
| * | The old subdirs python Makefile generation is no more needed. | Romain Chantereay | 2004-08-19 | 1 | -10/+10 | |
| | | ||||||
| * | Include swig Interface file in the source distribution. | Romain Chantereay | 2004-08-19 | 1 | -1/+1 | |
| | | ||||||
| * | Now python binding is handled by SWIG. Manou takes the following parts. | Romain Chantereay | 2004-08-19 | 1 | -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 Clapies | 2004-08-18 | 1 | -1/+0 | |
| | | ||||||
| * | federation termination updates | Nicolas Clapies | 2004-08-18 | 2 | -7/+12 | |
| | | ||||||
| * | little register name identifier udpates | Nicolas Clapies | 2004-08-18 | 6 | -80/+154 | |
| | | ||||||
| * | Oups. | Romain Chantereay | 2004-08-18 | 2 | -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 Chantereay | 2004-08-18 | 1 | -4/+3 | |
| | | | | | (SWIG not needed when compiling sources distribution.) | |||||
| * | Added generation and clean of lasso-references.txt | Romain Chantereay | 2004-08-18 | 2 | -1037/+993 | |
| | | ||||||
| * | Removed ds_signature.c & ds_signature.h | Valery Febvre | 2004-08-18 | 1 | -2/+0 | |
| | | ||||||
| * | Added a '%s' in LASSO_DS_ERROR_SIGNATURE_FAILED message | Valery Febvre | 2004-08-18 | 1 | -2/+2 | |
| | | ||||||
| * | warning about the total uselessness of lasso_server_dump | Frederic Peters | 2004-08-18 | 1 | -0/+2 | |
| | | ||||||
