krb5: import MIT 1.22.2
Merge commit '90c687295e2d62f9411fc5b571f5af4e8ee187a7'
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
Copyright (C) 1985-2025 by the Massachusetts Institute of Technology.
|
Copyright (C) 1985-2026 by the Massachusetts Institute of Technology.
|
||||||
|
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
|||||||
+23
-1
@@ -6,7 +6,7 @@
|
|||||||
Copyright and Other Notices
|
Copyright and Other Notices
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
Copyright (C) 1985-2025 by the Massachusetts Institute of Technology
|
Copyright (C) 1985-2026 by the Massachusetts Institute of Technology
|
||||||
and its contributors. All rights reserved.
|
and its contributors. All rights reserved.
|
||||||
|
|
||||||
Please see the file named NOTICE for additional notices.
|
Please see the file named NOTICE for additional notices.
|
||||||
@@ -97,6 +97,24 @@ removed.
|
|||||||
Beginning with the krb5-1.18 release, all support for single-DES
|
Beginning with the krb5-1.18 release, all support for single-DES
|
||||||
encryption types has been removed.
|
encryption types has been removed.
|
||||||
|
|
||||||
|
Major changes in 1.22.2 (2026-01-29)
|
||||||
|
------------------------------------
|
||||||
|
|
||||||
|
This is a bug fix release.
|
||||||
|
|
||||||
|
* Fix a SPNEGO packet parsing bug which could cause GSS mechanism
|
||||||
|
negotiation failure.
|
||||||
|
|
||||||
|
krb5-1.22.2 changes by ticket ID
|
||||||
|
--------------------------------
|
||||||
|
|
||||||
|
9183 Fix SPNEGO mechListMIC parsing
|
||||||
|
9188 Improve MSLSA ccache timestamp conversion
|
||||||
|
9189 Fix krb5 gss_acquire_cred() leak on some errors
|
||||||
|
9190 Make atomic ccache replacement work on Windows
|
||||||
|
9193 Fix uninitialized pointer dereference in libkrad
|
||||||
|
9194 Fix IAKERB realm discovery state machine logic
|
||||||
|
|
||||||
Major changes in 1.22.1 (2025-08-20)
|
Major changes in 1.22.1 (2025-08-20)
|
||||||
------------------------------------
|
------------------------------------
|
||||||
|
|
||||||
@@ -378,6 +396,7 @@ reports, suggestions, and valuable resources:
|
|||||||
Gerald Combs
|
Gerald Combs
|
||||||
Simon Cooper
|
Simon Cooper
|
||||||
Sylvain Cortes
|
Sylvain Cortes
|
||||||
|
Robert Crowston
|
||||||
Ian Crowther
|
Ian Crowther
|
||||||
Arran Cudbard-Bell
|
Arran Cudbard-Bell
|
||||||
Adam Dabrowski
|
Adam Dabrowski
|
||||||
@@ -475,6 +494,7 @@ reports, suggestions, and valuable resources:
|
|||||||
Tomas Kuthan
|
Tomas Kuthan
|
||||||
Pierre Labastie
|
Pierre Labastie
|
||||||
Andreas Ladanyi
|
Andreas Ladanyi
|
||||||
|
Yubi Lee
|
||||||
Chris Leick
|
Chris Leick
|
||||||
Volker Lendecke
|
Volker Lendecke
|
||||||
Jan iankko Lieskovsky
|
Jan iankko Lieskovsky
|
||||||
@@ -519,6 +539,7 @@ reports, suggestions, and valuable resources:
|
|||||||
Felipe Ortega
|
Felipe Ortega
|
||||||
Michael Osipov
|
Michael Osipov
|
||||||
Andrej Ota
|
Andrej Ota
|
||||||
|
Dmitry Ovsyannikov
|
||||||
Dmitri Pal
|
Dmitri Pal
|
||||||
Javier Palacios
|
Javier Palacios
|
||||||
Dilyan Palauzov
|
Dilyan Palauzov
|
||||||
@@ -530,6 +551,7 @@ reports, suggestions, and valuable resources:
|
|||||||
Zoran Pericic
|
Zoran Pericic
|
||||||
W. Michael Petullo
|
W. Michael Petullo
|
||||||
Mark Phalan
|
Mark Phalan
|
||||||
|
Ben Pope
|
||||||
Sharwan Ram
|
Sharwan Ram
|
||||||
Brett Randall
|
Brett Randall
|
||||||
Jonathan Reams
|
Jonathan Reams
|
||||||
|
|||||||
Vendored
+10
-10
@@ -1,6 +1,6 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.71 for Kerberos 5 1.22.1.
|
# Generated by GNU Autoconf 2.71 for Kerberos 5 1.22.2.
|
||||||
#
|
#
|
||||||
# Report bugs to <krb5-bugs@mit.edu>.
|
# Report bugs to <krb5-bugs@mit.edu>.
|
||||||
#
|
#
|
||||||
@@ -615,8 +615,8 @@ MAKEFLAGS=
|
|||||||
# Identity of this package.
|
# Identity of this package.
|
||||||
PACKAGE_NAME='Kerberos 5'
|
PACKAGE_NAME='Kerberos 5'
|
||||||
PACKAGE_TARNAME='krb5'
|
PACKAGE_TARNAME='krb5'
|
||||||
PACKAGE_VERSION='1.22.1'
|
PACKAGE_VERSION='1.22.2'
|
||||||
PACKAGE_STRING='Kerberos 5 1.22.1'
|
PACKAGE_STRING='Kerberos 5 1.22.2'
|
||||||
PACKAGE_BUGREPORT='krb5-bugs@mit.edu'
|
PACKAGE_BUGREPORT='krb5-bugs@mit.edu'
|
||||||
PACKAGE_URL=''
|
PACKAGE_URL=''
|
||||||
|
|
||||||
@@ -1506,7 +1506,7 @@ if test "$ac_init_help" = "long"; then
|
|||||||
# Omit some internal or obsolete options to make the list less imposing.
|
# Omit some internal or obsolete options to make the list less imposing.
|
||||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||||
cat <<_ACEOF
|
cat <<_ACEOF
|
||||||
\`configure' configures Kerberos 5 1.22.1 to adapt to many kinds of systems.
|
\`configure' configures Kerberos 5 1.22.2 to adapt to many kinds of systems.
|
||||||
|
|
||||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||||
|
|
||||||
@@ -1577,7 +1577,7 @@ fi
|
|||||||
|
|
||||||
if test -n "$ac_init_help"; then
|
if test -n "$ac_init_help"; then
|
||||||
case $ac_init_help in
|
case $ac_init_help in
|
||||||
short | recursive ) echo "Configuration of Kerberos 5 1.22.1:";;
|
short | recursive ) echo "Configuration of Kerberos 5 1.22.2:";;
|
||||||
esac
|
esac
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
|
|
||||||
@@ -1739,7 +1739,7 @@ fi
|
|||||||
test -n "$ac_init_help" && exit $ac_status
|
test -n "$ac_init_help" && exit $ac_status
|
||||||
if $ac_init_version; then
|
if $ac_init_version; then
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
Kerberos 5 configure 1.22.1
|
Kerberos 5 configure 1.22.2
|
||||||
generated by GNU Autoconf 2.71
|
generated by GNU Autoconf 2.71
|
||||||
|
|
||||||
Copyright (C) 2021 Free Software Foundation, Inc.
|
Copyright (C) 2021 Free Software Foundation, Inc.
|
||||||
@@ -2439,7 +2439,7 @@ cat >config.log <<_ACEOF
|
|||||||
This file contains any messages produced by compilers while
|
This file contains any messages produced by compilers while
|
||||||
running configure, to aid debugging if configure makes a mistake.
|
running configure, to aid debugging if configure makes a mistake.
|
||||||
|
|
||||||
It was created by Kerberos 5 $as_me 1.22.1, which was
|
It was created by Kerberos 5 $as_me 1.22.2, which was
|
||||||
generated by GNU Autoconf 2.71. Invocation command line was
|
generated by GNU Autoconf 2.71. Invocation command line was
|
||||||
|
|
||||||
$ $0$ac_configure_args_raw
|
$ $0$ac_configure_args_raw
|
||||||
@@ -8159,7 +8159,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
KRB5_VERSION=1.22.1
|
KRB5_VERSION=1.22.2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -15366,7 +15366,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|||||||
# report actual input values of CONFIG_FILES etc. instead of their
|
# report actual input values of CONFIG_FILES etc. instead of their
|
||||||
# values after options handling.
|
# values after options handling.
|
||||||
ac_log="
|
ac_log="
|
||||||
This file was extended by Kerberos 5 $as_me 1.22.1, which was
|
This file was extended by Kerberos 5 $as_me 1.22.2, which was
|
||||||
generated by GNU Autoconf 2.71. Invocation command line was
|
generated by GNU Autoconf 2.71. Invocation command line was
|
||||||
|
|
||||||
CONFIG_FILES = $CONFIG_FILES
|
CONFIG_FILES = $CONFIG_FILES
|
||||||
@@ -15430,7 +15430,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
|
|||||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||||
ac_cs_config='$ac_cs_config_escaped'
|
ac_cs_config='$ac_cs_config_escaped'
|
||||||
ac_cs_version="\\
|
ac_cs_version="\\
|
||||||
Kerberos 5 config.status 1.22.1
|
Kerberos 5 config.status 1.22.2
|
||||||
configured by $0, generated by GNU Autoconf 2.71,
|
configured by $0, generated by GNU Autoconf 2.71,
|
||||||
with options \\"\$ac_cs_config\\"
|
with options \\"\$ac_cs_config\\"
|
||||||
|
|
||||||
|
|||||||
@@ -912,6 +912,7 @@ acquire_cred_context(krb5_context context, OM_uint32 *minor_status,
|
|||||||
if (cred->name)
|
if (cred->name)
|
||||||
kg_release_name(context, &cred->name);
|
kg_release_name(context, &cred->name);
|
||||||
krb5_free_principal(context, cred->impersonator);
|
krb5_free_principal(context, cred->impersonator);
|
||||||
|
krb5_free_principal(context, cred->acceptor_mprinc);
|
||||||
zapfreestr(cred->password);
|
zapfreestr(cred->password);
|
||||||
k5_mutex_destroy(&cred->lock);
|
k5_mutex_destroy(&cred->lock);
|
||||||
xfree(cred);
|
xfree(cred);
|
||||||
|
|||||||
@@ -631,6 +631,7 @@ iakerb_initiator_step(iakerb_ctx_id_t ctx,
|
|||||||
cred->name->princ->realm = server_realm;
|
cred->name->princ->realm = server_realm;
|
||||||
server_realm = empty_data();
|
server_realm = empty_data();
|
||||||
|
|
||||||
|
ctx->state = IAKERB_AS_REQ;
|
||||||
/* Done with realm discovery; fall through to AS request. */
|
/* Done with realm discovery; fall through to AS request. */
|
||||||
case IAKERB_AS_REQ:
|
case IAKERB_AS_REQ:
|
||||||
if (ctx->icc == NULL) {
|
if (ctx->icc == NULL) {
|
||||||
|
|||||||
@@ -3515,7 +3515,7 @@ get_negTokenResp(OM_uint32 *minor_status, struct k5input *in,
|
|||||||
return GSS_S_DEFECTIVE_TOKEN;
|
return GSS_S_DEFECTIVE_TOKEN;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (k5_der_get_value(&seq, CONTEXT | 0x04, &field)) {
|
if (k5_der_get_value(&seq, CONTEXT | 0x03, &field)) {
|
||||||
*mechListMIC = get_octet_string(&field);
|
*mechListMIC = get_octet_string(&field);
|
||||||
|
|
||||||
/* Handle Windows 2000 duplicate response token */
|
/* Handle Windows 2000 duplicate response token */
|
||||||
|
|||||||
@@ -565,7 +565,7 @@ krad_packet_decode_request(krb5_context ctx, const char *secret,
|
|||||||
|
|
||||||
if (cb != NULL) {
|
if (cb != NULL) {
|
||||||
for (tmp = (*cb)(data, FALSE); tmp != NULL; tmp = (*cb)(data, FALSE)) {
|
for (tmp = (*cb)(data, FALSE); tmp != NULL; tmp = (*cb)(data, FALSE)) {
|
||||||
if (pkt_id_get(*reqpkt) == pkt_id_get(tmp))
|
if (pkt_id_get(req) == pkt_id_get(tmp))
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1311,6 +1311,14 @@ fcc_replace(krb5_context context, krb5_ccache id, krb5_principal princ,
|
|||||||
goto errno_cleanup;
|
goto errno_cleanup;
|
||||||
|
|
||||||
st = rename(tmpname, data->filename);
|
st = rename(tmpname, data->filename);
|
||||||
|
#ifdef _WIN32
|
||||||
|
/* Windows cannot rename over an existing file under most circumstances.
|
||||||
|
* Try ReplaceFile() (which only works if the destination file exists). */
|
||||||
|
if (st != 0) {
|
||||||
|
if (ReplaceFile(data->filename, tmpname, NULL, 0, NULL, NULL))
|
||||||
|
st = 0;
|
||||||
|
}
|
||||||
|
#endif
|
||||||
if (st != 0)
|
if (st != 0)
|
||||||
goto errno_cleanup;
|
goto errno_cleanup;
|
||||||
tmpfile_exists = FALSE;
|
tmpfile_exists = FALSE;
|
||||||
|
|||||||
@@ -249,24 +249,15 @@ KerbExternalNameToMITPrinc(KERB_EXTERNAL_NAME *msprinc, WCHAR *realm, krb5_conte
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static time_t
|
/*
|
||||||
FileTimeToUnixTime(LARGE_INTEGER *ltime)
|
* Convert a Windows file time (number of 100-nanosecond intervals since
|
||||||
|
* 1601-01-01 UTC) to a POSIX timestamp (number of seconds since 1970-01-01
|
||||||
|
* UTC).
|
||||||
|
*/
|
||||||
|
static inline time_t
|
||||||
|
FileTimeToUnixTime(int64_t ft)
|
||||||
{
|
{
|
||||||
FILETIME filetime, localfiletime;
|
return ft / 10000000 - 11644473600;
|
||||||
SYSTEMTIME systime;
|
|
||||||
struct tm utime;
|
|
||||||
filetime.dwLowDateTime=ltime->LowPart;
|
|
||||||
filetime.dwHighDateTime=ltime->HighPart;
|
|
||||||
FileTimeToLocalFileTime(&filetime, &localfiletime);
|
|
||||||
FileTimeToSystemTime(&localfiletime, &systime);
|
|
||||||
utime.tm_sec=systime.wSecond;
|
|
||||||
utime.tm_min=systime.wMinute;
|
|
||||||
utime.tm_hour=systime.wHour;
|
|
||||||
utime.tm_mday=systime.wDay;
|
|
||||||
utime.tm_mon=systime.wMonth-1;
|
|
||||||
utime.tm_year=systime.wYear-1900;
|
|
||||||
utime.tm_isdst=-1;
|
|
||||||
return(mktime(&utime));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
@@ -346,9 +337,9 @@ MSCredToMITCred(KERB_EXTERNAL_TICKET *msticket, UNICODE_STRING ClientRealm,
|
|||||||
MSSessionKeyToMITKeyblock(&msticket->SessionKey, context,
|
MSSessionKeyToMITKeyblock(&msticket->SessionKey, context,
|
||||||
&creds->keyblock);
|
&creds->keyblock);
|
||||||
MSFlagsToMITFlags(msticket->TicketFlags, &creds->ticket_flags);
|
MSFlagsToMITFlags(msticket->TicketFlags, &creds->ticket_flags);
|
||||||
creds->times.starttime=FileTimeToUnixTime(&msticket->StartTime);
|
creds->times.starttime=FileTimeToUnixTime(msticket->StartTime.QuadPart);
|
||||||
creds->times.endtime=FileTimeToUnixTime(&msticket->EndTime);
|
creds->times.endtime=FileTimeToUnixTime(msticket->EndTime.QuadPart);
|
||||||
creds->times.renew_till=FileTimeToUnixTime(&msticket->RenewUntil);
|
creds->times.renew_till=FileTimeToUnixTime(msticket->RenewUntil.QuadPart);
|
||||||
|
|
||||||
creds->addresses = NULL;
|
creds->addresses = NULL;
|
||||||
|
|
||||||
@@ -377,9 +368,9 @@ CacheInfoEx2ToMITCred(KERB_TICKET_CACHE_INFO_EX2 *info,
|
|||||||
creds->keyblock.enctype = info->SessionKeyType;
|
creds->keyblock.enctype = info->SessionKeyType;
|
||||||
creds->ticket_flags = info->TicketFlags;
|
creds->ticket_flags = info->TicketFlags;
|
||||||
MSFlagsToMITFlags(info->TicketFlags, &creds->ticket_flags);
|
MSFlagsToMITFlags(info->TicketFlags, &creds->ticket_flags);
|
||||||
creds->times.starttime=FileTimeToUnixTime(&info->StartTime);
|
creds->times.starttime=FileTimeToUnixTime(info->StartTime.QuadPart);
|
||||||
creds->times.endtime=FileTimeToUnixTime(&info->EndTime);
|
creds->times.endtime=FileTimeToUnixTime(info->EndTime.QuadPart);
|
||||||
creds->times.renew_till=FileTimeToUnixTime(&info->RenewTime);
|
creds->times.renew_till=FileTimeToUnixTime(info->RenewTime.QuadPart);
|
||||||
|
|
||||||
/* MS Tickets are addressless. MIT requires an empty address
|
/* MS Tickets are addressless. MIT requires an empty address
|
||||||
* not a NULL list of addresses.
|
* not a NULL list of addresses.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "K5IDENTITY" "5" " " "1.22.1" "MIT Kerberos"
|
.TH "K5IDENTITY" "5" " " "1.22.2" "MIT Kerberos"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
k5identity \- Kerberos V5 client principal selection rules
|
k5identity \- Kerberos V5 client principal selection rules
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
@@ -96,6 +96,6 @@ kerberos(1), \fI\%krb5.conf\fP
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
MIT
|
MIT
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
1985-2025, MIT
|
1985-2026, MIT
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "K5LOGIN" "5" " " "1.22.1" "MIT Kerberos"
|
.TH "K5LOGIN" "5" " " "1.22.2" "MIT Kerberos"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
k5login \- Kerberos V5 acl file for host access
|
k5login \- Kerberos V5 acl file for host access
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
@@ -87,6 +87,6 @@ kerberos(1)
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
MIT
|
MIT
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
1985-2025, MIT
|
1985-2026, MIT
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "K5SRVUTIL" "1" " " "1.22.1" "MIT Kerberos"
|
.TH "K5SRVUTIL" "1" " " "1.22.2" "MIT Kerberos"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
k5srvutil \- host key table (keytab) manipulation utility
|
k5srvutil \- host key table (keytab) manipulation utility
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -90,6 +90,6 @@ variables.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
MIT
|
MIT
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
1985-2025, MIT
|
1985-2026, MIT
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "KADM5.ACL" "5" " " "1.22.1" "MIT Kerberos"
|
.TH "KADM5.ACL" "5" " " "1.22.2" "MIT Kerberos"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
kadm5.acl \- Kerberos ACL file
|
kadm5.acl \- Kerberos ACL file
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
@@ -271,6 +271,6 @@ To operate without an ACL file, set the \fIacl_file\fP variable in
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
MIT
|
MIT
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
1985-2025, MIT
|
1985-2026, MIT
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "KADMIN" "1" " " "1.22.1" "MIT Kerberos"
|
.TH "KADMIN" "1" " " "1.22.2" "MIT Kerberos"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
kadmin \- Kerberos V5 database administration program
|
kadmin \- Kerberos V5 database administration program
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -1089,6 +1089,6 @@ variables.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
MIT
|
MIT
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
1985-2025, MIT
|
1985-2026, MIT
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "KADMIND" "8" " " "1.22.1" "MIT Kerberos"
|
.TH "KADMIND" "8" " " "1.22.2" "MIT Kerberos"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
kadmind \- KADM5 administration server
|
kadmind \- KADM5 administration server
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -156,6 +156,6 @@ activation is used.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
MIT
|
MIT
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
1985-2025, MIT
|
1985-2026, MIT
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "KDB5_LDAP_UTIL" "8" " " "1.22.1" "MIT Kerberos"
|
.TH "KDB5_LDAP_UTIL" "8" " " "1.22.2" "MIT Kerberos"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
kdb5_ldap_util \- Kerberos configuration utility
|
kdb5_ldap_util \- Kerberos configuration utility
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -500,6 +500,6 @@ variables.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
MIT
|
MIT
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
1985-2025, MIT
|
1985-2026, MIT
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "KDB5_UTIL" "8" " " "1.22.1" "MIT Kerberos"
|
.TH "KDB5_UTIL" "8" " " "1.22.2" "MIT Kerberos"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
kdb5_util \- Kerberos database maintenance utility
|
kdb5_util \- Kerberos database maintenance utility
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -563,6 +563,6 @@ variables.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
MIT
|
MIT
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
1985-2025, MIT
|
1985-2026, MIT
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "KDC.CONF" "5" " " "1.22.1" "MIT Kerberos"
|
.TH "KDC.CONF" "5" " " "1.22.2" "MIT Kerberos"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
kdc.conf \- Kerberos V5 KDC configuration file
|
kdc.conf \- Kerberos V5 KDC configuration file
|
||||||
.sp
|
.sp
|
||||||
@@ -1178,6 +1178,6 @@ Here\(aqs an example of a kdc.conf file:
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
MIT
|
MIT
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
1985-2025, MIT
|
1985-2026, MIT
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "KDESTROY" "1" " " "1.22.1" "MIT Kerberos"
|
.TH "KDESTROY" "1" " " "1.22.2" "MIT Kerberos"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
kdestroy \- destroy Kerberos tickets
|
kdestroy \- destroy Kerberos tickets
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -90,6 +90,6 @@ Default location of Kerberos 5 credentials cache
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
MIT
|
MIT
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
1985-2025, MIT
|
1985-2026, MIT
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "KERBEROS" "7" " " "1.22.1" "MIT Kerberos"
|
.TH "KERBEROS" "7" " " "1.22.2" "MIT Kerberos"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
kerberos \- Overview of using Kerberos
|
kerberos \- Overview of using Kerberos
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
@@ -210,6 +210,6 @@ Institute of Technology
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
MIT
|
MIT
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
1985-2025, MIT
|
1985-2026, MIT
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "KINIT" "1" " " "1.22.1" "MIT Kerberos"
|
.TH "KINIT" "1" " " "1.22.2" "MIT Kerberos"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
kinit \- obtain and cache Kerberos ticket-granting ticket
|
kinit \- obtain and cache Kerberos ticket-granting ticket
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -250,6 +250,6 @@ default location for the local host\(aqs keytab.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
MIT
|
MIT
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
1985-2025, MIT
|
1985-2026, MIT
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "KLIST" "1" " " "1.22.1" "MIT Kerberos"
|
.TH "KLIST" "1" " " "1.22.2" "MIT Kerberos"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
klist \- list cached Kerberos tickets
|
klist \- list cached Kerberos tickets
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -151,6 +151,6 @@ Default location for the local host\(aqs keytab file.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
MIT
|
MIT
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
1985-2025, MIT
|
1985-2026, MIT
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "KPASSWD" "1" " " "1.22.1" "MIT Kerberos"
|
.TH "KPASSWD" "1" " " "1.22.2" "MIT Kerberos"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
kpasswd \- change a user's Kerberos password
|
kpasswd \- change a user's Kerberos password
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -63,6 +63,6 @@ variables.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
MIT
|
MIT
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
1985-2025, MIT
|
1985-2026, MIT
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "KPROP" "8" " " "1.22.1" "MIT Kerberos"
|
.TH "KPROP" "8" " " "1.22.2" "MIT Kerberos"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
kprop \- propagate a Kerberos V5 principal database to a replica server
|
kprop \- propagate a Kerberos V5 principal database to a replica server
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -77,6 +77,6 @@ variables.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
MIT
|
MIT
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
1985-2025, MIT
|
1985-2026, MIT
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "KPROPD" "8" " " "1.22.1" "MIT Kerberos"
|
.TH "KPROPD" "8" " " "1.22.2" "MIT Kerberos"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
kpropd \- Kerberos V5 replica KDC update server
|
kpropd \- Kerberos V5 replica KDC update server
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -164,6 +164,6 @@ variables.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
MIT
|
MIT
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
1985-2025, MIT
|
1985-2026, MIT
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "KPROPLOG" "8" " " "1.22.1" "MIT Kerberos"
|
.TH "KPROPLOG" "8" " " "1.22.2" "MIT Kerberos"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
kproplog \- display the contents of the Kerberos principal update log
|
kproplog \- display the contents of the Kerberos principal update log
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -108,6 +108,6 @@ variables.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
MIT
|
MIT
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
1985-2025, MIT
|
1985-2026, MIT
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "KRB5-CONFIG" "1" " " "1.22.1" "MIT Kerberos"
|
.TH "KRB5-CONFIG" "1" " " "1.22.2" "MIT Kerberos"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
krb5-config \- tool for linking against MIT Kerberos libraries
|
krb5-config \- tool for linking against MIT Kerberos libraries
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -135,6 +135,6 @@ shell% krb5\-config \-\-libs krb5
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
MIT
|
MIT
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
1985-2025, MIT
|
1985-2026, MIT
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "KRB5.CONF" "5" " " "1.22.1" "MIT Kerberos"
|
.TH "KRB5.CONF" "5" " " "1.22.2" "MIT Kerberos"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
krb5.conf \- Kerberos configuration file
|
krb5.conf \- Kerberos configuration file
|
||||||
.sp
|
.sp
|
||||||
@@ -1500,6 +1500,6 @@ syslog(3)
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
MIT
|
MIT
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
1985-2025, MIT
|
1985-2026, MIT
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "KRB5KDC" "8" " " "1.22.1" "MIT Kerberos"
|
.TH "KRB5KDC" "8" " " "1.22.2" "MIT Kerberos"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
krb5kdc \- Kerberos V5 KDC
|
krb5kdc \- Kerberos V5 KDC
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -140,6 +140,6 @@ caller\-provided sockets will be ignored if socket activation is used.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
MIT
|
MIT
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
1985-2025, MIT
|
1985-2026, MIT
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "KSU" "1" " " "1.22.1" "MIT Kerberos"
|
.TH "KSU" "1" " " "1.22.2" "MIT Kerberos"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
ksu \- Kerberized super-user
|
ksu \- Kerberized super-user
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -462,6 +462,6 @@ variables.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
MIT
|
MIT
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
1985-2025, MIT
|
1985-2026, MIT
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "KSWITCH" "1" " " "1.22.1" "MIT Kerberos"
|
.TH "KSWITCH" "1" " " "1.22.2" "MIT Kerberos"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
kswitch \- switch primary ticket cache
|
kswitch \- switch primary ticket cache
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -66,6 +66,6 @@ Default location of Kerberos 5 credentials cache
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
MIT
|
MIT
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
1985-2025, MIT
|
1985-2026, MIT
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "KTUTIL" "1" " " "1.22.1" "MIT Kerberos"
|
.TH "KTUTIL" "1" " " "1.22.2" "MIT Kerberos"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
ktutil \- Kerberos keytab file maintenance utility
|
ktutil \- Kerberos keytab file maintenance utility
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -157,6 +157,6 @@ variables.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
MIT
|
MIT
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
1985-2025, MIT
|
1985-2026, MIT
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "KVNO" "1" " " "1.22.1" "MIT Kerberos"
|
.TH "KVNO" "1" " " "1.22.2" "MIT Kerberos"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
kvno \- print key version numbers of Kerberos principals
|
kvno \- print key version numbers of Kerberos principals
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -136,6 +136,6 @@ Default location of the credentials cache
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
MIT
|
MIT
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
1985-2025, MIT
|
1985-2026, MIT
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "SCLIENT" "1" " " "1.22.1" "MIT Kerberos"
|
.TH "SCLIENT" "1" " " "1.22.2" "MIT Kerberos"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
sclient \- sample Kerberos version 5 client
|
sclient \- sample Kerberos version 5 client
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -49,6 +49,6 @@ variables.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
MIT
|
MIT
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
1985-2025, MIT
|
1985-2026, MIT
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "SSERVER" "8" " " "1.22.1" "MIT Kerberos"
|
.TH "SSERVER" "8" " " "1.22.2" "MIT Kerberos"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
sserver \- sample Kerberos version 5 server
|
sserver \- sample Kerberos version 5 server
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -177,6 +177,6 @@ variables.
|
|||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
MIT
|
MIT
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
1985-2025, MIT
|
1985-2026, MIT
|
||||||
.\" Generated by docutils manpage writer.
|
.\" Generated by docutils manpage writer.
|
||||||
.
|
.
|
||||||
|
|||||||
@@ -51,7 +51,7 @@
|
|||||||
*/
|
*/
|
||||||
#define KRB5_MAJOR_RELEASE 1
|
#define KRB5_MAJOR_RELEASE 1
|
||||||
#define KRB5_MINOR_RELEASE 22
|
#define KRB5_MINOR_RELEASE 22
|
||||||
#define KRB5_PATCHLEVEL 1
|
#define KRB5_PATCHLEVEL 2
|
||||||
/* #undef KRB5_RELTAIL */
|
/* #undef KRB5_RELTAIL */
|
||||||
#define KRB5_RELDATE "20250820"
|
#define KRB5_RELDATE "20260129"
|
||||||
#define KRB5_RELTAG "krb5-1.22.1-final"
|
#define KRB5_RELTAG "krb5-1.22.2-final"
|
||||||
|
|||||||
@@ -6,9 +6,9 @@
|
|||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: mit-krb5 1.22.1\n"
|
"Project-Id-Version: mit-krb5 1.22.2\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2025-08-20 15:43-0400\n"
|
"POT-Creation-Date: 2026-01-28 19:53-0500\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
|
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
|
||||||
/* prototype/prototype.c - <<< One-line description of file >>> */
|
/* prototype/prototype.c - <<< One-line description of file >>> */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2025 by the Massachusetts Institute of Technology.
|
* Copyright (C) 2026 by the Massachusetts Institute of Technology.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
|
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
|
||||||
/* prototype/prototype.h - <<< One-line description of file >>> */
|
/* prototype/prototype.h - <<< One-line description of file >>> */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2025 by the Massachusetts Institute of Technology.
|
* Copyright (C) 2026 by the Massachusetts Institute of Technology.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
#define K5_PRODUCT_VERSION_STRING MAJOR_MINOR MAYBE_PATCH RELTAIL "\0"
|
#define K5_PRODUCT_VERSION_STRING MAJOR_MINOR MAYBE_PATCH RELTAIL "\0"
|
||||||
#define K5_PRODUCT_VERSION KRB5_MAJOR_RELEASE, KRB5_MINOR_RELEASE, KRB5_PATCHLEVEL, KRB5_BUILDLEVEL
|
#define K5_PRODUCT_VERSION KRB5_MAJOR_RELEASE, KRB5_MINOR_RELEASE, KRB5_PATCHLEVEL, KRB5_BUILDLEVEL
|
||||||
|
|
||||||
#define K5_COPYRIGHT "Copyright (C) 1997-2025 by the Massachusetts Institute of Technology\0"
|
#define K5_COPYRIGHT "Copyright (C) 1997-2026 by the Massachusetts Institute of Technology\0"
|
||||||
#define K5_COMPANY_NAME "Massachusetts Institute of Technology.\0"
|
#define K5_COMPANY_NAME "Massachusetts Institute of Technology.\0"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user