getent(1) hosts enumeration defunc (getent.c 1.6)

2013-04-26 Thread MERIGHI Marcus
there is no more listing (enumerating) of hosts entries. Suspect: [1] +++ $ getent hosts; echo $? 0 $ getent hosts fifi 127.0.0.1 fifi $ getent ethers getent: Enumeration not supported on ethers +++ So this is inconsistent at least and it introduced different

Re: diff: dhcp-options(5) vs. dhcpd/tables.c

2013-01-03 Thread MERIGHI Marcus
j...@kerhand.co.uk (Jason McIntyre), 2013.01.02 (Wed) 18:39 (CET): On Sun, Dec 16, 2012 at 07:24:53PM +0100, MERIGHI Marcus wrote: Hello, playing with option-252 I found it already has a name. Found that as well: http://marc.info/?l=openbsd-miscm=126573542214773 Wrote a little

Re: diff: dhcp-options(5) vs. dhcpd/tables.c

2013-01-03 Thread MERIGHI Marcus
j...@kerhand.co.uk (Jason McIntyre), 2013.01.02 (Wed) 18:39 (CET): On Sun, Dec 16, 2012 at 07:24:53PM +0100, MERIGHI Marcus wrote: playing with option-252 I found it already has a name. Found that as well: http://marc.info/?l=openbsd-miscm=126573542214773 Index: dhcp-options.5

ucom(4) DV_DULL - DV_TTY [Was: Re: hotplugd(8) and ucom as class 0 generic] [Fwd - p...@sdf.org]

2012-12-30 Thread MERIGHI Marcus
as class 0 generic User-Agent: Mutt/1.5.21 (2010-09-15) * MERIGHI Marcus mcmer-open...@tor.at [121227 22:30]: just a reminder, in case someone with the necessary skills cares... mcmer-open...@tor.at (MERIGHI Marcus), 2012.06.13 (Wed) 14:17 (CEST): hello misc-ers, while reworking my /etc

diff: dhcp-options(5) vs. dhcpd/tables.c

2012-12-16 Thread MERIGHI Marcus
Hello, playing with option-252 I found it already has a name. Found that as well: http://marc.info/?l=openbsd-miscm=126573542214773 Wrote a little script to find undocumented options, see end of message. I moved some existing blocks when I found them to be in the wrong place. Added a new

sendbug.1 (diff), query-pr.html (diff), query-pr-wrapper (404)

2012-09-04 Thread MERIGHI Marcus
When reading sendbug(1) because you -uhm- want to report a bug you should search for older similiar bug reports. This way you end up using query-pr.html [1] and after you've dutifully filled out and hit ``send'' you just get a HTTP 404 for query-pr-wrapper [2]. IIRC there's no intention to revive

msdosfs_vnops.c u_char toname diff [Was: Re: panic: smashed stack in msdosfs_rename]

2012-09-04 Thread MERIGHI Marcus
[11]; + u_char toname[12], oldname[11]; uint32_t from_diroffset, to_diroffset; u_char to_count; int doingdirectory = 0, newparent = 0; below is my lengthy report to bugs@ with some explanation. Bye, Marcus mcmer-open...@tor.at (MERIGHI Marcus), 2012.09.04 (Tue) 11:52

smtpd.conf(5) EXAMPLES ``relay via'' diff

2012-07-15 Thread MERIGHI Marcus
Index: smtpd.conf.5 === RCS file: /cvs/src/usr.sbin/smtpd/smtpd.conf.5,v retrieving revision 1.54 diff -u -r1.54 smtpd.conf.5 --- smtpd.conf.58 Jul 2012 17:17:48 - 1.54 +++ smtpd.conf.514 Jul 2012 11:32:49

Re: etc/rc.d/ldapd stop - pexp - ldapd: ldap server

2011-09-21 Thread MERIGHI Marcus
note to self: never write reminders on returning from vacation. sorry about the noise... gsoa...@trusted.com.br (Gleydson Soares), 2011.09.20 (Tue) 17:18 (CEST): On Tue, Sep 20, 2011 at 04:33:10PM +0200, MERIGHI Marcus wrote: anyone? it is in, already committed. mcmer-open...@tor.at

Re: etc/rc.d/ldapd stop - pexp - ldapd: ldap server

2011-09-20 Thread MERIGHI Marcus
anyone? mcmer-open...@tor.at (MERIGHI Marcus), 2011.09.09 (Fri) 16:22 (CEST): Hello, the stock $ /etc/rc.d/ldapd stop does not work for me. The diff below makes it work. Index: ldapd === RCS file: /cvs/src/etc/rc.d

etc/rc.d/ldapd stop - pexp - ldapd: ldap server

2011-09-20 Thread MERIGHI Marcus
Hello, the stock $ /etc/rc.d/smtpd stop does not work for me. The diff below makes it work. Index: src/etc/rc.d/smtpd === RCS file: /cvs/src/etc/rc.d/smtpd,v retrieving revision 1.1 diff -u -r1.1 smtpd --- src/etc/rc.d/smtpd 6

Re: security(8) setuid checks and space character in file name

