lp:heimdal

Created by VCS imports and last modified
Get this branch:
bzr branch lp:heimdal

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
VCS imports
Project:
Heimdal
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at https://github.com/heimdal/heimdal.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on juju-1e3bde-prod-lp-code-import-16 and finished taking 15 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-15 and finished taking 20 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-15 and finished taking 20 seconds — see the log
Import started on juju-1e3bde-prod-lp-code-import-14 and finished taking 20 seconds — see the log

Recent revisions

29685. By Nicolas Williams <email address hidden>

kadmin: Fix leak of dup context

29684. By Nicolas Williams <email address hidden>

kadm5: Fix leak in kadm5_c_dup_context()

29683. By Nicolas Williams <email address hidden>

kadm5: Fix failure to connect in dup handle

29682. By Nicolas Williams <email address hidden>

kadmin: Fix re-entrance in iterations

Any callback of kadm5_iter_principals() that wants to call other kadm5
functions (such as kadm5_get_principal()) needs to do so on a different
kadm5 handle than the one used for kadm5_iter_principals().

29681. By Nicolas Williams <email address hidden>

doc: Revert part of 0878a568f9e for Texinfo 5.1

0878a568f9e fixed a warning from Texinfo 6.7:

    doc/whatis.texi:33: warning: redefining Texinfo language command: @sub

but the fix makes the doc build fail w/ Texinfo 5.1.

There may still be other problems when using Texinfo 5.1.

29680. By Nicolas Williams <email address hidden>

hdb: Tolerate duplicate aliases

One user had an entry with duplicate aliases. This happened with an
earlier version of Heimdal.

This commit does not remove the duplicates, but it does tolerate them.

29679. By Nicolas Williams <email address hidden>

kdc: More testing of hard aliases

This is an attempt to make sure we test realm migration aliases by doing
kinit w/ a hard alias name in a different realm, and that we can get
service tickets for services in the same and other realms some of which
are hard aliases in one direction, and some in the other.

29678. By Nicolas Williams <email address hidden>

krb5: Fix KCM for root user

29677. By Nicolas Williams <email address hidden>

kadmin: LIST interrupt message needs no reply

The online LIST interrupt message is a NOP, but it's expected to not
have a reply (the server doesn't send one if it receives it before the
LIST finishes).

However, if the interrupt message arrives after the LIST finished, then
it does get a reply, and this causes the client to get out of step with
the server.

Fixes include:

1) flavor the interrupt NOP to make sure it never gets a reply,
2) introduce a new kadm_list_interrtupt message that is like a NOP that
   produces no reply
3) always consume -after the LIST ends- a reply to any list interrupt
   NOP on the client side.

This implements (1).

29676. By Nicolas Williams <email address hidden>

kadm5: Add missing kadm5_ret_principal_ent() check

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers

No subscribers.