postmaster | 1 Feb 2010 00:04

testing new majordomo settings, test 2

thanks, postmaster
--
To unsubscribe from this list: send the line "unsubscribe linux-x25" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

postmaster | 31 Jan 2010 23:57

testing new majordomo settings

test
--
To unsubscribe from this list: send the line "unsubscribe linux-x25" in
the body of a message to majordomo <at> vger.kernel.org

info | 8 Jan 2010 15:41
Picon

(unknown)

You have won £1,500,000.00,.Confirm this receipt by replying to the processing officer
harry1 <at> gala.net :send your details:FullName,Address,Tel,Occupation,etc
--
To unsubscribe from this list: send the line "unsubscribe linux-x25" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

info | 8 Jan 2010 15:24
Picon

(unknown)

You have won £1,500,000.00,.Confirm this receipt by replying to the processing officer
harry1 <at> gala.net :send your details:FullName,Address,Tel,Occupation,etc
--
To unsubscribe from this list: send the line "unsubscribe linux-x25" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Webmaster | 4 Jan 2010 23:20
Favicon

Request for confirmation

Sorry to bother you: we are cleaning up our database and it appears that
you have previously signed up to eBuppies.com mailinglists and not
confirmed your subscription.We would like to give you the opportunity to
re-confirm your subscription. The instructions on how to confirm are below.

  Almost welcome to our newsletter(s) ...

  Someone, hopefully you, has subscribed your email address to the
following newsletters:

  If this is correct, please click the following link to confirm your
subscription.
  Without this confirmation, you will not receive any newsletters.

 
http://ebuppies.com/emailserv/?p=confirm&uid=40c7fd8d5ede10b2b6cd9e72558f556f

  If this is not correct, you do not need to do anything, simply delete
this message.

  Thank you

--
To unsubscribe from this list: send the line "unsubscribe linux-x25" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

IL | 27 Dec 2009 16:18
Picon

you have won 801,613.00 euro..

Hello,
you have won 801,613.00 euro from the Irish Christmas lottery. Call Monte
Fred now on phone: +447031953564 and send your
name,address,age,occupation,nationality,phone number etc to
fredmonte505 <at> gmail.com so that he can help you make to arrangement
transfer your 801,613.00 euro to your bank account in your country.

Deniss Powell
P.R.O.
Irish Lottry

--
To unsubscribe from this list: send the line "unsubscribe linux-x25" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

andrew hendry | 25 Nov 2009 02:15
Picon

[PATCH 1/3] X25: Move SYSCTL ifdefs into header

Moves the CONFIG_SYSCTL ifdefs in x25_init into header.

Signed-off-by: Andrew Hendry <andrew.hendry <at> gmail.com>

