Displaying 20 results from an estimated 7000 matches similar to: "login code in a separate library?"
2000 Jan 19
1
New liblogin release
Hi,
I've just put a new version of liblogin[1] on my website. This version
is fully tested on Linux RH6, OpenBSD, HPUX10.20 and Solaris 2.6. It may
well work on other systems now, as it supports login(), [uw]tmp,
[uw]tmpx, and lastlog (filemode only.)
If you're feeling adventurous, please check out the web page and try it
out.
By 'tested', I mean that the library is known to
2000 Jan 13
0
new login library alpha release
Hi,
I've just posted an early alpha of a new login record library 'liblogin'
to my website -> http://dspace.dial.pipex.com/andre.lucas/openssh.html .
It's released as a patch, and it doesn't enable itself by default. Read
the instructions first!
This release is missing a lot of functionality, but is tested and
working on Linux (RH6.0 anyway) and OpenBSD. Why you might
2000 Jan 31
0
New liblogin 0.3alpha
FYI a new version of liblogin, 0.3alpha, is up on my website at
http://dspace.dial.pipex.com/andre.lucas/liblogin.html
This version fixes a few bugs and has implementations for the full API,
including 'get last login time' support, even for systems without
lastlog.
New OpenSSH patches against 1.2.2 are also available, to enable the last
login time features. Again, the function (in
2000 Jan 08
2
Man pages on HPUX (and others?)
HPUX doesn't seem to ship with a set of troff macros that can handle the
OpenSSH manpages. Maybe other OSs have this problem?
Rather than sodding about with the tmac/ directory, I think we should do
one of two things:
1. Ship a set of preformatted manpages, and either auto-install them in
$prefix/man/cat{1,1m} or just have instructions in INSTALL to do so
2. Recommend users install groff
2000 Jan 23
0
login.c: #ifdef wrong?
In login.c, I think the #ifdef in line 67 should be an #ifndef.
Otherwise, the wrong lastlog mode is selected. Oops. I also changed the
char array name (for the dirmode filename) to lbuf, as buf shadows the
function parameter of the same name.
Patch follows.
Ta,
-Andre
--- openssh-1.2.1pre27/login.c Fri Jan 14 04:45:50 2000
+++ openssh-1.2.1pre27.ll/login.c Sun Jan 23 00:09:19 2000
@@ -58,20
2000 Jan 16
3
PAM config file installation
This might have been covered before and I've missed it. If so, sorry in
advance.
The file sshd.pam.generic didn't work for me on Linux RH6, I guess it's
a Solaris file. Instead I copied the file /etc/pam.d/rlogin to
/etc/pam.d/sshd . I wonder if this isn't a good way to go about things
anyway, have an install target that does just that?
Perhaps the rsh file is more appropriate
1999 Dec 28
1
ANNOUNCE: openssh-1.2.1pre22
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have just uploaded 1.2.1pre22 to:
http://violet.ibs.com.au/openssh/files/
This release consists of portability fixes and cleanups. It also
resolves two issues which may have caused security problems
- If you OS header files did not define PATH_STDPATH, then an
unsafe path was used by default (it contained an implicit '.').
Thanks
1999 Dec 28
1
ANNOUNCE: openssh-1.2.1pre22
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have just uploaded 1.2.1pre22 to:
http://violet.ibs.com.au/openssh/files/
This release consists of portability fixes and cleanups. It also
resolves two issues which may have caused security problems
- If you OS header files did not define PATH_STDPATH, then an
unsafe path was used by default (it contained an implicit '.').
Thanks
2000 Mar 07
0
ANNOUNCE: openssh-1.2.2p1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
This is a patch release which contains fixes to all the problems
which have been reported over the last month.
Most importantly: OpenSSL-0.9.5 has exposed a bug in RSA key
generation on systems which lack a /dev/random (Solaris, HPUX,
SCO). On such systems this port was not properly initialising
OpenSSL's entropy pool. This results in lower
1998 Nov 24
0
Dial in accounts (1883)
When the world was young, Ole Holm Nielsen carved some runes like
this:
> Date: Fri, 20 Nov 1998 12:03:59 +0100
> From: Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>
> Subject: Re: Dial in accounts
> Regarding remote network browsing:
> We have had mixed success browsing Network Neighborhood from
> PPP-connected Win95 PCs. Our servers are all SAMBA, no NT here :-)
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
2000 May 19
0
I present: The Elusive 'fixprogs' script
Hi,
Here's the 'fixprogs' perl script that got missed off the 2.1.0p1
distribution. Please put this in your openssh directory, and re-run
'make install'. it doesn't need to be made executable.
For those interested, it runs through all the commands in the
ssh_prng_cmds file and tests if they work (as opposed to 'configure'
merely verifying that the executable
1998 Aug 11
1
SAMBA digest 1775
When the world was young, Adam Snodgrass carved some runes like
this:
> Date: Mon, 10 Aug 1998 19:06:07 -0400
> Subject: Failure to execute programs from a mapped drive letter on a samba
> I have a strange situation. I have a Linux machine running samba
> 1.9.18p8, serving a mix of NT Workstation 4.0 and Windows 95 clients. In
> general, things have worked flawlessly, with one
2000 May 19
0
AW: Solved: on Solaris, "couldn't wait for child '...' completion : Nochild processes"
> Andre Lucas [SMTP:andre.lucas at dial.pipex.com] wrote:
>
> No! The error message is because I used 'error()' instead of 'debug()'.
> That's changed in the 2.1.0p1 release, I believe. (I don't have access
> to it right now.) This was discussed last week for 2.1.0 - just change
> error() to debug() for those two messages.
Sorry, you are completely right.
1999 Dec 22
2
ANNOUNCE: openssh-1.2.1pre19
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
OpenSSH-1.2.1pre19 has been released.
http://violet.ibs.com.au/openssh/files/MIRRORS.html
The major change in this version is the integration of Andre Lucas'
HPUX support. This adds a few other options which may be useful
on other systems.
Changelog:
19991221
- Integration of large HPUX patch from Andre Lucas
<andre.lucas at
1999 Dec 22
2
ANNOUNCE: openssh-1.2.1pre19
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
OpenSSH-1.2.1pre19 has been released.
http://violet.ibs.com.au/openssh/files/MIRRORS.html
The major change in this version is the integration of Andre Lucas'
HPUX support. This adds a few other options which may be useful
on other systems.
Changelog:
19991221
- Integration of large HPUX patch from Andre Lucas
<andre.lucas at
2000 Feb 25
1
yarrow unix source
Hi guys
We at ZKS were also interested in yarrow under unix. However the
implementation that counterpane have on their web page doesn't correspond to
the paper -- it is a pretty different design.
Also the windows code is hairy in the extreme -- I decided to reimplement it
from scratch from the paper, rather than try to look at that windows code too
much (yeuch!). And in writing from the
2000 Jan 07
2
ANNOUNCE: openssh-1.2.1pre25
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
1.2.1pre25 is out. Please use a mirror:
http://violet.ibs.com.au/openssh/files/MIRRORS.html
The following mirrors already have it:
ftp://ftp.localhost.ca/pub/openssh/files/
ftp://thermo.stat.ncsu.edu/pub/openssh/files/
http://www.firedrake.org/openssh/files/
Changes:
- - "Corrupted check bytes on input" when using triple DES has been
2000 Jan 07
2
ANNOUNCE: openssh-1.2.1pre25
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
1.2.1pre25 is out. Please use a mirror:
http://violet.ibs.com.au/openssh/files/MIRRORS.html
The following mirrors already have it:
ftp://ftp.localhost.ca/pub/openssh/files/
ftp://thermo.stat.ncsu.edu/pub/openssh/files/
http://www.firedrake.org/openssh/files/
Changes:
- - "Corrupted check bytes on input" when using triple DES has been