public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster/cman/daemon daemon.c
@ 2007-01-08 10:07 pcaulfield
  0 siblings, 0 replies; 14+ messages in thread
From: pcaulfield @ 2007-01-08 10:07 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2007-01-08 10:07:52

Modified files:
	cman/daemon    : daemon.c 

Log message:
	If there are already queued messages for a client then don't send new ones
	out of order

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/daemon.c.diff?cvsroot=cluster&r1=1.32&r2=1.33


^ permalink raw reply	[flat|nested] 14+ messages in thread

* cluster/cman/daemon daemon.c
@ 2007-06-28  8:07 pcaulfield
  0 siblings, 0 replies; 14+ messages in thread
From: pcaulfield @ 2007-06-28  8:07 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL50
Changes by:	pcaulfield@sourceware.org	2007-06-28 08:07:35

Modified files:
	cman/daemon    : daemon.c 

Log message:
	Make sure to cleanup the buffer when processing each request or dirty data
	can be passed from one request to another.
	
	Add a barrier to make sure that the socket data are not bigger than the buffer
	or we overflow somewhere at random.
	
	21:41 #sistina: < feist> pjc:  can you commit that first cman security fix to
	RHEL50, (the rpm has already been built, but it would
	be nice for tracking purposes).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/daemon.c.diff?cvsroot=cluster&only_with_tag=RHEL50&r1=1.32&r2=1.32.4.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

* cluster/cman/daemon daemon.c
@ 2007-06-21  7:39 pcaulfield
  0 siblings, 0 replies; 14+ messages in thread
From: pcaulfield @ 2007-06-21  7:39 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	pcaulfield@sourceware.org	2007-06-21 07:39:49

Modified files:
	cman/daemon    : daemon.c 

Log message:
	Patch potential local buffer overflow DoS. Thanks to Fabio Massimo Di Nitto
	bz#244891

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/daemon.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.32.2.1&r2=1.32.2.2


^ permalink raw reply	[flat|nested] 14+ messages in thread

* cluster/cman/daemon daemon.c
@ 2007-06-19 12:32 fabbione
  0 siblings, 0 replies; 14+ messages in thread
From: fabbione @ 2007-06-19 12:32 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	fabbione@sourceware.org	2007-06-19 12:32:19

Modified files:
	cman/daemon    : daemon.c 

Log message:
	Make sure to cleanup the buffer when processing each request or dirty data
	can be passed from one request to another.
	
	Add a barrier to make sure that the socket data are not bigger than the buffer
	or we overflow somewhere at random.
	
	These 2 changes should be backported to different stable branches.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/daemon.c.diff?cvsroot=cluster&r1=1.34&r2=1.35


^ permalink raw reply	[flat|nested] 14+ messages in thread

* cluster/cman/daemon daemon.c
@ 2007-01-08 10:08 pcaulfield
  0 siblings, 0 replies; 14+ messages in thread
From: pcaulfield @ 2007-01-08 10:08 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	pcaulfield@sourceware.org	2007-01-08 10:08:48

Modified files:
	cman/daemon    : daemon.c 

Log message:
	If there are already queued messages for a client then don't send new ones
	out of order

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/daemon.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.32&r2=1.32.2.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

* cluster/cman/daemon daemon.c
@ 2006-09-14 13:01 pcaulfield
  0 siblings, 0 replies; 14+ messages in thread
From: pcaulfield @ 2006-09-14 13:01 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2006-09-14 13:01:06

Modified files:
	cman/daemon    : daemon.c 

Log message:
	Cope with short writes to the cman socket.
	bz#206093

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/daemon.c.diff?cvsroot=cluster&r1=1.31&r2=1.32


^ permalink raw reply	[flat|nested] 14+ messages in thread

* cluster/cman/daemon daemon.c
@ 2006-04-24 16:45 pcaulfield
  0 siblings, 0 replies; 14+ messages in thread
From: pcaulfield @ 2006-04-24 16:45 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2006-04-24 16:45:18

Modified files:
	cman/daemon    : daemon.c 

Log message:
	Admin sockets can't get notifications either.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/daemon.c.diff?cvsroot=cluster&r1=1.25&r2=1.26


^ permalink raw reply	[flat|nested] 14+ messages in thread

