Displaying 13 results from an estimated 13 matches for "zoulas".
Did you mean:
douglas
2000 Jan 18
1
Patch to change installation of ssh_config and sshd_config
The NetBSD packages system "forbids" packages from installing stuff outside
of the package tree (typically "/usr/pkg"). OpenSSH installs ssh*_config
into $sysconfdir by default, which violates that rule. Christos Zoulas
reworked Makefile.in to seperate the install from sysconfdir, and I added
some logic to configure.in to add --with-example-dir.
NetBSD's package would install this by default in
$prefix/share/examples/openssh rather than $sysconfdir. I personally like
that approach, but I don't know if it&...
2018 Sep 19
1
blacklistd support for dovecot
...domain socket to the actual blacklistd
daemon. The blacklistd daemon will then call getpeername() on the
connection, so it can determine the remote connection endpoint, rather
than just having to believe some made-up set of data that is passed to
it from process on the local machine.
Christos Zoulas' talk on blacklistd is here:
https://www.youtube.com/watch?v=fuuf8G28mjs
Anyhow -- the problem I've run into is that there doesn't seem to be any
way to get access to the fd of the socket that holds the raw connection
to the client when TLS encryption is active. It looks like th...
2020 Mar 12
2
[PATCH 0/1] *** SUBJECT HERE ***
On 12.03.20 19:09, Christoph Anton Mitterer wrote:
> On Wed, 2020-03-11 at 21:39 +0100, Thomas Koeller wrote:
> IMO, the idea itself sounds not the best... one must assume that such
> invoked programs are not written "safe"... and thus an attacker could
> potentially cause the system to run such programs a huge number of
> times.
As the anticipated action of the program is
2018 Mar 07
0
[ANNOUNCE] twm 1.0.10
This release of twm was made possible by contributions from members of the
NetBSD project and viewers like you.
Alan Coopersmith (1):
twm 1.0.10
Christos Zoulas (1):
Add some const.
Emil Velikov (1):
autogen.sh: use quoted string variables
Michael van Elst (1):
Do not try to extend the font-pattern with a wild-card.
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of wait...
2015 Mar 17
0
[ANNOUNCE] libXfont 1.5.1
...ation levels in fslibos.h
bdfReadProperties: property count needs range check [CVE-2015-1802]
bdfReadCharacters: bailout if a char's bitmap cannot be read [CVE-2015-1803]
bdfReadCharacters: ensure metrics fit into xCharInfo struct [CVE-2015-1804]
libXfont 1.5.1
Christos Zoulas (1):
Set close-on-exec for font file I/O.
git tag: libXfont-1.5.1
http://xorg.freedesktop.org/archive/individual/lib/libXfont-1.5.1.tar.bz2
MD5: 96f76ba94b4c909230bac1e2dcd551c4
SHA1: e63a354de5dc2d8cba08d50add1519471412a618
SHA256: b70898527c73f9758f551bbab612af611b8a0962202829568d94f3edf...
2015 Mar 17
0
[ANNOUNCE] libXfont 1.4.9
...s.
Alan Coopersmith (4):
bdfReadProperties: property count needs range check [CVE-2015-1802]
bdfReadCharacters: bailout if a char's bitmap cannot be read [CVE-2015-1803]
bdfReadCharacters: ensure metrics fit into xCharInfo struct [CVE-2015-1804]
libXfont 1.4.9
Christos Zoulas (1):
Set close-on-exec for font file I/O.
git tag: libXfont-1.4.9
http://xorg.freedesktop.org/archive/individual/lib/libXfont-1.4.9.tar.bz2
MD5: 5baa3225a49eeda8e5a476b85704cfd4
SHA1: 3a284783bac87c036b6d09e26d033d2a039219af
SHA256: 6c6b061a3aa44f0ac95785f9579f6427080c60ae6948b49bcc8d44f63...
2016 Sep 06
3
[Bug 2611] New: Add support for $2b$ prefixed hashes
...uses the modular crypt format
(http://pythonhosted.org/passlib/modular_crypt_format.html) to store
both the salt and the hash of the password.
The python library we have selected uses bcrypt.c. In
(http://www.openwall.com/lists/oss-security/2012/01/02/4), 'Alexander'
describes that Christos Zoulas discovered a wrap-around error. This is
also described in https://en.wikipedia.org/wiki/Crypt_(C). Either way,
the actual behavior in the c libarary is not truncation, but wrapping
in a way that can eliminate significant (all) entropy in the overflow
case (overflow is of the len variable which is u...
2000 Jan 18
0
More NetBSD patches
Here's a unified diff, proposed by Christos Zoulas (with a little
reworking to get the configure.in part a bit cleaner). The main target of
the patches are NetBSD compatability, although there are some changes
making
if (pointer X)
into
if (X != NULL)
as well. Christos also proposed a change to Makefile.in, but I'll send
that as a seperate...
2020 Aug 18
0
[PATCH nbdkit 3/9] server: Add general replacements for missing functions using LIBOBJS.
...getdelim.c,v 1.2 2015/12/25 20:12:46 joerg Exp $ */
+/* NetBSD-src: getline.c,v 1.2 2014/09/16 17:23:50 christos Exp */
+
+/*-
+ * Copyright (c) 2011 The NetBSD Foundation, Inc.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Christos Zoulas.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer....
2020 Aug 20
0
[PATCH nbdkit 01/13] common/replacements: Replace missing functions using LIBOBJS.
...getdelim.c,v 1.2 2015/12/25 20:12:46 joerg Exp $ */
+/* NetBSD-src: getline.c,v 1.2 2014/09/16 17:23:50 christos Exp */
+
+/*-
+ * Copyright (c) 2011 The NetBSD Foundation, Inc.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Christos Zoulas.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer....
2019 Jan 14
6
[PATCH nbdkit incomplete 0/5] Port to Windows.
This is an incomplete port to Windows. Currently the server compiles
and starts up successfully, but goes into an infinite loop when you
connect to it. Nevertheless I think the approach is ready for
feedback. This being Windows the changes go quite deep.
Rich.
2020 Aug 18
15
[PATCH nbdkit 0/9] Port to Windows.
Also available here:
https://github.com/rwmjones/nbdkit/tree/2020-windows-mingw
This is the port to Windows using native Windows APIs (not MSYS or
Cygwin).
This patch series is at the point where it basically now works. I can
run the server with the memory plugin, and access it remotely using
guestfish, creating filesystems and so on without any apparent
problems.
Nevertheless there are many
2020 Aug 20
15
[PATCH nbdkit 0/13] Port to Windows without using a separate library.
Also available here:
https://github.com/rwmjones/nbdkit/tree/2020-windows-mingw-nolib
After a lot of work I have made the port to Windows work without using
a separate library. Instead, on Windows only, we build an "import
library" (library of stubs) which resolves references to nbdkit_*
functions in the main program and fixes up the plugin, basically the
first technique outlined in