search for: millert

Displaying 20 results from an estimated 25 matches for "millert".

Did you mean: miller
2016 Feb 01
2
[Bug 2535] New: Undefined behaviour of *printf in DISPLAY handling code
https://bugzilla.mindrot.org/show_bug.cgi?id=2535 Bug ID: 2535 Summary: Undefined behaviour of *printf in DISPLAY handling code Product: Portable OpenSSH Version: -current Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh
2000 Aug 23
14
Test snapshot
...other DSA related cleanups. (note that we cannot talk to ssh.com's ssh2 agents) - markus at cvs.openbsd.org 2000/08/19 15:55:52 [channels.c channels.h clientloop.c] more ~ support for ssh2 - markus at cvs.openbsd.org 2000/08/19 16:21:19 [clientloop.c] oops - millert at cvs.openbsd.org 2000/08/20 12:25:53 [session.c] We have to stash the result of get_remote_name_or_ip() before we close our socket or getpeername() will get EBADF and the process will exit. Only a problem for "UseLogin yes". - millert at cvs.openbsd.org 2000/08/2...
2016 Nov 02
1
Power Cut
...etwork connections with various services. If these outages are costing enough money and the remote UPS doesn't have the add-in card but does have the capability of adding one you might be able to justify the expense. ----- Original Message ----- From: "Ted Miller" <centos-user at millert.e4ward.com> To: centos at centos.org, "Hadi Motamedi" <motamedi24 at gmail.com> Sent: Tuesday, November 1, 2016 8:00:48 PM Subject: Re: [CentOS] Power Cut On 10/30/2016 01:12 AM, Hadi Motamedi wrote: > Dear All > I am using a centos server for cdr billing and mediation dev...
2002 Jul 18
0
[Bug 245] SSH can not log out under Solaris 2.6
http://bugzilla.mindrot.org/show_bug.cgi?id=245 ------- Additional Comments From stevesk at pobox.com 2002-07-18 15:40 ------- asked millert at openbsd.org. we still don't know why setsid() breaks solaris. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2004 Aug 22
0
[PATCH] openbsd-compat/mktemp.c: Compile time error with gcc 3.4
...vs/openbsd-compat/mktemp.c,v retrieving revision 1.6 diff -p -u -r1.6 mktemp.c --- openbsd-compat/mktemp.c 24 Nov 2003 02:33:34 -0000 1.6 +++ openbsd-compat/mktemp.c 22 Aug 2004 17:19:13 -0000 @@ -40,11 +40,6 @@ static char rcsid[] = "$OpenBSD: mktemp.c,v 1.17 2003/06/02 20:18:37 millert Exp $"; #endif /* LIBC_SCCS and not lint */ -#ifdef HAVE_CYGWIN -#define open binary_open -extern int binary_open(); -#endif - static int _gettemp(char *, int *, int, int); int -- Corinna Vinschen Cygwin Project Co-Leader Red Hat, Inc.
2006 Nov 30
0
OpenSSH make errors on OpenStep 4.2 ?
...ecification, expecting identifier, found `)' openbsd-compat/vis.h:90: bad attribute specification, expecting identifier, found `)' *** Exit 1 Stop. labnx02:137# -------So the vis.h file is there BUT looks like this on lines 85, 86, 90: /* $OpenBSD: vis.h,v 1.11 2005/08/09 19:38:31 millert Exp $ */ /* $NetBSD: vis.h,v 1.4 1994/10/26 00:56:41 cgd Exp $ */ __attribute__ ((__bounded__(__string__,1,3))); int strvisx(char *, const char *, size_t, int) __attribute__ ((__bounded__(__string__,1,3))); int strunvis(char *, const char *)...
1999 Nov 13
0
Retraction: security hole in sudo allows users full access
...nd_Alias User_Alias Runas_Alias Host_Alias If you pick up the example lines in sudoers man pages for the following, the ALL on the RIGHT hand side of FULLTIMERS means any executable in any location on any computer. # User alias specification User_Alias FULLTIMERS = millert, mikef, dowdy .... Cmnd_Alias DUMPS = /usr/bin/mt, /usr/sbin/dump, /usr/sbin/rdump,\ /usr/sbin/restore, /usr/sbin/rrestore Cmnd_Alias KILL = /usr/bin/kill Cmnd_Alias PRINTING = /usr/sbin/lpc, /usr/bin/lprm Cmnd_Alias SHU...
2014 Oct 07
0
[Bug 1256] unix domain sockets support
...his can perhaps be closed now? From http://www.openssh.com/txt/release-6.7: * ssh(1), sshd(8): Add support for Unix domain socket forwarding. A remote TCP port may be forwarded to a local Unix domain socket and vice versa or both ends may be a Unix domain socket. And ChangeLog says: - millert at cvs.openbsd.org 2014/07/15 15:54:14 [PROTOCOL auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c] [auth-rsa.c auth.c auth1.c auth2-hostbased.c auth2-kbdint.c auth2-none.c] [auth2-passwd.c auth2-pubkey.c auth2.c canohost.c channels.c channels.h] [clientloop.c misc.c misc...
1999 Nov 15
0
ANNOUNCE: openssh-1.2pre12
...- fix comment: we _do_ disconnect if ip-options are set [sshd.c] - disconnect if getpeername() fails - move checking of remote port to central place [auth-rhosts.c] move checking of remote port to central place [log-server.c] avoid extra fd per sshd, from millert@ [readconf.c] print _all_ bad config-options in ssh(1), too [readconf.h] print _all_ bad config-options in ssh(1), too [ssh.c] print _all_ bad config-options in ssh(1), too [sshconnect.c] disconnect if getpeername() fails - OpenBSD's changes to sshd.c broke the...
2000 Jul 02
2
``portability'' patch for OpenSSH S/Key support
...---Chris K. * * * --- auth-skey.c Thu Jun 22 23:32:31 2000 +++ auth-skey.c Sun Jul 2 15:17:47 2000 @@ -4,7 +4,7 @@ #include "ssh.h" #include "packet.h" -#include <sha1.h> +#include <openssl/sha.h> /* from %OpenBSD: skeylogin.c,v 1.32 1999/08/16 14:46:56 millert Exp % */ @@ -74,7 +74,6 @@ size_t secretlen = 0; SHA_CTX ctx; char *p, *u; - char md[SHA_DIGEST_LENGTH]; /* * Base first 4 chars of seed on hostname. @@ -99,7 +98,7 @@ SHA1_Init(&ctx); SHA1_Update(&ctx, username, strlen(username)); - SHA1_End(&ctx, up); + SHA1_F...
2000 Nov 29
0
Snapshot
...rg 2000/11/15 [ssh-agent.1] reorder SYNOPSIS; typo, use .It - markus at cvs.openbsd.org 2000/11/14 23:48:55 [ssh-agent.c] do not reorder keys if a key is removed - markus at cvs.openbsd.org 2000/11/15 19:58:08 [ssh.c] just ignore non existing user keys - millert at cvs.openbsd.org 200/11/15 20:24:43 [ssh-keygen.c] Add missing \n at end of error message. 20001122 - (bal) Minor patch to ensure platforms lacking IRIX job limit supports are compilable. - (bal) Updated TODO as of 11/18/2000 with known things to resolve. 20001117 - (bal) Chang...
2005 Jul 19
2
Adding OpenBSD sudo to the FreeBSD base system?
Aloha! (I've Googled around a bit, but failed to find much previous posts about this though I'm sure it has been discussed...) Have anybody (in core etc) considered adding a sudo implementation to thr FreeBSD base system. At least for me, sudo is an important part of implementing good security policy in FreeBSD. Yes, it is available as a port, but in a similar fashion of for example,
2001 Jun 05
0
FreeBSD Security Advisory: FreeBSD-SA-01:40.fts
...Advisory FreeBSD, Inc. Topic: fts(3) routines contain race condition Category: core Module: libc Announced: 2001-06-04 Credits: Nick Cleaton <nick@cleaton.net> Todd Miller <millert@openbsd.org> helped to develop the patch. Affects: FreeBSD 4.3-RELEASE, 4.3-STABLE prior to the correction date. Corrected: 2001-06-01 FreeBSD only: NO I. Background The standard C library (libc) contains a set of routines known as fts which allo...
2001 Aug 16
0
FreeBSD Security Advisory FreeBSD-SA-01:40.fts [REVISED]
...FreeBSD, Inc. Topic: fts(3) routines contain race condition [REVISED] Category: core Module: libc Announced: 2001-06-04 Revised: 2001-08-16 Credits: Nick Cleaton <nick@cleaton.net> Todd Miller <millert@openbsd.org> helped to develop the patch. Affects: FreeBSD 4.3-RELEASE, 4.3-STABLE prior to the correction date. Corrected: 2001-06-01 FreeBSD only: NO 0. Revision History 2001-06-04 v1.0 Initial release 2001-08-16 v1.1 Corrected typo in reco...
2001 Jul 04
0
Sneek peak at what was commited.
...nt - markus at cvs.openbsd.org 2001/06/26 05:07:43 [ssh-agent.c] update usage - markus at cvs.openbsd.org 2001/06/26 05:33:34 [ssh-agent.c] more smartcard support. - mpech at cvs.openbsd.org 2001/06/26 05:48:07 [sshd.8] remove unnecessary .Pp between .It; millert@ ok - markus at cvs.openbsd.org 2001/06/26 05:50:11 [auth2.c] new interface for secure_filename() - itojun at cvs.openbsd.org 2001/06/26 06:32:58 [atomicio.h authfd.h authfile.h auth.h auth-options.h bufaux.h buffer.h canohost.h channels.h cipher.h clientloop.h compat.h...
2004 May 17
2
password aging question
...-rsh \ > --with-lastlog=/var/adm/lastlog \ > --with-pgp --with-nologin-allow=/etc/nolgin.allow \ > --without-none --with-privsep-user=sshd \ > --with-privsep-path=/var/empty \ > --without-prng --without-rand-helper # cat sshd_config # $OpenBSD: sshd_config,v 1.68 2003/12/29 16:39:50 millert Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more information. # This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin:/opt/ssh/bin # The strategy used for options in the default sshd_config shipped with # OpenSSH is to specify options with th...
2000 May 09
1
2.9: remote port forwarding doesn't work
...:24 markus Exp $ $OpenBSD: cipher.c,v 1.43 2001/02/04 15:32:23 stevesk Exp $ $OpenBSD: compat.c,v 1.47 2001/04/18 23:43:25 markus Exp $ $OpenBSD: mac.c,v 1.2 2001/04/05 10:42:51 markus Exp $ $OpenBSD: xmalloc.c,v 1.15 2001/04/16 08:05:34 deraadt Exp $ $OpenBSD: log.c,v 1.17 2001/03/04 17:42:28 millert Exp $ $OpenBSD: ssh-rsa.c,v 1.8 2001/03/27 10:57:00 markus Exp $ $OpenBSD: compress.c,v 1.14 2001/04/05 10:39:01 markus Exp $ $OpenBSD: ssh-dss.c,v 1.6 2001/02/08 19:30:52 itojun Exp $ $OpenBSD: authfd.c,v 1.39 2001/04/05 10:42:48 markus Exp $ $OpenBSD: kexgex.c,v 1.5 2001/04/05 10:42:50 marku...
2016 Sep 27
10
[Bug 2619] New: infinite loop, 100% cpu use in ssh if ^Z is pressed at password prompt
https://bugzilla.mindrot.org/show_bug.cgi?id=2619 Bug ID: 2619 Summary: infinite loop, 100% cpu use in ssh if ^Z is pressed at password prompt Product: Portable OpenSSH Version: 7.3p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component:
2007 Jul 14
2
PATCH : Fix missing protoypes
...GS" --- src/flac/local_string_utils.c 2007-07-14 08:45:49 +0000 +++ src/flac/local_string_utils.c 2007-07-15 00:56:58 +0000 @@ -8,6 +8,7 @@ #include <string.h> #include "utils.h" +#include "local_string_utils.h" /* $OpenBSD: strlcpy.c,v 1.8 2003/06/17 21:56:24 millert Exp $ * --- src/libFLAC/metadata_iterators.c 2007-07-14 08:45:49 +0000 +++ src/libFLAC/metadata_iterators.c 2007-07-15 00:48:41 +0000 @@ -1198,6 +1198,7 @@ return true; } +static FLAC__StreamDecoderReadStatus chain_read_ogg_read_cb_(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[],...
2016 Oct 30
7
Power Cut
Dear All I am using a centos server for cdr billing and mediation device on a remote network. I am experiencing problem that I am suspicious it comes from main supply power cut at the remote site. The power supply to the remote site comes from battery charger that will be automatically switched in circuit under main supply power cut but cannot provide adequate power for more than 2 hours . I am