diff options
Diffstat (limited to 'eBones/lib')
38 files changed, 331 insertions, 331 deletions
diff --git a/eBones/lib/libacl/acl_files.c b/eBones/lib/libacl/acl_files.c index 6f7f3fdba6fe..1b97bb23c0e6 100644 --- a/eBones/lib/libacl/acl_files.c +++ b/eBones/lib/libacl/acl_files.c @@ -6,12 +6,12 @@ * <mit-copyright.h>. * * from: acl_files.c,v 4.4 89/12/19 13:30:53 jtkohl Exp $ - * $Id: acl_files.c,v 1.2 1994/07/19 19:21:18 g89r4222 Exp $ + * $Id: acl_files.c,v 1.1.1.1 1994/09/30 14:49:48 csgr Exp $ */ #ifndef lint static char rcsid[] = -"$Id: acl_files.c,v 1.2 1994/07/19 19:21:18 g89r4222 Exp $"; +"$Id: acl_files.c,v 1.1.1.1 1994/09/30 14:49:48 csgr Exp $"; #endif lint @@ -86,7 +86,7 @@ char *canon; dot = NULL; } } - + /* No such luck */ end = principal + strlen(principal); @@ -121,7 +121,7 @@ char *canon; strcpy(canon, KRB_REALM); } } - + /* Get a lock to modify acl_file */ /* Return new FILE pointer */ /* or NULL if file cannot be modified */ @@ -176,7 +176,7 @@ char *acl_file; /* Closes f */ static int acl_commit(acl_file, f) char *acl_file; -FILE *f; +FILE *f; { char new[LINESIZE]; int ret; @@ -203,7 +203,7 @@ FILE *f; static int acl_abort(acl_file, f) char *acl_file; -FILE *f; +FILE *f; { char new[LINESIZE]; int ret; @@ -471,7 +471,7 @@ char *principal; sprintf(buf, "*.*%s", realm); if(acl_exact_match(acl, buf) || acl_exact_match(acl, "*.*@*")) return(1); - + return(0); } diff --git a/eBones/lib/libkadm/kadm.h b/eBones/lib/libkadm/kadm.h index 66284f4cce33..965b530077d0 100644 --- a/eBones/lib/libkadm/kadm.h +++ b/eBones/lib/libkadm/kadm.h @@ -1,7 +1,7 @@ /* - * $Source: /afs/athena.mit.edu/astaff/project/kerberos/src/include/RCS/kadm.h,v $ - * $Author: jtkohl $ - * Header: /afs/athena.mit.edu/astaff/project/kerberos/src/include/RCS/kadm.h,v 4.2 89/09/26 09:15:20 jtkohl Exp + * $Source: /home/ncvs/src/eBones/libkadm/kadm.h,v $ + * $Author: wollman $ + * Header: /afs/athena.mit.edu/astaff/project/kerberos/src/include/RCS/kadm.h,v 4.2 89/09/26 09:15:20 jtkohl Exp * * Copyright 1988 by the Massachusetts Institute of Technology. * diff --git a/eBones/lib/libkadm/kadm_cli_wrap.c b/eBones/lib/libkadm/kadm_cli_wrap.c index ca20601cd066..7e1cfa9640b3 100644 --- a/eBones/lib/libkadm/kadm_cli_wrap.c +++ b/eBones/lib/libkadm/kadm_cli_wrap.c @@ -13,11 +13,11 @@ static char rcsid_kadm_cli_wrap_c[] = "from: Id: kadm_cli_wrap.c,v 4.6 89/12/30 20:09:45 qjb Exp"; #endif static const char rcsid[] = - "$Id$"; + "$Id: kadm_cli_wrap.c,v 1.1 1995/01/20 02:02:51 wollman Exp $"; #endif lint /* - * kadm_cli_wrap.c the client side wrapping of the calls to the admin server + * kadm_cli_wrap.c the client side wrapping of the calls to the admin server */ #include <sys/types.h> @@ -26,7 +26,7 @@ static const char rcsid[] = #include <netdb.h> #include <sys/socket.h> #include <kadm.h> -#include <kadm_err.h> +#include <kadm_err.h> #include <krb_err.h> #ifndef NULL @@ -42,7 +42,7 @@ static Kadm_Client client_parm; static des_cblock sess_key; /* to be filled in by kadm_cli_keyd */ static Key_schedule sess_sched; -static +static clear_secrets() { bzero((char *)sess_key, sizeof(sess_key)); @@ -54,9 +54,9 @@ clear_secrets() * kadm_init_link * receives : name, inst, realm * - * initializes client parm, the Kadm_Client structure which holds the - * data about the connection between the server and client, the services - * used, the locations and other fun things + * initializes client parm, the Kadm_Client structure which holds the + * data about the connection between the server and client, the services + * used, the locations and other fun things */ kadm_init_link(n, i, r) char n[]; @@ -94,11 +94,11 @@ char r[]; /* * kadm_change_pw - * recieves : key + * recieves : key * * Replaces the password (i.e. des key) of the caller with that specified in * key. Returns no actual data from the master server, since this is called - * by a user + * by a user */ kadm_change_pw(newkey) des_cblock newkey; /* The DES form of the users key */ @@ -126,7 +126,7 @@ des_cblock newkey; /* The DES form of the users key */ bcopy((char *) newkey, (char *) &keytmp, 4); keytmp = htonl(keytmp); stsize += vts_long(keytmp, &send_st, stsize); - + retc = kadm_cli_send(send_st, stsize, &ret_st, &ret_sz); free((char *)send_st); if (retc == KADM_SUCCESS) { @@ -139,11 +139,11 @@ des_cblock newkey; /* The DES form of the users key */ /* * kadm_add * receives : vals - * returns : vals + * returns : vals * * Adds and entry containing values to the database returns the values of the * entry, so if you leave certain fields blank you will be able to determine - * the default values they are set to + * the default values they are set to */ kadm_add(vals) Kadm_vals *vals; @@ -176,8 +176,8 @@ Kadm_vals *vals; /* * kadm_mod * receives : KTEXT, {values, values} - * returns : CKSUM, RETCODE, {values} - * acl : su, sms (as register or dealloc) + * returns : CKSUM, RETCODE, {values} + * acl : su, sms (as register or dealloc) * * Modifies all entries corresponding to the first values so they match the * second values. returns the values for the changed entries in vals2 @@ -220,13 +220,13 @@ Kadm_vals *vals2; /* * kadm_get - * receives : KTEXT, {values, flags} + * receives : KTEXT, {values, flags} * returns : CKSUM, RETCODE, {count, values, values, values} - * acl : su + * acl : su * * gets the fields requested by flags from all entries matching values returns * this data for each matching recipient, after a count of how many such - * matches there were + * matches there were */ kadm_get(vals, fl) Kadm_vals *vals; @@ -265,7 +265,7 @@ u_char fl[4]; * kadm_cli_send * recieves : opcode, packet, packet length, serv_name, serv_inst * returns : return code from the packet build, the server, or - * something else + * something else * * It assembles a packet as follows: * 8 bytes : VERSION STRING @@ -273,11 +273,11 @@ u_char fl[4]; * : KTEXT * : OPCODE \ * : DATA > Encrypted (with make priv) - * : ...... / + * : ...... / * * If it builds the packet and it is small enough, then it attempts to open the * connection to the admin server. If the connection is succesfully open - * then it sends the data and waits for a reply. + * then it sends the data and waits for a reply. */ kadm_cli_send(st_dat, st_siz, ret_dat, ret_siz) u_char *st_dat; /* the actual data */ diff --git a/eBones/lib/libkadm/kadm_stream.c b/eBones/lib/libkadm/kadm_stream.c index c5990a0849d1..6ceb02ef75ab 100644 --- a/eBones/lib/libkadm/kadm_stream.c +++ b/eBones/lib/libkadm/kadm_stream.c @@ -13,7 +13,7 @@ static char rcsid_kadm_stream_c[] = "Header: /afs/athena.mit.edu/astaff/project/kerberos/src/lib/kadm/RCS/kadm_stream.c,v 4.2 89/09/26 09:20:48 jtkohl Exp "; #endif static const char rcsid[] = - "$Id$"; + "$Id: kadm_stream.c,v 1.1 1995/01/20 02:02:53 wollman Exp $"; #endif lint /* @@ -32,11 +32,11 @@ static const char rcsid[] = #define min(a,b) (((a) < (b)) ? (a) : (b)) -/* +/* vals_to_stream recieves : kadm_vals *, u_char * returns : a realloced and filled in u_char * - + this function creates a byte-stream representation of the kadm_vals structure */ vals_to_stream(dt_in, dt_out) @@ -64,16 +64,16 @@ u_char **dt_out; case KADM_MAXLIFE: stsize+=vts_char(dt_in->max_life, dt_out, stsize); break; - case KADM_DESKEY: - stsize+=vts_long(dt_in->key_high, dt_out, stsize); - stsize+=vts_long(dt_in->key_low, dt_out, stsize); + case KADM_DESKEY: + stsize+=vts_long(dt_in->key_high, dt_out, stsize); + stsize+=vts_long(dt_in->key_low, dt_out, stsize); break; default: break; } } return(stsize); -} +} build_field_header(cont, st) u_char *cont; /* container for fields data */ @@ -120,7 +120,7 @@ int loc; /* offset into the stream for current data */ return sizeof(u_long); } - + vts_char(dat, st, loc) u_char dat; /* the attributes field */ u_char **st; /* a base pointer to the stream */ @@ -130,12 +130,12 @@ int loc; /* offset into the stream for current data */ (*st)[loc] = (u_char) dat; return 1; } - -/* + +/* stream_to_vals recieves : u_char *, kadm_vals * returns : a kadm_vals filled in according to u_char * - + this decodes a byte stream represntation of a vals struct into kadm_vals */ stream_to_vals(dt_in, dt_out, maxlen) @@ -198,7 +198,7 @@ int maxlen; /* max length to use */ break; } return stsize; -} +} check_field_header(st, cont, maxlen) u_char *st; /* stream */ @@ -258,7 +258,7 @@ int maxlen; /* maximum length of st */ *dat = ntohl(temp); /* convert to network order */ return sizeof(u_long); } - + stv_char(st, dat, loc, maxlen) u_char *st; /* a base pointer to the stream */ u_char *dat; /* the attributes field */ diff --git a/eBones/lib/libkadm/kadm_supp.c b/eBones/lib/libkadm/kadm_supp.c index df97f17cfd45..8b1862123c12 100644 --- a/eBones/lib/libkadm/kadm_supp.c +++ b/eBones/lib/libkadm/kadm_supp.c @@ -13,7 +13,7 @@ static char rcsid_kadm_supp_c[] = "Header: /afs/athena.mit.edu/astaff/project/kerberos/src/lib/kadm/RCS/kadm_supp.c,v 4.1 89/09/26 09:21:07 jtkohl Exp "; #endif static const char rcsid[] = - "$Id$"; + "$Id: kadm_supp.c,v 1.1 1995/01/20 02:02:54 wollman Exp $"; #endif lint /* @@ -28,7 +28,7 @@ static const char rcsid[] = #include "kadm.h" #include "krb_db.h" - + /* prin_vals: recieves : a vals structure @@ -37,7 +37,7 @@ prin_vals(vals) Kadm_vals *vals; { printf("Info in Database for %s.%s:\n", vals->name, vals->instance); - printf(" Max Life: %d Exp Date: %s\n",vals->max_life, + printf(" Max Life: %d Exp Date: %s\n",vals->max_life, asctime(localtime((long *)&vals->exp_date))); printf(" Attribs: %.2x key: %u %u\n",vals->attributes, vals->key_low, vals->key_high); @@ -54,7 +54,7 @@ int s; #endif /* kadm_prin_to_vals takes a fields arguments, a Kadm_vals and a Principal, - it copies the fields in Principal specified by fields into Kadm_vals, + it copies the fields in Principal specified by fields into Kadm_vals, i.e from old to new */ kadm_prin_to_vals(fields, new, old) @@ -64,28 +64,28 @@ Principal *old; { bzero((char *)new, sizeof(*new)); if (IS_FIELD(KADM_NAME,fields)) { - (void) strncpy(new->name, old->name, ANAME_SZ); + (void) strncpy(new->name, old->name, ANAME_SZ); SET_FIELD(KADM_NAME, new->fields); } if (IS_FIELD(KADM_INST,fields)) { - (void) strncpy(new->instance, old->instance, INST_SZ); + (void) strncpy(new->instance, old->instance, INST_SZ); SET_FIELD(KADM_INST, new->fields); - } + } if (IS_FIELD(KADM_EXPDATE,fields)) { - new->exp_date = old->exp_date; + new->exp_date = old->exp_date; SET_FIELD(KADM_EXPDATE, new->fields); - } + } if (IS_FIELD(KADM_ATTR,fields)) { - new->attributes = old->attributes; + new->attributes = old->attributes; SET_FIELD(KADM_MAXLIFE, new->fields); - } + } if (IS_FIELD(KADM_MAXLIFE,fields)) { - new->max_life = old->max_life; + new->max_life = old->max_life; SET_FIELD(KADM_MAXLIFE, new->fields); - } + } if (IS_FIELD(KADM_DESKEY,fields)) { - new->key_low = old->key_low; - new->key_high = old->key_high; + new->key_low = old->key_low; + new->key_high = old->key_high; SET_FIELD(KADM_DESKEY, new->fields); } } @@ -98,17 +98,17 @@ Kadm_vals *old; bzero((char *)new, sizeof(*new)); if (IS_FIELD(KADM_NAME,fields)) - (void) strncpy(new->name, old->name, ANAME_SZ); + (void) strncpy(new->name, old->name, ANAME_SZ); if (IS_FIELD(KADM_INST,fields)) - (void) strncpy(new->instance, old->instance, INST_SZ); + (void) strncpy(new->instance, old->instance, INST_SZ); if (IS_FIELD(KADM_EXPDATE,fields)) - new->exp_date = old->exp_date; + new->exp_date = old->exp_date; if (IS_FIELD(KADM_ATTR,fields)) - new->attributes = old->attributes; + new->attributes = old->attributes; if (IS_FIELD(KADM_MAXLIFE,fields)) - new->max_life = old->max_life; + new->max_life = old->max_life; if (IS_FIELD(KADM_DESKEY,fields)) { - new->key_low = old->key_low; - new->key_high = old->key_high; + new->key_low = old->key_low; + new->key_high = old->key_high; } } diff --git a/eBones/lib/libkdb/krb_cache.c b/eBones/lib/libkdb/krb_cache.c index 4d8c594dc24b..8da1d7ddc43e 100644 --- a/eBones/lib/libkdb/krb_cache.c +++ b/eBones/lib/libkdb/krb_cache.c @@ -1,17 +1,17 @@ /* - * Copyright 1988 by the Massachusetts Institute of Technology. + * Copyright 1988 by the Massachusetts Institute of Technology. * For copying and distribution information, please see the file * <Copyright.MIT>. * * This is where a cache would be implemented, if it were necessary. * * from: krb_cache.c,v 4.5 89/01/24 18:12:34 jon Exp $ - * $Id: krb_cache.c,v 1.2 1994/07/19 19:23:35 g89r4222 Exp $ + * $Id: krb_cache.c,v 1.1.1.1 1994/09/30 14:49:55 csgr Exp $ */ #ifndef lint static char rcsid[] = -"$Id: krb_cache.c,v 1.2 1994/07/19 19:23:35 g89r4222 Exp $"; +"$Id: krb_cache.c,v 1.1.1.1 1994/09/30 14:49:55 csgr Exp $"; #endif lint #include <stdio.h> @@ -34,7 +34,7 @@ extern long kerb_debug; static init = 0; /* - * initialization routine for cache + * initialization routine for cache */ int @@ -45,7 +45,7 @@ kerb_cache_init() } /* - * look up a principal in the cache returns number of principals found + * look up a principal in the cache returns number of principals found */ int @@ -66,7 +66,7 @@ kerb_cache_get_principal(serv, inst, principal, max) fprintf(stderr, "cache_get_principal for %s %s max = %d\n", serv, inst, max); #endif DEBUG - + #ifdef DEBUG if (kerb_debug & 2) { if (found) { @@ -83,7 +83,7 @@ kerb_cache_get_principal(serv, inst, principal, max) /* * insert/replace a principal in the cache returns number of principals - * inserted + * inserted */ int @@ -106,13 +106,13 @@ kerb_cache_put_principal(principal, max) max); } #endif - + for (i = 0; i < max; i++) { #ifdef DEBUG if (kerb_debug & 2) fprintf(stderr, "\n %s %s", principal->name, principal->instance); -#endif +#endif /* DO IT */ count++; principal++; @@ -121,7 +121,7 @@ kerb_cache_put_principal(principal, max) } /* - * look up a dba in the cache returns number of dbas found + * look up a dba in the cache returns number of dbas found */ int @@ -158,7 +158,7 @@ kerb_cache_get_dba(serv, inst, dba, max) } /* - * insert/replace a dba in the cache returns number of dbas inserted + * insert/replace a dba in the cache returns number of dbas inserted */ int @@ -183,7 +183,7 @@ kerb_cache_put_dba(dba, max) if (kerb_debug & 2) fprintf(stderr, "\n %s %s", dba->name, dba->instance); -#endif +#endif /* DO IT */ count++; dba++; diff --git a/eBones/lib/libkdb/krb_dbm.c b/eBones/lib/libkdb/krb_dbm.c index 25ec48f8b53e..8bc283b98d76 100644 --- a/eBones/lib/libkdb/krb_dbm.c +++ b/eBones/lib/libkdb/krb_dbm.c @@ -1,15 +1,15 @@ /* - * Copyright 1988 by the Massachusetts Institute of Technology. + * Copyright 1988 by the Massachusetts Institute of Technology. * For copying and distribution information, please see the file - * <Copyright.MIT>. + * <Copyright.MIT>. * * from: krb_dbm.c,v 4.9 89/04/18 16:15:13 wesommer Exp $ - * $Id: krb_dbm.c,v 1.1.1.1 1994/09/30 14:49:55 csgr Exp $ + * $Id: krb_dbm.c,v 1.2 1995/01/25 19:45:25 ache Exp $ */ #ifndef lint static char rcsid[] = -"$Id: krb_dbm.c,v 1.1.1.1 1994/09/30 14:49:55 csgr Exp $"; +"$Id: krb_dbm.c,v 1.2 1995/01/25 19:45:25 ache Exp $"; #endif lint #if defined(__FreeBSD__) @@ -69,14 +69,14 @@ static int non_blocking = 0; /* * Locking: - * + * * There are two distinct locking protocols used. One is designed to * lock against processes (the admin_server, for one) which make * incremental changes to the database; the other is designed to lock * against utilities (kdb_util, kpropd) which replace the entire * database in one fell swoop. * - * The first locking protocol is implemented using flock() in the + * The first locking protocol is implemented using flock() in the * krb_dbl_lock() and krb_dbl_unlock routines. * * The second locking protocol is necessary because DBM "files" are @@ -93,12 +93,12 @@ static int non_blocking = 0; * either time, the reader sleeps for a second to let things * stabilize, and then tries again; if it does not succeed after * KERB_DB_MAX_RETRY attempts, it gives up. - * + * * On update, the semaphore file is deleted (if it exists) before any * update takes place; at the end of the update, it is replaced, with * a version number strictly greater than the version number which * existed at the start of the update. - * + * * If the system crashes in the middle of an update, the semaphore * file is not automatically created on reboot; this is a feature, not * a bug, since the database may be inconsistant. Note that the @@ -140,7 +140,7 @@ static char *gen_dbsuffix(db_name, sfx) char *sfx; { char *dbsuffix; - + if (sfx == NULL) sfx = ".ok"; @@ -162,7 +162,7 @@ kerb_db_init() /* * gracefully shut down database--must be called by ANY program that does - * a kerb_db_init + * a kerb_db_init */ kerb_db_fini() @@ -201,7 +201,7 @@ long kerb_get_db_age() struct stat st; char *okname; long age; - + okname = gen_dbsuffix(current_db_name, ".ok"); if (stat (okname, &st) < 0) @@ -226,7 +226,7 @@ static long kerb_start_update(db_name) { char *okname = gen_dbsuffix(db_name, ".ok"); long age = kerb_get_db_age(); - + if (unlink(okname) < 0 && errno != ENOENT) { age = -1; @@ -243,7 +243,7 @@ static long kerb_end_update(db_name, age) int retval = 0; char *new_okname = gen_dbsuffix(db_name, ".ok#"); char *okname = gen_dbsuffix(db_name, ".ok"); - + fd = open (new_okname, O_CREAT|O_RDWR|O_TRUNC, 0600); if (fd < 0) retval = errno; @@ -355,7 +355,7 @@ kerb_db_rename(from, to) char *fromok = gen_dbsuffix(from, ".ok"); long trans = kerb_start_update(to); int ok; - + #ifndef __FreeBSD__ if ((rename (fromdir, todir) == 0) && (rename (frompag, topag) == 0)) { @@ -384,7 +384,7 @@ kerb_db_rename(from, to) /* * look up a principal in the data base returns number of principals - * found , and whether there were more than requested. + * found , and whether there were more than requested. */ kerb_db_get_principal(name, inst, principal, max, more) @@ -627,7 +627,7 @@ delta_stat(a, b, c) /* * look up a dba in the data base returns number of dbas found , and - * whether there were more than requested. + * whether there were more than requested. */ kerb_db_get_dba(dba_name, dba_inst, dba, max, more) @@ -650,7 +650,7 @@ kerb_db_iterate (func, arg) Principal *principal; int code; DBM *db; - + kerb_db_init(); /* initialize and open the database */ if ((code = kerb_dbl_lock(KERB_DBL_SHARED)) != 0) return code; @@ -701,7 +701,7 @@ static int kerb_dbl_lock(mode) int mode; { int flock_mode; - + if (!inited) kerb_dbl_init(); if (mylock) { /* Detect lock call when lock already @@ -723,8 +723,8 @@ static int kerb_dbl_lock(mode) } if (non_blocking) flock_mode |= LOCK_NB; - - if (flock(dblfd, flock_mode) < 0) + + if (flock(dblfd, flock_mode) < 0) return errno; mylock++; return 0; diff --git a/eBones/lib/libkdb/krb_kdb_utils.c b/eBones/lib/libkdb/krb_kdb_utils.c index 5fccc537e44c..c283e0f7aa8d 100644 --- a/eBones/lib/libkdb/krb_kdb_utils.c +++ b/eBones/lib/libkdb/krb_kdb_utils.c @@ -10,12 +10,12 @@ * Jon Rochlis, MIT Telecom, March 1988 * * from: krb_kdb_utils.c,v 4.1 89/07/26 11:01:12 jtkohl Exp $ - * $Id: krb_kdb_utils.c,v 1.2 1994/07/19 19:23:38 g89r4222 Exp $ + * $Id: krb_kdb_utils.c,v 1.1.1.1 1994/09/30 14:49:55 csgr Exp $ */ #ifndef lint static char rcsid[] = -"$Id: krb_kdb_utils.c,v 1.2 1994/07/19 19:23:38 g89r4222 Exp $"; +"$Id: krb_kdb_utils.c,v 1.1.1.1 1994/09/30 14:49:55 csgr Exp $"; #endif lint #include <des.h> @@ -79,7 +79,7 @@ long kdb_verify_master_key (master_key, master_key_sched, out) n = kerb_get_principal(KERB_M_NAME, KERB_M_INST, principal_data, 1 /* only one please */, &more); if ((n != 1) || more) { - if (out != (FILE *) NULL) + if (out != (FILE *) NULL) fprintf(out, "verify_master_key: %s, %d found.\n", "Kerberos error on master key version lookup", @@ -96,11 +96,11 @@ long kdb_verify_master_key (master_key, master_key_sched, out) /* * now use the master key to decrypt the key in the db, had better - * be the same! + * be the same! */ bcopy(&principal_data[0].key_low, key_from_db, 4); bcopy(&principal_data[0].key_high, ((long *) key_from_db) + 1, 4); - kdb_encrypt_key (key_from_db, key_from_db, + kdb_encrypt_key (key_from_db, key_from_db, master_key, master_key_sched, DECRYPT); /* the decrypted database key had better equal the master key */ diff --git a/eBones/lib/libkdb/krb_lib.c b/eBones/lib/libkdb/krb_lib.c index f0f1f6f67dcb..b90d1a5cf8bb 100644 --- a/eBones/lib/libkdb/krb_lib.c +++ b/eBones/lib/libkdb/krb_lib.c @@ -1,16 +1,16 @@ /* - * $Source: /home/CVS/src/eBones/kdb/krb_lib.c,v $ - * $Author: g89r4222 $ + * $Source: /home/ncvs/src/eBones/kdb/krb_lib.c,v $ + * $Author: csgr $ * - * Copyright 1988 by the Massachusetts Institute of Technology. + * Copyright 1988 by the Massachusetts Institute of Technology. * * For copying and distribution information, please see the file - * <mit-copyright.h>. + * <mit-copyright.h>. */ #ifndef lint static char rcsid[] = -"$Id: krb_lib.c,v 1.2 1994/07/19 19:23:39 g89r4222 Exp $"; +"$Id: krb_lib.c,v 1.1.1.1 1994/09/30 14:49:55 csgr Exp $"; #endif lint #include <stdio.h> @@ -37,7 +37,7 @@ extern char *getenv(); static init = 0; /* - * initialization routine for data base + * initialization routine for data base */ int @@ -64,7 +64,7 @@ kerb_init() /* * finalization routine for database -- NOTE: MUST be called by any * program using kerb_init. ALSO will have to be modified to finalize - * caches, if they're ever really implemented. + * caches, if they're ever really implemented. */ int @@ -75,7 +75,7 @@ kerb_fini() /* * look up a principal in the cache or data base returns number of - * principals found + * principals found */ int @@ -99,10 +99,10 @@ kerb_get_principal(name, inst, principal, max, more) fprintf(stderr, "\n%s: kerb_get_principal for %s %s max = %d\n", progname, name, inst, max); #endif - + /* * if this is a request including a wild card, have to go to db - * since the cache may not be exhaustive. + * since the cache may not be exhaustive. */ /* clear the principal area */ @@ -111,7 +111,7 @@ kerb_get_principal(name, inst, principal, max, more) #ifdef CACHE /* * so check to see if the name contains a wildcard "*" or "?", not - * preceeded by a backslash. + * preceeded by a backslash. */ wild = 0; if (index(name, '*') || index(name, '?') || @@ -206,7 +206,7 @@ kerb_get_dba(name, inst, dba, max, more) #endif /* * if this is a request including a wild card, have to go to db - * since the cache may not be exhaustive. + * since the cache may not be exhaustive. */ /* clear the dba area */ @@ -215,7 +215,7 @@ kerb_get_dba(name, inst, dba, max, more) #ifdef CACHE /* * so check to see if the name contains a wildcard "*" or "?", not - * preceeded by a backslash. + * preceeded by a backslash. */ wild = 0; diff --git a/eBones/lib/libkdb/print_princ.c b/eBones/lib/libkdb/print_princ.c index 730cfb7dbf83..d04ca39474fd 100644 --- a/eBones/lib/libkdb/print_princ.c +++ b/eBones/lib/libkdb/print_princ.c @@ -1,15 +1,15 @@ /* - * Copyright 1988 by the Massachusetts Institute of Technology. + * Copyright 1988 by the Massachusetts Institute of Technology. * For copying and distribution information, please see the file - * <Copyright.MIT>. + * <Copyright.MIT>. * - * from: $Header: /home/CVS/src/eBones/kdb/print_princ.c,v 1.2 1994/07/19 19:23:41 g89r4222 Exp $ - * $Id: print_princ.c,v 1.2 1994/07/19 19:23:41 g89r4222 Exp $ + * from: $Header: /home/ncvs/src/eBones/kdb/print_princ.c,v 1.1.1.1 1994/09/30 14:49:55 csgr Exp $ + * $Id: print_princ.c,v 1.1.1.1 1994/09/30 14:49:55 csgr Exp $ */ #ifndef lint static char rcsid[] = -"$Id: print_princ.c,v 1.2 1994/07/19 19:23:41 g89r4222 Exp $"; +"$Id: print_princ.c,v 1.1.1.1 1994/09/30 14:49:55 csgr Exp $"; #endif lint #include <stdio.h> diff --git a/eBones/lib/libkrb/create_auth_reply.c b/eBones/lib/libkrb/create_auth_reply.c index e47d4df08d90..bfc3cfee0071 100644 --- a/eBones/lib/libkrb/create_auth_reply.c +++ b/eBones/lib/libkrb/create_auth_reply.c @@ -5,12 +5,12 @@ * <Copyright.MIT>. * * from: create_auth_reply.c,v 4.10 89/01/13 17:47:38 steiner Exp $ - * $Id: create_auth_reply.c,v 1.2 1994/07/19 19:24:56 g89r4222 Exp $ + * $Id: create_auth_reply.c,v 1.1.1.1 1994/09/30 14:49:59 csgr Exp $ */ #ifndef lint static char *rcsid = -"$Id: create_auth_reply.c,v 1.2 1994/07/19 19:24:56 g89r4222 Exp $"; +"$Id: create_auth_reply.c,v 1.1.1.1 1994/09/30 14:49:59 csgr Exp $"; #endif /* lint */ #include <krb.h> @@ -30,34 +30,34 @@ static char *rcsid = * must copy it elsewhere. * * The packet is built in the following format: - * + * * variable * type or constant data * ---- ----------- ---- - * + * * unsigned char KRB_PROT_VERSION protocol version number - * + * * unsigned char AUTH_MSG_KDC_REPLY protocol message type - * + * * [least significant HOST_BYTE_ORDER sender's (server's) byte * bit of above field] order - * + * * string pname principal's name - * + * * string pinst principal's instance - * + * * string prealm principal's realm - * + * * unsigned long time_ws client's timestamp - * + * * unsigned char n number of tickets - * + * * unsigned long x_date expiration date - * + * * unsigned char kvno master key version - * + * * short w_1 cipher length - * + * * --- cipher->dat cipher data */ diff --git a/eBones/lib/libkrb/create_ciph.c b/eBones/lib/libkrb/create_ciph.c index c3bc0db0840c..634d37193ac2 100644 --- a/eBones/lib/libkrb/create_ciph.c +++ b/eBones/lib/libkrb/create_ciph.c @@ -5,12 +5,12 @@ * <Copyright.MIT>. * * from: create_ciph.c,v 4.8 89/05/18 21:24:26 jis Exp $ - * $Id: create_ciph.c,v 1.2 1994/07/19 19:24:58 g89r4222 Exp $ + * $Id: create_ciph.c,v 1.1.1.1 1994/09/30 14:49:59 csgr Exp $ */ #ifndef lint static char *rcsid = -"$Id: create_ciph.c,v 1.2 1994/07/19 19:24:58 g89r4222 Exp $"; +"$Id: create_ciph.c,v 1.1.1.1 1994/09/30 14:49:59 csgr Exp $"; #endif /* lint */ #include <krb.h> @@ -30,24 +30,24 @@ static char *rcsid = * variable * type or constant data * ---- ----------- ---- - * - * + * + * * 8 bytes session session key for client, service - * + * * string service service name - * + * * string instance service instance - * + * * string realm KDC realm - * + * * unsigned char life ticket lifetime - * + * * unsigned char kvno service key version number - * + * * unsigned char tkt->length length of following ticket - * + * * data tkt->dat ticket for service - * + * * 4 bytes kdc_time KDC's timestamp * * <=7 bytes null null pad to 8 byte multiple diff --git a/eBones/lib/libkrb/create_death_packet.c b/eBones/lib/libkrb/create_death_packet.c index f747d6bba8d0..080e8a87a4b7 100644 --- a/eBones/lib/libkrb/create_death_packet.c +++ b/eBones/lib/libkrb/create_death_packet.c @@ -5,12 +5,12 @@ * <Copyright.MIT>. * * from: create_death_packet.c,v 4.9 89/01/17 16:05:59 rfrench Exp $ - * $Id: create_death_packet.c,v 1.2 1994/07/19 19:24:59 g89r4222 Exp $ + * $Id: create_death_packet.c,v 1.1.1.1 1994/09/30 14:49:59 csgr Exp $ */ #ifndef lint static char *rcsid = -"$Id: create_death_packet.c,v 1.2 1994/07/19 19:24:59 g89r4222 Exp $"; +"$Id: create_death_packet.c,v 1.1.1.1 1994/09/30 14:49:59 csgr Exp $"; #endif /* lint */ #include <krb.h> @@ -32,12 +32,12 @@ static char *rcsid = * ---- ----------- ---- * * unsigned char KRB_PROT_VERSION protocol version number - * + * * unsigned char AUTH_MSG_DIE message type - * + * * [least significant HOST_BYTE_ORDER byte order of sender * bit of above field] - * + * * string a_name presumably, name of * principal sending killer * packet diff --git a/eBones/lib/libkrb/create_ticket.c b/eBones/lib/libkrb/create_ticket.c index 984d8e9d5c9c..95d5cedd11c9 100644 --- a/eBones/lib/libkrb/create_ticket.c +++ b/eBones/lib/libkrb/create_ticket.c @@ -1,16 +1,16 @@ -/* +/* * Copyright 1985, 1986, 1987, 1988 by the Massachusetts Institute * of Technology. * For copying and distribution information, please see the file * <Copyright.MIT>. * * from: create_ticket.c,v 4.11 89/03/22 14:43:23 jtkohl Exp $ - * $Id: create_ticket.c,v 1.2 1994/07/19 19:25:01 g89r4222 Exp $ + * $Id: create_ticket.c,v 1.1.1.1 1994/09/30 14:49:59 csgr Exp $ */ #ifndef lint static char rcsid[] = -"$Id: create_ticket.c,v 1.2 1994/07/19 19:25:01 g89r4222 Exp $"; +"$Id: create_ticket.c,v 1.1.1.1 1994/09/30 14:49:59 csgr Exp $"; #endif /* lint */ #include <stdio.h> @@ -35,35 +35,35 @@ static char rcsid[] = * corresponding changes should also be made to that file. * * The packet is built in the following format: - * + * * variable * type or constant data * ---- ----------- ---- * * tkt->length length of ticket (multiple of 8 bytes) - * + * * tkt->dat: - * + * * unsigned char flags namely, HOST_BYTE_ORDER - * + * * string pname client's name - * + * * string pinstance client's instance - * + * * string prealm client's realm - * + * * 4 bytes paddress client's address - * + * * 8 bytes session session key - * + * * 1 byte life ticket lifetime - * + * * 4 bytes time_sec KDC timestamp - * + * * string sname service's name - * + * * string sinstance service's instance - * + * * <=7 bytes null null pad to 8 byte multiple * */ diff --git a/eBones/lib/libkrb/des_rw.c b/eBones/lib/libkrb/des_rw.c index c958355410df..e5acb3906ef1 100644 --- a/eBones/lib/libkrb/des_rw.c +++ b/eBones/lib/libkrb/des_rw.c @@ -11,7 +11,7 @@ * are met: * 1. Redistributions of source code must retain the entire comment, * including the above copyright notice, this list of conditions - * and the following disclaimer, verbatim, at the beginning of + * and the following disclaimer, verbatim, at the beginning of * the source file. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: des_rw.c,v 1.5 1994/09/24 18:54:41 g89r4222 Exp $ + * $Id: des_rw.c,v 1.1.1.1 1994/09/30 14:49:59 csgr Exp $ */ /* @@ -61,11 +61,11 @@ * +--+--+--+--+--+--+--+--+ * | garbage | data | * | | - * +-----------------------+----> des_pcbc_encrypt() --> + * +-----------------------+----> des_pcbc_encrypt() --> * * (Note that the length field sent before the actual message specifies * the number of data bytes, not the length of the entire padded message. - * + * * When data is read, if the message received is longer than the number * of bytes requested, then the remaining bytes are stored until the * following call to des_read(). If the number of bytes received is @@ -160,7 +160,7 @@ int des_read(fd, buf, len) stored -= len; buff_ptr += len; return(len); - } else { + } else { if (stored) { bcopy(buff_ptr, buf, stored); nreturned = stored; @@ -184,11 +184,11 @@ int des_read(fd, buf, len) if(nread != pad_length) return(0); - des_pcbc_encrypt((des_cblock*) des_buff, (des_cblock*) buff_ptr, + des_pcbc_encrypt((des_cblock*) des_buff, (des_cblock*) buff_ptr, (msg_length < 8 ? 8 : msg_length), key_sched, (des_cblock*) &des_key, DES_DECRYPT); - + if(msg_length < 8) buff_ptr += (8 - msg_length); stored = msg_length; @@ -237,7 +237,7 @@ int des_write(fd, buf, len) for(i = 0 ; i < 8 ; i+= sizeof(long)) { rnd = random(); - bcopy(&rnd, garbage+i, + bcopy(&rnd, garbage+i, (i <= (8 - sizeof(long)))?sizeof(long):(8-i)); } bcopy(buf, garbage + 8 - len, len); @@ -253,7 +253,7 @@ int des_write(fd, buf, len) write_len = htonl(len); - if(write(fd, &write_len, sizeof(write_len)) != sizeof(write_len)) + if(write(fd, &write_len, sizeof(write_len)) != sizeof(write_len)) return(-1); if(write(fd, des_buff, pad_len) != pad_len) return(-1); diff --git a/eBones/lib/libkrb/dest_tkt.c b/eBones/lib/libkrb/dest_tkt.c index 17c7855fffcf..6a064544baed 100644 --- a/eBones/lib/libkrb/dest_tkt.c +++ b/eBones/lib/libkrb/dest_tkt.c @@ -5,12 +5,12 @@ * <Copyright.MIT>. * * from: dest_tkt.c,v 4.9 89/10/02 16:23:07 jtkohl Exp $ - * $Id: dest_tkt.c,v 1.2 1994/07/19 19:25:07 g89r4222 Exp $ + * $Id: dest_tkt.c,v 1.1.1.1 1994/09/30 14:49:59 csgr Exp $ */ #ifndef lint static char *rcsid = -"$Id: dest_tkt.c,v 1.2 1994/07/19 19:25:07 g89r4222 Exp $"; +"$Id: dest_tkt.c,v 1.1.1.1 1994/09/30 14:49:59 csgr Exp $"; #endif /* lint */ #include <stdio.h> @@ -75,8 +75,8 @@ out: if (errno == ENOENT) return RET_TKFIL; else if (errno != 0) return KFAILURE; #ifdef TKT_SHMEM - /* - * handle the shared memory case + /* + * handle the shared memory case */ (void) strcpy(shmidname, file); (void) strcat(shmidname, ".shm"); diff --git a/eBones/lib/libkrb/fgetst.c b/eBones/lib/libkrb/fgetst.c index d938013560b0..b855541de523 100644 --- a/eBones/lib/libkrb/fgetst.c +++ b/eBones/lib/libkrb/fgetst.c @@ -1,15 +1,15 @@ /* - * Copyright 1987, 1988 by the Massachusetts Institute of Technology. + * Copyright 1987, 1988 by the Massachusetts Institute of Technology. * For copying and distribution information, please see the file - * <Copyright.MIT>. + * <Copyright.MIT>. * * from: fgetst.c,v 4.0 89/01/23 10:08:31 jtkohl Exp $ - * $Id: fgetst.c,v 1.2 1994/07/19 19:25:10 g89r4222 Exp $ + * $Id: fgetst.c,v 1.1.1.1 1994/09/30 14:49:59 csgr Exp $ */ #ifndef lint static char rcsid[] = -"$Id: fgetst.c,v 1.2 1994/07/19 19:25:10 g89r4222 Exp $"; +"$Id: fgetst.c,v 1.1.1.1 1994/09/30 14:49:59 csgr Exp $"; #endif /* lint */ #include <stdio.h> @@ -20,7 +20,7 @@ static char rcsid[] = * until it reads a null byte. When finished, what has been read exists * in "s". If "count" characters were actually read, the last is changed * to a null, so the returned string is always null-terminated. fgetst - * returns the number of characters read, including the null terminator. + * returns the number of characters read, including the null terminator. */ fgetst(f, s, n) diff --git a/eBones/lib/libkrb/get_ad_tkt.c b/eBones/lib/libkrb/get_ad_tkt.c index d8e1283b5ac4..1c14d3c68cce 100644 --- a/eBones/lib/libkrb/get_ad_tkt.c +++ b/eBones/lib/libkrb/get_ad_tkt.c @@ -5,12 +5,12 @@ * <Copyright.MIT>. * * from: get_ad_tkt.c,v 4.15 89/07/07 15:18:51 jtkohl Exp $ - * $Id: get_ad_tkt.c,v 1.2 1994/07/19 19:25:11 g89r4222 Exp $ + * $Id: get_ad_tkt.c,v 1.1.1.1 1994/09/30 14:49:59 csgr Exp $ */ #ifndef lint static char rcsid[] = -"$Id: get_ad_tkt.c,v 1.2 1994/07/19 19:25:11 g89r4222 Exp $"; +"$Id: get_ad_tkt.c,v 1.1.1.1 1994/09/30 14:49:59 csgr Exp $"; #endif /* lint */ #include <krb.h> @@ -55,7 +55,7 @@ unsigned long rep_err_code; * * TEXT original contents of authenticator+ticket * pkt->dat built in krb_mk_req call - * + * * 4 bytes time_ws always 0 (?) * char lifetime lifetime argument passed * string service service name argument @@ -106,12 +106,12 @@ get_ad_tkt(service,sinstance,realm,lifetime) /* * Look for the session key (and other stuff we don't need) - * in the ticket file for krbtgt.realm@lrealm where "realm" - * is the service's realm (passed in "realm" argument) and - * lrealm is the realm of our initial ticket. If we don't + * in the ticket file for krbtgt.realm@lrealm where "realm" + * is the service's realm (passed in "realm" argument) and + * lrealm is the realm of our initial ticket. If we don't * have this, we will try to get it. */ - + if ((kerror = krb_get_cred("krbtgt",realm,lrealm,&cr)) != KSUCCESS) { /* * If realm == lrealm, we have no hope, so let's not even try. @@ -119,20 +119,20 @@ get_ad_tkt(service,sinstance,realm,lifetime) if ((strncmp(realm, lrealm, REALM_SZ)) == 0) return(AD_NOTGT); else{ - if ((kerror = + if ((kerror = get_ad_tkt("krbtgt",realm,lrealm,lifetime)) != KSUCCESS) return(kerror); if ((kerror = krb_get_cred("krbtgt",realm,lrealm,&cr)) != KSUCCESS) return(kerror); } } - + /* * Make up a request packet to the "krbtgt.realm@lrealm". * Start by calling krb_mk_req() which puts ticket+authenticator * into "pkt". Then tack other stuff on the end. */ - + kerror = krb_mk_req(pkt,"krbtgt",realm,lrealm,0L); if (kerror) diff --git a/eBones/lib/libkrb/get_cred.c b/eBones/lib/libkrb/get_cred.c index baf7ae2a76ac..6eb63f6f1195 100644 --- a/eBones/lib/libkrb/get_cred.c +++ b/eBones/lib/libkrb/get_cred.c @@ -5,12 +5,12 @@ * <Copyright.MIT>. * * from: get_cred.c,v 4.10 89/05/31 17:46:22 jtkohl Exp $ - * $Id: get_cred.c,v 1.2 1994/07/19 19:25:14 g89r4222 Exp $ + * $Id: get_cred.c,v 1.1.1.1 1994/09/30 14:50:00 csgr Exp $ */ #ifndef lint static char *rcsid = -"$Id: get_cred.c,v 1.2 1994/07/19 19:25:14 g89r4222 Exp $"; +"$Id: get_cred.c,v 1.1.1.1 1994/09/30 14:50:00 csgr Exp $"; #endif /* lint */ #include <stdio.h> @@ -44,7 +44,7 @@ krb_get_cred(service,instance,realm,c) return (tf_status); /* Search for requested service credentials and copy into c */ - + while ((tf_status = tf_get_cred(c)) == KSUCCESS) { /* Is this the right ticket? */ if ((strcmp(c->service,service) == 0) && diff --git a/eBones/lib/libkrb/get_in_tkt.c b/eBones/lib/libkrb/get_in_tkt.c index 5fb15606e27e..00fc57a8382e 100644 --- a/eBones/lib/libkrb/get_in_tkt.c +++ b/eBones/lib/libkrb/get_in_tkt.c @@ -4,12 +4,12 @@ * <Copyright.MIT>. * * from: get_in_tkt.c,v 4.12 89/07/18 16:32:56 jtkohl Exp $ - * $Id: get_in_tkt.c,v 1.2 1994/07/19 19:25:16 g89r4222 Exp $ + * $Id: get_in_tkt.c,v 1.1.1.1 1994/09/30 14:50:00 csgr Exp $ */ #ifndef lint static char rcsid[] = -"$Id: get_in_tkt.c,v 1.2 1994/07/19 19:25:16 g89r4222 Exp $"; +"$Id: get_in_tkt.c,v 1.1.1.1 1994/09/30 14:50:00 csgr Exp $"; #endif /* lint */ #include <krb.h> @@ -69,7 +69,7 @@ static int passwd_to_key(user,instance,realm,passwd,key) * krb_get_pw_in_tkt() passes two additional arguments to krb_get_in_tkt(): * the name of a routine (passwd_to_key()) to be used to get the * password in case the "password" argument is null and NULL for the - * decryption procedure indicating that krb_get_in_tkt should use the + * decryption procedure indicating that krb_get_in_tkt should use the * default method of decrypting the response from the KDC. * * The result of the call to krb_get_in_tkt() is returned. @@ -86,8 +86,8 @@ krb_get_pw_in_tkt(user,instance,realm,service,sinstance,life,password) #ifdef NOENCRYPTION /* - * $Source: /home/CVS/src/eBones/krb/get_in_tkt.c,v $ - * $Author: g89r4222 $ + * $Source: /home/ncvs/src/eBones/krb/get_in_tkt.c,v $ + * $Author: csgr $ * * Copyright 1985, 1986, 1987, 1988 by the Massachusetts Institute * of Technology. @@ -102,7 +102,7 @@ krb_get_pw_in_tkt(user,instance,realm,service,sinstance,life,password) #ifndef lint static char rcsid_read_password_c[] = -"Bones$Header: /home/CVS/src/eBones/krb/get_in_tkt.c,v 1.2 1994/07/19 19:25:16 g89r4222 Exp $"; +"Bones$Header: /home/ncvs/src/eBones/krb/get_in_tkt.c,v 1.1.1.1 1994/09/30 14:50:00 csgr Exp $"; #endif lint #include <des.h> @@ -170,7 +170,7 @@ placebo_read_pw_string(s,max,prompt,verify) { int ok = 0; char *ptr; - + #ifdef BSDUNIX jmp_buf old_env; struct sgttyb tty_state; @@ -187,7 +187,7 @@ placebo_read_pw_string(s,max,prompt,verify) goto lose; /* save terminal state*/ - if (ioctl(0,TIOCGETP,&tty_state) == -1) + if (ioctl(0,TIOCGETP,&tty_state) == -1) return -1; push_signals(); diff --git a/eBones/lib/libkrb/get_krbhst.c b/eBones/lib/libkrb/get_krbhst.c index 16c4ff2396c4..bb1ea50bde8c 100644 --- a/eBones/lib/libkrb/get_krbhst.c +++ b/eBones/lib/libkrb/get_krbhst.c @@ -5,12 +5,12 @@ * <Copyright.MIT>. * * from: get_krbhst.c,v 4.8 89/01/22 20:00:29 rfrench Exp $ - * $Id: get_krbhst.c,v 1.2 1994/07/19 19:25:17 g89r4222 Exp $ + * $Id: get_krbhst.c,v 1.1.1.1 1994/09/30 14:50:00 csgr Exp $ */ #ifndef lint static char *rcsid = -"$Id: get_krbhst.c,v 1.2 1994/07/19 19:25:17 g89r4222 Exp $"; +"$Id: get_krbhst.c,v 1.1.1.1 1994/09/30 14:50:00 csgr Exp $"; #endif /* lint */ #include <stdio.h> @@ -33,7 +33,7 @@ static char *rcsid = * * The KRB_CONF file contains the name of the local realm in the first * line (not used by this routine), followed by lines indicating realm/host - * entries. The words "admin server" following the hostname indicate that + * entries. The words "admin server" following the hostname indicate that * the host provides an administrative database server. * * For example: diff --git a/eBones/lib/libkrb/get_svc_in_tkt.c b/eBones/lib/libkrb/get_svc_in_tkt.c index 6d9702fbecce..0b0fe7121bd5 100644 --- a/eBones/lib/libkrb/get_svc_in_tkt.c +++ b/eBones/lib/libkrb/get_svc_in_tkt.c @@ -4,12 +4,12 @@ * <Copyright.MIT>. * * from: get_svc_in_tkt.c,v 4.9 89/07/18 16:33:34 jtkohl Exp $ - * $Id: get_svc_in_tkt.c,v 1.2 1994/07/19 19:25:26 g89r4222 Exp $ + * $Id: get_svc_in_tkt.c,v 1.1.1.1 1994/09/30 14:50:00 csgr Exp $ */ #ifndef lint static char rcsid[] = -"$Id: get_svc_in_tkt.c,v 1.2 1994/07/19 19:25:26 g89r4222 Exp $"; +"$Id: get_svc_in_tkt.c,v 1.1.1.1 1994/09/30 14:50:00 csgr Exp $"; #endif /* lint */ #include <krb.h> @@ -57,7 +57,7 @@ static int srvtab_to_key(user, instance, realm, srvtab, key) * krb_get_svc_in_tkt() passes its arguments on to krb_get_in_tkt(), * plus two additional arguments: a pointer to the srvtab_to_key() * function to be used to get the key from the key file and a NULL - * for the decryption procedure indicating that krb_get_in_tkt should + * for the decryption procedure indicating that krb_get_in_tkt should * use the default method of decrypting the response from the KDC. * * It returns the return value of the krb_get_in_tkt() call. diff --git a/eBones/lib/libkrb/get_tf_fullname.c b/eBones/lib/libkrb/get_tf_fullname.c index 753ad1e597db..540e8284b328 100644 --- a/eBones/lib/libkrb/get_tf_fullname.c +++ b/eBones/lib/libkrb/get_tf_fullname.c @@ -4,12 +4,12 @@ * <Copyright.MIT>. * * from: get_tf_fullname.c,v 4.3 90/03/10 22:40:20 jon Exp $ - * $Id: get_tf_fullname.c,v 1.2 1994/07/19 19:25:28 g89r4222 Exp $ + * $Id: get_tf_fullname.c,v 1.1.1.1 1994/09/30 14:50:00 csgr Exp $ */ #ifndef lint static char rcsid[] = -"$Id: get_tf_fullname.c,v 1.2 1994/07/19 19:25:28 g89r4222 Exp $"; +"$Id: get_tf_fullname.c,v 1.1.1.1 1994/09/30 14:50:00 csgr Exp $"; #endif /* lint */ #include <krb.h> @@ -22,10 +22,10 @@ static char rcsid[] = */ /* - * krb_get_tf_fullname() takes four arguments: the name of the + * krb_get_tf_fullname() takes four arguments: the name of the * ticket file, and variables for name, instance, and realm to be - * returned in. Since the realm of a ticket file is not really fully - * supported, the realm used will be that of the the first ticket in + * returned in. Since the realm of a ticket file is not really fully + * supported, the realm used will be that of the the first ticket in * the file as this is the one that was obtained with a password by * krb_get_in_tkt(). */ @@ -45,7 +45,7 @@ krb_get_tf_fullname(ticket_file, name, instance, realm) if (((tf_status = tf_get_pname(c.pname)) != KSUCCESS) || ((tf_status = tf_get_pinst(c.pinst)) != KSUCCESS)) return (tf_status); - + if (name) strcpy(name, c.pname); if (instance) @@ -59,8 +59,8 @@ krb_get_tf_fullname(ticket_file, name, instance, realm) return(KFAILURE); else return(tf_status); - } + } (void) tf_close(); - + return(tf_status); } diff --git a/eBones/lib/libkrb/get_tf_realm.c b/eBones/lib/libkrb/get_tf_realm.c index f405dcb54e16..df2845ef94c3 100644 --- a/eBones/lib/libkrb/get_tf_realm.c +++ b/eBones/lib/libkrb/get_tf_realm.c @@ -4,12 +4,12 @@ * <Copyright.MIT>. * * from: get_tf_realm.c,v 4.2 90/01/02 13:40:19 jtkohl Exp $ - * $Id: get_tf_realm.c,v 1.2 1994/07/19 19:25:30 g89r4222 Exp $ + * $Id: get_tf_realm.c,v 1.1.1.1 1994/09/30 14:50:00 csgr Exp $ */ #ifndef lint static char rcsid[] = -"$Id: get_tf_realm.c,v 1.2 1994/07/19 19:25:30 g89r4222 Exp $"; +"$Id: get_tf_realm.c,v 1.1.1.1 1994/09/30 14:50:00 csgr Exp $"; #endif /* lint */ #include <krb.h> @@ -21,9 +21,9 @@ static char rcsid[] = */ /* - * krb_get_tf_realm() takes two arguments: the name of a ticket + * krb_get_tf_realm() takes two arguments: the name of a ticket * and a variable to store the name of the realm in. - * + * */ krb_get_tf_realm(ticket_file, realm) diff --git a/eBones/lib/libkrb/getrealm.c b/eBones/lib/libkrb/getrealm.c index 96e95884ab50..c850bd07d081 100644 --- a/eBones/lib/libkrb/getrealm.c +++ b/eBones/lib/libkrb/getrealm.c @@ -6,12 +6,12 @@ * routine to convert hostname into realm name. * * from: getrealm.c,v 4.6 90/01/02 13:35:56 jtkohl Exp $ - * $Id: getrealm.c,v 1.2 1994/07/19 19:25:31 g89r4222 Exp $ + * $Id: getrealm.c,v 1.1.1.1 1994/09/30 14:50:00 csgr Exp $ */ #ifndef lint static char rcsid[] = -"$Id: getrealm.c,v 1.2 1994/07/19 19:25:31 g89r4222 Exp $"; +"$Id: getrealm.c,v 1.1.1.1 1994/09/30 14:50:00 csgr Exp $"; #endif lint #include <strings.h> @@ -92,7 +92,7 @@ char *host; fclose(trans_file); return(ret_realm); } - if ((trans_host[0] == '.') && domain) { + if ((trans_host[0] == '.') && domain) { /* this is a domain match */ if (!strcasecmp(trans_host, domain)) { /* domain match, save for later */ diff --git a/eBones/lib/libkrb/in_tkt.c b/eBones/lib/libkrb/in_tkt.c index 53510daaa06b..5a05259f59b8 100644 --- a/eBones/lib/libkrb/in_tkt.c +++ b/eBones/lib/libkrb/in_tkt.c @@ -5,12 +5,12 @@ * <Copyright.MIT>. * * from: kt.c,v 4.9 89/10/25 19:03:35 qjb Exp $ - * $Id: in_tkt.c,v 1.5 1994/09/24 14:30:09 g89r4222 Exp $ + * $Id: in_tkt.c,v 1.1.1.1 1994/09/30 14:50:01 csgr Exp $ */ #ifndef lint static char rcsid[] = -"$Id: in_tkt.c,v 1.5 1994/09/24 14:30:09 g89r4222 Exp $"; +"$Id: in_tkt.c,v 1.1.1.1 1994/09/30 14:50:01 csgr Exp $"; #endif /* lint */ #include <unistd.h> @@ -73,7 +73,7 @@ in_tkt(pname,pinst) (void) close(fd); goto out; } - + (void) fsync(fd); (void) close(fd); } diff --git a/eBones/lib/libkrb/krb_get_in_tkt.c b/eBones/lib/libkrb/krb_get_in_tkt.c index a37bb60e37fb..af92bc68af8d 100644 --- a/eBones/lib/libkrb/krb_get_in_tkt.c +++ b/eBones/lib/libkrb/krb_get_in_tkt.c @@ -5,12 +5,12 @@ * <Copyright.MIT>. * * from: der: krb_get_in_tkt.c,v 4.19 89/07/18 16:31:31 jtkohl Exp $ - * $Id: krb_get_in_tkt.c,v 1.2 1994/07/19 19:25:47 g89r4222 Exp $ + * $Id: krb_get_in_tkt.c,v 1.1.1.1 1994/09/30 14:50:02 csgr Exp $ */ #ifndef lint static char *rcsid = -"$Id: krb_get_in_tkt.c,v 1.2 1994/07/19 19:25:47 g89r4222 Exp $"; +"$Id: krb_get_in_tkt.c,v 1.1.1.1 1994/09/30 14:50:02 csgr Exp $"; #endif /* lint */ #include <krb.h> @@ -48,16 +48,16 @@ static int decrypt_tkt(user, instance, realm, arg, key_proc, cipp) #ifndef NOENCRYPTION /* Attempt to decrypt it */ #endif - + /* generate a key */ - + { register int rc; rc = (*key_proc)(user,instance,realm,arg,key); if (rc) return(rc); } - + #ifndef NOENCRYPTION key_sched(key,key_s); pcbc_encrypt((C_Block *)cip->dat,(C_Block *)cip->dat, @@ -259,7 +259,7 @@ krb_get_in_tkt(user, instance, realm, service, sinstance, life, kvno = (unsigned char) ptr[1]; tkt->length = (unsigned char) ptr[2]; ptr += 3; - + if ((tkt->length < 0) || ((tkt->length + (ptr - (char *) cip->dat)) > cip->length)) return(INTK_BADPW); diff --git a/eBones/lib/libkrb/kuserok.c b/eBones/lib/libkrb/kuserok.c index cb1f708396e8..404532d2c580 100644 --- a/eBones/lib/libkrb/kuserok.c +++ b/eBones/lib/libkrb/kuserok.c @@ -7,12 +7,12 @@ * access to a local account * * from: kuserok.c,v 4.5 89/01/23 09:25:21 jtkohl Exp $ - * $Id: kuserok.c,v 1.2 1994/07/19 19:25:50 g89r4222 Exp $ + * $Id: kuserok.c,v 1.1.1.1 1994/09/30 14:50:02 csgr Exp $ */ #ifndef lint static char rcsid[] = -"$Id: kuserok.c,v 1.2 1994/07/19 19:25:50 g89r4222 Exp $"; +"$Id: kuserok.c,v 1.1.1.1 1994/09/30 14:50:02 csgr Exp $"; #endif lint #include <krb.h> @@ -60,9 +60,9 @@ static char rcsid[] = * The parmtable defines the keywords we will recognize with their * default values, and keeps a pointer to the found value. The found * value should be filled in with strsave(), since FreeParameterSet() - * will release memory for all non-NULL found strings. + * will release memory for all non-NULL found strings. * -*** NOTE WELL! *** +*** NOTE WELL! *** * * The table below is very nice, but we cannot hard-code a default for the * realm: we have to get the realm via krb_get_lrealm(). Even though the @@ -70,7 +70,7 @@ static char rcsid[] = * kuserok to whatever krb_get_lrealm() tells us. That code assumes that * the realm will be the entry number in the table below, so if you * change the order of the entries below, you have to change the - * #definition of REALM_SCRIPT to reflect it. + * #definition of REALM_SCRIPT to reflect it. */ #define REALM_SUBSCRIPT 1 parmtable kparm[] = { @@ -113,7 +113,7 @@ kuserok(kdata, luser) * if he's trying to log in as himself, and there is no .klogin file, * let him. To find out, call * krb_kntoln to convert the triple in kdata to a name which we can - * string compare. + * string compare. */ if (!krb_kntoln(kdata, kuser) && (strcmp(kuser, luser) == 0)) { return(OK); @@ -141,7 +141,7 @@ kuserok(kdata, luser) /* * change the default realm from the hard-coded value to the - * accepted realm that Kerberos specifies. + * accepted realm that Kerberos specifies. */ rc = krb_get_lrealm(local_realm, 1); if (rc == KSUCCESS) diff --git a/eBones/lib/libkrb/mk_priv.c b/eBones/lib/libkrb/mk_priv.c index 3bae4ed9a9f1..3050cf46ec1f 100644 --- a/eBones/lib/libkrb/mk_priv.c +++ b/eBones/lib/libkrb/mk_priv.c @@ -16,12 +16,12 @@ * Steve Miller Project Athena MIT/DEC * * from: mk_priv.c,v 4.13 89/03/22 14:48:59 jtkohl Exp $ - * $Id: mk_priv.c,v 1.2 1994/07/19 19:25:56 g89r4222 Exp $ + * $Id: mk_priv.c,v 1.1.1.1 1994/09/30 14:50:02 csgr Exp $ */ #ifndef lint static char rcsid[] = -"$Id: mk_priv.c,v 1.2 1994/07/19 19:25:56 g89r4222 Exp $"; +"$Id: mk_priv.c,v 1.1.1.1 1994/09/30 14:50:02 csgr Exp $"; #endif /* lint */ /* system include files */ @@ -80,7 +80,7 @@ static long msg_time_sec; #ifndef NOENCRYPT * we encrypt from here with pcbc_encrypt #endif - * + * * 4 bytes length length of user data * length in user data * 1 byte msg_time_5ms timestamp milliseconds @@ -154,15 +154,15 @@ long krb_mk_priv(in,out,length,schedule,key,sender,receiver) * direction bit is the sign bit of the timestamp. Ok * until 2038?? */ - /* For compatibility with broken old code, compares are done in VAX - byte order (LSBFIRST) */ - if (lsb_net_ulong_less(sender->sin_addr.s_addr, /* src < recv */ - receiver->sin_addr.s_addr)==-1) - msg_time_sec = -msg_time_sec; - else if (lsb_net_ulong_less(sender->sin_addr.s_addr, - receiver->sin_addr.s_addr)==0) - if (lsb_net_ushort_less(sender->sin_port,receiver->sin_port) == -1) - msg_time_sec = -msg_time_sec; + /* For compatibility with broken old code, compares are done in VAX + byte order (LSBFIRST) */ + if (lsb_net_ulong_less(sender->sin_addr.s_addr, /* src < recv */ + receiver->sin_addr.s_addr)==-1) + msg_time_sec = -msg_time_sec; + else if (lsb_net_ulong_less(sender->sin_addr.s_addr, + receiver->sin_addr.s_addr)==0) + if (lsb_net_ushort_less(sender->sin_port,receiver->sin_port) == -1) + msg_time_sec = -msg_time_sec; /* stuff time sec */ bcopy((char *)&msg_time_sec,(char *)p,sizeof(msg_time_sec)); p += sizeof(msg_time_sec); diff --git a/eBones/lib/libkrb/mk_req.c b/eBones/lib/libkrb/mk_req.c index bb0f097b7de2..fd3171782b88 100644 --- a/eBones/lib/libkrb/mk_req.c +++ b/eBones/lib/libkrb/mk_req.c @@ -5,12 +5,12 @@ * <Copyright.MIT>. * * from: der: mk_req.c,v 4.17 89/07/07 15:20:35 jtkohl Exp $ - * $Id: mk_req.c,v 1.2 1994/07/19 19:25:57 g89r4222 Exp $ + * $Id: mk_req.c,v 1.1.1.1 1994/09/30 14:50:02 csgr Exp $ */ #ifndef lint static char *rcsid = -"$Id: mk_req.c,v 1.2 1994/07/19 19:25:57 g89r4222 Exp $"; +"$Id: mk_req.c,v 1.1.1.1 1994/09/30 14:50:02 csgr Exp $"; #endif /* lint */ #include <krb.h> @@ -95,14 +95,14 @@ krb_mk_req(authent,service,instance,realm,checksum) /* Get the ticket and move it into the authenticator */ if (krb_ap_req_debug) printf("Realm: %s\n",realm); - /* + /* * Determine realm of these tickets. We will send this to the * KDC from which we are requesting tickets so it knows what to * with our session key. */ if ((retval = krb_get_tf_realm(TKT_FILE, myrealm)) != KSUCCESS) return(retval); - + retval = krb_get_cred(service,instance,realm,&cr); if (retval == RET_NOTKT) { @@ -177,10 +177,10 @@ krb_mk_req(authent,service,instance,realm,checksum) return(KSUCCESS); } -/* +/* * krb_set_lifetime sets the default lifetime for additional tickets * obtained via krb_mk_req(). - * + * * It returns the previous value of the default lifetime. */ diff --git a/eBones/lib/libkrb/mk_safe.c b/eBones/lib/libkrb/mk_safe.c index 567004b66d19..46a80f70b511 100644 --- a/eBones/lib/libkrb/mk_safe.c +++ b/eBones/lib/libkrb/mk_safe.c @@ -15,12 +15,12 @@ * Steve Miller Project Athena MIT/DEC * * from: mk_safe.c,v 4.12 89/03/22 14:50:49 jtkohl Exp $ - * $Id: mk_safe.c,v 1.2 1994/07/19 19:25:59 g89r4222 Exp $ + * $Id: mk_safe.c,v 1.1.1.1 1994/09/30 14:50:02 csgr Exp $ */ #ifndef lint static char rcsid[] = -"$Id: mk_safe.c,v 1.2 1994/07/19 19:25:59 g89r4222 Exp $"; +"$Id: mk_safe.c,v 1.1.1.1 1994/09/30 14:50:02 csgr Exp $"; #endif /* lint */ /* system include files */ @@ -65,7 +65,7 @@ static long msg_time_sec; * HOST_BYTE_ORDER byte order in low bit * * ===================== begin checksum ================================ - * + * * 4 bytes length length of user data * length in user data * 1 byte msg_time_5ms timestamp milliseconds @@ -132,15 +132,15 @@ long krb_mk_safe(in,out,length,key,sender,receiver) * direction bit is the sign bit of the timestamp. Ok until * 2038?? */ - /* For compatibility with broken old code, compares are done in VAX - byte order (LSBFIRST) */ - if (lsb_net_ulong_less(sender->sin_addr.s_addr, /* src < recv */ - receiver->sin_addr.s_addr)==-1) - msg_time_sec = -msg_time_sec; - else if (lsb_net_ulong_less(sender->sin_addr.s_addr, - receiver->sin_addr.s_addr)==0) - if (lsb_net_ushort_less(sender->sin_port,receiver->sin_port) == -1) - msg_time_sec = -msg_time_sec; + /* For compatibility with broken old code, compares are done in VAX + byte order (LSBFIRST) */ + if (lsb_net_ulong_less(sender->sin_addr.s_addr, /* src < recv */ + receiver->sin_addr.s_addr)==-1) + msg_time_sec = -msg_time_sec; + else if (lsb_net_ulong_less(sender->sin_addr.s_addr, + receiver->sin_addr.s_addr)==0) + if (lsb_net_ushort_less(sender->sin_port,receiver->sin_port) == -1) + msg_time_sec = -msg_time_sec; /* * all that for one tiny bit! Heaven help those that talk to * themselves. diff --git a/eBones/lib/libkrb/rd_priv.c b/eBones/lib/libkrb/rd_priv.c index 9adefec5eec5..0e3d9063bdcd 100644 --- a/eBones/lib/libkrb/rd_priv.c +++ b/eBones/lib/libkrb/rd_priv.c @@ -15,12 +15,12 @@ * Steve Miller Project Athena MIT/DEC * * from: rd_priv.c,v 4.14 89/04/28 11:59:42 jtkohl Exp $ - * $Id: rd_priv.c,v 1.2 1994/07/19 19:26:11 g89r4222 Exp $ + * $Id: rd_priv.c,v 1.1.1.1 1994/09/30 14:50:03 csgr Exp $ */ #ifndef lint static char rcsid[]= -"$Id: rd_priv.c,v 1.2 1994/07/19 19:26:11 g89r4222 Exp $"; +"$Id: rd_priv.c,v 1.1.1.1 1994/09/30 14:50:03 csgr Exp $"; #endif /* lint */ /* system include files */ @@ -154,17 +154,17 @@ long krb_rd_priv(in,in_length,schedule,key,sender,receiver,m_data) p += sizeof(m_data->time_sec); /* check direction bit is the sign bit */ - /* For compatibility with broken old code, compares are done in VAX - byte order (LSBFIRST) */ + /* For compatibility with broken old code, compares are done in VAX + byte order (LSBFIRST) */ if (lsb_net_ulong_less(sender->sin_addr.s_addr, - receiver->sin_addr.s_addr)==-1) - /* src < recv */ - m_data->time_sec = - m_data->time_sec; - else if (lsb_net_ulong_less(sender->sin_addr.s_addr, - receiver->sin_addr.s_addr)==0) + receiver->sin_addr.s_addr)==-1) + /* src < recv */ + m_data->time_sec = - m_data->time_sec; + else if (lsb_net_ulong_less(sender->sin_addr.s_addr, + receiver->sin_addr.s_addr)==0) if (lsb_net_ushort_less(sender->sin_port,receiver->sin_port)==-1) /* src < recv */ - m_data->time_sec = - m_data->time_sec; + m_data->time_sec = - m_data->time_sec; /* * all that for one tiny bit! * Heaven help those that talk to themselves. diff --git a/eBones/lib/libkrb/rd_safe.c b/eBones/lib/libkrb/rd_safe.c index e500b4deba0b..3bfc490a3fe8 100644 --- a/eBones/lib/libkrb/rd_safe.c +++ b/eBones/lib/libkrb/rd_safe.c @@ -13,12 +13,12 @@ * Steve Miller Project Athena MIT/DEC * * from: rd_safe.c,v 4.12 89/01/23 15:16:16 steiner Exp $ - * $Id: rd_safe.c,v 1.2 1994/07/19 19:26:15 g89r4222 Exp $ + * $Id: rd_safe.c,v 1.1.1.1 1994/09/30 14:50:03 csgr Exp $ */ #ifndef lint static char rcsid[] = -"$Id: rd_safe.c,v 1.2 1994/07/19 19:26:15 g89r4222 Exp $"; +"$Id: rd_safe.c,v 1.1.1.1 1994/09/30 14:50:03 csgr Exp $"; #endif /* lint */ /* system include files */ @@ -134,17 +134,17 @@ krb_rd_safe protocol err sizeof(u_long) != sizeof(struct in_addr)"); p += sizeof(m_data->time_sec); /* check direction bit is the sign bit */ - /* For compatibility with broken old code, compares are done in VAX - byte order (LSBFIRST) */ + /* For compatibility with broken old code, compares are done in VAX + byte order (LSBFIRST) */ if (lsb_net_ulong_less(sender->sin_addr.s_addr, - receiver->sin_addr.s_addr)==-1) - /* src < recv */ - m_data->time_sec = - m_data->time_sec; - else if (lsb_net_ulong_less(sender->sin_addr.s_addr, - receiver->sin_addr.s_addr)==0) + receiver->sin_addr.s_addr)==-1) + /* src < recv */ + m_data->time_sec = - m_data->time_sec; + else if (lsb_net_ulong_less(sender->sin_addr.s_addr, + receiver->sin_addr.s_addr)==0) if (lsb_net_ushort_less(sender->sin_port,receiver->sin_port)==-1) /* src < recv */ - m_data->time_sec = - m_data->time_sec; + m_data->time_sec = - m_data->time_sec; /* * All that for one tiny bit! Heaven help those that talk to diff --git a/eBones/lib/libkrb/read_service_key.c b/eBones/lib/libkrb/read_service_key.c index 4d6671010f2e..c68a8fc3a2e9 100644 --- a/eBones/lib/libkrb/read_service_key.c +++ b/eBones/lib/libkrb/read_service_key.c @@ -5,12 +5,12 @@ * <Copyright.MIT>. * * from: _service_key.c,v 4.10 90/03/10 19:06:56 jon Exp $ - * $Id: read_service_key.c,v 1.2 1994/07/19 19:26:16 g89r4222 Exp $ + * $Id: read_service_key.c,v 1.1.1.1 1994/09/30 14:50:03 csgr Exp $ */ #ifndef lint static char *rcsid = -"$Id: read_service_key.c,v 1.2 1994/07/19 19:26:16 g89r4222 Exp $"; +"$Id: read_service_key.c,v 1.1.1.1 1994/09/30 14:50:03 csgr Exp $"; #endif /* lint */ #include <krb.h> @@ -26,7 +26,7 @@ static char *rcsid = * and "realm" and a key version number "kvno", and looks in the given * "file" for the corresponding entry, and if found, returns the entry's * key field in "key". - * + * * If "instance" contains the string "*", then it will match * any instance, and the chosen instance will be copied to that * string. For this reason it is important that the there is enough @@ -102,7 +102,7 @@ read_service_key(service,instance,realm,kvno,file,key) strcmp(realm,"ATHENA.MIT.EDU"))) continue; #else /* ! ATHENA_COMPAT */ - if (strcmp(rlm,realm)) + if (strcmp(rlm,realm)) continue; #endif /* ATHENA_COMPAT */ diff --git a/eBones/lib/libkrb/recvauth.c b/eBones/lib/libkrb/recvauth.c index fe2681445d91..2ab364f4e4d6 100644 --- a/eBones/lib/libkrb/recvauth.c +++ b/eBones/lib/libkrb/recvauth.c @@ -4,12 +4,12 @@ * <Copyright.MIT>. * * from: recvauth.c,v 4.4 90/03/10 19:03:08 jon Exp $"; - * $Id: recvauth.c,v 1.2 1994/07/19 19:26:18 g89r4222 Exp $ + * $Id: recvauth.c,v 1.1.1.1 1994/09/30 14:50:03 csgr Exp $ */ #ifndef lint static char rcsid[] = -"$Id: recvauth.c,v 1.2 1994/07/19 19:26:18 g89r4222 Exp $"; +"$Id: recvauth.c,v 1.1.1.1 1994/09/30 14:50:03 csgr Exp $"; #endif lint #include <krb.h> @@ -214,7 +214,7 @@ char *version; /* version string (filled in) */ if (krb_net_read(fd, (char *)&tkt_len, sizeof(tkt_len)) != sizeof(tkt_len)) return(errno); - + /* sanity check */ ticket->length = ntohl((unsigned long)tkt_len); if ((ticket->length <= 0) || (ticket->length > MAX_KTXT_LEN)) { diff --git a/eBones/lib/libkrb/send_to_kdc.c b/eBones/lib/libkrb/send_to_kdc.c index 59349c78b536..43f04a279a02 100644 --- a/eBones/lib/libkrb/send_to_kdc.c +++ b/eBones/lib/libkrb/send_to_kdc.c @@ -4,7 +4,7 @@ * <Copyright.MIT>. * * from: send_to_kdc.c,v 4.20 90/01/02 13:40:37 jtkohl Exp $ - * $Id: send_to_kdc.c,v 1.2 1995/01/25 05:40:00 gibbs Exp $ + * $Id: send_to_kdc.c,v 1.3 1995/01/25 06:37:33 gibbs Exp $ */ #ifndef lint @@ -257,7 +257,7 @@ static send_recv(pkt,rpkt,f,_to,addrs) printf("Sending message..."); (void) fflush(stdout); } - if ((numsent = sendto(f,(char *)(pkt->dat), pkt->length, 0, + if ((numsent = sendto(f,(char *)(pkt->dat), pkt->length, 0, (struct sockaddr *)_to, S_AD_SZ)) != pkt->length) { if (krb_debug) diff --git a/eBones/lib/libkrb/tf_shm.c b/eBones/lib/libkrb/tf_shm.c index 5548f0df17bf..f2f97abbf22b 100644 --- a/eBones/lib/libkrb/tf_shm.c +++ b/eBones/lib/libkrb/tf_shm.c @@ -7,12 +7,12 @@ * contributed by Dan Kolkowitz (kolk@jessica.stanford.edu). * * from: tf_shm.c,v 4.2 89/10/25 23:26:46 qjb Exp $ - * $Id: tf_shm.c,v 1.2 1994/07/19 19:26:26 g89r4222 Exp $ + * $Id: tf_shm.c,v 1.1.1.1 1994/09/30 14:50:04 csgr Exp $ */ #ifndef lint static char rcsid[] = -"$Id: tf_shm.c,v 1.2 1994/07/19 19:26:26 g89r4222 Exp $"; +"$Id: tf_shm.c,v 1.1.1.1 1994/09/30 14:50:04 csgr Exp $"; #endif lint #include <stdio.h> @@ -51,15 +51,15 @@ char *file_name; don't slowly lose memory. */ shmid = shmget((long)IPC_PRIVATE,MAX_BUFF, IPC_CREAT); - if (shmid == -1) { + if (shmid == -1) { if (krb_debug) perror("krb_shm_create shmget"); return(KFAILURE); /* XXX */ } me = getuid(); metoo = geteuid(); - /* - * now set up the buffer so that we can modify it + /* + * now set up the buffer so that we can modify it */ shm_buf.shm_perm.uid = me; shm_buf.shm_perm.gid = getgid(); @@ -89,13 +89,13 @@ char *file_name; perror("krb_shm_create file"); (void) shmctl(shmid, IPC_RMID, 0); return(KFAILURE); /* XXX */ - } + } if (fchmod(fileno(sfile),0600) < 0) { if (krb_debug) perror("krb_shm_create fchmod"); (void) shmctl(shmid, IPC_RMID, 0); return(KFAILURE); /* XXX */ - } + } if (me != metoo) { if (setreuid(me, metoo) < 0) { /* can't switch??? barf! */ @@ -126,11 +126,11 @@ char *file_name; int krb_is_diskless() { struct stat buf; - if (stat("/.diskless",&buf) < 0) + if (stat("/.diskless",&buf) < 0) return(0); else return(1); } - + /* * krb_shm_dest: destroy shared memory segment with session keys, and remove * file pointing to it. @@ -156,7 +156,7 @@ char *file; perror("krb_shm_dest: cannot delete shm segment"); (void) fclose(sfile); return(KFAILURE); /* XXX */ - } + } } else { if (krb_debug) fprintf(stderr, "bad format in shmid file\n"); @@ -170,5 +170,5 @@ char *file; return(RET_TKFIL); /* XXX */ } - + diff --git a/eBones/lib/libkrb/tf_util.c b/eBones/lib/libkrb/tf_util.c index a9e85514576a..cb4908ef836f 100644 --- a/eBones/lib/libkrb/tf_util.c +++ b/eBones/lib/libkrb/tf_util.c @@ -4,12 +4,12 @@ * <Copyright.MIT>. * * from: tf_util.c,v 4.9 90/03/10 19:19:45 jon Exp $ - * $Id: tf_util.c,v 1.2 1994/07/19 19:26:28 g89r4222 Exp $ + * $Id: tf_util.c,v 1.1.1.1 1994/09/30 14:50:04 csgr Exp $ */ #ifndef lint static char rcsid[] = -"$Id: tf_util.c,v 1.2 1994/07/19 19:26:28 g89r4222 Exp $"; +"$Id: tf_util.c,v 1.1.1.1 1994/09/30 14:50:04 csgr Exp $"; #endif /* lint */ #include <stdio.h> @@ -51,7 +51,7 @@ char *shmat(); * are invalid (ie. when deciding whether tf_init has been * called.) * c. In tf_close, be sure it gets reinitialized to a negative - * number. + * number. */ static fd = -1; static curpos; /* Position in tfbfr */ @@ -109,13 +109,13 @@ static tf_gets(), tf_read(); /* * tf_init() should be called before the other ticket file routines. * It takes the name of the ticket file to use, "tf_name", and a - * read/write flag "rw" as arguments. + * read/write flag "rw" as arguments. * * It tries to open the ticket file, checks the mode, and if everything * is okay, locks the file. If it's opened for reading, the lock is - * shared. If it's opened for writing, the lock is exclusive. + * shared. If it's opened for writing, the lock is exclusive. * - * Returns KSUCCESS if all went well, otherwise one of the following: + * Returns KSUCCESS if all went well, otherwise one of the following: * * NO_TKT_FIL - file wasn't there * TKT_FIL_ACC - file was in wrong mode, etc. @@ -129,7 +129,7 @@ tf_init(tf_name, rw) uid_t me, getuid(); struct stat stat_buf; #ifdef TKT_SHMEM - char shmidname[MAXPATHLEN]; + char shmidname[MAXPATHLEN]; FILE *sfp; int shmid; #endif @@ -170,7 +170,7 @@ tf_init(tf_name, rw) * If "wflag" is set, open the ticket file in append-writeonly mode * and lock the ticket file in exclusive mode. If unable to lock * the file, sleep and try again. If we fail again, return with the - * proper error message. + * proper error message. */ curpos = sizeof(tfbfr); @@ -214,7 +214,7 @@ tf_init(tf_name, rw) } tmp_shm_addr = krb_shm_addr; #endif /* TKT_SHMEM */ - + if (wflag) { fd = open(tf_name, O_RDWR, 0600); if (fd < 0) { @@ -232,7 +232,7 @@ tf_init(tf_name, rw) } /* * Otherwise "wflag" is not set and the ticket file should be opened - * for read-only operations and locked for shared access. + * for read-only operations and locked for shared access. */ fd = open(tf_name, O_RDONLY, 0600); @@ -256,7 +256,7 @@ tf_init(tf_name, rw) * principal's name is filled into the "p" parameter. If all goes well, * KSUCCESS is returned. If tf_init() wasn't called, TKT_FIL_INI is * returned. If the name was null, or EOF was encountered, or the name - * was longer than ANAME_SZ, TKT_FIL_FMT is returned. + * was longer than ANAME_SZ, TKT_FIL_FMT is returned. */ tf_get_pname(p) @@ -279,7 +279,7 @@ tf_get_pname(p) * goes well, KSUCCESS is returned. If tf_init() wasn't called, * TKT_FIL_INI is returned. If EOF was encountered, or the instance * was longer than ANAME_SZ, TKT_FIL_FMT is returned. Note that the - * instance may be null. + * instance may be null. */ tf_get_pinst(inst) @@ -299,7 +299,7 @@ tf_get_pinst(inst) * tf_get_cred() reads a CREDENTIALS record from a ticket file and fills * in the given structure "c". It should only be called after tf_init(), * tf_get_pname(), and tf_get_pinst() have been called. If all goes well, - * KSUCCESS is returned. Possible error codes are: + * KSUCCESS is returned. Possible error codes are: * * TKT_FIL_INI - tf_init wasn't called first * TKT_FIL_FMT - bad format @@ -394,7 +394,7 @@ tf_close() * tf_gets() is an internal routine. It takes a string "s" and a count * "n", and reads from the file until either it has read "n" characters, * or until it reads a null byte. When finished, what has been read exists - * in "s". If it encounters EOF or an error, it closes the ticket file. + * in "s". If it encounters EOF or an error, it closes the ticket file. * * Possible return values are: * @@ -408,7 +408,7 @@ tf_close() * file is seriously ill. */ -static +static tf_gets(s, n) register char *s; { @@ -455,7 +455,7 @@ tf_read(s, n) register n; { register count; - + for (count = n; count > 0; --count) { if (curpos >= sizeof(tfbfr)) { lastpos = read(fd, tfbfr, sizeof(tfbfr)); @@ -469,7 +469,7 @@ tf_read(s, n) } return n; } - + char *tkt_string(); /* |