]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Whitespace cleanup and state update
authorAndrew Boardman <amb@mit.edu>
Fri, 8 Sep 2006 21:56:29 +0000 (21:56 +0000)
committerAndrew Boardman <amb@mit.edu>
Fri, 8 Sep 2006 21:56:29 +0000 (21:56 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/referrals@18576 dc483132-0cff-0310-8789-dd5450dbe970

TODO
src/lib/krb5/krb/gc_frm_kdc.c
src/lib/krb5/krb/gc_via_tkt.c

diff --git a/TODO b/TODO
index c3386ba2b0d8b5618c515a0a3f80c2f7569f811c..d782448403a74334c47f59759fac8461e65c38c4 100644 (file)
--- a/TODO
+++ b/TODO
@@ -11,19 +11,20 @@ outstanding issues:
 
 final cleanup:
 =============
-- review code for:
+- rereview code
   - string safety, particularly strcmp use -- little is guaranteed to be a string,
-    do not use string functions without extreme caution.
+    do not use string functions without extreme caution. (done)
   - memory leaks (first pass done, vg runs clean)
-  - other memory management issues
-- scan for leftover bogosities with "XXX" tag (in new code only!)
-- review code format
+  - other memory management issues (open-ended, but looking)
+- review code format (whitespace checked)
+  -- nuke icky // comments (and probably attatched code)
 - catalog namespace changes for review
 
 integration issues:
 ==================
 - review namespace use
 - decide whether to up MAXHOPS
+- merge with current trunk
 
 testing issues/open questions:
 =============================
index 805cbe98d83219beeb6abfa1466eae1ce893902f..daae9ca399d6fde0c759642b347ee03c07c706fe 100644 (file)
@@ -1119,11 +1119,11 @@ krb5_get_cred_from_kdc_renew(krb5_context context, krb5_ccache ccache,
 
 krb5_boolean krb5_is_referral_realm(krb5_data *r)
 {
-  /*
-   * Check for a match with KRB5_REFERRAL_REALM.  Currently this relies
-   * on that string constant being zero-length.  (Unlike principal realm
-   * names, KRB5_REFERRAL_REALM is known to be a string.)
-   */
+    /*
+     * Check for a match with KRB5_REFERRAL_REALM.  Currently this relies
+     * on that string constant being zero-length.  (Unlike principal realm
+     * names, KRB5_REFERRAL_REALM is known to be a string.)
+     */
 #ifdef DEBUG_REFERRALS
 #if 0
     printf("krb5_is_ref_realm: checking <%s> for referralness: %s\n",
index 8629f7278e58b331003bc0010f95343f86bb333d..c36d29b1dd5e79f68579d41abf938b23b07349c3 100644 (file)
@@ -162,8 +162,8 @@ krb5_get_cred_via_tkt (krb5_context context, krb5_creds *tkt,
        free(enctypes);
     if (retval) {
 #ifdef DEBUG_REFERRALS
-      printf("krb5_get_cred_via_tkt ending early after send_tgs with: %s\n",
-            error_message(retval));
+        printf("krb5_get_cred_via_tkt ending early after send_tgs with: %s\n",
+              error_message(retval));
 #endif
        return retval;
     }