Displaying 20 results from an estimated 9000 matches similar to: "ttyslot(), forking and NeXT."
2000 Jul 26
2
[2.1.1p4] utmp related patches plus unresolved bugs description
Fixed:
-- On systems such as SunOS4 where the system include files
are no help in locating the utmp file (et al.), configure
can define their location in CONF_*, but defines.h never used
these.
-- Might as well put in the usual location for SunOS4.
-- In loginrec.c (utmp_write_direct), writing to the utmp file
was not done correctly.
Remaining:
-- At logout, the utmp entry cannot be
2000 Aug 01
2
[2.1.1p4] utmp patch for SunOS 4.1.x
Follow-on to Charles Levert's <charles at comm.polymtl.ca> work on
utmp_write_direct.
Fixed:
-- At logout, the utmp entry is cleared. Tested on SunOS 4.1.4.
The code I added to loginrec.c is restricted to SUNOS4 pending
QA testing on other platforms.
This patch incorporates the work done by Charles Levert on
7/25/2000 00:43:22. (Do any of us sleep at
1999 Nov 19
0
[patch2, 1.2pre13] solaris 7 patch for bsd-login.c
Solaris 7 doesn't have a ut_host element in utmp...patch let's bsd-login.c
compile with this knowledge:
*** openssh-1.2pre13.orig/bsd-login.c Fri Nov 19 00:32:34 1999
--- openssh-1.2pre13/bsd-login.c Fri Nov 19 14:23:49 1999
***************
*** 40,45 ****
--- 40,46 ----
static char *rcsid = "$Id: bsd-login.c,v 1.1 1999/11/19 04:32:34 damien Exp $";
#endif /*
2000 Apr 21
0
OpenSSH 1.2.3 on AIX 4.3.3
Hmph. I wish I had checked the list before I wasted a half-day on this.
Yes, the problem exists under AIX (mine's 4.3.1). Here's the patch I
came up with, which may be a little more straightforward than the
original. I confirmed that it works under Solaris 2.[67] too.
Don't forget to run autoconf.
--- bsd-login.c.orig Sat Dec 25 18:21:48 1999
+++ bsd-login.c Thu Apr 20 18:26:41
1999 Dec 20
2
Portability hacks + alpha HPUX1020 port
Hi,
Attached is a patch to 1.2.1pre18 that includes a number of portability
changes, and more a more complete HPUX10.20 implementation. Thanks to
Ben Taylor's utmpx patch, utmpx and wtmpx support are now in for HP,
with a few caveats. It compiles cleanly on HPUX10.20 with gcc, cleanly
on Linux, and with a few minor warnings on Solaris 2.6.
Most compat changes are made via autoconf which
2000 May 12
0
SunOS 4.x port
This is based on openssh-2.0.0beta1. There are a few rough spots:
1) SunOS doesn't have ut_type in struct utmp so I just whacked
in the old login() from openssh-1.2.3.
2) There is a SUNOS4 section added to defines.h -- this could probably
be a bit cleaner.
3) sigaction on SunOS is implemented via #defines to sigvec, thus there
is no SA_RESTART (this is the default behavior).
2002 Aug 02
0
[Bug 378] New: sshd does not update utmp/utmpx records correctly when "UseLogin" feature on
http://bugzilla.mindrot.org/show_bug.cgi?id=378
Summary: sshd does not update utmp/utmpx
records correctly when "UseLogin" feature on
Product: Portable OpenSSH
Version: -current
Platform: MIPS
OS/Version: IRIX
Status: NEW
Severity: normal
Priority: P2
2000 Sep 12
0
OpenSSH 2.2.0p1 port to QNX 4
Dear OpenSSH porting developers,
finally I succeded in porting OpenSSH to QNX 4.
To get things going I had to take over some definitions from Linux'
include files, since they are not available under QNX (e.g. the howmany
makro, NFDBITS, the lastlog structure). With this email I send a patch
with all my changes as well as the file "qnx-term.h" which I created
because IXANY and
1999 Dec 09
1
bsd-login.c in pre17
Just a small fix:
if #ifdef is given multiple arguments, it only evaluates the first
and ignores the rest of the line...
Also added #include <string.h> to prevent compiler warning about
strncmp in login.
enjoy,
-dagraz
--- bsd-login.c.orig Thu Dec 9 14:52:27 1999
+++ bsd-login.c Thu Dec 9 14:58:42 1999
@@ -52,6 +52,7 @@
# include <utmp.h>
#endif
#include <stdio.h>
2000 Jul 12
0
Announce: portable OpenSSH 2.1.1p3
The 2.1.1p3 release of portable OpenSSH has been uploaded to the
OpenBSD ftp master site. In a few hours it will be available from one
of the many mirrors listed at:
http://www.openssh.com/portable.html
This release fixes several bugs reported since the previous release
and extends portability to NeXT and Reliant Unix.
As usual, the OpenBSD team has been hard at work further polishing and
2000 Jul 12
0
Announce: portable OpenSSH 2.1.1p3
The 2.1.1p3 release of portable OpenSSH has been uploaded to the
OpenBSD ftp master site. In a few hours it will be available from one
of the many mirrors listed at:
http://www.openssh.com/portable.html
This release fixes several bugs reported since the previous release
and extends portability to NeXT and Reliant Unix.
As usual, the OpenBSD team has been hard at work further polishing and
2000 Sep 16
15
Snapshot
Quite a few changes here, please test.
http://www.mindrot.org/misc/openssh/openssh-SNAP-20000916.tar.gz
-d
20000916
- (djm) New SuSE spec from Corinna Vinschen <corinna at vinschen.de>
- (djm) Update CygWin support from Corinna Vinschen <vinschen at cygnus.com>
- (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
Patch from Larry Jones <larry.jones at
2000 Jul 11
3
Test snapshot
Can interested users please test the latest snapshot at
http://www.mindrot.org/misc/junk/openssh-SNAP-2000071102.tar.gz
It contains quite a few fixes for small problems that have been
reported in the last few weeks.
Pending feedback it is going to become 2.1.1p3
Regards,
Damien Miller
--------------- Changelog:
20000711
- (djm) Fixup for AIX getuserattr() support from Tom Bertelson
2000 Jan 12
1
unrequired headers (looping affect in NeXT)
In bsd-login.[hc] and login.c seems to have #include <utmp.h> that
are unneeded (and platforms with non-protected headers files trips on
them.)
Could I get a few people on different platforms remove them and see
if they cause any compiling issues it would make my life easier (and
less required #ifdef grabage).
bsd-login.c:52:#include <utmp.h>
bsd-login.h:7:#include <utmp.h>
2000 Jul 20
3
First time install
This is my first time installing ssh and I am getting the following error:
$ ssh <hostname>
The authenticity of host <hostname> can't be established.
RSA key fingerprint is <xxxxxxxxxxxxxxxxxxxxxxxxx>.
Are you sure you want to continue connecting (yes/no)?
David
2000 Jan 27
1
Long awaited round 1 of NeXT patches.
This is about 90% of the core work. I omited a few files from the patch
set since they are basicly small blocks of #ifndef HAVE_NEXT/#endif to
get it to compile.
Daimen, feel free to let me know what you applied and what your
rejecting and why.. so I can work on cleaning things up.
Andre, Only thing of note you may want to look into is NeXT does not
use "ut_user" in it's lastlog.
1999 Dec 24
5
ANNOUNCE: openssh-1.2.1pre20
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
openssh-1.2.1pre20 has been released at:
http://violet.ibs.com.au/openssh/files/
This release integrates more of Andre Lucas' portability patch, Ben
Taylor's utmpx patch and some cleanups and bugfixes of my own.
The auth-passwd failures should be fixed, as should lastlog support on
NetBSD.
Since Andre Lucas' patch included platform
1999 Dec 24
5
ANNOUNCE: openssh-1.2.1pre20
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
openssh-1.2.1pre20 has been released at:
http://violet.ibs.com.au/openssh/files/
This release integrates more of Andre Lucas' portability patch, Ben
Taylor's utmpx patch and some cleanups and bugfixes of my own.
The auth-passwd failures should be fixed, as should lastlog support on
NetBSD.
Since Andre Lucas' patch included platform
2006 Nov 09
3
compiz plugins and window types
Hi All,
First off, I've just started using compiz and its fantastic...
I'm using compiz with KDE (on FC6), all is OK apart from one small niggle
which is when I use the scale or switcher plugins it includes my kicker
windows (the desktop panels) in the list, which isn't so pretty.
I don't know much about gconf, but poking around in the settings for compiz
and found that these
2005 Aug 21
0
Kicker Bug in KDE 3.4.2
I know that this is not a Cent OS centric question, but still.
I recently upgraded to KDE 3.4.2 on Cent OS 4.
Does anybody knows the solution for the Kicker Bug?
Whenever I Log-Off, I get an Error saying that Kicker has crashed.
--
"No-one dies a virgin. Life screws everyone."