diff -uprN -X a/Documentation/dontdiff a/include/net/x25.h b/include/net/x25.h
--- a/include/net/x25.h	2009-11-10 11:32:31.000000000 +1100
+++ b/include/net/x25.h	2009-11-25 09:05:21.000000000 +1100
 <at>  <at>  -287,8 +287,14  <at>  <at>  extern unsigned long x25_display_timer(s
 extern void x25_check_rbuf(struct sock *);

 /* sysctl_net_x25.c */
+#ifdef CONFIG_SYSCTL
 extern void x25_register_sysctl(void);
 extern void x25_unregister_sysctl(void);
+#else
+static inline void x25_register_sysctl(void) {};
+static inline void x25_unregister_sysctl(void) {};
+#endif /* CONFIG_SYSCTL */
+
 struct x25_skb_cb {
 	unsigned flags;
 };
diff -uprN -X a/Documentation/dontdiff a/net/x25/af_x25.c b/net/x25/af_x25.c
--- a/net/x25/af_x25.c	2009-11-17 10:30:18.000000000 +1100
+++ b/net/x25/af_x25.c	2009-11-25 09:04:25.000000000 +1100
 <at>  <at>  -1667,9 +1667,7  <at>  <at>  static int __init x25_init(void)

 	printk(KERN_INFO "X.25 for Linux Version 0.2\n");

-#ifdef CONFIG_SYSCTL
(Continue reading)

andrew hendry | 12 Nov 2009 01:13
Picon

[PATCH] X25: Enable setting of cause and diagnostic fields

Adds SIOCX25SCAUSEDIAG, allowing X.25 programs to set the cause and
diagnostic fields.
Normally used to indicate status upon closing connections.

Signed-off-by: Andrew Hendry <andrew.hendry <at> gmail.com>

diff -uprN -X a/Documentation/dontdiff a/include/linux/x25.h
b/include/linux/x25.h
--- a/include/linux/x25.h	2009-11-11 14:03:26.659663301 +1100
+++ b/include/linux/x25.h	2009-11-11 16:05:06.625958557 +1100
 <at>  <at>  -25,6 +25,7  <at>  <at> 
 #define SIOCX25SENDCALLACCPT    (SIOCPROTOPRIVATE + 9)
 #define SIOCX25GDTEFACILITIES (SIOCPROTOPRIVATE + 10)
 #define SIOCX25SDTEFACILITIES (SIOCPROTOPRIVATE + 11)
+#define SIOCX25SCAUSEDIAG     (SIOCPROTOPRIVATE + 12)

 /*
  *	Values for {get,set}sockopt.
diff -uprN -X a/Documentation/dontdiff a/net/x25/af_x25.c b/net/x25/af_x25.c
--- a/net/x25/af_x25.c	2009-11-11 14:02:44.027061001 +1100
+++ b/net/x25/af_x25.c	2009-11-11 16:22:51.374077963 +1100
 <at>  <at>  -1430,6 +1430,17  <at>  <at>  static int x25_ioctl(struct socket *sock
 			break;
 		}

+		case SIOCX25SCAUSEDIAG: {
+			struct x25_causediag causediag;
+			rc = -EFAULT;
+			if (copy_from_user(&causediag, argp, sizeof(causediag)))
+				break;
(Continue reading)

Roel Kluin | 23 Oct 2009 17:21
Picon
Gravatar

[PATCH] net: Cleanup redundant tests on unsigned

If there is data, the unsigned skb->len is greater than 0.

rt.sigdigits is unsigned as well, so the test `>= 0' is
always true, the other part of the test catches wrapped
values.

Signed-off-by: Roel Kluin <roel.kluin <at> gmail.com>
---
 net/x25/x25_in.c    |    2 +-
 net/x25/x25_route.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/x25/x25_in.c b/net/x25/x25_in.c
index 7d7c3ab..96d9227 100644
--- a/net/x25/x25_in.c
+++ b/net/x25/x25_in.c
 <at>  <at>  -114,7 +114,7  <at>  <at>  static int x25_state1_machine(struct sock *sk, struct sk_buff *skb, int frametyp
 			/*
 			 *	Copy any Call User Data.
 			 */
-			if (skb->len >= 0) {
+			if (skb->len > 0) {
 				skb_copy_from_linear_data(skb,
 					      x25->calluserdata.cuddata,
 					      skb->len);
diff --git a/net/x25/x25_route.c b/net/x25/x25_route.c
index 2c999cc..66961ea 100644
--- a/net/x25/x25_route.c
+++ b/net/x25/x25_route.c
 <at>  <at>  -190,7 +190,7  <at>  <at>  int x25_route_ioctl(unsigned int cmd, void __user *arg)
(Continue reading)

Roel Kluin | 7 Oct 2009 12:59
Picon
Gravatar

[PATCH] x25: bit and/or confusion in x25_ioctl()?

Looking at commit ebc3f64b864f it appears that this was intended
and not the original, equivalent to `if (facilities.reverse & ~0x81)'.

In x25_parse_facilities() that patch changed how facilities->reverse
was set. No other bits were set than 0x80 and/or 0x01.

Signed-off-by: Roel Kluin <roel.kluin <at> gmail.com>
---
This is correct isn't it?

diff --git a/net/x25/af_x25.c b/net/x25/af_x25.c
index 7fa9c7a..ca4dc28 100644
--- a/net/x25/af_x25.c
+++ b/net/x25/af_x25.c
 <at>  <at>  -1363,7 +1363,7  <at>  <at>  static int x25_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
 			    facilities.throughput > 0xDD)
 				break;
 			if (facilities.reverse &&
-				(facilities.reverse | 0x81)!= 0x81)
+				(facilities.reverse & 0x81) != 0x81)
 				break;
 			x25->facilities = facilities;
 			rc = 0;
--
To unsubscribe from this list: send the line "unsubscribe linux-x25" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

unfnotification | 6 Oct 2009 12:15
Picon

UNF Notification

You have been choosen by the U.N Foundation to receive a grant donation of
$1,000 000.00USD.Your Qualification Numbers(G-999-747,UZ-900 77),Contact
Ewa Morgan with Name,Address,country for claim: info.unfgrant <at> gmail.com

United Nations Foundation.
http://www.unfoundation.org/

--
To unsubscribe from this list: send the line "unsubscribe linux-x25" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Gmane