search for: tbert

Displaying 10 results from an estimated 10 matches for "tbert".

Did you mean: bert
2000 Jun 12
1
AIX and 2.1.1p1
...e = get_last_login_time(pw->pw_uid, pw->pw_name, buf, sizeof(buf)); } +#endif #ifdef USE_PAM do_pam_session(pw->pw_name, s->tty); -- Tom Bertelson "Any sufficiently advanced technology RHI Consulting is indistinguishable from magic." tbert at abac.com -- Arthur C. Clarke
2000 Jul 12
0
Announce: portable OpenSSH 2.1.1p3
...in_addr_t with u_int32_t in bsd-inet_aton.c. Report from Ben Lindstrom <mouring at pconline.com> - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM spec file. - (djm) Released 2.1.1p3 20000711 - (djm) Fixup for AIX getuserattr() support from Tom Bertelson <tbert at abac.com> - (djm) ReliantUNIX support from Udo Schweigert <ust at cert.siemens.de> - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom <mouring at pconline.com> - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report from Jim Watt <...
2000 Jul 12
0
Announce: portable OpenSSH 2.1.1p3
...in_addr_t with u_int32_t in bsd-inet_aton.c. Report from Ben Lindstrom <mouring at pconline.com> - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM spec file. - (djm) Released 2.1.1p3 20000711 - (djm) Fixup for AIX getuserattr() support from Tom Bertelson <tbert at abac.com> - (djm) ReliantUNIX support from Udo Schweigert <ust at cert.siemens.de> - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom <mouring at pconline.com> - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report from Jim Watt <...
2000 Jul 11
3
Test snapshot
...AP-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 <tbert at abac.com> - (djm) ReliantUNIX support from Udo Schweigert <ust at cert.siemens.de> - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom <mouring at pconline.com> - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report from Jim Watt <...
2000 May 17
4
Openssh-2.1.0p1 test release
...fails - Reduced ssh startup delay - Measures cumulative command time rather than the time between reads after select() - 'fixprogs' perl script to eliminate non-working entropy commands, and optionally run 'ent' to measure command entropy - Applied Tom Bertelson's <tbert at abac.com> AIX authentication fix - Avoid WCOREDUMP complation errors for systems that lack it - Avoid SIGCHLD warnings from entropy commands - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw at dcs.ed.ac.uk> - OpenBSD CVS update: - markus at cvs.openbsd.org [ssh.c]...
2000 May 11
3
OpenSSH-2.1: FROM in 'w' empty?
Hello all, I wonder if this is an oversight/bug/feature, but here it goes. It seems that in OpenSSH 2.1, 'w' (or who) command may print out something like this: ---- USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT pekkas ttyp1 - 3:10am 0.00s 0.08s 0.03s w ---- 2.0beta1 was the one I used before, and that printed FROM field properly. Now,
2000 May 15
1
AIX authenticate patches
...the changes to configure; run "autoconf" to rebuild the configure script. [Is this the correct method for submitting patches, posting them to the list?] -- Tom Bertelson "Any sufficiently advanced technology RHI Consulting is indistinguishable from magic." tbert at abac.com -- Arthur C. Clarke -------------- next part -------------- --- acconfig.h.orig Tue May 9 09:50:13 2000 +++ acconfig.h Tue May 9 09:50:19 2000 @@ -9,7 +9,7 @@ /* Define if you want to disable PAM support */ #undef DISABLE_PAM -/* Define if you want to disable AIX4'...
2000 May 31
3
Solaris utmp problems
Could all those who were having problems with utmp logging on Solaris please try the test release at: http://violet.ibs.com.au/openssh/files/test/openssh-TEST-2000053100.tar.gz Users on other platforms, particularly HP/UX, AIX and SCO are invited as well, to test compatibility. The login code is heaps cleaner now. -d -- | "Bombay is 250ms from New York in the new world order" -
2000 Jun 13
2
2.2.1p1 / AIX 4.2.1.0.06 login nits
Hi. New (2.1.1p1) login code is nicer on AIX (4.2.1.0.06). Thanks. A couple of issues, though, which I haven't really dug into yet. I'm wondering if anyone else has seen them? If not, I'll investigate & report. 1. If I set "UseLogin" to "yes", everything seems fine except that the authentication agent forwarding doesn't work. The "SSH"
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