summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-08-10 16:14:04 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-08-10 16:14:04 +0000
commitc51e88160f9a6dd71a5bd23a417d33325b29aea1 (patch)
tree26fb88d617e98bc12fb2ab61b750f696c9279511 /docs
parent3dd3ea5397f5be3b61756bb3bf834b70640208b7 (diff)
warning about *not* taking care of memory management and error checking
Diffstat (limited to 'docs')
-rw-r--r--docs/lasso-book/writing-a-c-sp.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/lasso-book/writing-a-c-sp.txt b/docs/lasso-book/writing-a-c-sp.txt
index 847e8908..4c54b0f4 100644
--- a/docs/lasso-book/writing-a-c-sp.txt
+++ b/docs/lasso-book/writing-a-c-sp.txt
@@ -15,6 +15,10 @@ Introduction to Lasso objects
(how to create the LassoServer object)
+.. warning:: The source code presented in this document has the purpose to
+ explain the different steps necessary to implement Liberty
+ Alliance profiles; they lack proper memory management and error
+ checking.
Single Sign-On and Federation Profile