search for: stevev

Displaying 13 results from an estimated 13 matches for "stevev".

Did you mean: steve
2001 Apr 06
3
$MAIL surprise
I got email yesterday from a user who had run 'from' and got the message "No mail in /home/stevev/$USER" (where $USER was that person's username). At first I thought he had pilfered my .bashrc, but on further investigation I discovered that my home directory path had been compiled in to sshd, because the configuration tests assume that the directory part of $MAIL is the systemwide mai...
2001 Mar 21
1
Tru64 UNIX SIA in 2.5.2p1 is hosed (still)
The recent patch posted by Steve VanDevender <stevev at darkwing.uoregon.edu> for fixing the session code on Tru64 isn't quite right -- it still fails in the case of NO tty being allocated. The problem is that s->tty is a char[TTYSZ] rather than a char *, and hence can't hold a NULL. Calling sia_ses_init() with the tty being an emp...
2000 Sep 13
2
auth-pam.c support for pam_chauthtok()
...onally. =================================================================== RCS file: RCS/auth-pam.c,v retrieving revision 1.1 diff -u -r1.1 auth-pam.c --- auth-pam.c 2000/09/06 22:29:58 1.1 +++ auth-pam.c 2000/09/12 19:30:24 @@ -37,7 +37,7 @@ RCSID("$Id: auth-pam.c,v 1.1 2000/09/06 22:29:58 stevev Exp stevev $"); #define NEW_AUTHTOK_MSG \ - "Warning: You password has expired, please change it now" + "Warning: Your password has expired, please change it now" /* Callbacks */ static int pamconv(int num_msg, const struct pam_message **msg, @@ -50,40 +50,72 @@ pa...
2000 Nov 07
1
ANNOUNCE: openssh-2.3.0p1
...Cisco routers. This cipher is never enabled automatically, you have to either specify "-c des" or enable it using "Cipher des" in a config file. (Markus Friedl <markus at cvs.openbsd.org> - Support expired password change through PAM (Steve VanDevender's <stevev at darkwing.uoregon.edu>) - Better compatibility with buggy SSH implementations (Markus Friedl <markus at cvs.openbsd.org> - S/key support for SSH2, based on kbd-interactive auth (Markus Friedl <markus at cvs.openbsd.org> and mkiernan at avantgo.com - scp now supports "-o...
2000 Nov 07
1
ANNOUNCE: openssh-2.3.0p1
...Cisco routers. This cipher is never enabled automatically, you have to either specify "-c des" or enable it using "Cipher des" in a config file. (Markus Friedl <markus at cvs.openbsd.org> - Support expired password change through PAM (Steve VanDevender's <stevev at darkwing.uoregon.edu>) - Better compatibility with buggy SSH implementations (Markus Friedl <markus at cvs.openbsd.org> - S/key support for SSH2, based on kbd-interactive auth (Markus Friedl <markus at cvs.openbsd.org> and mkiernan at avantgo.com - scp now supports "-o...
2001 Jun 15
1
no // comments, please
Non-gcc compilers tend not to like C++-style // comments in plain C code, as I discovered when trying to build the latest snapshot (20010615) with the Tru64 UNIX C compiler. *** channels.h.orig Fri Jun 8 18:20:07 2001 --- channels.h Fri Jun 15 14:41:01 2001 *************** *** 209,215 **** /* x11 forwarding */ int x11_connect_display(void); ! //int x11_check_cookie(Buffer *b);
2001 Jun 26
2
OpenSSH 2.9p2 configure doesn't find libz in /usr/local/lib
Running configure on OpenSSH 2.9p2 doesn't find libz.XX if it is located in /usr/local/lib. Thanks, Eric
2000 Sep 16
15
Snapshot
...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 sdrc.com> - (djm) Add Steve VanDevender's <stevev at darkwing.uoregon.edu> PAM password change patch. - (djm) Bring licenses on my stuff in line with OpenBSD's - (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from Kevin Steves <stevesk at sweden.hp.com> - (djm) Shadow expiry check fix from Pavel Troller &l...
2001 Nov 16
4
passphrase quality
>No. ssh-keygen should never be pamifed. It is worthless to do so. > >If we are going to enforce passphrase quality it should be for all OSes. >The world does not revolve around Linux. No matter what the press may >think. The Linux community didn't invent PAM, Sun did. Many more systems than Linux have PAM, Solaris, HP-UX some BSDs for a start. Having said that I agree with
2009 Nov 26
26
Module Execution Order
So.. I''ve been fighting with trying to get puppet to include/execute module in a certain order for several weeks now. I kind of have something hacked together, but it scares me a bit since I don''t know exactly what is happening. I don''t suppose there''s still an easy way to do this....? Doug -- You received this message because you are subscribed to the
2000 Sep 13
0
Solaris wtmp/wtmpx handling
It appears to be a pervasive assumption in the Portable OpenSSH code that wtmp and wtmpx records for the end of a session do not need to include the user name or hostname. Unfortunately Solaris appears not to go along with that assumption; the Solaris "last" command shows all login sessions initiated by OpenSSH as never terminating, or sometimes terminating with the user's next
2001 Mar 20
1
Tru64 UNIX SIA in 2.5.2p1 is hosed
Something really hosed Digital/Tru64 UNIX SIA support in 2.5.2p1. I haven't been able to figure out what changed in the code, but the symptom seems to be that the TTY name being registered with SIA is truncated to eight characters. This apparently prevents it from matching with entries in the tty database, and the dreaded "Cannot obtain database information on this terminal
2008 Dec 08
1
puppet 0.24.6 conf/redhat/client.init broken in RHEL versions < 5
The conf/redhat/client.init script (installed in /etc/init.d) in 0.24.6 has this "status" method: status) status -p "$pidfile" $puppetd RETVAL=$? ;; Unfortunately the ''-p "$pidfile"'' option is available in Red Hat Server 5 but not earlier versions, where it produces an error: $ cat /etc/redhat-release Red Hat Enterprise