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

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL51
Changes by:	pcaulfield@sourceware.org	2007-08-17 07:51:03

Modified files:
	cman/daemon    : cmanccs.c 

Log message:
	bz#250688
	Don't lose the cluster name if it's specified on the cman_tool command line.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/cmanccs.c.diff?cvsroot=cluster&only_with_tag=RHEL51&r1=1.21.2.4&r2=1.21.2.4.2.1


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

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

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2007-11-05 16:03:59

Modified files:
	cman/daemon    : cmanccs.c 

Log message:
	Add missing format string.

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


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

* cluster/cman/daemon cmanccs.c
@ 2007-10-24  5:58 rmccabe
  0 siblings, 0 replies; 24+ messages in thread
From: rmccabe @ 2007-10-24  5:58 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	rmccabe@sourceware.org	2007-10-24 05:58:07

Modified files:
	cman/daemon    : cmanccs.c 

Log message:
	Commit msg with the last commit went missing..
	
	- Fix unsafe string handling:
	- replace memset(s,c,n);sprintf(s,...); with snprintf with proper error checking
	- don't overflow the stack if the cluster name specified in the env var is too long
	- don't overflow the stack if the local nodename from uname(2) is too long
	- don't overflow the stack if the local nodename specified in the env var is too long
	
	- Don't leak the ccs descriptor in get_ccs_join_info() on errors
	- Fix a couple of small memory leaks in error paths
	- Handle OOM conditions

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


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

* cluster/cman/daemon cmanccs.c
@ 2007-10-24  5:55 rmccabe
  0 siblings, 0 replies; 24+ messages in thread
From: rmccabe @ 2007-10-24  5:55 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	rmccabe@sourceware.org	2007-10-24 05:55:07

Modified files:
	cman/daemon    : cmanccs.c 

Log message:
	- Fix unsafe string handling:
	- replace memset(s,c,n);sprintf(s,...); with snprintf with proper error checking
	- don't overflow the stack if the cluster name specified in the env var is too long
	- don't overflow the stack if the local nodename from uname(2) is too long
	- don't overflow the stack if the local nodename specified in the env var is too long
	
	- Don't leak the ccs descriptor in get_ccs_join_info() on errors

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


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

* cluster/cman/daemon cmanccs.c
@ 2007-10-24  3:21 fabbione
  0 siblings, 0 replies; 24+ messages in thread
From: fabbione @ 2007-10-24  3:21 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	fabbione@sourceware.org	2007-10-24 03:21:45

Modified files:
	cman/daemon    : cmanccs.c 

Log message:
	Use standard path var and memset it before each query

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


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

* cluster/cman/daemon cmanccs.c
@ 2007-10-24  3:21 fabbione
  0 siblings, 0 replies; 24+ messages in thread
From: fabbione @ 2007-10-24  3:21 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	fabbione@sourceware.org	2007-10-24 03:21:22

Modified files:
	cman/daemon    : cmanccs.c 

Log message:
	Use right vars to print debugging info

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


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

* cluster/cman/daemon cmanccs.c
@ 2007-10-24  3:20 fabbione
  0 siblings, 0 replies; 24+ messages in thread
From: fabbione @ 2007-10-24  3:20 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	fabbione@sourceware.org	2007-10-24 03:20:59

Modified files:
	cman/daemon    : cmanccs.c 

Log message:
	Clean up duplicate ccs query paths

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


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

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

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

Modified files:
	cman/daemon    : cmanccs.c 

Log message:
	Don't lost the cluster name if it is specified on the command line
	probably the cause of bz#250688

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


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

* cluster/cman/daemon cmanccs.c
@ 2007-08-03  7:35 pcaulfield
  0 siblings, 0 replies; 24+ messages in thread
From: pcaulfield @ 2007-08-03  7:35 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2007-08-03 07:35:07

Modified files:
	cman/daemon    : cmanccs.c 

Log message:
	Don't lost the cluster name if it is specified on the command line
	probably the cause of bz#250688

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


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

* cluster/cman/daemon cmanccs.c
@ 2007-05-23 10:31 pcaulfield
  0 siblings, 0 replies; 24+ messages in thread
From: pcaulfield @ 2007-05-23 10:31 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	pcaulfield@sourceware.org	2007-05-23 10:31:00

Modified files:
	cman/daemon    : cmanccs.c 

Log message:
	Move fix for bz #232068 (IP addresses in cluster.conf) to RHEL5 branch

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


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

* cluster/cman/daemon cmanccs.c
@ 2007-03-15 11:12 pcaulfield
  0 siblings, 0 replies; 24+ messages in thread
From: pcaulfield @ 2007-03-15 11:12 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2007-03-15 11:12:33

Modified files:
	cman/daemon    : cmanccs.c 

Log message:
	If the machine is multi-homed, then using a truncated name in uname but not in
	cluster.conf would fail to match them up.

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


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

* cluster/cman/daemon cmanccs.c
@ 2007-03-15  9:27 pcaulfield
  0 siblings, 0 replies; 24+ messages in thread
From: pcaulfield @ 2007-03-15  9:27 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2007-03-15 09:27:20

Modified files:
	cman/daemon    : cmanccs.c 

Log message:
	Support IP(v4) addresses in cluster.conf
	per bz#232068

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


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

* cluster/cman/daemon cmanccs.c
@ 2007-01-02 15:17 pcaulfield
  0 siblings, 0 replies; 24+ messages in thread
