lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4D13311A.3010402@nokia.com>
Date:	Thu, 23 Dec 2010 13:23:06 +0200
From:	Radoslaw Jablonski <ext-jablonski.radoslaw@...ia.com>
To:	linux-kernel@...r.kernel.org
CC:	"Radoslaw Jablonski (EXT-Comarch/Helsinki)" 
	<ext-jablonski.radoslaw@...ia.com>
Subject: Re: [PATCH] PBAP tracker-query update for addr fields

  Hi,

On 12/23/2010 01:18 PM, Radoslaw Jablonski (EXT-Comarch/Helsinki) wrote:
> This is needed to display many addresses of the same type
> (WORK/HOME/OTHER) in different rows in pbap pull response.
> Currently in that case all addresses of the same type
> were displayed in the same row.
> ---
>   plugins/phonebook-tracker.c |   12 ++++++------
>   1 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/plugins/phonebook-tracker.c b/plugins/phonebook-tracker.c
> index 59221cb..b7acead 100644
> --- a/plugins/phonebook-tracker.c
> +++ b/plugins/phonebook-tracker.c
> @@ -109,7 +109,7 @@
>   "tracker:coalesce(nco:locality(?aff_addr), \"\"), \";\","		\
>   "tracker:coalesce(nco:region(?aff_addr), \"\"), \";\","			\
>   "tracker:coalesce(nco:postalcode(?aff_addr), \"\"), \";\","		\
> -"tracker:coalesce(nco:country(?aff_addr), \"\") ),\";\")"		\
> +"tracker:coalesce(nco:country(?aff_addr), \"\") ),\"\30\")"		\
>   "WHERE {"								\
>   "?_role nco:hasPostalAddress ?aff_addr"					\
>   "}) "									\
> @@ -191,7 +191,7 @@
>   	"tracker:coalesce(nco:locality(?aff_addr), \"\"), \";\","	\
>   	"tracker:coalesce(nco:region(?aff_addr), \"\"), \";\","		\
>   	"tracker:coalesce(nco:postalcode(?aff_addr), \"\"), \";\","	\
> -	"tracker:coalesce(nco:country(?aff_addr), \"\") ),\";\")"	\
> +	"tracker:coalesce(nco:country(?aff_addr), \"\") ),\"\30\")"	\
>   	"WHERE {"							\
>   	"?_role nco:hasPostalAddress ?aff_addr"				\
>   	"}) "								\
> @@ -337,7 +337,7 @@
>   	"tracker:coalesce(nco:locality(?aff_addr), \"\"), \";\","	\
>   	"tracker:coalesce(nco:region(?aff_addr), \"\"), \";\","		\
>   	"tracker:coalesce(nco:postalcode(?aff_addr), \"\"), \";\","	\
> -	"tracker:coalesce(nco:country(?aff_addr), \"\") ),\";\")"	\
> +	"tracker:coalesce(nco:country(?aff_addr), \"\") ),\"\30\")"	\
>   	"WHERE {"							\
>   	"?_role nco:hasPostalAddress ?aff_addr"				\
>   	"}) "								\
> @@ -482,7 +482,7 @@
>   	"tracker:coalesce(nco:locality(?aff_addr), \"\"), \";\","	\
>   	"tracker:coalesce(nco:region(?aff_addr), \"\"), \";\","		\
>   	"tracker:coalesce(nco:postalcode(?aff_addr), \"\"), \";\","	\
> -	"tracker:coalesce(nco:country(?aff_addr), \"\") ),\";\")"	\
> +	"tracker:coalesce(nco:country(?aff_addr), \"\") ),\"\30\")"	\
>   	"WHERE {"							\
>   	"?_role nco:hasPostalAddress ?aff_addr"				\
>   	"}) "								\
> @@ -621,7 +621,7 @@
>   	"tracker:coalesce(nco:locality(?aff_addr), \"\"), \";\","	\
>   	"tracker:coalesce(nco:region(?aff_addr), \"\"), \";\","		\
>   	"tracker:coalesce(nco:postalcode(?aff_addr), \"\"), \";\","	\
> -	"tracker:coalesce(nco:country(?aff_addr), \"\") ),\";\")"	\
> +	"tracker:coalesce(nco:country(?aff_addr), \"\") ),\"\30\")"	\
>   	"WHERE {"							\
>   	"?_role nco:hasPostalAddress ?aff_addr"				\
>   	"}) "								\
> @@ -813,7 +813,7 @@
>   "tracker:coalesce(nco:locality(?aff_addr), \"\"), \";\","		\
>   "tracker:coalesce(nco:region(?aff_addr), \"\"), \";\","			\
>   "tracker:coalesce(nco:postalcode(?aff_addr), \"\"), \";\","		\
> -"tracker:coalesce(nco:country(?aff_addr), \"\") ),\";\")"		\
> +"tracker:coalesce(nco:country(?aff_addr), \"\") ),\"\30\")"		\
>   "WHERE {"								\
>   "?_role nco:hasPostalAddress ?aff_addr"					\
>   "}) "									\
Sorry for spam, this should go to linux-bluetooth mailing list instead.

BR,
Radek
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