| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fixed a bug in lasso_login_accept_sso() | Valery Febvre | 2004-08-21 | 2 | -73/+77 | |
| | | | | | Updated gtk-doc | |||||
| * | Modified PHP bindings in an attempt to add new argument to method | Emmanuel Raviart | 2004-08-20 | 4 | -8/+11 | |
| | | | | | lasso_build_authn_request_msg. | |||||
| * | Updated the documentation to reflect API change. | Emmanuel Raviart | 2004-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | Added new argument to lasso_login_build_authn_request_msg. | Emmanuel Raviart | 2004-08-20 | 4 | -15/+17 | |
| | | ||||||
| * | Added a new param 'http_method' in lasso_login_build_authn_request_msg() | Valery Febvre | 2004-08-20 | 2 | -37/+32 | |
| | | | | | BEWARE : this change breaks the API | |||||
| * | The local clean rule now remove the package sub directory (com). | Romain Chantereay | 2004-08-20 | 1 | -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 Chantereay | 2004-08-20 | 1 | -2/+1 | |
| | | ||||||
| * | Created unprefixed PHP_UNPREFIXED_EXTENTION_DIR in order to prefix it with the | Romain Chantereay | 2004-08-20 | 1 | -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 idpProviderID | Frederic Peters | 2004-08-20 | 1 | -2/+3 | |
| | | ||||||
| * | file moved | Frederic Peters | 2004-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | fixed function name | Frederic Peters | 2004-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | In Python high-level binding, constants are now defined using 2 forms: as a | Emmanuel Raviart | 2004-08-20 | 1 | -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 Chantereay | 2004-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | Removed an useless inclusion directory. | Romain Chantereay | 2004-08-20 | 1 | -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 Chantereay | 2004-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | Now include <lasso/lasso.h> and <lasso/lasso_config.h> instead of <lasso.h> and | Romain Chantereay | 2004-08-20 | 2 | -4/+4 | |
| | | | | | <lasso_config>h> | |||||
| * | Corrections in Python high-level binding: | Emmanuel Raviart | 2004-08-20 | 1 | -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 the | Emmanuel Raviart | 2004-08-20 | 1 | -86/+107 | |
| | | | | | | user to override the classes they define. So I did it for Lasso Python high-level bindings. | |||||
| * | Update and 2 fixs | Valery Febvre | 2004-08-20 | 2 | -2/+2 | |
| | | ||||||
| * | cleaned Makefile.am (I'm curious about the NULL= idiom; where did it come ↵ | Frederic Peters | 2004-08-20 | 3 | -72/+35 | |
| | | | | | from ?) | |||||
| * | new setup system | Christophe Nowicki | 2004-08-20 | 8 | -75/+162 | |
| | | ||||||
| * | Removed useless files ds_signature.c & ds_signature.h | Valery Febvre | 2004-08-20 | 2 | -284/+0 | |
| | | ||||||
| * | removed the remaining ds_signature stuffs | Frederic Peters | 2004-08-20 | 3 | -19/+1 | |
| | | ||||||
| * | Added method get_authentication_method to session in high-level Python | Emmanuel Raviart | 2004-08-20 | 1 | -2/+8 | |
| | | | | | binding. | |||||
| * | install lasso.py (and cleaned a bit the Makefile.am) | Frederic Peters | 2004-08-20 | 1 | -24/+18 | |
| | | ||||||
| * | Removed trash from SWIG binding. | Emmanuel Raviart | 2004-08-20 | 1 | -2486/+0 | |
| | | ||||||
| * | typo | Frederic Peters | 2004-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | errors propagate; fixes follow them. | Frederic Peters | 2004-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | Ignore some files in swig. | Emmanuel Raviart | 2004-08-20 | 1 | -0/+2 | |
| | | ||||||
| * | Also look for include files in top_src_dir/lasso. As for the python binding. | Frederic Peters | 2004-08-20 | 1 | -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 Peters | 2004-08-20 | 1 | -1/+0 | |
| | | ||||||
| * | include top source dir | Frederic Peters | 2004-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | fixed includes | Frederic Peters | 2004-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | Removed a "s". | Emmanuel Raviart | 2004-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | Updated .cvsignore. | Emmanuel Raviart | 2004-08-20 | 1 | -0/+2 | |
| | | ||||||
| * | Removed old Python binding. | Emmanuel Raviart | 2004-08-20 | 86 | -6890/+0 | |
| | | ||||||
| * | Updated Python high-level binding and tests. | Emmanuel Raviart | 2004-08-20 | 7 | -25/+224 | |
| | | | | | May all the lights be green! | |||||
| * | ignore build; no longer need to ignore a bunch of other files | Frederic Peters | 2004-08-19 | 1 | -10/+2 | |
| | | ||||||
| * | gtkdoc example was misleading; caused confusions between what was generated | Frederic Peters | 2004-08-19 | 3 | -42/+33 | |
| | | | | | and what was not, etc. Improved things a bit. | |||||
| * | cleanup and remove result.xml | Frederic Peters | 2004-08-19 | 1 | -0/+2 | |
| | | ||||||
| * | Created a high-level API above SWIG Python API. | Emmanuel Raviart | 2004-08-19 | 4 | -1517/+452 | |
| | | | | | Removed a trailing "s" from an enum. | |||||
| * | fixed python path | Frederic Peters | 2004-08-19 | 1 | -1/+1 | |
| | | ||||||
| * | install python in $prefix/lib/python2.3/ instead of $pyprefix/... | Frederic Peters | 2004-08-19 | 1 | -5/+1 | |
| | | ||||||
| * | certs are not in builddir; take care of that | Frederic Peters | 2004-08-19 | 1 | -12/+12 | |
| | | ||||||
| * | include a bunch of ssl thingies in release (make distcheck goes further) | Frederic Peters | 2004-08-19 | 7 | -0/+13 | |
| | | ||||||
| * | Copy the examples but when the examples are wrong you are screwed. | Frederic Peters | 2004-08-19 | 1 | -4/+4 | |
| | | | | | | | Too bad. Never write to srcdir. | |||||
| * | Commented parts of the SWIG bindings that is not done yet. | Emmanuel Raviart | 2004-08-19 | 2 | -98/+106 | |
| | | | | | Note: This commit includes a secret gift. | |||||
| * | the quest for a working distcheck; don't be miserable, use make features | Frederic Peters | 2004-08-19 | 1 | -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 Peters | 2004-08-19 | 1 | -2/+2 | |
| | | ||||||
| * | TODO was removed dude | Frederic Peters | 2004-08-19 | 1 | -1/+1 | |
| | | ||||||
