Displaying 7 results from an estimated 7 matches for "torak".
Did you mean:
torok
1999 Nov 23
1
[PATCH] AIX 4.3.2 compile fixes
Hi all.
It's nice to see that AIX support (unintentionally?) is getting better and
better. :)
Attached is a patch against pre14 that fixes AIX support. All that is left,
basically, is a replacement for the /dev/urandom way of getting entropy.
...
A completely different thing... how about DCE support? I was thinking of
adding some dce code to sshd that:
1. Attaches credentials based on
1999 Nov 25
0
ANNOUNCE: openssh-1.2pre15
...om.au
plus: use daemon() for backgrounding
- Added BSD compatible install program and autoconf test, thanks to
Niels Kristian Bech Jensen <nkbj at image.dk>
- Solaris fixing, thanks to Ben Taylor <bent at clark.net>
- Merged beginnings of AIX support from Tor-Ake Fransson <torake at hotmail.com>
- Release 1.2pre15
19991124
- Merged very large OpenBSD source code reformat
- OpenBSD CVS updates
- [channels.c cipher.c compat.c log-client.c scp.c serverloop.c]
[ssh.h sshd.8 sshd.c]
syslog changes:
* Unified Logmessage for all auth-types, for success an...
1999 Nov 29
2
openssh-1.2pre15 on AIX
Hi.
Pre15 compiles out-of-the-box on AIX 4.3.2 ...almost.
No patch included this time, but the following were the gotchas:
- The __P() prototyping doesn't work (as discussed earlier)
- bsd-daemon.o wasn't linked into libssh.a (though configure seemed to
detect the need for it)
DCE patch will follow shortly.
Regards,
Tor-?ke
______________________________________________________
Get
1999 Nov 25
0
DCE Patch
Hi all.
I am submitting a patch that adds DCE authentication and credential
attaching. Fully legit, no ugly hacks ;)
I looked (some) at Paul Henson's <henson at acm.org> patch for
ssh-1.2.20 while coding.
The patch [attached] is against pre14, but DCE and AIX patches for pre15
will follow shortly. I threw in this patch just to prove i'm working on it.
:)
Happy Hacking,
//T-?
1999 Nov 25
0
DCE Patch (forgot the attachment. Grr)
Hmm... i think it's time to go home now... forgot attachment.
//T-?
>Hi all.
>
>I am submitting a patch that adds DCE authentication and credential
> >attaching. Fully legit, no ugly hacks ;)
>
>I looked (some) at Paul Henson's <henson at acm.org> patch for ssh-1.2.20
>while coding.
>
>The patch [attached] is against pre14, but DCE and AIX patches
1999 Nov 29
1
[PATCH] DCE for pre15
As promised, here's the DCE patch for pre15.
(and this time i didn't forget the attachment ;)
It enables ssh to authenticate, set groups and attach network credentials.
It's a clean implementation (i left out the credential-move-hack).
This one adds the --with-dce option to configure
Some notes have rised:
The for loop 3->64 closing fd's... is it really needed? Is it
1999 Nov 19
1
Fwd: Re: status of openssh for solaris?
Regarding /tmp/random:
Someone has made the same quick&dirty fix as my AIX compile fix, for a lack
of /dev/urandom.
ssh expects some random bytes to be available in that file. I, or someone
else should probably create a more portable way of generating entropy. ;)
//Tor-?ke
>From: Niels Provos <provos at outguess.org>
>To: openssh-unix-dev at mindrot.org
>Subject: Fwd: Re: