Re: smtpd.h: drop two unused define

2023-05-25 Thread giovanni
On 5/25/23 11:18, Omar Polo wrote: both values have been unused for quite some time. last PROC_COUNT use was removed in 'Implement the fork+exec pattern in smtpd' by eric@ in 2016. I've checked the other #defines and they seem to be all used, except these two. ok? sure, ok gi

Re: smtpd: some fatal -> fatalx

2023-05-18 Thread Giovanni Bechis
socket closed > > So change most of them to fatalx which doesn't append errno. While > here I'm also logging the actual error, via tls_config_error() or > tls_error(), that before was missing. > > tls_config_new(), tls_server() and tls_client() failures are still &g

Re: vmt.c: Change space character to TAB

2022-12-27 Thread Giovanni Bechis
On Wed, Dec 28, 2022 at 03:36:56PM +0900, Masato Asou wrote: > ok? > > -- > ASOU Masato > sure, ok giovanni@ Cheers Giovanni > Index: sys/dev/pv/vmt.c > === > RCS file: /cvs/src/sys/dev/pv/vmt.c,v &g

Re: fortune(6): Veni, vidi, vici

2021-08-27 Thread Giovanni Bechis
r feet behind her head, lying on her > > back, of course. When she has done so, you hold her tightly round each > > instep > > > hi. > > it is a joke, yes. there's at least one other joke of this type in the > database: > &g

Re: monotonic time going back by wrong skews

2021-04-06 Thread Giovanni Bechis
On 4/6/21 10:16 AM, YASUOKA Masahiko wrote: > Hi, > > I'm sorry.. I send a wrong diff to the people. The result from > giovanni@ and mcmer seems wrong. I suppose stu@ used the correct > diff. > > giovanni and mcmer, can you test with the correct diff again? > >

Re: monotonic time going back by wrong skews

2021-04-06 Thread Giovanni Bechis
t;3.1" date 06/07/2018 > |cpu11: disabling user TSC (skew=240) > |cpu11: smt 0, core 3, package 1 > > these 2 are real machine and using 2 CPU sockets. > > https://marc.info/?l=openbsd-ports&m=161562278114172&w=2 > |Subject:ruby27 vs Puppet > |From: Giovann

Re: smtpd: default mta ciphers

2021-04-03 Thread Giovanni Bechis
On 4/1/21 4:34 PM, Eric Faurot wrote: > If not cipher list is specified for a relay rule, fallback to > the global cipher list if defined, rather than libtls default. > This is closer to the previous behavior. > > Eric. > makes sense. ok giovanni@ Cheers Giovanni

Re: relayd check script memory explosion

2021-02-20 Thread Giovanni Bechis
pt() can use them to figure out if the > last check request it sent for the host has finished yet, so it can avoid > building up a backlog of work for the parent. The ICMP and script check > implementations clear these flags as they start checks, and the TCP check > code doesn

Re: [diff] src/usr.sbin/smtpd: change process names

2020-12-30 Thread Giovanni Bechis
On 12/30/20 9:27 AM, Martijn van Duren wrote: > On Tue, 2020-12-29 at 08:57 +0100, Giovanni Bechis wrote: >> On 12/20/20 12:21 AM, gil...@poolp.org wrote: >>> December 19, 2020 11:26 PM, "Martijn van Duren" >>> wrote: >>> >>>> Person

Re: [diff] src/usr.sbin/smtpd: change process names

2020-12-30 Thread Giovanni Bechis
r.c as this would break the diff, but if > this gets > committed I'll submit a diff for the rename + Makefile bit > I like it and it reads OK for me. Giovanni

Re: smtpd: document "pki" option for relay delivery in smtpd.conf(5)

2020-09-14 Thread Giovanni Bechis
org" option, but "pki" is not listed as a valid option for >> the relay delivery method, even though the parser accepts it. > > Looks good to me. Anyone else want to OK this? > > - todd > ok giovanni@ Cheers Giovanni

Re: smtpd.conf add admd keyword

2020-09-12 Thread Giovanni Bechis
On 9/6/20 5:06 PM, Martijn van Duren wrote: > EHLO, > > RFC8601 defines the authentication-results header which can be used to > show the verification-results of DKIM, SPF, DMARC, and others. > I think it can be a good addition. ok giovanni@ Cheers Giovanni > I can th

Re: locate.mklocatedb broken with LC_ALL!=C

2019-02-15 Thread Giovanni Bechis
ping... any possible issue with millert@ diff ? Giovanni On Sun, Oct 07, 2018 at 08:35:28PM -0600, Todd C. Miller wrote: > On Sun, 07 Oct 2018 17:08:06 +0200, Marc Espie wrote: > > > Specifically, the only part that cares about > > locale is sort, and it's definitely cor

Re: ospf6d reports no buffer space available on vmx interface

2018-12-19 Thread Giovanni Bechis
> I have similar problems with unbound(8) but only on servers with more than one vmx(4) interface, never had a panic (finger crossed) as sthen@ spotted, I am running Vsphere Enterprise 6.0. Cheers Giovanni > Searching the web, I gathered that netstat -m might shed some light, so I > p

Re: locate.mklocatedb broken with LC_ALL!=C

2018-10-08 Thread Giovanni Bechis
file. > > Agreed. How about the following? > works for me, ok giovanni@ Cheers & Thanks Giovanni > - todd > > Index: usr.bin/locate/locate/mklocatedb.sh > === > RCS file: /cvs/src/usr.bin/locate/loc

Re: locate.mklocatedb broken with LC_ALL!=C

2018-10-07 Thread Giovanni Bechis
On Sun, Oct 07, 2018 at 10:06:35AM +0200, Stefan Sperling wrote: > On Sun, Oct 07, 2018 at 09:43:05AM +0200, Giovanni Bechis wrote: > > Hi, > > after setting LC_ALL=en_US.UTF-8 on my env locate.mklocatedb seems broken, > > resetting LC_ALL=C is a workaround. > > >

locate.mklocatedb broken with LC_ALL!=C

2018-10-07 Thread Giovanni Bechis
/locate.updatedb Should we run weekly(8) with LC_ALL=C to be sure that locate.updatedb runs correctly ? Cheers Giovanni

Re: Reported problem: postfix, libressl 2.6.x, DHE-RSA-AES256-SHA

2017-12-04 Thread Giovanni Bechis
On 12/04/17 17:39, Giovanni Bechis wrote: > On 12/04/17 17:27, Joel Sing wrote: >> On Monday 04 December 2017 13:19:41 Giovanni Bechis wrote: >>> On 11/10/17 17:46, Joel Sing wrote: >>> [...] >>> >>>> I suspect this is going to be difficult to trac

Re: Reported problem: postfix, libressl 2.6.x, DHE-RSA-AES256-SHA

2017-12-04 Thread Giovanni Bechis
On 12/04/17 17:27, Joel Sing wrote: > On Monday 04 December 2017 13:19:41 Giovanni Bechis wrote: >> On 11/10/17 17:46, Joel Sing wrote: >> [...] >> >>> I suspect this is going to be difficult to track down without being able >>> to see what is on the wire

Re: Reported problem: postfix, libressl 2.6.x, DHE-RSA-AES256-SHA

2017-12-04 Thread Giovanni Bechis
On 12/04/17 13:19, Giovanni Bechis wrote: > On 11/10/17 17:46, Joel Sing wrote: > [...] >> I suspect this is going to be difficult to track down without being able to >> see >> what is on the wire (tcpdump or 'smtpd_tls_loglevel = 3' in postfix) or being >>

Re: Reported problem: postfix, libressl 2.6.x, DHE-RSA-AES256-SHA

2017-12-04 Thread Giovanni Bechis
t; postfix log file with 'smtpd_tls_loglevel = 3' attached. Thanks & Cheers Giovanni Dec 4 13:09:30 thor postfix/smtpd[91646]: connect from sonic301-3.consmr.mail.bf2.yahoo.com[74.6.129.42] Dec 4 13:09:31 thor postfix/smtpd[91646]: setting up TLS connection from sonic301-3.consmr.mail.bf2

