Displaying 20 results from an estimated 63 matches for "taltos".
Did you mean:
talos
2003 Feb 03
1
Connections over private network, Simon's GSSAPI patch
I'm sending this to both Simon and openssh-unix-dev because although the
problem I'm having actually occurs in Simon's patch, it could be
resolved with a change in the main code.
We are using openssh-3.4p1 plus Simon's GSSAPI patch to support Kerberos
V5 ticket forwarding over ssh protocol 2. We are using OpenAFS for user
home directory space, and LDAP for user information,
2016 Feb 18
3
Call for testing: OpenSSH 7.2
On 2/17/16 6:02 PM, Darren Tucker wrote:
> On Thu, Feb 18, 2016 at 12:43 PM, Carson Gaspar <carson at taltos.org> wrote:
> [...]
>> Is there a sane way to run just one test script? LTESTS can't be overridden
>> AFAIK...
>
> make t-exec LTESTS=testname
>
> where testname is the name of the specific test script without the .sh
> extension.
Nope, that runs all of them :-...
2001 Jun 15
1
EOL problem with channels.h in CVS
channels.h from today's CVS has MS-DOS ^M end-of-line chars.
--
Carson Gaspar - carson at taltos.org
Queen trapped in a butch body
2002 Mar 09
0
[Bug 152] Build failure on Sparc/Solaris 2.8 with Sun cc or gcc
http://bugzilla.mindrot.org/show_bug.cgi?id=152
carson at taltos.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From...
2001 Apr 25
6
Updated partial auth patch against CVS
...to follow the OpenBSD style guide. The
style guide itself says that code should be updated if more than 50% of it
is new. This is definitely not the case here, and I'm not about to go and
reformat everything I touch.
I'd appreciate any feedback folks have.
--
Carson Gaspar - carson at taltos.org
Queen trapped in a butch body
-------------- next part --------------
A non-text attachment was scrubbed...
Name: partialdiff
Type: application/octet-stream
Size: 16209 bytes
Desc: not available
Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20010424/282994a4/attachment.o...
2001 Apr 25
2
Makefile.in diff against CVS to prevent man/config rebuild every make
...rebuilt if the source
file changes
FixBug: if any source file gets changed, all .out files get rebuilt. This
is because man pages and config files both get .out extensions but get
created differently. It's sub-optimal, but still better than what's in CVS.
--
Carson Gaspar - carson at taltos.org
Queen trapped in a butch body
-------------- next part --------------
A non-text attachment was scrubbed...
Name: makediff
Type: application/octet-stream
Size: 3275 bytes
Desc: not available
Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20010424/daf23224/attachment.obj
2024 Jun 27
1
Proposal to add a DisableAuthentication option to sshd ServerOptions
...preciated.
Also, I think adding a single line to sshd_config is simpler for most users
to
do correctly than configuring an alternate PAM stack without breaking their
primary sshd setup, which is why I think the patch may still be useful.
On Thu, Jun 27, 2024 at 7:57?AM Carson Gaspar <carson at taltos.org> wrote:
> On 6/26/2024 9:34 PM, Henry Qin wrote:
> > Hi folks,
> >
> > I've recently started to work on a patch for openssh that introduces a
> new
> > option to disable authentication.
> > I'd like to explain why I think this might be generally u...
2016 Feb 18
5
Call for testing: OpenSSH 7.2
On 2/17/16 3:02 PM, Carson Gaspar wrote:
>
> Sadly I'm hitting a different autoconf bug :-(
I was being an idiot - configure was bombing out & I didn't notice (boy
that openssl version error message is loooooong...)
With Mr. Wilson's patch, I still get:
"sandbox-solaris.c", line 22: #error: "--with-solaris-privs must be used
with the Solaris sandbox"
2024 Jun 27
1
Proposal to add a DisableAuthentication option to sshd ServerOptions
...k adding a single line to sshd_config is simpler for most users
> to
> do correctly than configuring an alternate PAM stack without breaking their
> primary sshd setup, which is why I think the patch may still be useful.
>
> On Thu, Jun 27, 2024 at 7:57?AM Carson Gaspar <carson at taltos.org> wrote:
>
> > On 6/26/2024 9:34 PM, Henry Qin wrote:
> > > Hi folks,
> > >
> > > I've recently started to work on a patch for openssh that introduces a
> > new
> > > option to disable authentication.
> > > I'd like to explai...
2002 Jan 25
4
[Bug 80] Host key conflict with two servers on one IP
http://bugzilla.mindrot.org/show_bug.cgi?id=80
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From djm at mindrot.org 2002-01-26 09:59
2024 Jun 27
1
Proposal to add a DisableAuthentication option to sshd ServerOptions
...ig is simpler for most
> users
> > to
> > do correctly than configuring an alternate PAM stack without breaking
> their
> > primary sshd setup, which is why I think the patch may still be useful.
> >
> > On Thu, Jun 27, 2024 at 7:57?AM Carson Gaspar <carson at taltos.org> wrote:
> >
> > > On 6/26/2024 9:34 PM, Henry Qin wrote:
> > > > Hi folks,
> > > >
> > > > I've recently started to work on a patch for openssh that introduces
> a
> > > new
> > > > option to disable authenticatio...
2024 Jun 27
1
Proposal to add a DisableAuthentication option to sshd ServerOptions
...ler for most users
>> > to
>> > do correctly than configuring an alternate PAM stack without breaking their
>> > primary sshd setup, which is why I think the patch may still be useful.
>> >
>> > On Thu, Jun 27, 2024 at 7:57?AM Carson Gaspar <carson at taltos.org> wrote:
>> >
>> > > On 6/26/2024 9:34 PM, Henry Qin wrote:
>> > > > Hi folks,
>> > > >
>> > > > I've recently started to work on a patch for openssh that introduces a
>> > > new
>> > > > option t...
2024 Jun 27
1
Proposal to add a DisableAuthentication option to sshd ServerOptions
...t; to
> >> > do correctly than configuring an alternate PAM stack without breaking
> their
> >> > primary sshd setup, which is why I think the patch may still be
> useful.
> >> >
> >> > On Thu, Jun 27, 2024 at 7:57?AM Carson Gaspar <carson at taltos.org>
> wrote:
> >> >
> >> > > On 6/26/2024 9:34 PM, Henry Qin wrote:
> >> > > > Hi folks,
> >> > > >
> >> > > > I've recently started to work on a patch for openssh that
> introduces a
> >> > &...
2024 Jun 27
1
Proposal to add a DisableAuthentication option to sshd ServerOptions
...>> >> > do correctly than configuring an alternate PAM stack without breaking their
>> >> > primary sshd setup, which is why I think the patch may still be useful.
>> >> >
>> >> > On Thu, Jun 27, 2024 at 7:57?AM Carson Gaspar <carson at taltos.org> wrote:
>> >> >
>> >> > > On 6/26/2024 9:34 PM, Henry Qin wrote:
>> >> > > > Hi folks,
>> >> > > >
>> >> > > > I've recently started to work on a patch for openssh that introduces a
>> &...
2015 Nov 03
26
[Bug 11588] New: missing option: preallocate for all files except for sparse
https://bugzilla.samba.org/show_bug.cgi?id=11588
Bug ID: 11588
Summary: missing option: preallocate for all files except for
sparse
Product: rsync
Version: 3.1.2
Hardware: x64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: core
2024 Jun 27
1
Proposal to add a DisableAuthentication option to sshd ServerOptions
On 6/26/2024 9:34 PM, Henry Qin wrote:
> Hi folks,
>
> I've recently started to work on a patch for openssh that introduces a new
> option to disable authentication.
> I'd like to explain why I think this might be generally useful, and solicit
> opinions on whether such a patch would be acceptable to the maintainers as
> a pull request.
Why not just use a different
2001 Apr 04
1
random openssh todo notes
fyi
http://wwwcip.informatik.uni-erlangen.de/~msfriedl/openssh/TODO
2001 Apr 24
0
About the configure.in patch for 2.5.2p2
Hi !
According to
http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=98577747029227&w=2
[...snip...]
List: openssh-unix-dev
Subject: Updated configure.in patch for 2.5.2p2
From: Carson Gaspar <carson at taltos.org>
Date: 2001-03-28 11:03:29
[...snip...]
there exists a patch to add --with-zlib (needed when zlib isn't installed
in the standard path. Happens on Solaris sometimes.)
Today I checked out the cvs version and it wasn't part of this version.
Why isn't this patch added?
mfg and...
2001 Apr 25
0
configure.in aclocal.m4 patch against CVS
...ifying anything, and then
tries looking in /usr/local. The SunOS5 targets no longer add /usr/local to
include or library paths unless something actually lives there. The same
change should probably be made for other targets, but I didn't as I cannot
test them.
--
Carson Gaspar - carson at taltos.org
Queen trapped in a butch body
2001 Apr 25
1
Once more, with diffs... (configure.in aclocal.m4 patch against CVS)
...fying anything, and then
tries looking in /usr/local. The SunOS5 targets no longer add /usr/local to
include or library paths unless something actually lives there. The same
change should probably be made for other targets, but I didn't as I cannot
test them.
--
Carson Gaspar - carson at taltos.org
Queen trapped in a butch body
-------------- next part --------------
A non-text attachment was scrubbed...
Name: confdiff
Type: application/octet-stream
Size: 12186 bytes
Desc: not available
Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20010424/91cdf97c/attachment.obj