]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
k5_ as an internal prefix is now formally okay, so remove that bullet
authorGreg Hudson <ghudson@mit.edu>
Tue, 24 Aug 2010 16:32:26 +0000 (16:32 +0000)
committerGreg Hudson <ghudson@mit.edu>
Tue, 24 Aug 2010 16:32:26 +0000 (16:32 +0000)
point in the plugins2 branch README.BRANCH.

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/plugins2@24251 dc483132-0cff-0310-8789-dd5450dbe970

README.BRANCH

index 750be8c8dec6b6afe490cee94f186ec68a649fcf..7eb8985f15544c5dd4cae6a87e5e3ff49bc628d3 100644 (file)
@@ -165,12 +165,6 @@ demonstration branch it is not perfect.  Problems include:
   k5_pwqual_free_handles.  Currently the responsibility for invoking
   these methods rests with the consumer code in server_misc.c.
 
-* At Tom's suggestion, new internal functions with external linkage
-  are using the prefix "k5_" instead of "krb5int_".  This practice
-  should be validated by the dev community (and perhaps made uniform
-  in the code base, although that would result in a lot of churn) or
-  abandoned.
-
 * The decisions about what is a typedef and what is a simple structure
   type are kind of haphazard, erring on the side of using typedefs.