* cluster/cman/daemon daemon.c
@ 2006-02-27 15:26 pcaulfield
  0 siblings, 0 replies; 14+ messages in thread
From: pcaulfield @ 2006-02-27 15:26 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2006-02-27 15:25:58

Modified files:
	cman/daemon    : daemon.c 

Log message:
	Make errno handling a little more consistent

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/daemon.c.diff?cvsroot=cluster&r1=1.20&r2=1.21


^ permalink raw reply	[flat|nested] 14+ messages in thread

* cluster/cman/daemon daemon.c
@ 2006-02-27 13:46 pcaulfield
  0 siblings, 0 replies; 14+ messages in thread
From: pcaulfield @ 2006-02-27 13:46 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2006-02-27 13:46:07

Modified files:
	cman/daemon    : daemon.c 

Log message:
	Return correct status sign for fundamental errors.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/daemon.c.diff?cvsroot=cluster&r1=1.19&r2=1.20


^ permalink raw reply	[flat|nested] 14+ messages in thread

* cluster/cman/daemon daemon.c
@ 2005-12-07 10:58 pcaulfield
  0 siblings, 0 replies; 14+ messages in thread
From: pcaulfield @ 2005-12-07 10:58 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2005-12-07 10:58:07

Modified files:
	cman/daemon    : daemon.c 

Log message:
	Tell aispoll to remove the client if it errors.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/daemon.c.diff?cvsroot=cluster&r1=1.17&r2=1.18


^ permalink raw reply	[flat|nested] 14+ messages in thread

* cluster/cman/daemon daemon.c
@ 2005-12-06 15:49 pcaulfield
  0 siblings, 0 replies; 14+ messages in thread
From: pcaulfield @ 2005-12-06 15:49 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2005-12-06 15:49:32

Modified files:
	cman/daemon    : daemon.c 

Log message:
	sockets should be non-blocking!

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/daemon.c.diff?cvsroot=cluster&r1=1.16&r2=1.17


^ permalink raw reply	[flat|nested] 14+ messages in thread

* cluster/cman/daemon daemon.c
@ 2005-08-30 12:43 pcaulfield
  0 siblings, 0 replies; 14+ messages in thread
From: pcaulfield @ 2005-08-30 12:43 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2005-08-30 12:43:45

Modified files:
	cman/daemon    : daemon.c 

Log message:
	Remove send_queued_events() as it's not used any more.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/daemon.c.diff?cvsroot=cluster&r1=1.10&r2=1.11


^ permalink raw reply	[flat|nested] 14+ messages in thread

* cluster/cman/daemon daemon.c
@ 2005-08-25  7:38 pcaulfield
  0 siblings, 0 replies; 14+ messages in thread
From: pcaulfield @ 2005-08-25  7:38 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2005-08-25 07:37:58

Modified files:
	cman/daemon    : daemon.c 

Log message:
	Only ask for POLLOUT notification unless we have something to send.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/daemon.c.diff?cvsroot=cluster&r1=1.8&r2=1.9


^ permalink raw reply	[flat|nested] 14+ messages in thread

* cluster/cman/daemon daemon.c
@ 2005-04-27 12:18 pcaulfield
  0 siblings, 0 replies; 14+ messages in thread
From: pcaulfield @ 2005-04-27 12:18 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2005-04-27 12:18:14

Modified files:
	cman/daemon    : daemon.c 

Log message:
	events are not REPLYs.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cluster/cman/daemon/daemon.c.diff?cvsroot=cluster&r1=1.2&r2=1.3


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2007-06-28  8:07 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-08 10:07 cluster/cman/daemon daemon.c pcaulfield
  -- strict thread matches above, loose matches on Subject: below --
2007-06-28  8:07 pcaulfield
2007-06-21  7:39 pcaulfield
2007-06-19 12:32 fabbione
2007-01-08 10:08 pcaulfield
2006-09-14 13:01 pcaulfield
2006-04-24 16:45 pcaulfield
2006-02-27 15:26 pcaulfield
2006-02-27 13:46 pcaulfield
2005-12-07 10:58 pcaulfield
2005-12-06 15:49 pcaulfield
2005-08-30 12:43 pcaulfield
2005-08-25  7:38 pcaulfield
2005-04-27 12:18 pcaulfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).