Re: Remove path support from OpenBSD::Pledge

2017-09-09 Thread Giovanni Bechis
or an ok. > > so OK? > sure, ok giovanni@ Cheers Giovanni

Re: inteldrm(4) diff needs review and testing

2017-07-17 Thread Giovanni Bechis
hash tables as a single linked list. > This diff fixes that. > no regression and no more dmesg spam for me. Thanks Giovanni > For the hash function I used a "mode (size-1)" approach that leaves > one of the hash table entries unused. Perhaps somebody with a CS > bac

Re: Another step in cleaning the smtpd exit path.

2016-09-04 Thread Giovanni Bechis
make sense, ok giovanni@ Cheers Giovanni > Eric. > > Index: ca.c > === > RCS file: /cvs/src/usr.sbin/smtpd/ca.c,v > retrieving revision 1.23 > diff -u -p -r1.23 ca.c > --- ca.c 1 Sep 2016 10:54:25 -

Re: smtpd: log ip/hostname for failed-command events

2016-09-03 Thread Giovanni Bechis
ames and check it every time I need to check > who's originating given SMTP transaction. > Does it make sense for anybody else? > committed, thanks Cheers Giovanni

Re: smtpd: log ip/hostname for failed-command events

2016-08-25 Thread Giovanni Bechis
t week, thanks ;-) > I like the diff and proper testing is on my todo list for g2k16 as well. Cheers Giovanni > >> Index: usr.sbin/smtpd/mta.c >> === >> RCS file: /cvs/src/usr.sbin/smtpd/mta.c,v >>

sync arch with reality in sendbug(1)

2016-08-23 Thread Giovanni Bechis
Remove vax and other discontinued arch, add zaurus and more. Is this correct or we want less ? Cheers Giovanni Index: sendbug.c === RCS file: /var/cvs/src/usr.bin/sendbug/sendbug.c,v retrieving revision 1.76 diff -u -p -r1.76

Re: add mirror discovery to pkg_add

2016-06-22 Thread Giovanni Bechis
On 06/22/16 18:57, Theo de Raadt wrote: >>> Aside from that, i dont think we should be hardcoding ip-adresses like that. >>> >> we are doing that with miniroot/install.sub, time to change ? > > No, that is not what miniroot/install.sub does. Not at all. > I know, I just said that the ip address

Re: add mirror discovery to pkg_add

2016-06-22 Thread Giovanni Bechis
this sort of dynamic auto config >> violates an important principle: it should be possible to unconfig something. > > Aside from that, i dont think we should be hardcoding ip-adresses like that. > we are doing that with miniroot/install.sub, time to change ? > A name can be changed in DNS, but this will cause http requests to that ip > for quite some time. > I agree with that. Cheers Giovanni

Re: enable FN_KEY_{SUSPEND,HIBERNATE} in acpitoshiba(4)

2016-06-15 Thread Giovanni Bechis
On Wed, Jun 15, 2016 at 03:49:46PM -0700, Mike Larkin wrote: > On Thu, Jun 16, 2016 at 12:05:51AM +0200, Giovanni Bechis wrote: > > Hi, > > this diff enables suspend and hibernate through fn keys in Toshiba laptops. > > Comments ? Ok ? > > Cheers > > Giova

enable FN_KEY_{SUSPEND,HIBERNATE} in acpitoshiba(4)

2016-06-15 Thread Giovanni Bechis
Hi, this diff enables suspend and hibernate through fn keys in Toshiba laptops. Comments ? Ok ? Cheers Giovanni Index: acpitoshiba.c === RCS file: /var/cvs/src/sys/dev/acpi/acpitoshiba.c,v retrieving revision 1.5 diff -u -p -r1.5

Re: [patch] adding quotes for space-containing values in smtpd(8) logs

2016-06-05 Thread Giovanni Bechis
o convince hackers that space-separated key-value pairs were annoying enough. > > I think this diff makes sense, waiting for other ok's > > gilles > makes sense. ok giovanni@

Re: ntpd: strptime portability problem

