mailing.openbsd.tech
  Home FAQ Contact Sign in
mailing.openbsd.tech only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
mailing.openbsd.tech Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  spamd patch: remove graylist entry after whitelisting         


Author: patrick keshishian
Date: May 18, 2008 19:05

Greetings,

The other day I received SPAM from a host. I immediately tried
to remove the offender from the white-list using:

spamdb -d 67.88.187.226

Within minutes the IP was back in the white-list.

This is because the tuple for the offender remained gray-listed
even after white-listing, and after DB_SCAN_INTERVAL. it was
white-listed again.

This patch removes the gray-list entry after white-listing it.

First two "chunks" of the patch are just 'clean ups'. The
rational for the latter of the two chunks is to make the code
simpler. Instead of:

if (desired condition) {
/*
* Do long procedure ... */
}
else
return error;
return success
Show full article (3.62Kb)
6 Comments
  Input validation in netstart         


Author: Johan Torin
Date: May 18, 2008 14:08

Securing hostname.if files was/is great, but it also means that
the parameter to ifstart() is used more before it's deemed invalid.

# sh /etc/netstart bogus

Before:
stat: /etc/hostname.bogus: No such file or directory
WARNING: /etc/hostname.bogus is insecure, fixing permissions
chmod: /etc/hostname.bogus: No such file or directory

After:
WARNING: no configuration file /etc/hostname.bogus

Index: netstart
===================================================================
RCS file: /cvs/src/etc/netstart,v
retrieving revision 1.119
diff -u -r1.119 netstart
--- netstart 17 Apr 2008 19:03:25 -0000 1.119
+++ netstart 18 May 2008 20:52:37 -0000
@@ -36,6 +36,10 @@
fi
Show full article (0.94Kb)
no comments
  dhclient RFC3442 support         


Author: Andre S
Date: May 18, 2008 12:48

Port from FreeBSD of RFC3442 support for the OpenBSD dhclient
(http://www.freebsd.org/cgi/query-pr.cgi?pr=99534)

RFC3442: http://www.ietf.org/rfc/rfc3442.txt

The patch has been tested and works with no problem.

Patch:

Index: clparse.c
===================================================================
RCS file: /cvs/src/sbin/dhclient/clparse.c,v
retrieving revision 1.34
diff -u -p -r1.34 clparse.c
--- clparse.c 14 Feb...
Show full article (8.53Kb)
1 Comment
  Re: [PATCH] spamdb.8 change?         


Author: Jason McIntyre
Date: May 17, 2008 03:55

On Thu, Apr 17, 2008 at 07:50:27AM +0530, Girish Venkatachalam wrote:
> Apparently spamdb(8) accepts domain names in addition to e-mail
> addresses and IP addresses.
>
> -Girish
>

accepting domain names was a bug (it should only accept email addresses)
which todd miller has just fixed in -current.

jmc
Show full article (0.92Kb)
no comments
  Questions related to testing         


Author: sebastian.rother
Date: May 16, 2008 15:52

Hello Developers,

Marc Espi told me Tobias may could help me but Tobias Weingartner told me
it's better to ask here.

I like to ask you some question and would like to know if there are
patches I could test to improve the situation somehow.

The things wich do not work are (at least not here):

1.
Enhanced SpeedStep

I've 3 Computers (one of these boxes is a x61s) and it works nowhere.
apm tries to throttle down the CPU but it has these issues:
It reports the wrong speed (the Laptop f.e. is a L7500, 1.600Mhz, APM
tells me it has 1800 so I don't trust the other values as well...)
It knows just 3 different speeds (1800,1600,1200)
Maybe also 1400 but it never appeared (entering "apm" serval times and
watch the output)

2.
No sleep-modi works

apm -z does nothing
So no suspend to ram nor suspend to disk
Show full article (1.53Kb)
1 Comment
  Build a web site,webdesign help,         


Author: exparthelp94
Date: May 15, 2008 11:45

Build a web site,webdesign help,
webdesign and development,proffetional webdesign
from
http://webdesign.allexpert.info/
no comments
  PLEASE TEST: usb diff         


Author: Federico G. Schwindt
Date: May 14, 2008 18:08

Hi,

If you have a USB device that, when plugged before booting, shows a
"device problem, disabling port" message, please test the diff below.
If you don't have such device, please test the diff below too.
Report any errors or changes to me.
Thanks,

f.-
Show full article (2.90Kb)
1 Comment
  Re: CWM: XShape Extnsions Fixed         


Author: Edd Barrett
Date: May 14, 2008 14:13

On Fri, May 09, 2008 at 01:45:17PM +0100, Edd wrote:
> Attached diff fixes non-rectangular windows in cwm and also small
> formatting clean-ups in surrounding code.

Same, but KNF'd
Index: calmwm.h
===================================================================
RCS file: /cvs/xenocara/app/cwm/calmwm.h,v
retrieving revision 1.38
diff -u -r1.38 calmwm.h
--- calmwm.h 1 May 2008 18:01:13 -0000 1.38
+++ calmwm.h 15 May 2008 21:13:39 -0000
@@ -355,6 +355,7 @@
struct client_ctx *client_mruprev(struct client_ctx *cc);
void client_gethints(struct client_ctx *cc);
void client_freehints(struct client_ctx *cc);
+void client_do_shape(struct client_ctx *);
Show full article (3.83Kb)
no comments
  CWM: Fix windows that dont sit in their frames properly         


Author: Edd Barrett
Date: May 14, 2008 13:44

Hi,

This fixes a really annoying little blighter in cwm which has been
bugging me for ages. Try fullsizing mplayer (the f key), then
un-fullscreen it, and observe the frame being offset.

Now apply this patch and try again :)

--

Best Regards
Edd

http://students.dec.bmth.ac.uk/ebarrett
Index: xevents.c
===================================================================
RCS file: /cvs/xenocara/app/cwm/xevents.c,v
retrieving revision 1.12
diff -u -r1.12 xevents.c
--- xevents.c 16 Apr 2008 13:35:37 -0000 1.12
+++ xevents.c 15 May 2008 20:43:46 -0000
@@ -152,6 +152,12 @@

XConfigureWindow(X_Dpy, e->window, e->value_mask, &wc);
Show full article (0.79Kb)
1 Comment
  Educational Sessions Announced For Americas Food and Beverage Show         


Author: arubin
Date: May 14, 2008 11:06

FOOD FOR THOUGHT
May 12, 2008

-SHOW NEWS
-Educational Sessions for the Americas Food & Beverage Show Announced
-Americas Food and Beverage Awards Sponsor Announced

-INDUSTRY NEWS
-Freshco is Newest Hispanic Market
-Latin Soft Drink Boom
-New Food-Safety Steps Proposed in House Bill
-Coffee Chains Change Market
-Latin America: Food or Fuel--That is the Burning Question
-Congress Reaches Tentative Farm Bill Deal

-WE WANT TO HEAR FROM YOU
-Please send your comments, questions, and suggestions to arubin@worldtrade.org.

SHOW NEWS

EDUCATIONAL SESSIONS FOR THE AMERICAS FOOD AND BEVERAGE SHOW ANNOUNCED
We are proud to announce this year's educational sessions, which feature tracks for attendees representing the food service, retail, and intermediary sectors. Click xxxx for more information on this year's educational sessions.

AMERICAS FOOD AND BEVERAGE AWARDS SPONSOR ANNOUNCED
Sante Magazine will be the official sponsor of this year's Americas Food and Beverage Awards at the Americas Food & Beverage Show.
Show full article (3.08Kb)
no comments
1 2