Displaying 20 results from an estimated 2000 matches similar to: "[Bug 899] sshd displays illegal usernames through setproctitle()"
2006 Sep 12
3
Weird TZ Behavior in 4.1p1 and 4.3p2 on AIX
Hi,
I am using PAM authentication on 3.8p1. In my PAM auth module I can
turn on debug logging that includes a timestamp in the form "mm/dd/yy
hh:mm:ss". Life is good.
I want to upgrade from 3.8p1 so I can use PAM for PasswordAuthentication
in addition to keyboard-interactive. I have compiled both 4.1p1 and
4.3p2 and the PAM authentication for both methods works fine in both
2002 Apr 17
4
[Bug 113] input_userauth_request: illegal user ...
http://bugzilla.mindrot.org/show_bug.cgi?id=113
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From djm at mindrot.org 2002-04-17 12:45
2004 Jul 20
4
[Bug 898] support for AddressFamily in sshd_config
http://bugzilla.mindrot.org/show_bug.cgi?id=898
Summary: support for AddressFamily in sshd_config
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: peak
2009 Apr 09
2
how to automatically select certain columns using for loop in dataframe
Hi,
I am trying to display / print certain columns in my data frame that share
certain condition (for example, part of the column name). I am using for
loop, as follow:
# below is the sample data structure
all.data <- data.frame( NUM_A = 1:5, NAME_A = c("Andy", "Andrew", "Angus",
"Alex", "Argo"),
NUM_B = 1:5, NAME_B =
2006 Aug 11
3
xen gui with argo
Hi all,
I have made an ebuild for Steve''s argo xen-tools (v0.6),
if any interest I will put it online.
I am also experimenting by expanding argo to have remote
console access (with a AJAX we interface) so far it''s
not perfect but I am getting the console.
cheers
xming
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2004 Jul 20
3
[Bug 901] visual gauge in progress meter
http://bugzilla.mindrot.org/show_bug.cgi?id=901
Summary: visual gauge in progress meter
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: scp
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: peak at
2004 Jul 22
6
[Bug 906] syslog messages from sshd [net] lost
http://bugzilla.mindrot.org/show_bug.cgi?id=906
Summary: syslog messages from sshd [net] lost
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: peak at
2004 Jan 25
1
Puzzled about PAM support in OpenSSH-3.7.1p2
I'm trying to understand the code around PAM support in auth2.c and
auth2-chall.c. I'm working with the OpenSSH 3.7.1p2 sources on
FreeBSD 4.x. The scenario I'm trying to make work is SSH login to a
captive accout for users in a RADIUS database but whose login does not
appear in /etc/passwd or getpwnam().
I understand that if the username is not found in getpwnam(), then the
2004 Jul 20
1
[Bug 900] challenge-response prompt is ugly
http://bugzilla.mindrot.org/show_bug.cgi?id=900
Summary: challenge-response prompt is ugly
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: peak at
2007 Nov 27
2
[PATCH] Make xenstored EOF-safe
As bug 968 suggests, xenstored must properly handle EOF from clients.
From: Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
Signed-off-by: Samuel Thibault <samuel.thibault@citrix.com>
diff -r 6fd17d0dcbcd tools/xenstore/xenstored_core.c
--- a/tools/xenstore/xenstored_core.c Tue Nov 27 12:49:16 2007 +0000
+++ b/tools/xenstore/xenstored_core.c Tue Nov 27 14:56:35 2007 +0000
@@ -1266,7
2002 Feb 13
1
[Bug 113] input_userauth_request: illegal user ...
http://bugzilla.mindrot.org/show_bug.cgi?id=113
------- Additional Comments From djm at mindrot.org 2002-02-13 23:02 -------
What if they disconnect before that?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2006 Oct 27
1
Requirement for sshd account since 4.4p1
Hi,
there's a change made to 4.4p1, which gave some irritation on the Cygwin
mailing list. It's a change from 20060907:
- (djm) [sshd.c auth.c] Set up fakepw() with privsep uid/gid, so it can
be used to drop privilege to; fixes Solaris GSSAPI crash reported by
Magnus Abrante; suggestion and feedback dtucker@
NB. this change will require that the privilege separation user must
2024 Oct 12
1
A question about LDAP Public Key authentication with openssh 9.8p1
Hi openssh community,
I am very new to the source code of openssh and trying to make the LDAP
Public Key authentication work. I found that I need to change a line in the
monitor.c to make it work, I would like to ask the community whether this
is desirable at all.
1. I have created a pair of RSA private key and public key
2. I have setup the public key to the remote LDAP server, as the
2001 Jun 05
2
setproctitle
The portable OpenSSH source comes with an implementation of
setproctitle() that on some systems (Solaris for example) does nothing.
The current sendmail distributions have an alternate setproctitle()
that tries to get the effect on a wide range of systems.
Would there be any interest in a patch for the portable OpenSSH that
uses the sendmail setproctitle as a starting point to get setproctitle
2002 Jun 07
1
Setproctitle && HPUX, patch/fix included
Hello,
I've asked this on the openssh (regular) list before, but was directed
here. I've been trying to get the 'setproctitle' part working on HPUX
systems (11.00). I've figured out that on HP setproctitle requires
sys/pstat.h and some other settings.
I can locate sys/pstat.h on my system, but the ./configure won't find it
(it's in /usr/include/sys/pstat.h). When I
2017 Mar 17
0
samba: setproctitle not initialized, please either call setproctitle_init() or link against libbsd-ctor.
-----Original Message-----
From: BasSamba [mailto:bassamba at rediffmail.com]
Sent: Friday, March 17, 2017 12:17 PM
To: 'L.P.H. van Belle'; samba at lists.samba.org
Subject: RE: [Samba] samba: setproctitle not initialized, please either call
setproctitle_init() or link against libbsd-ctor.
Hi,
Tried, It says "not installed" below is the result
2017 Mar 17
0
samba: setproctitle not initialized, please either call setproctitle_init() or link against libbsd-ctor.
On Fri, 2017-03-17 at 12:16 +0530, BasSamba via samba wrote:
> Hi,
> Tried, It says "not installed" below is the result
To be clear, for this particular solution you need to now rebuild and
re-install samba from source, as removing the -dev files has no impact
on already built binaries.
Thanks,
Andrew Bartlett
>
2017 Mar 15
1
samba: setproctitle not initialized, please either call setproctitle_init() or link against libbsd-ctor.
Try :
apt-get remove libbsd-dev
restart samba, now is the message gone?
Gr.
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens BasSamba via
> samba
> Verzonden: woensdag 15 maart 2017 16:09
> Aan: samba at lists.samba.org
> Onderwerp: [Samba] samba: setproctitle not initialized, please either call
>
2000 Nov 05
1
suggested bsd-setproctitle.c
Keven Steves,
Can I suggest this minor change. To halt a bit of compiler grumble on
BSD4.3 platforms.
It's complaining about unsued variable "__progname".
I wanted to check with you before committing it incase you had some
other plans in mind (and I know how I hate when others break my code =).
Thanks,
- Ben
--- ../openssh/bsd-setproctitle.c Wed Oct 18 08:11:44 2000
+++
2002 May 08
0
[Bug 236] New: No setproctitle() replacement for many unices
http://bugzilla.mindrot.org/show_bug.cgi?id=236
Summary: No setproctitle() replacement for many unices
Product: Portable OpenSSH
Version: -current
Platform: Other
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Miscellaneous
AssignedTo: openssh-unix-dev at mindrot.org