summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed a bug in lasso_login_accept_sso()Valery Febvre2004-08-212-73/+77
| | | | Updated gtk-doc
* Modified PHP bindings in an attempt to add new argument to methodEmmanuel Raviart2004-08-204-8/+11
| | | | lasso_build_authn_request_msg.
* Updated the documentation to reflect API change.Emmanuel Raviart2004-08-201-1/+1
|
* Added new argument to lasso_login_build_authn_request_msg.Emmanuel Raviart2004-08-204-15/+17
|
* Added a new param 'http_method' in lasso_login_build_authn_request_msg()Valery Febvre2004-08-202-37/+32
| | | | BEWARE : this change breaks the API
* The local clean rule now remove the package sub directory (com).Romain Chantereay2004-08-201-1/+2
| | | | | | The dirty rule now have a little goldy spray that test the existence of the com/entrouvert/lasso/lasso.java source file before trying to copy it from the distribution.
* Modified PHP extension installation directory, now it is prefixed.Romain Chantereay2004-08-201-2/+1
|
* Created unprefixed PHP_UNPREFIXED_EXTENTION_DIR in order to prefix it with theRomain Chantereay2004-08-201-42/+42
| | | | | | | | | | supplied configure prefix. Is it useful in this PHP special case ? I do not think so, but, the user is the master. Moved the libtool bad versionning computation after program tests in order to use the founded sed program ($SED) and not just 'sed'. Every calls to 'sed' use the founded 'sed' ($SED).
* talking about idpProviderIDFrederic Peters2004-08-201-2/+3
|
* file movedFrederic Peters2004-08-201-1/+1
|
* fixed function nameFrederic Peters2004-08-201-1/+1
|
* In Python high-level binding, constants are now defined using 2 forms: as aEmmanuel Raviart2004-08-201-16/+33
| | | | | global variable and as a dict item. For example: libNameIDPolicyTypeFederated and libNameIDPolicyTypes['federated'].
* Use libtool generated la instead of human -llasso and -Ldir...Romain Chantereay2004-08-201-1/+1
|
* Removed an useless inclusion directory.Romain Chantereay2004-08-201-3/+5
| | | | | Coded mechanisms in order to permit distcheck to work cleanly. It is a little dirty, but... Perphas using libtool facilities.
* Removed an useless inclusion directory.Romain Chantereay2004-08-201-1/+1
|
* Now include <lasso/lasso.h> and <lasso/lasso_config.h> instead of <lasso.h> andRomain Chantereay2004-08-202-4/+4
| | | | <lasso_config>h>
* Corrections in Python high-level binding:Emmanuel Raviart2004-08-201-9/+8
| | | | | | - Added missing self in previous commit. - Server default constructor allows again to give no arguments.
* I have always wanted that Python bindings for GTK, libXML, etc, allow theEmmanuel Raviart2004-08-201-86/+107
| | | | | user to override the classes they define. So I did it for Lasso Python high-level bindings.
* Update and 2 fixsValery Febvre2004-08-202-2/+2
|
* cleaned Makefile.am (I'm curious about the NULL= idiom; where did it come ↵Frederic Peters2004-08-203-72/+35
| | | | from ?)
* new setup systemChristophe Nowicki2004-08-208-75/+162
|
* Removed useless files ds_signature.c & ds_signature.hValery Febvre2004-08-202-284/+0
|
* removed the remaining ds_signature stuffsFrederic Peters2004-08-203-19/+1
|
* Added method get_authentication_method to session in high-level PythonEmmanuel Raviart2004-08-201-2/+8
| | | | binding.
* install lasso.py (and cleaned a bit the Makefile.am)Frederic Peters2004-08-201-24/+18
|
* Removed trash from SWIG binding.Emmanuel Raviart2004-08-201-2486/+0
|
* typoFrederic Peters2004-08-201-1/+1
|
* errors propagate; fixes follow them.Frederic Peters2004-08-201-1/+1
|
* Ignore some files in swig.Emmanuel Raviart2004-08-201-0/+2
|
* Also look for include files in top_src_dir/lasso. As for the python binding.Frederic Peters2004-08-201-1/+1
| | | | | I actually think this is a bug; why should lasso_wrap.c include lasso.h and not <lasso/lasso.h> ?
* get your act on ds_signature; please.Frederic Peters2004-08-201-1/+0
|
* include top source dirFrederic Peters2004-08-201-1/+1
|
* fixed includesFrederic Peters2004-08-201-1/+1
|
* Removed a "s".Emmanuel Raviart2004-08-201-1/+1
|
* Updated .cvsignore.Emmanuel Raviart2004-08-201-0/+2
|
* Removed old Python binding.Emmanuel Raviart2004-08-2086-6890/+0
|
* Updated Python high-level binding and tests.Emmanuel Raviart2004-08-207-25/+224
| | | | May all the lights be green!
* ignore build; no longer need to ignore a bunch of other filesFrederic Peters2004-08-191-10/+2
|
* gtkdoc example was misleading; caused confusions between what was generatedFrederic Peters2004-08-193-42/+33
| | | | and what was not, etc. Improved things a bit.
* cleanup and remove result.xmlFrederic Peters2004-08-191-0/+2
|
* Created a high-level API above SWIG Python API.Emmanuel Raviart2004-08-194-1517/+452
| | | | Removed a trailing "s" from an enum.
* fixed python pathFrederic Peters2004-08-191-1/+1
|
* install python in $prefix/lib/python2.3/ instead of $pyprefix/...Frederic Peters2004-08-191-5/+1
|
* certs are not in builddir; take care of thatFrederic Peters2004-08-191-12/+12
|
* include a bunch of ssl thingies in release (make distcheck goes further)Frederic Peters2004-08-197-0/+13
|
* Copy the examples but when the examples are wrong you are screwed.Frederic Peters2004-08-191-4/+4
| | | | | | Too bad. Never write to srcdir.
* Commented parts of the SWIG bindings that is not done yet.Emmanuel Raviart2004-08-192-98/+106
| | | | Note: This commit includes a secret gift.
* the quest for a working distcheck; don't be miserable, use make featuresFrederic Peters2004-08-191-2/+2
| | | | (directed to me; I never remember $?, $@ and family)
* the quest for a working make distcheck; part 1: srcdir is not always builddir.Frederic Peters2004-08-191-2/+2
|
* TODO was removed dudeFrederic Peters2004-08-191-1/+1
|