Commit Graph

1171 Commits

Author SHA1 Message Date
Emmanuel Raviart 90f1e1f493 Added new argument to lasso_login_build_authn_request_msg. 2004-08-20 17:43:07 +00:00
Valery Febvre 68b494d9b5 Added a new param 'http_method' in lasso_login_build_authn_request_msg()
BEWARE : this change breaks the API
2004-08-20 17:26:49 +00:00
Romain Chantereay 6621fbe74e The local clean rule now remove the package sub directory (com).
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.
2004-08-20 16:01:00 +00:00
Romain Chantereay 9f215bfebd Modified PHP extension installation directory, now it is prefixed. 2004-08-20 15:58:45 +00:00
Romain Chantereay c78190ac7e Created unprefixed PHP_UNPREFIXED_EXTENTION_DIR in order to prefix it with the
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).
2004-08-20 15:58:07 +00:00
Frédéric Péters d3a1c4f623 talking about idpProviderID 2004-08-20 15:06:49 +00:00
Frédéric Péters f89577bc77 file moved 2004-08-20 14:57:26 +00:00
Frédéric Péters f2c55124a3 fixed function name 2004-08-20 14:51:29 +00:00
Emmanuel Raviart 460a7adda9 In Python high-level binding, constants are now defined using 2 forms: as a
global variable and as a dict item. For example:
libNameIDPolicyTypeFederated and libNameIDPolicyTypes['federated'].
2004-08-20 14:47:40 +00:00
Romain Chantereay 956fc02557 Use libtool generated la instead of human -llasso and -Ldir... 2004-08-20 11:52:22 +00:00
Romain Chantereay d6122574a1 Removed an useless inclusion directory.
Coded mechanisms in order to permit distcheck to work cleanly.
It is a little dirty, but... Perphas using libtool facilities.
2004-08-20 11:51:34 +00:00
Romain Chantereay f333b5dabf Removed an useless inclusion directory. 2004-08-20 11:50:08 +00:00
Romain Chantereay 10ebf8bc72 Now include <lasso/lasso.h> and <lasso/lasso_config.h> instead of <lasso.h> and
<lasso_config>h>
2004-08-20 11:49:10 +00:00
Emmanuel Raviart 7b27896a47 Corrections in Python high-level binding:
- Added missing self in previous commit.

- Server default constructor allows again to give no arguments.
2004-08-20 11:31:58 +00:00
Emmanuel Raviart 16370a4eb4 I have always wanted that Python bindings for GTK, libXML, etc, allow the
user to override the classes they define. So I did it for Lasso Python
high-level bindings.
2004-08-20 11:24:02 +00:00
Valery Febvre d8303d14c8 Update and 2 fixs 2004-08-20 10:02:43 +00:00
Frédéric Péters d1a6ec7678 cleaned Makefile.am (I'm curious about the NULL= idiom; where did it come from ?) 2004-08-20 09:46:17 +00:00
Christophe Nowicki 42e6495ad1 new setup system 2004-08-20 09:45:38 +00:00
Valery Febvre 7b46249572 Removed useless files ds_signature.c & ds_signature.h 2004-08-20 09:45:26 +00:00
Frédéric Péters a738a17d82 removed the remaining ds_signature stuffs 2004-08-20 09:44:42 +00:00
Emmanuel Raviart f190463317 Added method get_authentication_method to session in high-level Python
binding.
2004-08-20 09:37:47 +00:00
Frédéric Péters ffa64315e9 install lasso.py (and cleaned a bit the Makefile.am) 2004-08-20 09:31:07 +00:00
Emmanuel Raviart 9dba8d3fc1 Removed trash from SWIG binding. 2004-08-20 09:14:10 +00:00
Frédéric Péters 3077a53975 typo 2004-08-20 08:40:56 +00:00
Frédéric Péters 7b1a9cd0a0 errors propagate; fixes follow them. 2004-08-20 08:13:47 +00:00
Emmanuel Raviart 832ee41048 Ignore some files in swig. 2004-08-20 08:11:43 +00:00
Frédéric Péters 094d56a6bf Also look for include files in top_src_dir/lasso. As for the python binding.
I actually think this is a bug; why should lasso_wrap.c include lasso.h and not
<lasso/lasso.h> ?
2004-08-20 08:10:31 +00:00
Frédéric Péters f6ec2331ea get your act on ds_signature; please. 2004-08-20 08:04:38 +00:00
Frédéric Péters 94f913b381 include top source dir 2004-08-20 08:02:26 +00:00
Frédéric Péters 77474f9e88 fixed includes 2004-08-20 07:58:29 +00:00
Emmanuel Raviart ba05673ff0 Removed a "s". 2004-08-20 00:52:18 +00:00
Emmanuel Raviart fd07ba3c83 Updated .cvsignore. 2004-08-20 00:39:08 +00:00
Emmanuel Raviart 7db97fec73 Removed old Python binding. 2004-08-20 00:37:48 +00:00
Emmanuel Raviart c4344d4b1b Updated Python high-level binding and tests.
May all the lights be green!
2004-08-20 00:13:35 +00:00
Frédéric Péters 31fdd0be57 ignore build; no longer need to ignore a bunch of other files 2004-08-19 23:22:47 +00:00
Frédéric Péters 2cd4a25871 gtkdoc example was misleading; caused confusions between what was generated
and what was not, etc.  Improved things a bit.
2004-08-19 23:21:56 +00:00
Frédéric Péters 9a8d1f6759 cleanup and remove result.xml 2004-08-19 23:20:48 +00:00
Emmanuel Raviart 74509f54eb Created a high-level API above SWIG Python API.
Removed a trailing "s" from an enum.
2004-08-19 22:36:50 +00:00
Frédéric Péters 79aff14be4 fixed python path 2004-08-19 22:19:33 +00:00
Frédéric Péters 2679c6342d install python in $prefix/lib/python2.3/ instead of $pyprefix/... 2004-08-19 21:42:33 +00:00
Frédéric Péters dd1a07059b certs are not in builddir; take care of that 2004-08-19 21:11:18 +00:00
Frédéric Péters ec86c5955d include a bunch of ssl thingies in release (make distcheck goes further) 2004-08-19 21:10:50 +00:00
Frédéric Péters d44eaa8a0a Copy the examples but when the examples are wrong you are screwed.
Too bad.

Never write to srcdir.
2004-08-19 20:44:59 +00:00
Emmanuel Raviart 8165a7824a Commented parts of the SWIG bindings that is not done yet.
Note: This commit includes a secret gift.
2004-08-19 20:23:48 +00:00
Frédéric Péters dee6ca3100 the quest for a working distcheck; don't be miserable, use make features
(directed to me; I never remember $?, $@ and family)
2004-08-19 20:04:41 +00:00
Frédéric Péters 9ffb628da4 the quest for a working make distcheck; part 1: srcdir is not always builddir. 2004-08-19 20:03:24 +00:00
Frédéric Péters e985386715 TODO was removed dude 2004-08-19 19:38:43 +00:00
Frédéric Péters da4f377e6c an empty TODO file was misleading 2004-08-19 19:35:15 +00:00
Frédéric Péters 6101955f25 removed CVS tag lines that were scattered all around the file (kept as empty
comments since they were marks of file change)
2004-08-19 19:31:19 +00:00
Frédéric Péters fc37aff72b Makefile.am in swig directory so that make clean and make dist works properly 2004-08-19 19:26:28 +00:00