From: pcaulfield @ 2007-01-02 15:17 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	pcaulfield@sourceware.org	2007-01-02 15:17:36

Modified files:
	cman/daemon    : cmanccs.c 

Log message:
	Bring forward the last two changes from HEAD:
	- add cluster_id to cluster.conf
	- improve error message if cluster name is too long.

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


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

* cluster/cman/daemon cmanccs.c
@ 2007-01-02 15:04 pcaulfield
  0 siblings, 0 replies; 24+ messages in thread
From: pcaulfield @ 2007-01-02 15:04 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2007-01-02 15:04:21

Modified files:
	cman/daemon    : cmanccs.c 

Log message:
	Give a better error if the cluster name is too long.

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


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

* cluster/cman/daemon cmanccs.c
@ 2006-12-15 15:17 pcaulfield
  0 siblings, 0 replies; 24+ messages in thread
From: pcaulfield @ 2006-12-15 15:17 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL50
Changes by:	pcaulfield@sourceware.org	2006-12-15 15:17:13

Modified files:
	cman/daemon    : cmanccs.c 

Log message:
	Don't truncate the node name when we check for it unqualified.
	bz#217724

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


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

* cluster/cman/daemon cmanccs.c
@ 2006-12-15 13:43 pcaulfield
  0 siblings, 0 replies; 24+ messages in thread
From: pcaulfield @ 2006-12-15 13:43 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2006-12-15 13:43:03

Modified files:
	cman/daemon    : cmanccs.c 

Log message:
	Add cluster_id override field to cluster.conf, so that people can manually
	assign cluster IDs where the hash values for similar names clash

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


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

* cluster/cman/daemon cmanccs.c
@ 2006-11-30 10:47 pcaulfield
  0 siblings, 0 replies; 24+ messages in thread
From: pcaulfield @ 2006-11-30 10:47 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	pcaulfield@sourceware.org	2006-11-30 10:47:23

Modified files:
	cman/daemon    : cmanccs.c 

Log message:
	Don't truncate the node name when we check for it unqualified.
	bz#217724

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


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

* cluster/cman/daemon cmanccs.c
@ 2006-11-30 10:46 pcaulfield
  0 siblings, 0 replies; 24+ messages in thread
From: pcaulfield @ 2006-11-30 10:46 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2006-11-30 10:46:36

Modified files:
	cman/daemon    : cmanccs.c 

Log message:
	Don't truncate the node name when we check for it unqualified.
	bz#217724

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


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

* cluster/cman/daemon cmanccs.c
@ 2006-07-03  8:51 pcaulfield
  0 siblings, 0 replies; 24+ messages in thread
From: pcaulfield @ 2006-07-03  8:51 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2006-07-03 08:51:10

Modified files:
	cman/daemon    : cmanccs.c 

Log message:
	Count votes correctly - buy not shadowing variables, sigh.
	Also fail to start if the nodeid is not set.

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


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

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

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2006-05-16 09:23:05

Modified files:
	cman/daemon    : cmanccs.c 

Log message:
	Missing semicolon! oh dear.

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


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

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

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2006-05-16 08:11:38

Modified files:
	cman/daemon    : cmanccs.c 

Log message:
	Don't let port number default to junk.

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


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

* cluster/cman/daemon cmanccs.c
@ 2006-05-15 15:08 pcaulfield
  0 siblings, 0 replies; 24+ messages in thread
From: pcaulfield @ 2006-05-15 15:08 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2006-05-15 15:08:42

Modified files:
	cman/daemon    : cmanccs.c 

Log message:
	Fix key file override.

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


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

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

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	pcaulfield@sourceware.org	2006-04-21 15:04:13

Modified files:
	cman/daemon    : cmanccs.c 

Log message:
	Change the default port. If people try to run old and new cman on the
	same port on the same network, things could get /very/ messy.

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


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

* cluster/cman/daemon cmanccs.c
@ 2005-10-27 16:55 teigland
  0 siblings, 0 replies; 24+ messages in thread
From: teigland @ 2005-10-27 16:55 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	teigland@sourceware.org	2005-10-27 16:55:14

Modified files:
	cman/daemon    : cmanccs.c 

Log message:
	default to 1 vote if no value given in cluster.conf

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


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

end of thread, other threads:[~2007-11-05 16:04 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-17  7:51 cluster/cman/daemon cmanccs.c pcaulfield
  -- strict thread matches above, loose matches on Subject: below --
2007-11-05 16:04 pcaulfield
2007-10-24  5:58 rmccabe
2007-10-24  5:55 rmccabe
2007-10-24  3:21 fabbione
2007-10-24  3:21 fabbione
2007-10-24  3:20 fabbione
2007-08-03 10:49 pcaulfield
2007-08-03  7:35 pcaulfield
2007-05-23 10:31 pcaulfield
2007-03-15 11:12 pcaulfield
2007-03-15  9:27 pcaulfield
2007-01-02 15:17 pcaulfield
2007-01-02 15:04 pcaulfield
2006-12-15 15:17 pcaulfield
2006-12-15 13:43 pcaulfield
2006-11-30 10:47 pcaulfield
2006-11-30 10:46 pcaulfield
2006-07-03  8:51 pcaulfield
2006-05-16  9:23 pcaulfield
2006-05-16  8:11 pcaulfield
2006-05-15 15:08 pcaulfield
2006-04-21 15:04 pcaulfield
2005-10-27 16:55 teigland

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).