remove trailing whitespace
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23815 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2006 Kungliga Tekniska Högskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
*
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer.
|
||||
*
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
*
|
||||
* 3. Neither the name of KTH nor the names of its contributors may be
|
||||
* used to endorse or promote products derived from this software without
|
||||
@@ -68,7 +68,7 @@ test_ap(krb5_context context,
|
||||
krb5_principal sprincipal,
|
||||
krb5_keytab keytab,
|
||||
krb5_ccache ccache,
|
||||
const krb5_flags client_flags)
|
||||
const krb5_flags client_flags)
|
||||
{
|
||||
krb5_error_code ret;
|
||||
krb5_auth_context client_ac = NULL, server_ac = NULL;
|
||||
@@ -173,7 +173,7 @@ main(int argc, char **argv)
|
||||
|
||||
if(getarg(args, sizeof(args) / sizeof(args[0]), argc, argv, &optidx))
|
||||
usage(1);
|
||||
|
||||
|
||||
if (help_flag)
|
||||
usage (0);
|
||||
|
||||
@@ -187,7 +187,7 @@ main(int argc, char **argv)
|
||||
|
||||
if (argc < 3)
|
||||
usage(1);
|
||||
|
||||
|
||||
principal = argv[0];
|
||||
keytab = argv[1];
|
||||
ccache = argv[2];
|
||||
|
@@ -15,7 +15,7 @@ windc_fini(void *ctx)
|
||||
{
|
||||
}
|
||||
|
||||
static krb5_error_code
|
||||
static krb5_error_code
|
||||
pac_generate(void *ctx, krb5_context context,
|
||||
struct hdb_entry_ex *client, krb5_pac *pac)
|
||||
{
|
||||
@@ -38,10 +38,10 @@ pac_generate(void *ctx, krb5_context context,
|
||||
return 0;
|
||||
}
|
||||
|
||||
static krb5_error_code
|
||||
static krb5_error_code
|
||||
pac_verify(void *ctx, krb5_context context,
|
||||
const krb5_principal client_principal,
|
||||
struct hdb_entry_ex *client,
|
||||
struct hdb_entry_ex *client,
|
||||
struct hdb_entry_ex *server,
|
||||
krb5_pac *pac)
|
||||
{
|
||||
@@ -59,10 +59,10 @@ pac_verify(void *ctx, krb5_context context,
|
||||
return 0;
|
||||
}
|
||||
|
||||
static krb5_error_code
|
||||
static krb5_error_code
|
||||
client_access(void *ctx,
|
||||
krb5_context context,
|
||||
struct hdb_entry_ex *client,
|
||||
krb5_context context,
|
||||
struct hdb_entry_ex *client,
|
||||
KDC_REQ *req,
|
||||
krb5_data *data)
|
||||
{
|
||||
|
Reference in New Issue
Block a user