Displaying 20 results from an estimated 23 matches for "vandevender".
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
2000 Sep 22
1
i think this is great
.... The
biggest sticking points have been either new pin / next token mode OR scp.
I would be interested in looking at your patch. I have been banging on
auth-pam.c to work in the pam stuff for the last couple days, but it seems
auth-pam is an incomplete implementation of pam. The patch from Steve
VanDevender looked promising.
Thanks
Dave
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 be...
2004 Nov 17
2
automatic flag updates
Is there a way to get dovecot to send automatic flag updates? I notice
that when I have two clients connected and one of them reads a new
message, the server sends a status update which contains the number of
unseen messages, but doesn't specifically say which ones have changed.
I think the solution to this problem, while not wasting bandwidth, is to
issue a unilateral FETCH FLAGS response
2007 Oct 17
5
option to trigger the change immidietiely
Folks,
I have installed puppet my network and it works great .. I have configured
it such a way that when I make changes in the server source fiels..it gets
updated in teh puppet clients.
As the document reads the puppet clients checks for any changes from the
server every 30 mins. But is there is any opiton of changing this value to
lesser time .. say 15 mins ..
or is there opiton for the
2007 Jul 14
3
timeout error on file transfer
Hi,
The following is with the latest (and last) puppetmaster/puppetd on FC5.
I use puppet to configure a server and several workstations on my home
network. This includes managing several files of >5Mbyte on the workstations.
I have had problems recently with timeout errors on some of these files.
These errors seem consistent for a particular puppet setup/configuration, but
can change when
2000 Nov 07
1
ANNOUNCE: openssh-2.3.0p1
...upport for interop with 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 no...
2000 Nov 07
1
ANNOUNCE: openssh-2.3.0p1
...upport for interop with 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 no...
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
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
2002 Jun 28
4
[Bug 319] Privilege Separation failing on OSF1 v5.1
http://bugzilla.mindrot.org/show_bug.cgi?id=319
------- Additional Comments From mouring at eviladmin.org 2002-06-29 02:59 -------
Created an attachment (id=120)
Sounds like an SIA issue w/ privsep. Does this fix it?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Oct 08
2
tru64 unix openssh-3.4p1 problems
Hi,
I'm attempting to get openssh-3.4p1 up and running on our DEC/Compaq
Alpa workstations.
They are running Tru64 Unix 5.1A. I compile the package myself.
Openssh-3.1 worked perfectly, with the default sshd_config file.
Openssh-3.4p1 works, if I set UsePrivilegeSeparation to "no" in the
sshd_config file.
NOTE: I have a secondary issue with the ListenAddress default setting
2000 Sep 16
15
Snapshot
...uSE 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 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...
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
2002 Jun 28
0
Newer OSF patch.
...e: channel 0: server-session, nchannels 1
debug3: channel_free: status: The following connections are open:
#0 server-session (t10 r0 i0/0 o0/0 fd -1/-1)
debug3: channel_close_fds: channel 0: r -1 w -1 e -1
debug1: Calling cleanup 0x12003dc60(0x0)
So I believe (I'm still checking with Steve VanDevender) that SIA
is working, and we are now hitting a new issue. But unsure yet.
I WISH COMPILER COMPANIES WOULD SUPPORT __func__!!! Tracing code from
just debug data without it sucks. Mainly when it's used all over the
place now.=(
Current patch:
Index: auth-sia.c
==============================...
2000 Sep 13
2
auth-pam.c support for pam_chauthtok()
When we installed OpenSSH 2.1.1p4 on our Solaris systems, our users
noticed that it did not honor password expiration consistently with
other Solaris login services.
The patch below is against OpenSSH 2.2.0p1 and adds support for PAM
password changes on expiration via pam_chauthtok(). A brief summary of
changes:
auth-pam.c:
* change declaration of pamh to "static pam_handle_t *pamh",
2000 Oct 11
3
OpenSSH 2.2.0p1 doesn't detect OpenSSL
Hi all:
I'm trying to compile OpenSSH 2.2.0p1 on an Origin 2000 running Irix
6.5.9 and when I run ./configure it didn't detect the OpenSSL libraries.
I compile/install OpenSSL 0.9.6. The installation was done using prefix
/usr/local/ssl. I test the binaries and they are working fine. Then,
when I try to configure the Openssh
./configure --prefix=/usr/local/ssh
2010 Oct 14
13
First boot with Puppet
Hi guys,
I''m installing Puppet on RHEL5 systems using KickStart but struggle with
the first boot.
Here''s my situation:
1) kickstart installs the system, including puppet from our local repo
2) after reboot I have to login and set the hostname and IP
3) then run puppet, register it with the server and bring in the config
4) configure puppet for automatic start
I have to
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