fix trailing whitespace
authorTom Yu <tlyu@mit.edu>
Thu, 22 Jan 2009 23:37:35 +0000 (23:37 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 22 Jan 2009 23:37:35 +0000 (23:37 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21779 dc483132-0cff-0310-8789-dd5450dbe970

18 files changed:
src/include/k5-buf.h
src/lib/gssapi/krb5/accept_sec_context.c
src/lib/gssapi/krb5/acquire_cred.c
src/lib/gssapi/krb5/copy_ccache.c
src/lib/gssapi/krb5/gssapi_krb5.c
src/lib/gssapi/krb5/k5sealiov.c
src/lib/gssapi/krb5/k5sealv3iov.c
src/lib/gssapi/krb5/k5unsealiov.c
src/lib/gssapi/krb5/krb5_gss_glue.c
src/lib/gssapi/krb5/util_crypt.c
src/lib/krb5/asn.1/asn1_decode.c
src/lib/krb5/asn.1/asn1_k_encode.c
src/lib/krb5/rcache/rc_dfl.c
src/lib/krb5/rcache/rcdef.c
src/lib/krb5/rcache/t_replay.c
src/util/support/k5buf-int.h
src/util/support/k5buf.c
src/util/support/t_k5buf.c

index 0af4b52b899759e7d05758d896e866e16d989780..4f7a939a907b7efeee76127e1522f9056251f5b9 100644 (file)
@@ -9,7 +9,7 @@
  *   require a specific license from the United States Government.
  *   It is the responsibility of any person or organization contemplating
  *   export to obtain such a license before exporting.
- * 
+ *
  * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
  * distribute this software and its documentation for any purpose and
  * without fee is hereby granted, provided that the above copyright
@@ -23,7 +23,7 @@
  * M.I.T. makes no representations about the suitability of
  * this software for any purpose.  It is provided "as is" without express
  * or implied warranty.
- * 
+ *
  *
  * k5buf string buffer module interface
  */
index 5cdb5dca81c88ff509ff21c6ed904313f259df41..f96dfe5958207219c3d9b1764fea11a854e98c9c 100644 (file)
@@ -335,7 +335,7 @@ kg_accept_dce(minor_status, context_handle, verifier_cred_handle,
    /* real failure code follows */
 
    if (ctx)
-       (void) krb5_gss_delete_sec_context(minor_status, 
+       (void) krb5_gss_delete_sec_context(minor_status,
                                           (gss_ctx_id_t *) &ctx, NULL);
    *context_handle = GSS_C_NO_CONTEXT;
    *minor_status = code;
@@ -910,7 +910,7 @@ kg_accept_krb5(minor_status, context_handle,
          * DCE_STYLE implies that we will use a subkey.)
          */
         if (ctx->proto == 0 &&
-            (ctx->gss_flags & GSS_C_DCE_STYLE) == 0 && 
+            (ctx->gss_flags & GSS_C_DCE_STYLE) == 0 &&
             (ap_req_options & AP_OPTS_USE_SUBKEY)) {
             code = (*kaccess.krb5_auth_con_get_subkey_enctype) (context,
                                                                 auth_context,
index f32cd81c66ef6df4b49f439322d737761faa6b57..48471b4f4c00b9b4f05f0cd90f863a81f407cbe8 100644 (file)
@@ -264,11 +264,11 @@ acquire_init_cred(context, minor_status, desired_name, output_princ, cred)
         if (!err) {
             err = kim_ccache_create_from_client_identity (&kimccache, identity);
         }
-        
+
         if (!err) {
             err = kim_ccache_get_state (kimccache, &state);
         }
-        
+
         if (!err && state != kim_credentials_state_valid) {
             if (state == kim_credentials_state_needs_validation) {
                 err = kim_ccache_validate (kimccache, KIM_OPTIONS_DEFAULT);
@@ -277,13 +277,13 @@ acquire_init_cred(context, minor_status, desired_name, output_princ, cred)
                 ccache = NULL;
             }
         }
-        
+
         if (!kimccache && kim_library_allow_automatic_prompting ()) {
             /* ccache does not already exist, create a new one */
-            err = kim_ccache_create_new (&kimccache, identity, 
+            err = kim_ccache_create_new (&kimccache, identity,
                                          KIM_OPTIONS_DEFAULT);
-        }        
-        
+        }
+
         if (!err) {
             err = kim_ccache_get_krb5_ccache (kimccache, context, &ccache);
         }
index 06caa71716d9075a9ed6503a3e6aeb245afcd295..e7b48e04f11a5e86fbccc3957ce25edfca554f69 100644 (file)
@@ -13,7 +13,7 @@ gss_krb5int_copy_ccache(OM_uint32 *minor_status,
     krb5_error_code code;
     krb5_context context;
     krb5_ccache out_ccache;
-        
+
     assert(value->length == sizeof(out_ccache));
 
     if (value->length != sizeof(out_ccache))
index bc5055cd4981d2088a182f7a5dafc80848a5bcbd..6e1d618694982d270faff93cf056fe5b542d94c0 100644 (file)
@@ -380,7 +380,7 @@ krb5_gss_inquire_sec_context_by_oid (OM_uint32 *minor_status,
 
     *minor_status = EINVAL;
 
-    return GSS_S_UNAVAILABLE; 
+    return GSS_S_UNAVAILABLE;
 }
 
 /*
@@ -500,7 +500,7 @@ krb5_gss_set_sec_context_option (OM_uint32 *minor_status,
 
     *minor_status = EINVAL;
 
-    return GSS_S_UNAVAILABLE; 
+    return GSS_S_UNAVAILABLE;
 }
 
 /*
@@ -626,7 +626,7 @@ krb5_gssspi_mech_invoke (OM_uint32 *minor_status,
 
 static struct gss_config krb5_mechanism = {
     { GSS_MECH_KRB5_OID_LENGTH, GSS_MECH_KRB5_OID },
-    NULL,                                               
+    NULL,
     krb5_gss_acquire_cred,
     krb5_gss_release_cred,
     krb5_gss_init_sec_context,
@@ -674,8 +674,8 @@ static struct gss_config krb5_mechanism = {
     krb5_gss_set_sec_context_option,
     krb5_gssspi_set_cred_option,
     krb5_gssspi_mech_invoke,
-    NULL,                /* wrap_aead */        
-    NULL,                /* unwrap_aead */      
+    NULL,                /* wrap_aead */
+    NULL,                /* unwrap_aead */
     krb5_gss_wrap_iov,
     krb5_gss_unwrap_iov,
     krb5_gss_wrap_iov_length,
@@ -797,4 +797,3 @@ OM_uint32 gss_krb5int_initialize_library (void)
     return CALL_INIT_FUNCTION(gss_krb5int_lib_init);
 #endif
 }
-
index bbc124034931f85e156ca6823c3daa47a6a0ce65..1d0c57300d12aa056ba3800bb288d7cf8100de0a 100644 (file)
@@ -449,7 +449,7 @@ kg_seal_iov_length(OM_uint32 *minor_status,
                 *minor_status = code;
                 return GSS_S_FAILURE;
             }
-         
+
             if (k5_padlen == 0 && dce_style) {
                 /* Windows rejects AEAD tokens with non-zero EC */
                 code = krb5_c_block_size(context, enctype, &ec);
@@ -514,4 +514,3 @@ kg_seal_iov_length(OM_uint32 *minor_status,
 
     return GSS_S_COMPLETE;
 }
-
index 718903c3aab3ac588df4e59a51f5790d12f5576d..d8542760dda5b8fa2b1e079f79974ded95e8661c 100644 (file)
@@ -314,11 +314,11 @@ gss_krb5int_unseal_v3_iov(krb5_context context,
 
     acceptor_flag = ctx->initiate ? FLAG_SENDER_IS_ACCEPTOR : 0;
     key_usage = (toktype == KG_TOK_WRAP_MSG
-                 ? (!ctx->initiate 
+                 ? (!ctx->initiate
                     ? KG_USAGE_INITIATOR_SEAL
                     : KG_USAGE_ACCEPTOR_SEAL)
                  : (!ctx->initiate
-                    ? KG_USAGE_INITIATOR_SIGN 
+                    ? KG_USAGE_INITIATOR_SIGN
                     : KG_USAGE_ACCEPTOR_SIGN));
 
     kg_iov_msglen(iov, iov_count, &data_length, &assoc_data_length);
index b2eeee70015006ae2c0585cd85c2b6fcd1264894..87a4b20f96b1a595241279194e4652ca1c49cd06 100644 (file)
@@ -81,7 +81,7 @@ kg_unseal_v1_iov(krb5_context context,
     }
 
     ptr = (unsigned char *)header->buffer.value + token_wrapper_len;
-   
+
     signalg  = ptr[0];
     signalg |= ptr[1] << 8;
 
@@ -666,4 +666,3 @@ kg_unseal_iov(OM_uint32 *minor_status,
 
     return code;
 }
-
index fd10408fd77fa9af11b0d3901c6639ff123e2e0e..63a8d6f777efc0d1f200f4aa04c9c2cf65951f5b 100644 (file)
@@ -186,7 +186,7 @@ gss_krb5_set_allowable_enctypes(
     OM_uint32 major_status;
     struct krb5_gss_set_allowable_enctypes_req req;
     gss_buffer_desc req_buffer;
-    
+
     req.num_ktypes = num_ktypes;
     req.ktypes = ktypes;
 
@@ -225,7 +225,7 @@ gss_krb5_ccache_name(
                                       (const gss_OID)&req_oid,
                                       &req_buffer);
 
-    return major_status;    
+    return major_status;
 }
 
 OM_uint32 KRB5_CALLCONV
@@ -247,7 +247,7 @@ gss_krb5_free_lucid_sec_context(
                                       (const gss_OID)&req_oid,
                                       &req_buffer);
 
-    return major_status;    
+    return major_status;
 }
 
 OM_uint32 KRB5_CALLCONV
@@ -268,7 +268,7 @@ krb5_gss_register_acceptor_identity(const char *keytab)
                                       (const gss_OID)&req_oid,
                                       &req_buffer);
 
-    return major_status;    
+    return major_status;
 }
 
 krb5_error_code
@@ -368,7 +368,7 @@ gss_krb5_set_cred_rcache(
         GSS_KRB5_SET_CRED_RCACHE_OID };
     OM_uint32 major_status;
     gss_buffer_desc req_buffer;
-    
+
     req_buffer.length = sizeof(rcache);
     req_buffer.value = rcache;
 
@@ -416,4 +416,3 @@ gsskrb5_extract_authtime_from_sec_context(OM_uint32 *minor_status,
 
     return GSS_S_COMPLETE;
 }
-
index 4932bd98cab63aa8e0c7aa49dc64def278a5c9f6..db38e9eaba85576a06ed2019d829de075922447a 100644 (file)
@@ -104,7 +104,7 @@ kg_setup_keys(krb5_context context,
         ctx->signalg = -1;
         ctx->sealalg = -1;
     }
-        
+
     code = krb5int_accessor(&kaccess, KRB5INT_ACCESS_VERSION);
     if (code != 0)
         return code;
index 8427e95b4eaaed2404d520015dbe834c43d83d5e..94d62eace94dbfa636a0c7294ead964d881b0777 100644 (file)
@@ -269,9 +269,8 @@ asn1_error_code asn1_decode_boolean(asn1buf *buf, unsigned *val)
 
     retval = asn1buf_remove_octet(buf, &bval);
     if (retval) return retval;
+
     *val = (bval != 0x00);
+
     cleanup();
 }
-
index ac52ebead2f273e56042524f191a74a7e11cd103..1f2cce803eb0d41af338c3a00930223a87e07cef 100644 (file)
@@ -82,7 +82,7 @@ DEFFNLENTYPE(generalstring, char *, asn1_encode_generalstring);
 DEFFNLENTYPE(u_generalstring, unsigned char *, asn1_encode_generalstring);
 DEFFNLENTYPE(opaque, char *, asn1_encode_opaque);
 
-DEFFIELDTYPE(gstring_data, krb5_data, 
+DEFFIELDTYPE(gstring_data, krb5_data,
              FIELDOF_STRING(krb5_data, generalstring, data, length, -1));
 DEFPTRTYPE(gstring_data_ptr,gstring_data);
 
@@ -1174,7 +1174,7 @@ DEFSEQTYPE(pa_pac_request, krb5_pa_pac_req, pa_pac_request_fields, 0);
 #endif
 
 /* RFC 4537 */
-DEFFIELDTYPE(etype_list, krb5_etype_list, 
+DEFFIELDTYPE(etype_list, krb5_etype_list,
              FIELDOF_SEQOF_INT32(krb5_etype_list, int32_ptr, etypes, length, -1));
 
 /* Exported complete encoders -- these produce a krb5_data with
index 44013dafc0a6674348bc527c172ca8590fd146df..db76b2344b9cd02cc1b051be59b0485b01dc0685 100644 (file)
@@ -396,7 +396,7 @@ parse_counted_string(char **strptr, char **result)
  * Hash extension records have the format:
  *  client = <empty string>
  *  server = HASH:<msghash> <clientlen>:<client> <serverlen>:<server>
- * Spaces in the client and server string are represented with 
+ * Spaces in the client and server string are represented with
  * with backslashes.  Client and server lengths are represented in
  * ASCII decimal (which is different from the 32-bit binary we use
  * elsewhere in the replay cache).
index c17fa8aff3e1a79cde750b4cd61a0dd09f7d3983..5b860f1b3ab4fd4b813655afdf9dea1d683d64c5 100644 (file)
@@ -9,7 +9,7 @@
  *   require a specific license from the United States Government.
  *   It is the responsibility of any person or organization contemplating
  *   export to obtain such a license before exporting.
- * 
+ *
  * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
  * distribute this software and its documentation for any purpose and
  * without fee is hereby granted, provided that the above copyright
@@ -23,7 +23,7 @@
  * M.I.T. makes no representations about the suitability of
  * this software for any purpose.  It is provided "as is" without express
  * or implied warranty.
- * 
+ *
  *
  * replay cache default operations vector.
  */
index 427991c2eff41e52a722e662e98cc9368608ad15..0af8aff9960408f974d5ba2b3e6fce72df765e6f 100644 (file)
@@ -9,7 +9,7 @@
  *   require a specific license from the United States Government.
  *   It is the responsibility of any person or organization contemplating
  *   export to obtain such a license before exporting.
- * 
+ *
  * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
  * distribute this software and its documentation for any purpose and
  * without fee is hereby granted, provided that the above copyright
@@ -23,7 +23,7 @@
  * M.I.T. makes no representations about the suitability of
  * this software for any purpose.  It is provided "as is" without express
  * or implied warranty.
- * 
+ *
  * t_replay.c: Command-line interfaces to aid testing of replay cache
  *
  */
index ade9ec37f93b5e7ca27abd3754119a843137a850..1b937a3ed80ba93f85ff6b78cf132288bb04891f 100644 (file)
@@ -10,7 +10,7 @@
  *   require a specific license from the United States Government.
  *   It is the responsibility of any person or organization contemplating
  *   export to obtain such a license before exporting.
- * 
+ *
  * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
  * distribute this software and its documentation for any purpose and
  * without fee is hereby granted, provided that the above copyright
@@ -24,7 +24,7 @@
  * M.I.T. makes no representations about the suitability of
  * this software for any purpose.  It is provided "as is" without express
  * or implied warranty.
- * 
+ *
  * Internal declarations for the k5buf string buffer module.
  */
 
index 01dcbabf85743eabd5b1750a6add536db80408b7..98bb38e408896a73b25906a955c5f54453e1f736 100644 (file)
@@ -10,7 +10,7 @@
  *   require a specific license from the United States Government.
  *   It is the responsibility of any person or organization contemplating
  *   export to obtain such a license before exporting.
- * 
+ *
  * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
  * distribute this software and its documentation for any purpose and
  * without fee is hereby granted, provided that the above copyright
@@ -24,7 +24,7 @@
  * M.I.T. makes no representations about the suitability of
  * this software for any purpose.  It is provided "as is" without express
  * or implied warranty.
- * 
+ *
  * Implement the k5buf string buffer module.
  */
 
@@ -43,7 +43,7 @@
      len < space
      data[len] = '\0'
 */
+
 /* Make sure there is room for LEN more characters in BUF, in addition
    to the null terminator and what's already in there.  Return true on
    success.  On failure, set the error flag and return false. */
index 5eb0b9bf3a5137c57de903318edfc12ff3acab93..68916b360591cac2000473f3ca2ff6f1b984b377 100644 (file)
@@ -10,7 +10,7 @@
  *   require a specific license from the United States Government.
  *   It is the responsibility of any person or organization contemplating
  *   export to obtain such a license before exporting.
- * 
+ *
  * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
  * distribute this software and its documentation for any purpose and
  * without fee is hereby granted, provided that the above copyright
@@ -24,7 +24,7 @@
  * M.I.T. makes no representations about the suitability of
  * this software for any purpose.  It is provided "as is" without express
  * or implied warranty.
- * 
+ *
  * Test the k5buf string buffer module.
  */