Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

Document krb5_kt_next_entry() requirement

Successful calls to krb5_kt_next_entry() return a krb5_keytab_entry
that the caller is responsible for freeing. Note this, and the
proper function to do so, in the doxygen comments.

https://github.com/krb5/krb5/commit/e70c73b804400a2f18a044dd386dbf1a8430b92e
Author: Ben Kaduk <kaduk@mit.edu>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: e70c73b804400a2f18a044dd386dbf1a8430b92e
Branch: master
src/include/krb5/krb5.hin | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
From: ghudson@mit.edu
Subject: git commit

Improve keytab documentation

In the k5srvutil man page, do not give the impression that arbitrary
new keys can be added to the keytab (requested by Dan Gillmor), since
only the new keys randomly generated by the KDC via 'k5srvutil change'
can be added to the keytab. Reiterate the importance of running
k5srvutil delold after running k5srvutil change in the description of
k5srvutil change, as well as in the description of k5srvutil delold
itself.

In install_kdc.rst, mention using a separate keytab file when
generating a keytab on a KDC for use on another host.

[ghudson@mit.edu: squashed two commits, condensed commit message]

https://github.com/krb5/krb5/commit/b1e655b38b60a05d4d2e4e0d4aedb7a9c36ab93b
Author: Ben Kaduk <kaduk@mit.edu>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: b1e655b38b60a05d4d2e4e0d4aedb7a9c36ab93b
Branch: master
doc/admin/admin_commands/k5srvutil.rst | 22 ++++++++++++----------
doc/admin/install_kdc.rst | 17 +++++++++++++++--
2 files changed, 27 insertions(+), 12 deletions(-)
From: ghudson@mit.edu
Subject: git commit

Fix typo in install_kdc.rst

https://github.com/krb5/krb5/commit/f619c2621443d9463898c434828dc67e587c2afd
Author: Greg Hudson <ghudson@mit.edu>
Commit: f619c2621443d9463898c434828dc67e587c2afd
Branch: master
doc/admin/install_kdc.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
From: tlyu@mit.edu
Subject: git commit

Document krb5_kt_next_entry() requirement

Successful calls to krb5_kt_next_entry() return a krb5_keytab_entry
that the caller is responsible for freeing. Note this, and the
proper function to do so, in the doxygen comments.

(cherry picked from commit e70c73b804400a2f18a044dd386dbf1a8430b92e)

https://github.com/krb5/krb5/commit/3cac667399ebce50985242f792526455ce59ae0d
Author: Ben Kaduk <kaduk@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 3cac667399ebce50985242f792526455ce59ae0d
Branch: krb5-1.14
src/include/krb5/krb5.hin | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
From: tlyu@mit.edu
Subject: git commit

Improve keytab documentation

In the k5srvutil man page, do not give the impression that arbitrary
new keys can be added to the keytab (requested by Dan Gillmor), since
only the new keys randomly generated by the KDC via 'k5srvutil change'
can be added to the keytab. Reiterate the importance of running
k5srvutil delold after running k5srvutil change in the description of
k5srvutil change, as well as in the description of k5srvutil delold
itself.

In install_kdc.rst, mention using a separate keytab file when
generating a keytab on a KDC for use on another host.

[ghudson@mit.edu: squashed two commits, condensed commit message]

(cherry picked from commit b1e655b38b60a05d4d2e4e0d4aedb7a9c36ab93b)

https://github.com/krb5/krb5/commit/d82fc87568171e4be99835e69221820f54842f12
Author: Ben Kaduk <kaduk@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: d82fc87568171e4be99835e69221820f54842f12
Branch: krb5-1.14
doc/admin/admin_commands/k5srvutil.rst | 22 ++++++++++++----------
doc/admin/install_kdc.rst | 17 +++++++++++++++--
2 files changed, 27 insertions(+), 12 deletions(-)
From: tlyu@mit.edu
Subject: git commit

Fix typo in install_kdc.rst

(cherry picked from commit f619c2621443d9463898c434828dc67e587c2afd)

https://github.com/krb5/krb5/commit/668e0610496f190fbdf892b2ceb944e6dc0048d7
Author: Greg Hudson <ghudson@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 668e0610496f190fbdf892b2ceb944e6dc0048d7
Branch: krb5-1.14
doc/admin/install_kdc.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)