2016-03-04 Thread Giovanni Bechis
-7.1.1.1 > for which the timezone is fixed as the literal string "GMT", > I suggest to simply replace %Z with GMT in the strptime() call. > > Comments? OK? > make sense, ok. Cheers Giovanni > > Index: constraint.c > =

Re: whois(1) -I (whois.iana.org)

2015-11-02 Thread Giovanni Bechis
AHOST; >+ break; > case 'l': > host = LNICHOST; > break; >@@ -343,7 +347,7 @@ usage(void) > extern char *__progname; > > fprintf(stderr, >- "usage: %s [-AadgilmPQRr] [-c country-code | -h host] " >+ "usage: %s [-AadgIilmPQRr] [-c country-code | -h host] " > "[-p port] name ...\n", __progname); > exit(1); > } Sure, ok. Cheers Giovanni

Re: acpi pci config space access fix

2015-08-24 Thread Giovanni Bechis
are properly aligned. This should prevent the panic that some people > saw with the previous diff. Apparently some AML writers think it > makes perfect sense to have a region that is only 16-bit aligned but > demand 32-bit access to it. > > Giovanni, can you try this on that "bigi

Re: opensmtpd + acceptable mail

2015-05-08 Thread Giovanni Bechis
On 05/08/15 12:30, Stuart Henderson wrote: > On 2015/05/08 12:12, Gilles Chehade wrote: >> I think the proper fix is to reconsider the prepend in the mda case. >> If procmail requires custom config, so be it. > > Given that people aren't meant to be using procmail anyway, this sounds good > to me

Re: opensmtpd + acceptable mail

2015-05-07 Thread Giovanni Bechis
ike these? Should opensmtpd be rejecting them? > I can recreate those wrong formatted emails with this .forward file, I remember it worked when there was sendmail. Giovanni Prova.eml Description: application/extension-eml "| /usr/sbin/sendmail -f giova...@cvs.openbsd.org giova...@paclan.it"

Re: opensmtpd + acceptable mail

2015-05-07 Thread Giovanni Bechis
; Have others seen emails like these? Should opensmtpd be rejecting them? > I can recreate those wrong formatted emails with this .forward file, I remember it worked when there was sendmail. Giovanni Return-Path: Received: from localhost (localhost [127.0.0.1]) by thor.snb.it (Postfix) wi

Re: [patch] acpithinkpad(4) unknown event 0x6000

2015-04-24 Thread Giovanni Bechis
On 04/24/15 13:20, Mikhail wrote: > Hello, when I switch numlock on thinkpad e530 I see aforesaid message on > console log. > > Can someone review inlined patch? > it's ok for me and fixes the same "problem", ok anyone ? Cheers Giovanni

Re: [PATCH] pcap manpages

2015-03-27 Thread Giovanni Bechis
On 03/27/15 09:34, Jason McIntyre wrote: > On Fri, Mar 27, 2015 at 09:25:40AM +0100, Giovanni Bechis wrote: >> On 03/27/15 09:16, Jan Stary wrote: >>> The diff below fixes what mandoc -Tlint complains about, >>> anotates the authors' names with .An in pcap.

Re: [PATCH] pcap manpages

2015-03-27 Thread Giovanni Bechis
d it be beneficial to rewrite pcap-filter.3 in mdoc(7)? > if we do want to sync with upstream in the future a man page rewrite will complicate things. Cheers Giovanni

Re: apmd hangs

2014-09-11 Thread Giovanni Bechis
ff that does away with it all. I've tested it on a few > laptops here, but it could use testing on a somewhat wider range of > machines. I'm especially interested in seeing this tested on a dual > socket machine with apmd -A. > finally no more hangs on this machine ru

Re: ntpd jump ahead

2013-09-04 Thread Giovanni Bechis
the time > instead of trying to skew towards it. Note that we never jump > backwards, that would be bad. > I like the idea and I am ok with the code, before committing it it needs some man pages update. Cheers Giovanni

Re: Add support to AR5424

2013-03-27 Thread Giovanni Bechis
gt; If I remember well it breaks at least hidden SSID and maybe also some working devices. Cheers Giovanni

Re: relayd: DIOCXCOMMIT can fail

