search for: wanek

Displaying 7 results from an estimated 7 matches for "wanek".

Did you mean: janek
2002 Jul 16
2
HP-UX PAM with Trusted System patch
...rusted System with PAM and OpenSSH 3.4p1? The problem seemed to be that pam couldn't verify the user via __pamh after the call to permanently_set_uid in session.c. So I called do_pam_session prior to the call and added a function do_pam_set_tty in order to set the tty after allocation. -- Dan Wanek -------------- next part -------------- diff -u -r openssh-3.4p1/auth-pam.c openssh-3.4p1-dw/auth-pam.c --- openssh-3.4p1/auth-pam.c Tue May 7 21:27:56 2002 +++ openssh-3.4p1-dw/auth-pam.c Tue Jul 16 07:54:05 2002 @@ -294,6 +294,18 @@ session_opened = 1; } +/* Set the TTY after session is op...
2017 Jun 26
1
Changing the order of the factors in a cumulative logit model
Hi all, I am using the clm function from the ordinal package to fit a cumulative logit model. If I run the regression without formatting my dependent variable (which is a factor), it works fine, however I need to change the order of the factors to be able to interpret the estimates. I have tried doing this using the relevel function and the factors are now in the correct order, but when running
2002 Oct 21
1
[Bug 419] HP-UX PAM problems with 3.5p1
...&action=view) Patches for making privsep run with HP-UX trusted mode amd avoid credentials deletion errors Sorry, being new to bugzilla I didn't know that attachments will be asked for in the next form. Please excuse duplication in description! !! Majority of this patch is actually by Dan Wanek !! : http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=102682619813556&w=2 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2002 Nov 01
0
[Bug 423] New: Workaround for pw change in privsep mode (3.5.p1)
...el_steffens at hp.com The attached patch provides a workaround for changing expired passwords on login with sshd running in privsep mode. It does so by delegating the the change dialog to a suid helper program. (Yes, yet another one :) The patch incorporates the HP-UX trusted system patch by Dan Wanek, submitted with [BUG 419]. I have tested this patch successfully on Linux (Debian with libpam0g 0.72-32) HP-UX 11.00 and 11.11, both trusted and non-trusted mode Solaris 2.7 It seems to be even a bit more robust than the builtin change routine for non-privsep mode, which crashes on trusted sy...
2002 Oct 21
0
[Bug 419] New: HP-UX PAM problems with 3.5p1
...ing OpenSSH 3.5p1! Unfortunately there are still problems with HP-UX PAM. The attached patch addresses a known one, and one that I haven't found any HP-UX related postings for. 1) pam_open_session() failure with privilege separation and HP-UX running in trusted mode. This is known and Dan Wanek has posted a patch for 3.4p1 fixing it on July 16: http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=102682619813556&w=2 It has got quite good comments and works fine here, but hasn't made it into 3.5p1. Why? I merged it into 3.5p1 (which exhibits the same problem) manually, and...
2003 Aug 24
12
[Bug 423] Workaround for pw change in privsep mode (3.5.p1)
http://bugzilla.mindrot.org/show_bug.cgi?id=423 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |627 nThis| | Status|NEW |ASSIGNED ------- Additional
2002 Dec 10
5
[PATCH] Password expiry with Privsep and PAM
Hi All. Attached is a patch that implements password expiry with PAM and privsep. It works by passing a descriptor to the tty to the monitor, which sets up a child with that tty as stdin/stdout/stderr, then runs chauthtok(). No setuid helpers. I used some parts of Michael Steffens' patch (bugid #423) to make it work on HP-UX. It's still rough but it works. Tested on Solaris 8 and