Fix spelling
This commit is contained in:
parent
c80c04b235
commit
aff90c322e
ChangeLog.2005ChangeLog.2006ChangeLog.2007
appl/dceutils
doc
lib
asn1
base
gssapi
hcrypto/libtommath/doc
hx509
kadm5
kafs
kdfs
krb5
acache.caddr_families.ccontext.cdcache.cdoxygen.cfcache.cget_cred.cget_for_creds.ckcm.ckrbhst.cmcache.cscache.cstore.c
roken
wind
@ -1323,7 +1323,7 @@
|
||||
2005-05-07 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* lib/krb5/addr_families.c (krb5_print_address): catch when the
|
||||
unknown adress don't fit. From Björn Sandell <biorn@dce.chalmers.se>
|
||||
unknown address don't fit. From Björn Sandell <biorn@dce.chalmers.se>
|
||||
|
||||
2005-05-05 Dave Love <d.love@dl.ac.uk>
|
||||
|
||||
|
@ -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 <lha@it.su.se>
|
||||
|
||||
|
@ -423,7 +423,7 @@
|
||||
|
||||
2007-06-28 Love Hörnquist Åstrand <lha@it.su.se>
|
||||
|
||||
* 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 <lha@it.su.se>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/unix
|
||||
* kernel extentions used to get the pag
|
||||
* kernel extensions used to get the pag
|
||||
kafs_syscall syscall
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -11,7 +11,7 @@
|
||||
# * Confirmed by SU's erstwhile registrar, Leif Johansson <leifj at sunet.se>,
|
||||
# * 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
|
||||
|
@ -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}
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -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 <lha@it.su.se>
|
||||
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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.
|
||||
*
|
||||
|
@ -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().
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
||||
|
@ -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.
|
||||
*
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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.
|
||||
|
@ -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 )
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user