2013-03-18 Thread Giovanni Bechis
s a failure. > > Also indentation nit in the continuation line of the new "if (ioctl...)". > Diff with your suggestions applied, about the s/log_warn/fatal I am undecided too. Cheers & Thanks Giovanni Index: pfe_filter.c ==

relayd: DIOCXCOMMIT can fail

2013-03-18 Thread Giovanni Bechis
? Cheers Giovanni Index: pfe_filter.c === RCS file: /cvs/src/usr.sbin/relayd/pfe_filter.c,v retrieving revision 1.52 diff -u -p -r1.52 pfe_filter.c --- pfe_filter.c 19 Oct 2012 16:49:50 - 1.52 +++ pfe_filter.c 18 Mar 2013 08:06:42

Re: install(1) confusing error message

2013-02-15 Thread Giovanni Bechis
ADME: File exists > *** Error 71 in share/mk (Makefile:13 'install') > *** Error 1 in /usr/src (Makefile:78 'build') > # > > Not really helpful. With the diff below, I will now get: > > install: /usr/share/mk/bsd.README: Read-only file system > > which helps figuring out what is wrong. > make sense: ok giovanni@ Cheers Giovanni

Re: pppx(4) and a "pppx" interface group

2013-02-04 Thread Giovanni Bechis
ns that we intend to have. But at this point, filtering with PF needs special handling for every pppx(4) interface. How about adding these interfaces to a "pppx" interface group, by adding the if_addgroup() call ? What do you think ? ok for me. Cheers Giovanni

Re: Move pcap-filter(3) man page to section 7

2012-08-31 Thread Giovanni Bechis
ne with it, it describes the "pcap programming language". Cheers Giovanni

Re: diff: ignore mandatory rx-connect-speed avp

