diff --git a/ChangeLog.2005 b/ChangeLog.2005 index a594d0924..b92ee39bb 100644 --- a/ChangeLog.2005 +++ b/ChangeLog.2005 @@ -1323,7 +1323,7 @@ 2005-05-07 Love Hörnquist Åstrand * lib/krb5/addr_families.c (krb5_print_address): catch when the - unknown adress don't fit. From Björn Sandell + unknown address don't fit. From Björn Sandell 2005-05-05 Dave Love diff --git a/ChangeLog.2006 b/ChangeLog.2006 index d48ea8aba..f9176a763 100644 --- a/ChangeLog.2006 +++ b/ChangeLog.2006 @@ -366,7 +366,7 @@ * lib/krb5/pac.c: Almost enough code to do PAC parsing and verification, missing in the unix2NTTIME and ucs2 corner. The - later will be adressed by finally adding libwind. + later will be addressed by finally adding libwind. * lib/krb5/krb5_init_context.3: document krb5_[gs]et_max_time_skew @@ -2016,7 +2016,7 @@ * lib/krb5/n-fold-test.c: main is not a KRB5_LIB_FUNCTION * lib/krb5/mk_priv.c (krb5_mk_priv): abort if ASN1_MALLOC_ENCODE - failes to produce the matching lenghts. + failes to produce the matching lengths. 2006-01-27 Love Hörnquist Åstrand diff --git a/ChangeLog.2007 b/ChangeLog.2007 index 60c95459f..1ac528f53 100644 --- a/ChangeLog.2007 +++ b/ChangeLog.2007 @@ -423,7 +423,7 @@ 2007-06-28 Love Hörnquist Åstrand - * kdc/digest.c: On success, print username, not ip-adress. + * kdc/digest.c: On success, print username, not ip-address. 2007-06-26 Love Hörnquist Åstrand diff --git a/appl/dceutils/dfspag.exp b/appl/dceutils/dfspag.exp index ed39788d5..c30c98b48 100644 --- a/appl/dceutils/dfspag.exp +++ b/appl/dceutils/dfspag.exp @@ -1,3 +1,3 @@ #!/unix -* kernel extentions used to get the pag +* kernel extensions used to get the pag kafs_syscall syscall diff --git a/appl/dceutils/dpagaix.c b/appl/dceutils/dpagaix.c index 304a9a230..7694c5445 100644 --- a/appl/dceutils/dpagaix.c +++ b/appl/dceutils/dpagaix.c @@ -1,6 +1,6 @@ /* * dpagaix.c - * On AIX we need to get the kernel extentions + * On AIX we need to get the kernel extensions * with the DFS kafs_syscall in it. * We might be running on a system * where DFS is not active. diff --git a/doc/setup.texi b/doc/setup.texi index 1df24d12c..8177b7a71 100644 --- a/doc/setup.texi +++ b/doc/setup.texi @@ -1468,8 +1468,8 @@ id-pkkdcekuoid (1.3.6.1.5.2.3.5) set. Second, there must be a subjectAltName otherName using OID id-pkinit-san (1.3.6.1.5.2.2) in the type field and a DER encoded KRB5PrincipalName that matches the name of the TGS of the target realm. Also, if the certificate has a -nameConstraints extension with a Generalname with dNSName or iPAdress, -it must match the hostname or adress of the KDC. +nameConstraints extension with a Generalname with dNSName or iPAddress, +it must match the hostname or address of the KDC. The client is not required by the standard to check the server certificate for this information if the client has external diff --git a/lib/asn1/ChangeLog b/lib/asn1/ChangeLog index 523e24bad..5046ccb79 100644 --- a/lib/asn1/ChangeLog +++ b/lib/asn1/ChangeLog @@ -159,7 +159,7 @@ * gen.c: Add struct units; as a forward declaration. Pointed out by Marcus Watts. - * rfc2459.asn1: Netscape extentions + * rfc2459.asn1: Netscape extensions * Makefile.am: add U.S. Federal PKI Common Policy Framework diff --git a/lib/base/heimbase.h b/lib/base/heimbase.h index 4546df946..dc86bc83f 100644 --- a/lib/base/heimbase.h +++ b/lib/base/heimbase.h @@ -162,13 +162,13 @@ typedef heim_object_t heim_null_t; typedef LONG heim_base_once_t; #define HEIM_BASE_ONCE_INIT 0 #elif defined(HAVE_DISPATCH_DISPATCH_H) -typedef long heim_base_once_t; /* XXX arch dependant */ +typedef long heim_base_once_t; /* XXX arch dependent */ #define HEIM_BASE_ONCE_INIT 0 #elif defined(ENABLE_PTHREAD_SUPPORT) typedef pthread_once_t heim_base_once_t; #define HEIM_BASE_ONCE_INIT PTHREAD_ONCE_INIT #else -typedef long heim_base_once_t; /* XXX arch dependant */ +typedef long heim_base_once_t; /* XXX arch dependent */ #define HEIM_BASE_ONCE_INIT 0 #endif diff --git a/lib/gssapi/mech/gss_compare_name.c b/lib/gssapi/mech/gss_compare_name.c index 97ef57898..9f4c1fac6 100644 --- a/lib/gssapi/mech/gss_compare_name.c +++ b/lib/gssapi/mech/gss_compare_name.c @@ -40,7 +40,7 @@ gss_compare_name(OM_uint32 *minor_status, struct _gss_name *name2 = (struct _gss_name *) name2_arg; /* - * First check the implementation-independant name if both + * First check the implementation-independent name if both * names have one. Otherwise, try to find common mechanism * names and compare them. */ diff --git a/lib/gssapi/oid.txt b/lib/gssapi/oid.txt index fa210d653..456f2aa87 100644 --- a/lib/gssapi/oid.txt +++ b/lib/gssapi/oid.txt @@ -11,7 +11,7 @@ # * Confirmed by SU's erstwhile registrar, Leif Johansson , # * as well as by SU's current registrar (through Leif), as: # * -# * 1.2.752.43.13 Namn Heimdal GSS-API extentions +# * 1.2.752.43.13 Namn Heimdal GSS-API extensions # * Beskrivning OIDar för användning av Heimdal projektet # * 1.2.752.43.14 Namn Heimdal GSS-API mechs # * Beskrivning OIDar för användning av Heimdal projektet diff --git a/lib/hcrypto/libtommath/doc/bn.tex b/lib/hcrypto/libtommath/doc/bn.tex index 5937feef1..a7ff35dc7 100644 --- a/lib/hcrypto/libtommath/doc/bn.tex +++ b/lib/hcrypto/libtommath/doc/bn.tex @@ -881,7 +881,7 @@ This should output the following if the program succeeds. number == 654321 \end{alltt} -\subsection{Long Constants - platform dependant} +\subsection{Long Constants - platform dependent} \index{mp\_set\_l} \index{mp\_set\_ul} \begin{alltt} @@ -902,7 +902,7 @@ unsigned long mp_get_mag_ul (mp_int * a); This will return the least significant bits of the mp\_int $a$ that fit into a ``long''. -\subsection{Long Long Constants - platform dependant} +\subsection{Long Long Constants - platform dependent} \index{mp\_set\_ll} \index{mp\_set\_ull} \begin{alltt} diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index d00f1f3c7..dfa5d760e 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -2303,7 +2303,7 @@ * hx509_err.et: Add HX509_CRL_UNKNOWN_EXTENSION. - * revoke.c: Check for unknown extentions in CRLs and CRLEntries. + * revoke.c: Check for unknown extensions in CRLs and CRLEntries. * test_nist.in: Parse new format to handle CRL info. diff --git a/lib/kadm5/ChangeLog b/lib/kadm5/ChangeLog index 50168279c..5bccba81a 100644 --- a/lib/kadm5/ChangeLog +++ b/lib/kadm5/ChangeLog @@ -80,7 +80,7 @@ * version-script.map: version script fro kadm5 server libary. - * log.c: only free the orignal entries extentions if there was + * log.c: only free the orignal entries extensions if there was any. Bug reported by Peter Meinecke. * add configuration for signal file and acl file, let user select diff --git a/lib/kafs/ChangeLog b/lib/kafs/ChangeLog index 302146adc..ab7f0a052 100644 --- a/lib/kafs/ChangeLog +++ b/lib/kafs/ChangeLog @@ -247,7 +247,7 @@ version from kafs_settoken to kafs_settoken_rxkad (_kafs_fixup_viceid): move the fixup the timestamp to make client happy code here. - (_kafs_v4_to_kt): move all the kerberos 4 dependant parts from + (_kafs_v4_to_kt): move all the kerberos 4 dependent parts from kafs_settoken here. (*): adapt to kafs_token @@ -262,7 +262,7 @@ * kafs_locl.h: include krb5-v4compat.h if needed, define an internal structure struct kafs_token that carries around for rxkad - data that is independant of kerberos version + data that is independent of kerberos version 2003-02-18 Love Hörnquist Åstrand diff --git a/lib/kdfs/k5dfspag.c b/lib/kdfs/k5dfspag.c index 9db2555d0..c87e9323d 100644 --- a/lib/kdfs/k5dfspag.c +++ b/lib/kdfs/k5dfspag.c @@ -85,7 +85,7 @@ typedef krb5_sigtype sigtype; * HPUX 10.10 /opt/dce/include/dcedfs/syscall.h * Solaris 2.5 /opt/dcelocal/share/include/dcedfs/syscall.h * AIX 4.2 - needs some funny games with load and kafs_syscall - * to get the kernel extentions. There should be a better way! + * to get the kernel extensions. There should be a better way! * * DEE 5/27/97 * diff --git a/lib/krb5/acache.c b/lib/krb5/acache.c index 72403d7b3..a80d7669c 100644 --- a/lib/krb5/acache.c +++ b/lib/krb5/acache.c @@ -1090,7 +1090,7 @@ acc_lastchange(krb5_context context, krb5_ccache id, krb5_timestamp *mtime) } /** - * Variable containing the API based credential cache implemention. + * Variable containing the API based credential cache implementation. * * @ingroup krb5_ccache */ diff --git a/lib/krb5/addr_families.c b/lib/krb5/addr_families.c index 4685d769b..d8de39a3f 100644 --- a/lib/krb5/addr_families.c +++ b/lib/krb5/addr_families.c @@ -1069,7 +1069,7 @@ krb5_h_addr2addr (krb5_context context, * @param context a Keberos context * @param af address family * @param sa sockaddr - * @param sa_size lenght of sa. + * @param sa_size length of sa. * @param port for to fill into sa. * * @return Return an error code or 0. @@ -1449,7 +1449,7 @@ krb5_copy_addresses(krb5_context context, * * @param context a Keberos context * @param dest destination of copy operation - * @param source adresses that are going to be added to dest + * @param source addresses that are going to be added to dest * * @return Return an error code or 0. * diff --git a/lib/krb5/context.c b/lib/krb5/context.c index 9d03a80af..0b9c967fb 100644 --- a/lib/krb5/context.c +++ b/lib/krb5/context.c @@ -1100,7 +1100,7 @@ krb5_get_use_admin_kdc (krb5_context context) * the client's address list when communicating with the KDC. * * @param context Kerberos 5 context. - * @param addresses addreses to add + * @param addresses addresses to add * * @return Returns 0 to indicate success. Otherwise an kerberos et * error code is returned, see krb5_get_error_message(). @@ -1124,7 +1124,7 @@ krb5_add_extra_addresses(krb5_context context, krb5_addresses *addresses) * the client's address list when communicating with the KDC. * * @param context Kerberos 5 context. - * @param addresses addreses to set + * @param addresses addresses to set * * @return Returns 0 to indicate success. Otherwise an kerberos et * error code is returned, see krb5_get_error_message(). @@ -1158,7 +1158,7 @@ krb5_set_extra_addresses(krb5_context context, const krb5_addresses *addresses) * the client's address list when communicating with the KDC. * * @param context Kerberos 5 context. - * @param addresses addreses to set + * @param addresses addresses to set * * @return Returns 0 to indicate success. Otherwise an kerberos et * error code is returned, see krb5_get_error_message(). @@ -1181,7 +1181,7 @@ krb5_get_extra_addresses(krb5_context context, krb5_addresses *addresses) * underlaying operating system. * * @param context Kerberos 5 context. - * @param addresses addreses to ignore + * @param addresses addresses to ignore * * @return Returns 0 to indicate success. Otherwise an kerberos et * error code is returned, see krb5_get_error_message(). @@ -1205,7 +1205,7 @@ krb5_add_ignore_addresses(krb5_context context, krb5_addresses *addresses) * underlaying operating system. * * @param context Kerberos 5 context. - * @param addresses addreses to ignore + * @param addresses addresses to ignore * * @return Returns 0 to indicate success. Otherwise an kerberos et * error code is returned, see krb5_get_error_message(). @@ -1238,7 +1238,7 @@ krb5_set_ignore_addresses(krb5_context context, const krb5_addresses *addresses) * underlaying operating system. * * @param context Kerberos 5 context. - * @param addresses list addreses ignored + * @param addresses list addresses ignored * * @return Returns 0 to indicate success. Otherwise an kerberos et * error code is returned, see krb5_get_error_message(). diff --git a/lib/krb5/dcache.c b/lib/krb5/dcache.c index 77ccda13e..ea8db5daa 100644 --- a/lib/krb5/dcache.c +++ b/lib/krb5/dcache.c @@ -817,7 +817,7 @@ dcc_get_kdc_offset(krb5_context context, krb5_ccache id, krb5_deltat *kdc_offset /** - * Variable containing the DIR based credential cache implemention. + * Variable containing the DIR based credential cache implementation. * * @ingroup krb5_ccache */ diff --git a/lib/krb5/doxygen.c b/lib/krb5/doxygen.c index e9266c919..429dadbc9 100644 --- a/lib/krb5/doxygen.c +++ b/lib/krb5/doxygen.c @@ -163,7 +163,7 @@ * database has expired''. * * This is a great improvement compared to just getting one of the unix - * error-codes back. However, Heimdal have an extention to pass back + * error-codes back. However, Heimdal have an extension to pass back * customised errors messages. Instead of getting ``Key table entry not * found'', the user might back ``failed to find * host/host.example.com\@EXAMLE.COM(kvno 3) in keytab /etc/krb5.keytab @@ -546,7 +546,7 @@ * The last field of the keytab_entry structure is optional. If the size of * the keytab_entry indicates that there are at least 4 bytes remaining, * a 32 bit value representing the key version number is present. This - * value supersedes the 8 bit vno8 value preceeding the keyblock. + * value supersedes the 8 bit vno8 value preceding the keyblock. * * Older keytabs with a file_format_version of 0x501 are different in * three ways: @@ -583,7 +583,7 @@ * Max renew time of ticket [integer optional] * Flags [hdb flags] * Generation number [generation optional] - * Extensions [extentions optional] + * Extensions [extensions optional] * @endcode * * Fields following these silently are ignored. diff --git a/lib/krb5/fcache.c b/lib/krb5/fcache.c index 20c335db3..9fed685d6 100644 --- a/lib/krb5/fcache.c +++ b/lib/krb5/fcache.c @@ -1656,7 +1656,7 @@ fcc_get_kdc_offset(krb5_context context, krb5_ccache id, krb5_deltat *kdc_offset /** - * Variable containing the FILE based credential cache implemention. + * Variable containing the FILE based credential cache implementation. * * @ingroup krb5_ccache */ diff --git a/lib/krb5/get_cred.c b/lib/krb5/get_cred.c index 6e48846bc..b508f759e 100644 --- a/lib/krb5/get_cred.c +++ b/lib/krb5/get_cred.c @@ -1400,7 +1400,7 @@ _krb5_get_cred_kdc_any(krb5_context context, krb5_data_zero(&data); /* - * If we are using LKDC, lets pull out the addreses from the + * If we are using LKDC, lets pull out the addresses from the * ticket and use that. */ diff --git a/lib/krb5/get_for_creds.c b/lib/krb5/get_for_creds.c index 7524ce8b3..60f4a0246 100644 --- a/lib/krb5/get_for_creds.c +++ b/lib/krb5/get_for_creds.c @@ -173,7 +173,7 @@ krb5_fwd_tgt_creds(krb5_context context, * out the address to forward the ticket too. This since this might * use DNS, its insecure and also doesn't represent configured all * addresses of the host. For example, the host might have two - * adresses, one IPv4 and one IPv6 address where the later is not + * addresses, one IPv4 and one IPv6 address where the later is not * published in DNS. This IPv6 address might be used communications * and thus the resulting ticket useless. * diff --git a/lib/krb5/kcm.c b/lib/krb5/kcm.c index 17a26e34f..2f7f30c36 100644 --- a/lib/krb5/kcm.c +++ b/lib/krb5/kcm.c @@ -1280,7 +1280,7 @@ kcm_get_kdc_offset(krb5_context context, krb5_ccache id, krb5_deltat *kdc_offset } /** - * Variable containing the KCM based credential cache implemention. + * Variable containing the KCM based credential cache implementation. * * @ingroup krb5_ccache */ diff --git a/lib/krb5/krbhst.c b/lib/krb5/krbhst.c index cc1b9a40e..6848e264b 100644 --- a/lib/krb5/krbhst.c +++ b/lib/krb5/krbhst.c @@ -271,7 +271,7 @@ parse_hostspec(krb5_context context, struct krb5_krbhst_data *kd, if (p[0] == '[' && (q = strchr(p, ']')) != NULL) { /* if address looks like [foo:bar] or [foo:bar]: its a ipv6 - adress, strip of [] */ + address, strip of [] */ memcpy(hi->hostname, &p[1], q - p - 1); hi->hostname[q - p - 1] = '\0'; p = q + 1; diff --git a/lib/krb5/mcache.c b/lib/krb5/mcache.c index b381cae80..adcb55097 100644 --- a/lib/krb5/mcache.c +++ b/lib/krb5/mcache.c @@ -604,7 +604,7 @@ mcc_get_kdc_offset(krb5_context context, krb5_ccache id, krb5_deltat *kdc_offset /** - * Variable containing the MEMORY based credential cache implemention. + * Variable containing the MEMORY based credential cache implementation. * * @ingroup krb5_ccache */ diff --git a/lib/krb5/scache.c b/lib/krb5/scache.c index 479c58b8f..3aa6f76ba 100644 --- a/lib/krb5/scache.c +++ b/lib/krb5/scache.c @@ -1563,7 +1563,7 @@ scc_set_default(krb5_context context, krb5_ccache id) } /** - * Variable containing the SCC based credential cache implemention. + * Variable containing the SCC based credential cache implementation. * * @ingroup krb5_ccache */ diff --git a/lib/krb5/store.c b/lib/krb5/store.c index 01961f0e6..cecf971cd 100644 --- a/lib/krb5/store.c +++ b/lib/krb5/store.c @@ -864,7 +864,7 @@ krb5_ret_uint8(krb5_storage *sp, /** * Store a data to the storage. The data is stored with an int32 as - * lenght plus the data (not padded). + * length plus the data (not padded). * * @param sp the storage buffer to write to * @param data the buffer to store. diff --git a/lib/roken/dlfcn_w32.c b/lib/roken/dlfcn_w32.c index 9da3f6fde..37a7d126e 100644 --- a/lib/roken/dlfcn_w32.c +++ b/lib/roken/dlfcn_w32.c @@ -579,7 +579,7 @@ static BOOL is_import_thunk( void *addr ) return *(short *) addr == 0x25ff ? TRUE : FALSE; } -/* Return adress from the import address table (iat), +/* Return address from the import address table (iat), * if the original address points to a thunk table entry. */ static void *get_address_from_import_address_table( void *iat, DWORD iat_size, void *addr ) diff --git a/lib/wind/ChangeLog b/lib/wind/ChangeLog index 0d8119d94..52e80f087 100644 --- a/lib/wind/ChangeLog +++ b/lib/wind/ChangeLog @@ -78,7 +78,7 @@ * Add partial support for LDAP-prep Insignificant Character Handling * normalize.c: use generated constant for length, check for - overruns, dont use gcc/c99 extentions + overruns, dont use gcc/c99 extensions * gen-normalize.py, test-normalize.c: use generated constant for length