Displaying 20 results from an estimated 2000 matches similar to: "[Bug 463] PrintLastLog doesn't work in privsep mode"
2003 Jan 07
2
[Bug 463] PrintLastLog doesn't work in privsep mode
http://bugzilla.mindrot.org/show_bug.cgi?id=463
------- Additional Comments From dtucker at zip.com.au  2003-01-07 23:43 -------
Generate the message earlier in the login process and store for display after 
session startup?
Rather than another variable for this (eg aixloginmsg, maybe __pam_msg), what 
about using a single Buffer for storing all of the messages to be displayed 
after login?
2004 Jul 03
3
[Bug 463] PrintLastLog doesn't work in privsep mode
http://bugzilla.mindrot.org/show_bug.cgi?id=463
dtucker at zip.com.au changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #235 is|0                           |1
           obsolete|                            |
 Attachment #288 is|0                           |1
           obsolete|               
2003 May 10
7
[Bug 463] PrintLastLog doesn't work in privsep mode
http://bugzilla.mindrot.org/show_bug.cgi?id=463
------- Additional Comments From dtucker at zip.com.au  2003-05-10 12:59 -------
I've had a look at the OpenBSD source and I don't think OpenBSD *needs* a 
"Buffer loginmsg" right now.  PrintLastLog can be easily fixed by updating 
s->last_login_time before the privsep split.
So, is there another reason OpenBSD needs (or
2003 Jan 07
0
[Bug 463] New: PrintLastLog doesn't work in privsep mode
http://bugzilla.mindrot.org/show_bug.cgi?id=463
           Summary: PrintLastLog doesn't work in privsep mode
           Product: Portable OpenSSH
           Version: -current
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: sshd
        AssignedTo: openssh-unix-dev at mindrot.org
        ReportedBy:
2003 Feb 22
1
[Bug 463] PrintLastLog doesn't work in privsep mode
http://bugzilla.mindrot.org/show_bug.cgi?id=463
------- Additional Comments From dtucker at zip.com.au  2003-02-22 16:01 -------
Created an attachment (id=235)
 --> (http://bugzilla.mindrot.org/attachment.cgi?id=235&action=view)
Generate login message as part of login recording.
This patch moves the generation of the generic last login message to
sshlogin.c, the AIX loginsuccess call
2003 Jun 28
1
[Bug 463] PrintLastLog doesn't work in privsep mode
http://bugzilla.mindrot.org/show_bug.cgi?id=463
djm at mindrot.org changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
------- Additional Comments From djm at mindrot.org  2003-06-28 17:48
2003 Aug 24
2
[Bug 463] PrintLastLog doesn't work in privsep mode
http://bugzilla.mindrot.org/show_bug.cgi?id=463
djm at mindrot.org changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |627
              nThis|                            |
------- You are receiving this mail because: -------
You are the assignee for the
2004 Feb 10
0
[Bug 463] PrintLastLog doesn't work in privsep mode
http://bugzilla.mindrot.org/show_bug.cgi?id=463
dtucker at zip.com.au changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|14                          |
              nThis|                            |
------- You are receiving this mail because: -------
You are the assignee for the
2004 Mar 30
0
[Bug 463] PrintLastLog doesn't work in privsep mode
http://bugzilla.mindrot.org/show_bug.cgi?id=463
dtucker at zip.com.au changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |822
              nThis|                            |
------- You are receiving this mail because: -------
You are the assignee for
2000 Dec 27
1
PrintLastLog option is not honored
Hi,
here's another bug report against openssh with a patch included (from
the same person who submitted the bug report). Would you please apply
it? Thanks!
> The Debian package of ssh includes patches to recognize a 'PrintLastLog'
> option which can be used to disable the automatic display of the last
> login time.  (This is often handled by PAM.)  The option is scanned and
2014 Sep 17
5
[Bug 2278] New: 'configure --disable-lastlog' should mark PrintLastLog as unsupported in servconf.c
https://bugzilla.mindrot.org/show_bug.cgi?id=2278
            Bug ID: 2278
           Summary: 'configure --disable-lastlog' should mark PrintLastLog
                    as unsupported in servconf.c
           Product: Portable OpenSSH
           Version: 6.6p1
          Hardware: All
                OS: Solaris
            Status: NEW
          Severity: minor
          Priority: P5
    
2002 Aug 25
7
[Bug 355] No last login message with PrivSep under AIX
http://bugzilla.mindrot.org/show_bug.cgi?id=355
------- Additional Comments From dtucker at zip.com.au  2002-08-25 18:10 -------
It looks like the call to loginsuccess() fails because it's done as a 
non-privileged user.  This is bad because in addition to generating the message 
it also clears the failed login counter that leads to account lockout.
The following patch fixes it for me
2003 Mar 20
4
Call for testing for 3.6: password expiry?
I have tried this patch (against 3.5p1) and would very much like it to be in the OpenSSH 3.6p1 release, if possible:
http://bugzilla.mindrot.org/show_bug.cgi?id=14
On that note, I'd like the Sun BSM patch to be included also, if possible.  I have it working applied to 3.5p1:
http://bugzilla.mindrot.org/show_bug.cgi?id=125
In fact, both patches work together, apparently.
If I have any
2003 Jan 28
0
Not only pam chauthtok problems in privsep mode
Without giving a solution, I want to mention the following problem:
Not only changing expired passwords when privilege separation is enabled in 
combination with PAM is not working (although the current patches seem to 
solve this one). Also some PAM session modules do not work the way they are 
supposed to. For instance, the pam_lastlog module. This module gets and 
updates the last successful
2003 Jan 09
7
[Bug 14] Can't change expired /etc/shadow password without PAM
http://bugzilla.mindrot.org/show_bug.cgi?id=14
------- Additional Comments From dtucker at zip.com.au  2003-01-09 23:17 -------
Created an attachment (id=199)
 --> (http://bugzilla.mindrot.org/attachment.cgi?id=199&action=view)
Implement password change via /bin/passwd in session.
openssh-passexpire10.patch:
* Implementes shadow and AIX password expiry.
* Adds general expire_message
2002 Jun 25
0
[Bug 289] New: mmap error when trying to use 3.3p1 with privsep
http://bugzilla.mindrot.org/show_bug.cgi?id=289
           Summary: mmap error when trying to use 3.3p1 with privsep
           Product: Portable OpenSSH
           Version: 3.1p1
          Platform: ix86
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: sshd
        AssignedTo: openssh-unix-dev at mindrot.org
       
2002 Jul 03
1
[PATCH]: Change Cygwin contrib files to better support PrivSep
Hi,
the following patch patches the files in contrib/cygwin.  The changes
are necessary to allow a better support of privilege separation.
On NT machines the script asks now if it should create a user called
"sshd" and all that.  Additionally it creates the /etc/ssh_config
and /etc/sshd_config files follows the latest versions.
Would you mind to apply this to the official OpenSSH
2003 Jun 10
2
SecurID authentication for 3.6.1p2 with privsep
Hello all,
I have made SecurID authentication for OpenSSH 3.6.1p2.
This patch was totaly rewritten, so please test it before use.
Kbd-int authentication is now integrated into challenge response
auth. 
Privsep is now fully suported.
PS: What do you think of selective access to the individual
authentications, similar to AllowGroups/DenyGroups or maybe
AllowUsers/DenyUsers ?
Vaclav Tomec
2003 Jun 28
1
[Bug 14] Can't change expired /etc/shadow password without PAM
http://bugzilla.mindrot.org/show_bug.cgi?id=14
Bug 14 depends on bug 463, which changed state.
Bug 463 Summary: PrintLastLog doesn't work in privsep mode
http://bugzilla.mindrot.org/show_bug.cgi?id=463
           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                   
2006 Oct 27
1
[Bug 822] [RELENG] Bugs planned to be fixed for 3.9
http://bugzilla.mindrot.org/show_bug.cgi?id=822
Bug 822 depends on bug 463, which changed state.
Bug 463 Summary: PrintLastLog doesn't work in privsep mode
http://bugzilla.mindrot.org/show_bug.cgi?id=463
           What    |Old Value                   |New Value
----------------------------------------------------------------------------
         Resolution|FIXED                       |