2012-01-20 Thread Giovanni Bechis
On 01/20/12 11:11, Sebastian Reitenbach wrote: > On Friday, January 20, 2012 08:09 CET, YASUOKA Masahiko > wrote: > >> add handling of `rx connect speed' avp to ignore the bug of xl2tpd. >> reported by sebastia@ on misc@. >> The diff seems correct, ok giovanni@ Cheers Giovanni

Re: etc/rc.d/sendmail diff

2012-01-18 Thread Giovanni Bechis
cting new messages: min free: 100 > > I don't believe the wildcard following '(accepting|rejecting)' is really > needed either, but left it in. > ok giovanni@

Re: problem in manual page for ip(4)

2011-08-25 Thread Giovanni Bechis
On 08/25/11 14:44, Thomas de Grivel wrote: > Including before makes it ok. > So either the manual is wrong > or sys/socket.h or netinet/in.h is wrong. > Ok for this diff ? Cheers Giovanni Index: ip.4 === RCS file: /c

Re: man.conf, pick up ports manpages by default

2011-04-11 Thread Giovanni Bechis
directories are not > present. > > ok? > ok with me too. Cheers Giovanni

Re: ipv6 ndp spoofing log message

2011-03-09 Thread Giovanni Bechis
overy protocol? > > Mar 9 01:03:30 q0 /bsd: ndp info overwritten for > fdd7:e83e:66bc:0001:0215:58ff:fe7c:cb62 by 00:01:02:03:04:05 on ne3 > > ok? > I like it and your diff looks fine. Cheers Giovanni

pcap icmptype support

2011-02-02 Thread Giovanni Bechis
This diff adds support to icmptype grammar to libpcap. With this diff we can do: $ sudo tcpdump -netttv -i nfe0 icmp[icmptype] = 8 and capture only echo requests. This diff is needed for an upcoming nmap update. Comments ? ok ? Cheers Giovanni Index: scanner.l

Re: Add support to AR5424

2010-05-21 Thread Giovanni Bechis
.3 rf5112a 3.6, MKK2A Cheers Giovanni

Re: Add support to AR5424

2010-05-05 Thread Giovanni Bechis
way I receive a beacon from the AP (wpa2) but dhclient ath0 doesn't work (no link). ath0 at pci3 dev 0 function 0 "Atheros AR5424" rev 0x01: apic 2 int 11 (irq 11) ath0: AR5424 14.2 phy 7.0 rf 10.2, WOR02W, address 00:1f:3a:36:a6:d1 Cheers Giovanni

Re: Clarify usage of "set +o emacs-usemeta"

2010-05-04 Thread Giovanni Bechis
On 05/03/10 21:02, Christian Weisgerber wrote: I don't like it. Characters with the eighth bit set and letters with diacritics ("accented characters") aren't the same thing. Maybe we can write something about it on Faq7. Cheers Giovanni

Re: Add support to AR5424

2010-05-02 Thread Giovanni Bechis
s for these HAL_MODE_XXX constants don't really matter, unless you want to use the origional binary blob HAL, which we don't support anyway. Changing those values is making the difference on my laptop, wrong values freeze the kernel so I think there's something weird somewhere. Cheers Giovanni

Re: Add support to AR5424

2010-04-29 Thread Giovanni Bechis
Il 29/04/2010 11.59, Giovanni Bechis ha scritto: With this patch my system does not hang anymore but when I try dhclient ath0 my wifi status is "no network": $ sudo dhclient ath0 ath0: no link . sleeping I am seeing also some "ath0: device timeout" kernel messages. Cheers Giovanni

Re: Add support to AR5424

2010-04-29 Thread Giovanni Bechis
hang anymore but when I try dhclient ath0 my wifi status is "no network": $ sudo dhclient ath0 ath0: no link . sleeping Cheers & Thanks Giovanni

Re: Add support to AR5424

2010-04-28 Thread Giovanni Bechis
; messages from the kernel but the system simply hangs whenever I try to work with the card (ifconfig ath0 scan, dhclient ath0). Cheers Giovanni ath0 at pci3 dev 0 function 0 "Atheros AR5424" rev 0x01: apic 2 int 11 (irq 11) ath0: AR5424 14.2 phy 7.0 rf 10.2, WOR02W, address 00:1f:3a:36:a6:d1

Re: [PATCH] Little typo in Grub2 example

2010-02-22 Thread Giovanni Bechis
Vivien MOREAU wrote: Hello. This patch is correcting a very little typo in the new example of configuration for Grub2. Fixed, Thanks Giovanni

Re: Add support to AR5424

2010-01-27 Thread Giovanni Bechis
. ath0 at pci3 dev 0 function 0 "Atheros AR5424" rev 0x01: apic 2 int 11 (irq 11) ath0: AR5424 14.2 phy 7.0 rf 10.2, WOR02W, address 00:1f:3a:36:a6:d1 (btw, thanks for testing it) Thanks for hacking it !! Regards Giovanni

Re: Add support to AR5424

2010-01-27 Thread Giovanni Bechis
359275568 Thanks & Cheers Giovanni

Re: Add support to AR5424

2010-01-25 Thread Giovanni Bechis
Giovanni Bechis wrote: > Stuart Henderson wrote: >> On 2010/01/25 00:50, Luis Henriques wrote: >>> Re-sending with "cvs diff -upRN" > Unfortunately this diff doesn't work with my card, I have "unable to reset hardware" errors whenever I try to scan

Re: Add support to AR5424

2010-01-25 Thread Giovanni Bechis
Stuart Henderson wrote: On 2010/01/25 00:50, Luis Henriques wrote: Re-sending with "cvs diff -upRN" Wha, you mean I have to dismantle my AspireOne again and put the minipcie back in to test it? Don't worry, I have this wireless card on my laptop too ;-) Cheers Giovanni

Re: kernel hacking

2009-12-10 Thread Giovanni Bechis
Joerg Sonnenberger wrote: "Modern Operating Systems" is mostly of historic value -- the "modern" is relative to the state of the art of the 1970, early 1980. Latest release covers Linux, Windows Vista and Symbian, this is quite "modern". Cheers Giovanni

smtpctl fix

2009-05-19 Thread giovanni
; case RESUME_SMTP: imsg_compose(ibuf, IMSG_SMTP_RESUME, 0, 0, -1, NULL, 0); -- see ya, giovanni