index
:
lasso.git
master
wip
Unnamed repository; edit this file 'description' to name the repository.
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
README for the PHP samples is now complete. Can someone try it?
Christophe Nowicki
2004-09-16
2
-31
/
+68
*
Added sample xml metadata in the distribution
Christophe Nowicki
2004-09-15
10
-64
/
+290
*
New logging system based on Pear::Log package.
Christophe Nowicki
2004-09-15
8
-87
/
+332
*
Added binding for LassoNameRegistration C object
Nicolas Clapies
2004-09-14
1
-0
/
+180
*
Little indentation
Nicolas Clapies
2004-09-14
1
-1
/
+1
*
Added tests if required attributes in lasso_register_name_identifier_request_...
Nicolas Clapies
2004-09-14
1
-1
/
+65
*
now the user list show federations
Christophe Nowicki
2004-09-13
1
-7
/
+60
*
bind property providerIDs for LassoIdentity
Christophe Nowicki
2004-09-13
1
-0
/
+38
*
split source code of singleSignOn.php in many functions
Christophe Nowicki
2004-09-13
6
-136
/
+287
*
change header("Location $url\n\n") to header("Location $url\r\n\r\n")
Christophe Nowicki
2004-09-10
7
-18
/
+11
*
Use header("Location: $url\n\n") instead of header("Location: $url")
Christophe Nowicki
2004-09-10
11
-147
/
+186
*
Fixed ABI and API breakage. Please don't modify function signatures (even more
Frederic Peters
2004-09-10
2
-4
/
+2
*
A lot of Updates ... currently it is unusable : lasso_name_registration_valid...
Nicolas Clapies
2004-09-10
3
-82
/
+103
*
Moved lasso_name_registration_validate_request() method at the end of definit...
Nicolas Clapies
2004-09-10
1
-52
/
+53
*
Moved lasso_name_registration_validate_request() at the end of declaration order
Nicolas Clapies
2004-09-10
1
-2
/
+2
*
Moved assertion to private part of LassoLogin* (use lasso_login_get_assertion
Frederic Peters
2004-09-10
1
-1
/
+1
*
Updated name registration object's methods code to have the same structure as...
Nicolas Clapies
2004-09-10
2
-67
/
+165
*
Changed comment if error when building query logout request message
Nicolas Clapies
2004-09-10
1
-1
/
+1
*
Added entry for logout method lasso_logout_dump(), lasso_logout_init_request(...
Nicolas Clapies
2004-09-10
1
-0
/
+3
*
Added lasso_provider_get_registerNameIdentifierServiceReturnURL() method in L...
Nicolas Clapies
2004-09-10
2
-0
/
+30
*
I've forget to add lasso/php/examples/sample-idp/Makefile in
Christophe Nowicki
2004-09-09
1
-0
/
+1
*
Improve setup system : edit metadata and allow the administrator to select
Christophe Nowicki
2004-09-08
3
-1
/
+30
*
please use spaces between variable names and values
Frederic Peters
2004-09-08
9
-48
/
+29
*
added edit sp metadata to the setup system
Christophe Nowicki
2004-09-08
4
-37
/
+102
*
nice user browser
Christophe Nowicki
2004-09-08
1
-7
/
+49
*
oups ;(
Christophe Nowicki
2004-09-08
1
-0
/
+11
*
SOAP request read problem fixed
Christophe Nowicki
2004-09-08
4
-108
/
+177
*
Restructured ColdFusion code. Added single logout code. Both single sign-on
Emmanuel Raviart
2004-09-08
5
-22
/
+170
*
Added files that I forgot to commit for 0.4.1
Emmanuel Raviart
2004-09-07
4
-5
/
+14
*
Corrected install-java-lite nsi script.
Romain Chantereay
2004-09-07
1
-11
/
+8
*
Created ChangeLog using cvs2cl -f ChangeLog --FSF
Emmanuel Raviart
2004-09-07
1
-0
/
+8588
*
Replaced Sign On with Sign-On.
Emmanuel Raviart
2004-09-07
1
-1
/
+1
*
Login skeleton for ColdFusion is now fully working.
Emmanuel Raviart
2004-09-07
3
-3
/
+104
*
Updated NSI scripts.
Romain Chantereay
2004-09-07
5
-10
/
+10
*
Add windows linker --add-stdcall-alias in order to permit failsafe use of DLLs.
Romain Chantereay
2004-09-07
3
-3
/
+13
*
IdP PHP : logout is working
Christophe Nowicki
2004-09-07
8
-22
/
+150
*
ZVAL_STRING macro for PHP
Christophe Nowicki
2004-09-07
1
-0
/
+20
*
fixed error output in configure when no java has been found
Frederic Peters
2004-09-07
1
-0
/
+1
*
Firsts fixes in order to compile Python binding under Darwin.
Romain Chantereay
2004-09-07
2
-3
/
+10
*
Another way to test, ugly, but safe.
Romain Chantereay
2004-09-07
1
-4
/
+9
*
Comments miss in some last commits, so : the 4 last commits fixed a bad bug i...
Nicolas Clapies
2004-09-07
1
-2
/
+0
*
Ok, now a module undex Win32, and a lib under Linux (and other OS).
Romain Chantereay
2004-09-07
1
-0
/
+4
*
Fixed a seg fault in lasso_logout_get_next_providerID()
Nicolas Clapies
2004-09-07
1
-10
/
+6
*
Now module is a module.
Romain Chantereay
2004-09-07
1
-5
/
+5
*
*** empty log message ***
Nicolas Clapies
2004-09-07
1
-3
/
+1
*
Now 0.4.1 and 1:1:0.
Romain Chantereay
2004-09-07
1
-3
/
+3
*
Added entries for missing methods of logout object documentation : lasso_logo...
Nicolas Clapies
2004-09-07
1
-61
/
+61
*
Updated the API developer documentation
Nicolas Clapies
2004-09-07
1
-3
/
+4
*
Updated the API developer documentation
Nicolas Clapies
2004-09-07
1
-55
/
+84
*
SWIGPHP4 is not a defined in the wapper source code, use PHP_VERSION
Christophe Nowicki
2004-09-07
1
-6
/
+6
[prev]
[next]