2010-12-31 Thread MERIGHI Marcus
the patch. This still mangles the file name, but at least you have a chance to find it on your disk. Anybody has a better plan? I already told Marcus on misc to mount that one -o nodev,noexec and use SUIDSKIP; but that's rather a workaround than a fix. On misc@, MERIGHI Marcus

Re: security(8) setuid checks and space character in file name

2010-12-30 Thread MERIGHI Marcus
,/.*,,;G;s/\n//' | \ + sort +9 $LIST ) # Display any changes in the setuid/setgid file list. schwa...@usta.de (Ingo Schwarze), 2010.12.30 (Thu) 00:21 (CET): Ingo Schwarze wrote on Wed, Dec 29, 2010 at 08:37:16PM +0100: MERIGHI Marcus wrote on Wed, Dec 29, 2010 at 07:43:08PM +0100

Re: hotplug(4) r1.10 ignoring hotplug_put_event() prior to hotplugopen() [Was: hotplugd(8) ignoring devices attached before boot]

2010-12-13 Thread MERIGHI Marcus
ted.unan...@gmail.com (Ted Unangst), 2010.12.12 (Sun) 19:10 (CET): On Sun, Dec 12, 2010 at 6:36 AM, MERIGHI Marcus mcmer-open...@tor.at wrote: The behaviour change in hotplug(4)/hotplugd(8) after your commit makes it more ``hot plug'', actually. What bothers me (but not many others

Re: hotplug(4) r1.10 ignoring hotplug_put_event() prior to hotplugopen() [Was: hotplugd(8) ignoring devices attached before boot]

2010-12-13 Thread MERIGHI Marcus
mark.kette...@xs4all.nl (Mark Kettenis), 2010.12.13 (Mon) 13:41 (CET): Date: Mon, 13 Dec 2010 12:48:55 +0100 From: MERIGHI Marcus mcmer-open...@tor.at That sounds good. I was aware of the change, but didn't think anybody would notice. :) A bit late to the game, but I don't really

Re: hotplug(4) r1.10 ignoring hotplug_put_event() prior to hotplugopen() [Was: hotplugd(8) ignoring devices attached before boot]

2010-12-12 Thread MERIGHI Marcus
ted.unan...@gmail.com (Ted Unangst), 2010.12.11 (Sat) 21:54 (CET): On Sat, Dec 11, 2010 at 2:11 PM, MERIGHI Marcus mcmer-open...@tor.at wrote: the latest modification of src/sys/dev/hotplug.c (1) changes hotplug(4) behaviour concerning devices that are attached before the hotplug device

Re: hotplug(4) r1.10 ignoring hotplug_put_event() prior to hotplugopen() [Was: hotplugd(8) ignoring devices attached before boot]

2010-12-12 Thread MERIGHI Marcus
ted.unan...@gmail.com (Ted Unangst), 2010.12.12 (Sun) 19:10 (CET): On Sun, Dec 12, 2010 at 6:36 AM, MERIGHI Marcus mcmer-open...@tor.at wrote: The behaviour change in hotplug(4)/hotplugd(8) after your commit makes it more ``hot plug'', actually. What bothers me (but not many others

hotplug(4) r1.10 ignoring hotplug_put_event() prior to hotplugopen() [Was: hotplugd(8) ignoring devices attached before boot]

2010-12-11 Thread MERIGHI Marcus
to misc@, no responses. (1) http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/hotplug.c.diff?r1=1.9;r2=1.10 by tedu, ``make hotplug queue dynamic, allowing us to increase size without waste. ok deraadt kettenis miod'' mcmer-open...@tor.at (MERIGHI Marcus), 2010.12.09 (Thu) 11:33 (CET): for quite

Re: ZTE MF112 HSUPA - report and patch for usbdevs, umsm.c, umsm.4 [Fwd - mcmer-open...@tor.at]

2010-12-10 Thread MERIGHI Marcus
declined or forgotten? - Forwarded message from MERIGHI Marcus mcmer-open...@tor.at - Date: Thu, 2 Dec 2010 12:06:01 +0100 From: MERIGHI Marcus mcmer-open...@tor.at To: tech@openbsd.org Subject: Re: ZTE MF112 HSUPA - report and patch for usbdevs, umsm.c, umsm.4 s...@spacehopper.org

Re: ZTE MF112 HSUPA - report and patch for usbdevs, umsm.c, umsm.4

2010-12-02 Thread MERIGHI Marcus
s...@spacehopper.org (Stuart Henderson), 2010.12.01 (Wed) 23:45 (CET): On 2010/12/01 22:55, MERIGHI Marcus wrote: Without the patches below the thingy attaches as umsm for a second, detaches and re-attaches as umass. After patching it attaches as umsm0, umsm1, umsm2, umsm3

Re: ZTE MF112 HSUPA - report and patch for usbdevs, umsm.c

2010-12-01 Thread MERIGHI Marcus
j...@goblin.cx (Jonathan Gray), 2010.11.29 (Mon) 23:20 (CET): On Mon, Nov 29, 2010 at 05:25:38PM +0100, MERIGHI Marcus wrote: disclaimer: David Coppa told me to post this to tech@ so this is not a case of cross posting. bought a ZTE MF112 today for my girlfriends ms win notebook. Took