Wang Lei
1a4240f476
DNS: Separate out CIFS DNS Resolver code
...
Separate out the DNS resolver key type from the CIFS filesystem into its own
module so that it can be made available for general use, including the AFS
filesystem module.
This facility makes it possible for the kernel to upcall to userspace to have
it issue DNS requests, package up the replies and present them to the kernel
in a useful form. The kernel is then able to cache the DNS replies as keys
can be retained in keyrings.
Resolver keys are of type "dns_resolver" and have a case-insensitive
description that is of the form "[<type>:]<domain_name>". The optional <type>
indicates the particular DNS lookup and packaging that's required. The
<domain_name> is the query to be made.
If <type> isn't given, a basic hostname to IP address lookup is made, and the
result is stored in the key in the form of a printable string consisting of a
comma-separated list of IPv4 and IPv6 addresses.
This key type is supported by userspace helpers driven from /sbin/request-key
and configured through /etc/request-key.conf. The cifs.upcall utility is
invoked for UNC path server name to IP address resolution.
The CIFS functionality is encapsulated by the dns_resolve_unc_to_ip() function,
which is used to resolve a UNC path to an IP address for CIFS filesystem. This
part remains in the CIFS module for now.
See the added Documentation/networking/dns_resolver.txt for more information.
Signed-off-by: Wang Lei <wang840925@gmail.com >
Signed-off-by: David Howells <dhowells@redhat.com >
Acked-by: Jeff Layton <jlayton@redhat.com >
Signed-off-by: Steve French <sfrench@us.ibm.com >
2010-08-05 17:17:51 +00:00
..
2010-07-31 14:20:02 +01:00
2010-05-26 08:30:15 -07:00
2010-06-20 19:46:07 -07:00
2010-07-22 18:06:25 +02:00
2010-03-12 15:52:44 -08:00
2010-08-02 15:03:21 -03:00
2010-07-26 01:17:41 -07:00
2010-07-31 02:37:17 -07:00
2009-09-22 07:54:33 -07:00
2010-05-28 01:38:00 +02:00
2010-05-31 13:11:47 +09:00
2010-05-14 01:56:12 +01:00
2010-07-23 14:07:47 +02:00
2010-06-28 14:16:08 +02:00
2010-06-28 14:16:08 +02:00
2010-08-05 13:26:20 +01:00
2009-12-14 12:49:47 +11:00
2010-07-28 15:09:26 +01:00
2010-07-03 13:13:22 -07:00
2010-06-04 16:00:42 -04:00
2010-05-14 15:09:37 -04:00
2009-11-04 09:50:58 -08:00
2010-08-02 16:43:15 -03:00
2008-12-22 18:30:29 +00:00
2008-02-06 10:41:02 -08:00
2010-03-12 15:53:10 -08:00
2010-07-24 23:26:09 -04:00
2008-07-01 11:28:06 +10:00
2010-06-15 09:56:01 +10:00
2009-03-26 18:14:14 +01:00
2010-05-14 17:08:01 -04:00
2010-05-27 09:12:53 -07:00
2010-05-21 09:34:30 -07:00
2010-05-21 09:34:30 -07:00
2009-09-01 01:14:07 -07:00
2005-06-21 19:07:41 -07:00
2008-03-27 14:51:39 -04:00
2010-05-19 13:38:54 -04:00
2009-01-29 16:00:33 -05:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2010-07-09 00:09:20 -07:00
2009-03-26 18:14:15 +01:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2009-09-15 09:50:47 -07:00
2010-02-08 14:38:36 -05:00
2009-01-08 08:31:12 -08:00
2005-04-16 15:20:36 -07:00
2010-07-06 08:59:53 +02:00
2010-03-16 19:47:54 +00:00
2009-11-26 09:16:19 +01:00
2007-10-18 14:37:29 -07:00
2010-05-30 09:00:03 -07:00
2010-05-18 09:17:01 -07:00
2008-06-06 11:29:10 -07:00
2010-06-01 12:23:18 +02:00
2006-04-27 16:46:56 +01:00
2010-02-17 11:17:38 +09:00
2010-02-12 09:41:59 -08:00
2008-11-28 12:38:38 +01:00
2005-04-16 15:20:36 -07:00
2010-06-24 21:30:09 -07:00
2009-03-28 13:30:43 -07:00
2010-05-27 22:15:33 -04:00
2009-06-16 19:47:48 -07:00
2008-01-28 14:54:10 -08:00
2010-08-02 15:34:57 +10:00
2009-01-15 16:39:41 -08:00
2009-07-31 12:28:46 +02:00
2005-04-16 15:20:36 -07:00
2009-01-30 23:44:08 +05:30
2009-12-03 19:28:51 +01:00
2010-08-04 11:47:58 -07:00
2010-03-24 16:31:22 -07:00
2010-03-12 19:10:29 +01:00
2010-05-10 14:24:26 +02:00
2009-09-23 07:39:29 -07:00
2008-07-26 20:53:14 -04:00
2010-04-28 09:20:33 +02:00
2005-04-16 15:20:36 -07:00
2009-01-23 22:28:48 -08:00
2010-05-25 08:07:00 -07:00
2010-05-27 09:12:53 -07:00
2010-06-29 15:29:31 -07:00
2010-06-29 15:29:31 -07:00
2010-01-05 09:17:33 +09:00
2010-05-29 09:12:30 -07:00
2005-04-16 15:20:36 -07:00
2009-03-24 16:38:26 -07:00
2008-06-04 14:56:12 +01:00
2008-01-30 13:32:42 +01:00
2010-05-19 22:41:05 -04:00
2009-12-09 17:09:36 +11:00
2010-08-03 13:47:04 -04:00
2010-05-27 21:06:58 -04:00
2010-05-27 09:12:44 -07:00
2007-05-10 18:24:13 +02:00
2010-07-29 15:16:18 -07:00
2010-05-19 22:03:14 +03:00
2009-12-02 22:07:23 -08:00
2005-04-16 15:20:36 -07:00
2010-02-04 13:29:53 -08:00
2009-09-10 10:00:05 -07:00
2010-05-15 07:16:33 -04:00
2010-04-22 18:32:12 -07:00
2009-01-21 14:34:05 -08:00
2010-05-19 22:41:57 -04:00
2010-05-10 16:08:01 -07:00
2008-06-24 13:53:46 +02:00
2010-03-30 22:02:32 +09:00
2008-04-29 08:06:09 -07:00
2010-03-06 02:32:27 +00:00
2010-07-04 10:40:17 -07:00
2008-10-13 09:51:43 -07:00
2009-01-12 20:56:41 +01:00
2007-05-08 11:15:26 -07:00
2009-05-07 10:14:26 -05:00
2009-11-09 09:40:57 +01:00
2009-12-10 23:52:05 +00:00
2009-05-18 14:46:26 +01:00
2009-04-15 12:22:37 +02:00
2010-05-27 09:12:53 -07:00
2010-05-17 16:30:58 -07:00
2007-02-09 17:39:36 -05:00
2009-12-08 19:26:55 -08:00
2009-09-08 21:17:48 -04:00
2009-11-04 09:50:58 -08:00
2009-06-11 14:57:53 -04:00
2010-08-05 17:17:51 +00:00
2010-05-21 19:30:44 +02:00
2010-05-18 01:25:00 +02:00
2010-05-18 01:25:00 +02:00
2010-06-14 12:19:41 +02:00
2009-04-01 15:42:34 -07:00
2010-07-04 20:17:22 -07:00
2008-04-29 08:06:26 -07:00
2009-01-30 23:46:40 +05:30
2010-06-30 15:00:50 -04:00
2009-12-15 08:53:33 -08:00
2009-06-15 21:30:26 -07:00
2010-04-09 08:36:07 +02:00
2008-02-08 09:22:30 -08:00
2010-05-17 10:00:15 +02:00
2010-05-21 20:29:10 -07:00
2008-01-28 23:21:18 +01:00
2009-12-10 08:54:14 -06:00
2010-05-25 08:07:02 -07:00
2007-06-01 08:18:29 -07:00
2009-11-04 09:50:58 -08:00
2010-07-24 20:49:29 -07:00
2010-07-07 15:59:38 -07:00
2010-02-20 13:13:44 -08:00
2010-05-21 19:30:39 +02:00
2009-12-10 15:02:51 +01:00
2010-05-27 22:05:02 -04:00
2009-12-23 13:33:54 +01:00
2009-06-24 08:15:27 -04:00
2010-07-20 15:24:09 +10:00
2005-04-16 15:20:36 -07:00
2010-05-21 21:12:40 +02:00
2008-10-09 08:56:19 +02:00
2005-04-16 15:20:36 -07:00
2010-07-20 16:25:41 -07:00
2010-05-24 00:36:13 -07:00
2009-12-03 12:14:36 -08:00
2010-05-27 22:03:07 -04:00
2010-06-25 21:33:12 -07:00
2010-04-15 22:18:36 +02:00
2010-05-19 00:26:30 +02:00
2010-05-21 09:37:28 -07:00
2009-09-22 07:17:47 -07:00
2010-03-26 23:51:44 +01:00
2009-12-17 10:58:17 -05:00
2009-03-31 23:00:26 -04:00
2010-08-04 10:28:39 -07:00
2010-07-11 22:22:23 +02:00
2010-08-01 17:06:44 -06:00
2010-03-30 22:02:32 +09:00
2010-05-27 15:23:47 -07:00
2010-05-18 08:35:04 -07:00
2010-05-25 15:06:06 +02:00
2009-06-18 13:04:05 -07:00
2009-11-04 09:50:58 -08:00
2006-10-02 07:57:12 -07:00
2010-05-21 18:31:18 -04:00
2009-01-02 10:19:38 -08:00
2006-09-30 01:47:55 +02:00
2010-05-25 08:07:01 -07:00
2010-05-27 09:12:42 -07:00
2010-05-21 09:34:29 -07:00
2009-04-01 21:42:26 +02:00
2009-06-26 10:48:34 +02:00
2010-07-19 11:54:16 +02:00
2009-01-30 23:51:17 +05:30
2010-05-25 08:07:01 -07:00
2006-04-26 12:56:16 +01:00
2010-04-06 21:50:03 +02:00
2010-05-01 04:32:14 +02:00
2009-12-01 14:47:32 +08:00
2009-02-24 19:19:49 +01:00
2010-05-20 00:18:59 +01:00
2010-05-22 00:36:56 -06:00
2007-01-30 08:26:45 -08:00
2010-06-30 01:21:38 -07:00
2007-04-25 22:25:31 -07:00
2010-06-16 18:08:13 +02:00
2009-11-04 09:50:58 -08:00
2010-06-05 02:23:17 -07:00
2010-06-02 07:11:15 -07:00
2005-04-16 15:20:36 -07:00
2007-10-10 16:51:16 -07:00
2010-06-03 03:21:52 -07:00
2010-06-03 03:21:52 -07:00
2010-06-03 03:21:52 -07:00
2010-06-03 03:21:52 -07:00
2010-08-04 15:31:02 -07:00
2010-07-27 21:01:35 -07:00
2010-06-02 05:53:56 -07:00
2010-06-03 03:21:52 -07:00
2010-05-03 12:33:13 +03:00
2010-06-15 11:48:58 -07:00
2010-02-02 07:32:29 -08:00
2008-08-02 18:36:10 +01:00
2010-02-07 03:06:22 -05:00
2010-06-23 13:16:38 -07:00
2010-02-16 15:55:17 -08:00
2010-06-01 08:55:52 -07:00
2010-03-03 11:26:01 +01:00
2005-04-16 15:20:36 -07:00
2008-11-15 12:26:44 -08:00
2009-11-20 00:52:09 -08:00
2010-07-15 23:52:33 -07:00
2010-08-03 09:49:09 -04:00
2010-05-21 10:48:12 -07:00
2010-03-30 22:02:32 +09:00
2008-05-05 16:47:14 +10:00
2010-05-24 09:06:59 +02:00
2005-04-16 15:20:36 -07:00
2010-06-22 08:07:01 +02:00
2007-04-25 22:25:31 -07:00
2010-03-12 15:52:40 -08:00
2009-09-26 10:17:19 -07:00
2010-03-12 15:52:40 -08:00
2009-04-21 13:41:48 -07:00
2010-07-19 22:01:26 -07:00
2009-01-30 23:59:44 +05:30
2009-01-31 00:00:06 +05:30
2009-10-23 08:28:10 +02:00
2009-08-29 15:53:00 +02:00
2007-09-16 21:13:58 -07:00
2010-05-19 17:33:38 +09:30
2010-06-03 03:21:52 -07:00
2006-09-24 11:13:19 -04:00
2010-05-25 08:07:09 -07:00
2006-11-30 05:24:39 +01:00
2010-07-15 15:17:47 -07:00
2010-05-21 19:30:40 +02:00
2010-07-11 21:41:23 +02:00
2007-04-25 22:25:52 -07:00
2010-05-20 23:05:28 -07:00
2010-08-03 00:42:17 -07:00
2007-11-29 09:24:52 -08:00
2010-05-20 21:04:27 -05:00
2007-07-31 15:39:40 -07:00
2007-04-04 21:12:47 -07:00
2009-10-25 17:31:30 +01:00
2010-08-04 15:31:02 -07:00
2010-02-16 16:01:21 -08:00
2009-09-02 21:29:22 +10:00
2009-06-14 13:50:36 -07:00
2009-09-02 21:29:22 +10:00
2010-05-20 21:04:29 -05:00
2009-04-14 22:05:43 -04:00
2010-05-27 09:12:45 -07:00
2010-03-15 15:29:39 +01:00
2010-05-21 09:37:32 -07:00
2010-05-21 09:37:29 -07:00
2010-07-27 20:48:19 -07:00
2008-07-24 19:11:15 -07:00
2010-05-14 15:09:32 -04:00
2010-08-02 06:40:39 +03:00
2009-09-10 08:33:20 +03:00
2010-08-02 06:39:44 +03:00
2010-08-01 10:47:00 +03:00
2010-04-03 14:56:05 -07:00
2005-04-16 15:20:36 -07:00
2010-05-26 17:34:16 +01:00
2010-05-26 13:07:55 +01:00
2010-06-02 13:50:10 -04:00
2009-09-17 23:23:45 -07:00
2006-06-09 21:53:55 +02:00
2007-07-17 10:23:03 -07:00
2010-03-03 11:25:59 +01:00
2009-06-16 19:47:57 -07:00
2010-05-25 08:07:07 -07:00
2010-06-29 10:38:22 -07:00
2010-05-21 09:37:30 -07:00
2008-02-06 10:41:03 -08:00
2009-04-28 07:37:28 +02:00
2008-02-06 10:41:01 -08:00
2010-06-16 18:03:15 +02:00
2010-08-02 15:35:11 +10:00
2010-02-19 03:35:12 -05:00
2009-06-16 19:47:48 -07:00
2009-02-27 16:07:32 +09:00
2010-08-04 11:47:58 -07:00
2010-05-25 08:07:09 -07:00
2008-04-15 19:35:41 -07:00
2007-05-09 12:30:49 -07:00
2009-08-18 20:13:03 -07:00
2010-07-14 17:14:00 +10:00
2010-05-27 09:12:44 -07:00
2010-05-25 08:07:00 -07:00
2010-03-17 18:43:47 -07:00
2010-05-25 08:06:57 -07:00
2009-09-22 07:17:35 -07:00
2010-05-18 00:52:36 -03:00
2010-05-25 08:06:59 -07:00
2010-06-09 08:50:31 -07:00
2010-06-03 03:21:52 -07:00
2009-09-22 07:17:37 -07:00
2010-08-01 10:35:26 +03:00
2009-12-12 13:08:15 +01:00
2005-04-16 15:20:36 -07:00
2010-05-27 09:12:57 -07:00
2010-05-21 17:15:44 -07:00
2010-06-05 11:17:36 +09:30
2009-01-05 08:40:13 +10:30
2009-10-29 08:56:17 +10:30
2010-03-04 08:15:33 -08:00
2009-04-01 07:38:54 -04:00
2006-11-30 04:40:22 +01:00
2008-06-06 11:29:12 -07:00
2009-03-20 10:48:14 -07:00
2008-04-07 12:15:39 -05:00
2008-02-13 16:21:18 -08:00
2009-04-30 09:01:34 +02:00
2010-06-30 13:01:11 -07:00
2010-06-03 03:21:52 -07:00
2010-06-03 03:21:52 -07:00
2010-05-17 05:27:42 +02:00
2010-06-03 03:21:52 -07:00
2009-07-12 20:11:17 -07:00
2010-07-02 21:59:08 -07:00
2010-08-04 15:31:02 -07:00
2010-05-21 09:37:32 -07:00
2010-06-15 21:44:29 -07:00
2005-04-16 15:20:36 -07:00
2006-03-20 13:44:40 -05:00
2010-05-14 15:09:30 -04:00
2010-08-01 15:10:01 -07:00
2010-05-14 15:09:30 -04:00
2008-02-01 16:42:05 -05:00
2010-06-24 15:42:37 -04:00
2009-06-15 21:44:43 -07:00
2009-12-15 08:53:13 -08:00
2010-05-30 09:00:03 -07:00
2010-05-31 00:28:35 -07:00
2009-03-31 23:00:27 -04:00
2009-12-15 08:53:12 -08:00
2010-05-22 00:10:41 -06:00
2010-05-22 00:10:40 -06:00
2010-03-18 07:30:31 -06:00
2010-07-27 08:48:23 +01:00
2010-07-31 19:53:06 +08:00
2010-05-27 09:12:44 -07:00
2009-04-01 08:59:13 -07:00
2009-12-17 07:23:42 -08:00
2009-04-01 08:59:13 -07:00
2005-04-16 15:20:36 -07:00
2008-10-13 10:10:37 -07:00
2005-05-05 16:36:31 -07:00
2008-02-14 21:13:33 -08:00
2010-02-22 16:15:17 -08:00
2010-08-05 09:03:46 -07:00
2010-05-21 18:58:52 -07:00
2010-07-16 11:39:48 -07:00
2010-03-03 07:34:18 -08:00
2010-06-01 08:55:52 -07:00
2010-06-27 18:50:00 +02:00
2010-05-31 08:46:09 +02:00
2010-06-04 15:21:45 -07:00
2008-09-14 17:24:26 +02:00
2005-04-16 15:20:36 -07:00
2009-01-15 16:39:41 -08:00
2010-06-03 03:21:52 -07:00
2008-01-23 19:33:58 -06:00
2010-07-18 19:15:26 -07:00
2009-01-08 08:31:12 -08:00
2009-01-08 08:31:12 -08:00
2010-06-03 14:54:39 +02:00
2010-05-17 21:37:40 +02:00
2010-07-19 01:58:48 +02:00
2010-07-19 02:00:34 +02:00
2010-05-10 23:09:30 +02:00
2010-07-19 01:58:48 +02:00
2010-07-19 02:01:06 +02:00
2010-07-19 01:58:48 +02:00
2010-05-19 12:14:42 +04:00
2006-10-03 23:01:26 +02:00
2010-04-03 14:56:02 -07:00
2008-06-11 21:00:38 -07:00
2009-06-18 13:04:04 -07:00
2009-07-29 19:10:36 -07:00
2009-10-04 03:23:17 +02:00
2009-12-02 09:55:33 +01:00
2007-10-19 20:35:04 +02:00
2009-09-23 07:39:41 -07:00
2008-10-23 08:55:01 -07:00
2010-07-18 19:15:26 -07:00
2010-05-27 18:56:27 +02:00
2010-05-30 09:11:11 -07:00
2009-01-15 16:39:41 -08:00
2010-02-08 18:19:41 -06:00
2010-05-21 18:31:26 -04:00
2010-05-27 09:12:52 -07:00
2010-02-10 17:47:17 -08:00
2010-08-03 09:48:50 -04:00
2010-05-25 08:07:03 -07:00
2009-06-11 08:51:08 -07:00
2010-07-05 14:43:50 +02:00
2010-05-18 08:27:54 -07:00
2010-05-18 08:27:54 -07:00
2010-06-03 03:21:52 -07:00
2010-03-12 15:52:44 -08:00
2008-01-30 13:31:47 +01:00
2010-05-21 18:31:19 -04:00
2010-07-19 11:02:51 +02:00
2010-05-21 18:31:19 -04:00
2009-09-24 07:20:57 -07:00
2010-01-04 11:33:58 +01:00
2010-03-02 14:28:49 -05:00
2010-04-27 13:06:35 -04:00
2010-05-27 09:12:50 -07:00
2010-05-27 09:12:50 -07:00
2010-05-27 09:12:51 -07:00
2010-05-30 09:02:47 -07:00
2010-05-25 08:06:58 -07:00
2006-07-13 13:21:35 -07:00
2009-04-17 20:37:21 -07:00
2009-11-04 09:50:58 -08:00
2007-05-02 11:56:33 +01:00
2010-03-12 15:52:28 -08:00
2010-03-12 15:53:10 -08:00
2010-07-22 13:46:21 -07:00
2010-03-13 01:21:21 +01:00
2008-04-30 08:29:54 -07:00
2009-09-15 02:44:17 -07:00
2006-04-26 12:56:16 +01:00
2010-07-29 15:16:18 -07:00
2010-06-03 03:21:52 -07:00
2010-05-27 09:12:39 -07:00
2006-01-08 20:14:07 -08:00
2009-04-19 10:47:45 -07:00
2010-08-02 15:33:40 +10:00
2007-10-16 09:43:17 -07:00
2010-05-27 09:12:49 -07:00
2008-07-24 08:31:21 -04:00
2008-07-18 04:07:44 -07:00
2010-02-22 15:45:54 -08:00
2008-04-25 00:25:08 +02:00
2008-02-07 08:42:34 -08:00
2010-05-21 11:08:05 -07:00
2010-05-25 12:22:33 +09:00
2009-09-19 13:13:30 -07:00
2006-04-26 12:56:16 +01:00
2010-04-13 23:27:41 -07:00
2010-05-25 11:41:43 -04:00
2010-05-13 18:42:25 +09:00
2009-05-03 17:57:17 +09:00
2010-08-03 00:31:48 -07:00
2010-05-19 22:03:13 +03:00
2010-04-09 10:09:50 -07:00
2010-05-19 22:03:13 +03:00
2010-05-30 13:02:08 +03:00
2010-06-03 03:18:19 -07:00
2010-06-16 14:55:35 -07:00
2008-06-17 16:19:24 -07:00
2009-12-14 23:55:33 +01:00
2009-12-14 23:55:33 +01:00
2010-06-01 08:55:52 -07:00
2010-05-21 21:12:40 +02:00
2010-05-10 11:08:35 -07:00
2008-05-26 16:15:32 +02:00
2009-06-12 23:04:12 +02:00
2006-12-07 02:14:08 +01:00
2007-05-08 11:15:18 -07:00
2006-03-26 08:57:00 -08:00
2006-10-01 00:39:18 -07:00
2010-05-08 17:12:33 +02:00
2008-10-03 11:46:14 -05:00
2010-01-14 22:38:09 -05:00
2010-07-19 02:00:35 +02:00
2010-05-27 09:12:43 -07:00
2009-09-16 11:50:05 +02:00
2010-06-07 11:59:27 -04:00
2005-04-16 15:20:36 -07:00
2010-07-09 15:53:04 -04:00
2010-05-15 23:28:39 -07:00
2010-03-07 17:04:47 -08:00
2010-05-21 09:37:31 -07:00
2010-02-04 14:20:41 +11:00
2010-07-21 19:27:07 -05:00
2009-01-31 00:08:18 +05:30
2010-05-19 11:36:34 +03:00
2008-10-13 09:51:40 -07:00
2008-07-08 02:38:40 -07:00
2009-04-06 11:14:03 +02:00
2010-05-27 09:12:51 -07:00
2010-05-09 19:35:27 +02:00
2010-04-13 12:43:42 +02:00
2010-08-03 09:48:45 -04:00
2009-02-18 15:37:53 -08:00
2010-03-23 17:19:38 +01:00
2010-05-12 23:02:23 -07:00
2010-05-12 23:02:23 -07:00
2010-05-27 09:12:57 -07:00
2009-02-26 18:44:06 +01:00
2010-06-21 12:23:36 -04:00
2006-09-28 17:53:59 -07:00
2009-09-27 13:35:16 -07:00
2010-03-12 15:52:43 -08:00
2010-05-21 09:34:29 -07:00
2010-07-11 21:38:56 +02:00
2010-06-28 23:24:30 -07:00
2010-05-20 23:05:28 -07:00
2010-05-20 13:21:50 -07:00
2009-12-10 22:55:37 +01:00
2010-06-16 14:55:34 -07:00
2009-03-26 18:14:14 +01:00
2005-04-16 15:20:36 -07:00
2009-09-23 18:13:10 -07:00
2010-05-19 22:40:47 -04:00
2007-12-26 19:36:35 -08:00
2005-04-16 15:20:36 -07:00
2010-03-01 22:21:58 +11:00
2010-07-21 09:51:15 +10:00
2010-05-19 12:58:37 -03:00
2009-03-30 12:43:15 -03:00
2010-08-02 10:37:17 -05:00
2010-02-24 14:22:08 +10:30
2010-05-19 22:15:40 +09:30
2010-05-19 22:15:49 +09:30
2010-05-19 22:15:46 +09:30
2009-08-14 15:00:52 +09:00
2010-05-25 08:06:59 -07:00
2010-05-20 21:26:12 -07:00
2010-03-23 16:50:26 -04:00
2010-06-03 03:21:52 -07:00
2009-11-16 01:09:48 +09:00
2010-07-06 08:54:08 +02:00
2010-08-02 15:34:57 +10:00
2006-06-22 15:05:58 -07:00
2007-10-10 16:53:57 -07:00
2010-05-17 21:37:42 +02:00