summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2009-12-28 00:21:10 +0000
committerKen Raeburn <raeburn@mit.edu>2009-12-28 00:21:10 +0000
commit056b9d7ca37692080e7ccbf3bbe5bc1aae3dbbb9 (patch)
treec49bed7435bf070762cbbdb24e1075988af13b5e /doc
parent6089a0b78220a163dd4a2c7fe0f5447933391475 (diff)
downloadkrb5-056b9d7ca37692080e7ccbf3bbe5bc1aae3dbbb9.tar.gz
krb5-056b9d7ca37692080e7ccbf3bbe5bc1aae3dbbb9.tar.xz
krb5-056b9d7ca37692080e7ccbf3bbe5bc1aae3dbbb9.zip
Note last real update was a while back; delete listings of libraries no longer in tree
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23521 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc')
-rw-r--r--doc/thread-safe.txt13
1 files changed, 2 insertions, 11 deletions
diff --git a/doc/thread-safe.txt b/doc/thread-safe.txt
index 0996b329a0..2aa49cf73b 100644
--- a/doc/thread-safe.txt
+++ b/doc/thread-safe.txt
@@ -1,3 +1,5 @@
+[May be out of date. Last significant update: Jan 2005.]
+
In general, it's assumed that the library initialization function (if
initialization isn't delayed) and the library finalization function
are run in some thread-safe fashion, with no other parts of the
@@ -224,16 +226,6 @@ Needs work: check various objects for thread safety
----------------
-libkrb4
-libdes425
-
-I don't think we're likely to bother with these.
-
-Part of the krb4 API requires keeping some internal storage across
-calls.
-
-----------------
-
libgssrpc
New version is in place. Ignore it for now?
@@ -250,7 +242,6 @@ multiprocessor systems.
----------------
libapputils
-libpty
libss
Used by single-threaded programs only (but see above re KDC). Don't