[Bug 73550] Re: Should dissappear when credentials are obtained through other mechanism

2008-07-18 Thread Scott Kitterman
** Changed in: krb5-auth-dialog (Ubuntu) Status: In Progress => Fix Released -- Should dissappear when credentials are obtained through other mechanism https://bugs.launchpad.net/bugs/73550 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 73550] Re: Should dissappear when credentials are obtained through other mechanism

2008-07-14 Thread Scott Kitterman
Since this is fixed in Debian, I'll ask for a sync. ** Changed in: krb5-auth-dialog (Ubuntu) Assignee: (unassigned) => Scott Kitterman (kitterman) Status: Confirmed => In Progress -- Should dissappear when credentials are obtained through other mechanism https://bugs.launchpad.net/bu

[Bug 73550] Re: Should dissappear when credentials are obtained through other mechanism

2008-06-09 Thread Guido Günther
This is fixed in Debian's krb5-auth-dialog among other things (currently in incoming). I've based the package on my current krb5-auth-dialog development branch at: git-clone http://honk.sigxcpu.org/git/krb5-auth-dialog.git/ See also: http://honk.sigxcpu.org/con/ This is from the Debian changelog:

[Bug 73550] Re: Should dissappear when credentials are obtained through other mechanism

2008-05-09 Thread Daniel Holbach
Andrew: can you please take a look at it? -- Should dissappear when credentials are obtained through other mechanism https://bugs.launchpad.net/bugs/73550 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubunt

[Bug 73550] Re: Should dissappear when credentials are obtained through other mechanism

2008-03-06 Thread Matthew L. Dailey
I was inspired by Daniel Holbach's message on ubuntu-devel this morning and turned this patch into a (hopefully) nice debdiff. This includes both bug #73550 and bug #104815. ** Attachment added: "krb5-auth-dialog debdiff" http://launchpadlibrarian.net/12462023/krb5-auth-dialog.debdiff -- Shou

[Bug 73550] Re: Should dissappear when credentials are obtained through other mechanism

2008-01-05 Thread Matthew L. Dailey
Here's a simplified patch - removed the format change and added a prototype. Hopefully this will be easier to review. :-) Happy 2008 to all! ** Attachment added: "Simplified patch for krb5-auth-dialog.c" http://launchpadlibrarian.net/11165420/krb5-auth-dialog.patch3 -- Should dissappear when

Re: [Bug 73550] Re: Should dissappear when credentials are obtained through other mechanism

2008-01-05 Thread Jelmer Vernooij
The move of credentials_expiring_real() makes the patch less trivial and therefore harder to review. Rather than moving it, could you just add a prototype at the top of the file? The patch also seems to contain an unrelated change: modification of the format of the prompt, which doesn't seem necess

[Bug 73550] Re: Should dissappear when credentials are obtained through other mechanism

2008-01-05 Thread Luca Falavigna
Is this patch applied somewhere to justify 'Fix Committed' ? Marking Confirmed for now. ** Changed in: krb5-auth-dialog (Ubuntu) Status: Fix Committed => Confirmed -- Should dissappear when credentials are obtained through other mechanism https://bugs.launchpad.net/bugs/73550 You received

[Bug 73550] Re: Should dissappear when credentials are obtained through other mechanism

2007-12-18 Thread Jelmer Vernooij
** Changed in: krb5-auth-dialog (Ubuntu) Status: New => Fix Committed -- Should dissappear when credentials are obtained through other mechanism https://bugs.launchpad.net/bugs/73550 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ub

[Bug 73550] Re: Should dissappear when credentials are obtained through other mechanism

2007-11-25 Thread Emmet Hikory
** Tags added: patch -- Should dissappear when credentials are obtained through other mechanism https://bugs.launchpad.net/bugs/73550 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ub

[Bug 73550] Re: Should dissappear when credentials are obtained through other mechanism

2007-04-09 Thread Matthew L. Dailey
Oops...I realized I did a Bad Thing in my last patch - rookie C mistake with casting. :-) Here is a new patch that hopefully does it the "right way" and doesn't stomp on anything. I've also written in an auto-renew function for this software, which I'll post as a separate "bug." ** Attachment adde

[Bug 73550] Re: Should dissappear when credentials are obtained through other mechanism

2007-04-03 Thread Matthew L. Dailey
I've written a little hack to hopefully take care of this. Basically, each time the inner timer triggers (to change the expiry message), it checks to see if credentials are still expiring. If so, it sends a "cancel" to the dialog which destroys the inner timer, but keeps the outer timer running. In