Mercurial > emacs
annotate lisp/url/url-cookie.el @ 111149:497ac3b669cd
lisp/ChangeLog: Add missing entry.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 19 Oct 2010 13:52:29 +0200 |
parents | 827513405247 |
children | 1d1ed3e3e171 3d34c0b303ff |
rev | line source |
---|---|
54695 | 1 ;;; url-cookie.el --- Netscape Cookie support |
54794
9978b1e48c24
(url-cookie-setup-save-timer): Avoid warnings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54770
diff
changeset
|
2 |
110341
827513405247
* lisp/url/url-cookie.el (url-cookie-expired-p): Tweak previous change.
Glenn Morris <rgm@gnu.org>
parents:
110340
diff
changeset
|
3 ;; Copyright (C) 1996, 1997, 1998, 1999, 2004, 2005, 2006, 2007, 2008, |
827513405247
* lisp/url/url-cookie.el (url-cookie-expired-p): Tweak previous change.
Glenn Morris <rgm@gnu.org>
parents:
110340
diff
changeset
|
4 ;; 2009, 2010 Free Software Foundation, Inc. |
54794
9978b1e48c24
(url-cookie-setup-save-timer): Avoid warnings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54770
diff
changeset
|
5 |
54695 | 6 ;; Keywords: comm, data, processes, hypermedia |
7 | |
54794
9978b1e48c24
(url-cookie-setup-save-timer): Avoid warnings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54770
diff
changeset
|
8 ;; This file is part of GNU Emacs. |
9978b1e48c24
(url-cookie-setup-save-timer): Avoid warnings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54770
diff
changeset
|
9 ;; |
94668
8259d0d8e107
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
10 ;; GNU Emacs is free software: you can redistribute it and/or modify |
54794
9978b1e48c24
(url-cookie-setup-save-timer): Avoid warnings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54770
diff
changeset
|
11 ;; it under the terms of the GNU General Public License as published by |
94668
8259d0d8e107
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
12 ;; the Free Software Foundation, either version 3 of the License, or |
8259d0d8e107
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
13 ;; (at your option) any later version. |
8259d0d8e107
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
14 |
54794
9978b1e48c24
(url-cookie-setup-save-timer): Avoid warnings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54770
diff
changeset
|
15 ;; GNU Emacs is distributed in the hope that it will be useful, |
9978b1e48c24
(url-cookie-setup-save-timer): Avoid warnings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54770
diff
changeset
|
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
9978b1e48c24
(url-cookie-setup-save-timer): Avoid warnings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54770
diff
changeset
|
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
9978b1e48c24
(url-cookie-setup-save-timer): Avoid warnings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54770
diff
changeset
|
18 ;; GNU General Public License for more details. |
94668
8259d0d8e107
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
19 |
54794
9978b1e48c24
(url-cookie-setup-save-timer): Avoid warnings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54770
diff
changeset
|
20 ;; You should have received a copy of the GNU General Public License |
94668
8259d0d8e107
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
87649
diff
changeset
|
21 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
54794
9978b1e48c24
(url-cookie-setup-save-timer): Avoid warnings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54770
diff
changeset
|
22 |
9978b1e48c24
(url-cookie-setup-save-timer): Avoid warnings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54770
diff
changeset
|
23 ;;; Commentary: |
9978b1e48c24
(url-cookie-setup-save-timer): Avoid warnings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54770
diff
changeset
|
24 |
9978b1e48c24
(url-cookie-setup-save-timer): Avoid warnings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54770
diff
changeset
|
25 ;;; Code: |
54695 | 26 |
27 (require 'url-util) | |
28 (require 'url-parse) | |
29 (eval-when-compile (require 'cl)) | |
30 | |
31 ;; See http://home.netscape.com/newsref/std/cookie_spec.html for the | |
32 ;; 'open standard' defining this crap. | |
33 | |
34 (defgroup url-cookie nil | |
63986
8d2417e75fe5
(url-cookie): Finish `defgroup' description with period.
Juanma Barranquero <lekktu@gmail.com>
parents:
63801
diff
changeset
|
35 "URL cookies." |
54695 | 36 :prefix "url-" |
37 :prefix "url-cookie-" | |
38 :group 'url) | |
39 | |
81328
99942c448a6f
(url-cookie-name, url-cookie-value, url-cookie-expires, url-cookie-localpart)
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76859
diff
changeset
|
40 ;; A cookie is stored internally as a vector of 7 slots |
99942c448a6f
(url-cookie-name, url-cookie-value, url-cookie-expires, url-cookie-localpart)
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76859
diff
changeset
|
41 ;; [ cookie NAME VALUE EXPIRES LOCALPART DOMAIN SECURE ] |
99942c448a6f
(url-cookie-name, url-cookie-value, url-cookie-expires, url-cookie-localpart)
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76859
diff
changeset
|
42 |
99942c448a6f
(url-cookie-name, url-cookie-value, url-cookie-expires, url-cookie-localpart)
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76859
diff
changeset
|
43 (defstruct (url-cookie |
99942c448a6f
(url-cookie-name, url-cookie-value, url-cookie-expires, url-cookie-localpart)
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76859
diff
changeset
|
44 (:constructor url-cookie-create) |
99942c448a6f
(url-cookie-name, url-cookie-value, url-cookie-expires, url-cookie-localpart)
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76859
diff
changeset
|
45 (:copier nil) |
99942c448a6f
(url-cookie-name, url-cookie-value, url-cookie-expires, url-cookie-localpart)
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76859
diff
changeset
|
46 ;; For compatibility with a previous version which did not use |
99942c448a6f
(url-cookie-name, url-cookie-value, url-cookie-expires, url-cookie-localpart)
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76859
diff
changeset
|
47 ;; defstruct, and also in order to make sure that the printed |
99942c448a6f
(url-cookie-name, url-cookie-value, url-cookie-expires, url-cookie-localpart)
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76859
diff
changeset
|
48 ;; representation does not depend on CL internals, we use an |
99942c448a6f
(url-cookie-name, url-cookie-value, url-cookie-expires, url-cookie-localpart)
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76859
diff
changeset
|
49 ;; explicitly managed tag. |
99942c448a6f
(url-cookie-name, url-cookie-value, url-cookie-expires, url-cookie-localpart)
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76859
diff
changeset
|
50 (:type vector)) |
99942c448a6f
(url-cookie-name, url-cookie-value, url-cookie-expires, url-cookie-localpart)
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76859
diff
changeset
|
51 (tag 'cookie :read-only t) |
99942c448a6f
(url-cookie-name, url-cookie-value, url-cookie-expires, url-cookie-localpart)
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76859
diff
changeset
|
52 name value expires localpart domain secure) |
99942c448a6f
(url-cookie-name, url-cookie-value, url-cookie-expires, url-cookie-localpart)
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76859
diff
changeset
|
53 |
54695 | 54 (defvar url-cookie-storage nil "Where cookies are stored.") |
55 (defvar url-cookie-secure-storage nil "Where secure cookies are stored.") | |
63801
c234ee23e519
(url-cookie-store): Rename arg PATH to LOCALPART.
Richard M. Stallman <rms@gnu.org>
parents:
63718
diff
changeset
|
56 (defcustom url-cookie-file nil |
71788
c4527316e616
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
68055
diff
changeset
|
57 "File where cookies are stored on disk." |
54695 | 58 :type '(choice (const :tag "Default" :value nil) file) |
59 :group 'url-file | |
60 :group 'url-cookie) | |
61 | |
62 (defcustom url-cookie-confirmation nil | |
71788
c4527316e616
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
68055
diff
changeset
|
63 "If non-nil, confirmation by the user is required to accept HTTP cookies." |
54695 | 64 :type 'boolean |
65 :group 'url-cookie) | |
66 | |
67 (defcustom url-cookie-multiple-line nil | |
71788
c4527316e616
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
68055
diff
changeset
|
68 "If nil, HTTP requests put all cookies for the server on one line. |
54695 | 69 Some web servers, such as http://www.hotmail.com/, only accept cookies |
63248
457f83187ef5
(url-cookie-multiple-line): Fix spelling in docstring.
Juanma Barranquero <lekktu@gmail.com>
parents:
62529
diff
changeset
|
70 when they are on one line. This is broken behavior, but just try |
62529
b2ba3b366582
(url-cookie-multiple-line): Specify group and type in defcustom.
Juanma Barranquero <lekktu@gmail.com>
parents:
62400
diff
changeset
|
71 telling Microsoft that." |
b2ba3b366582
(url-cookie-multiple-line): Specify group and type in defcustom.
Juanma Barranquero <lekktu@gmail.com>
parents:
62400
diff
changeset
|
72 :type 'boolean |
b2ba3b366582
(url-cookie-multiple-line): Specify group and type in defcustom.
Juanma Barranquero <lekktu@gmail.com>
parents:
62400
diff
changeset
|
73 :group 'url-cookie) |
54695 | 74 |
75 (defvar url-cookies-changed-since-last-save nil | |
76 "Whether the cookies list has changed since the last save operation.") | |
77 | |
78 (defun url-cookie-parse-file (&optional fname) | |
79 (setq fname (or fname url-cookie-file)) | |
80 (condition-case () | |
81 (load fname nil t) | |
68055
63366306c117
(url-cookie-parse-file): Don't complain of missing file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67723
diff
changeset
|
82 (error |
63366306c117
(url-cookie-parse-file): Don't complain of missing file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67723
diff
changeset
|
83 ;; It's completely normal for the cookies file not to exist yet. |
63366306c117
(url-cookie-parse-file): Don't complain of missing file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67723
diff
changeset
|
84 ;; (message "Could not load cookie file %s" fname) |
63366306c117
(url-cookie-parse-file): Don't complain of missing file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
67723
diff
changeset
|
85 ))) |
54695 | 86 |
86848
9bdd5616eaa8
(url-cookie-p): Declare as a function.
Glenn Morris <rgm@gnu.org>
parents:
86486
diff
changeset
|
87 (declare-function url-cookie-p "url-cookie" t t) ; defstruct |
86486 | 88 |
54695 | 89 (defun url-cookie-clean-up (&optional secure) |
90 (let* ( | |
91 (var (if secure 'url-cookie-secure-storage 'url-cookie-storage)) | |
92 (val (symbol-value var)) | |
93 (cur nil) | |
94 (new nil) | |
95 (cookies nil) | |
96 (cur-cookie nil) | |
97 (new-cookies nil) | |
98 ) | |
99 (while val | |
100 (setq cur (car val) | |
101 val (cdr val) | |
102 new-cookies nil | |
103 cookies (cdr cur)) | |
104 (while cookies | |
105 (setq cur-cookie (car cookies) | |
106 cookies (cdr cookies)) | |
107 (if (or (not (url-cookie-p cur-cookie)) | |
108 (url-cookie-expired-p cur-cookie) | |
109 (null (url-cookie-expires cur-cookie))) | |
110 nil | |
111 (setq new-cookies (cons cur-cookie new-cookies)))) | |
112 (if (not new-cookies) | |
113 nil | |
114 (setcdr cur new-cookies) | |
115 (setq new (cons cur new)))) | |
116 (set var new))) | |
117 | |
118 (defun url-cookie-write-file (&optional fname) | |
79556
239cccb702f6
(url-cookie-write-file): Use url-make-private-file and with-temp-buffer.
Glenn Morris <rgm@gnu.org>
parents:
78222
diff
changeset
|
119 (when url-cookies-changed-since-last-save |
239cccb702f6
(url-cookie-write-file): Use url-make-private-file and with-temp-buffer.
Glenn Morris <rgm@gnu.org>
parents:
78222
diff
changeset
|
120 (or fname (setq fname (expand-file-name url-cookie-file))) |
239cccb702f6
(url-cookie-write-file): Use url-make-private-file and with-temp-buffer.
Glenn Morris <rgm@gnu.org>
parents:
78222
diff
changeset
|
121 (if (condition-case nil |
239cccb702f6
(url-cookie-write-file): Use url-make-private-file and with-temp-buffer.
Glenn Morris <rgm@gnu.org>
parents:
78222
diff
changeset
|
122 (progn |
239cccb702f6
(url-cookie-write-file): Use url-make-private-file and with-temp-buffer.
Glenn Morris <rgm@gnu.org>
parents:
78222
diff
changeset
|
123 (url-make-private-file fname) |
239cccb702f6
(url-cookie-write-file): Use url-make-private-file and with-temp-buffer.
Glenn Morris <rgm@gnu.org>
parents:
78222
diff
changeset
|
124 nil) |
239cccb702f6
(url-cookie-write-file): Use url-make-private-file and with-temp-buffer.
Glenn Morris <rgm@gnu.org>
parents:
78222
diff
changeset
|
125 (error t)) |
239cccb702f6
(url-cookie-write-file): Use url-make-private-file and with-temp-buffer.
Glenn Morris <rgm@gnu.org>
parents:
78222
diff
changeset
|
126 (message "Error accessing cookie file `%s'" fname) |
54695 | 127 (url-cookie-clean-up) |
128 (url-cookie-clean-up t) | |
87257
63d3464511b4
(url-cookie-write-file): Use url-make-private-file and with-temp-buffer.
Glenn Morris <rgm@gnu.org>
parents:
86848
diff
changeset
|
129 (with-temp-buffer |
54695 | 130 (insert ";; Emacs-W3 HTTP cookies file\n" |
131 ";; Automatically generated file!!! DO NOT EDIT!!!\n\n" | |
132 "(setq url-cookie-storage\n '") | |
133 (pp url-cookie-storage (current-buffer)) | |
134 (insert ")\n(setq url-cookie-secure-storage\n '") | |
135 (pp url-cookie-secure-storage (current-buffer)) | |
136 (insert ")\n") | |
72573
fd926d483a42
(url-cookie-write-file): Really don't use versioned backups.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71788
diff
changeset
|
137 (insert "\n;; Local Variables:\n" |
71788
c4527316e616
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
68055
diff
changeset
|
138 ";; version-control: never\n" |
c4527316e616
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
68055
diff
changeset
|
139 ";; no-byte-compile: t\n" |
c4527316e616
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
68055
diff
changeset
|
140 ";; End:\n") |
72573
fd926d483a42
(url-cookie-write-file): Really don't use versioned backups.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
71788
diff
changeset
|
141 (set (make-local-variable 'version-control) 'never) |
87257
63d3464511b4
(url-cookie-write-file): Use url-make-private-file and with-temp-buffer.
Glenn Morris <rgm@gnu.org>
parents:
86848
diff
changeset
|
142 (write-file fname)) |
63d3464511b4
(url-cookie-write-file): Use url-make-private-file and with-temp-buffer.
Glenn Morris <rgm@gnu.org>
parents:
86848
diff
changeset
|
143 (setq url-cookies-changed-since-last-save nil)))) |
54695 | 144 |
63801
c234ee23e519
(url-cookie-store): Rename arg PATH to LOCALPART.
Richard M. Stallman <rms@gnu.org>
parents:
63718
diff
changeset
|
145 (defun url-cookie-store (name value &optional expires domain localpart secure) |
54794
9978b1e48c24
(url-cookie-setup-save-timer): Avoid warnings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54770
diff
changeset
|
146 "Store a netscape-style cookie." |
54695 | 147 (let* ((storage (if secure url-cookie-secure-storage url-cookie-storage)) |
148 (tmp storage) | |
149 (cur nil) | |
150 (found-domain nil)) | |
151 | |
152 ;; First, look for a matching domain | |
153 (setq found-domain (assoc domain storage)) | |
154 | |
155 (if found-domain | |
156 ;; Need to either stick the new cookie in existing domain storage | |
157 ;; or possibly replace an existing cookie if the names match. | |
158 (progn | |
159 (setq storage (cdr found-domain) | |
160 tmp nil) | |
161 (while storage | |
162 (setq cur (car storage) | |
163 storage (cdr storage)) | |
63801
c234ee23e519
(url-cookie-store): Rename arg PATH to LOCALPART.
Richard M. Stallman <rms@gnu.org>
parents:
63718
diff
changeset
|
164 (if (and (equal localpart (url-cookie-localpart cur)) |
54695 | 165 (equal name (url-cookie-name cur))) |
166 (progn | |
81328
99942c448a6f
(url-cookie-name, url-cookie-value, url-cookie-expires, url-cookie-localpart)
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76859
diff
changeset
|
167 (setf (url-cookie-expires cur) expires) |
99942c448a6f
(url-cookie-name, url-cookie-value, url-cookie-expires, url-cookie-localpart)
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
76859
diff
changeset
|
168 (setf (url-cookie-value cur) value) |
54695 | 169 (setq tmp t)))) |
170 (if (not tmp) | |
171 ;; New cookie | |
172 (setcdr found-domain (cons | |
173 (url-cookie-create :name name | |
174 :value value | |
175 :expires expires | |
176 :domain domain | |
63801
c234ee23e519
(url-cookie-store): Rename arg PATH to LOCALPART.
Richard M. Stallman <rms@gnu.org>
parents:
63718
diff
changeset
|
177 :localpart localpart |
54695 | 178 :secure secure) |
179 (cdr found-domain))))) | |
180 ;; Need to add a new top-level domain | |
181 (setq tmp (url-cookie-create :name name | |
182 :value value | |
183 :expires expires | |
184 :domain domain | |
63801
c234ee23e519
(url-cookie-store): Rename arg PATH to LOCALPART.
Richard M. Stallman <rms@gnu.org>
parents:
63718
diff
changeset
|
185 :localpart localpart |
54695 | 186 :secure secure)) |
187 (cond | |
188 (storage | |
189 (setcdr storage (cons (list domain tmp) (cdr storage)))) | |
190 (secure | |
191 (setq url-cookie-secure-storage (list (list domain tmp)))) | |
192 (t | |
193 (setq url-cookie-storage (list (list domain tmp)))))))) | |
194 | |
195 (defun url-cookie-expired-p (cookie) | |
110341
827513405247
* lisp/url/url-cookie.el (url-cookie-expired-p): Tweak previous change.
Glenn Morris <rgm@gnu.org>
parents:
110340
diff
changeset
|
196 "Return non-nil if COOKIE is expired." |
827513405247
* lisp/url/url-cookie.el (url-cookie-expired-p): Tweak previous change.
Glenn Morris <rgm@gnu.org>
parents:
110340
diff
changeset
|
197 (let ((exp (url-cookie-expires cookie))) |
827513405247
* lisp/url/url-cookie.el (url-cookie-expired-p): Tweak previous change.
Glenn Morris <rgm@gnu.org>
parents:
110340
diff
changeset
|
198 (and exp (> (float-time) (float-time (date-to-time exp)))))) |
54695 | 199 |
101179
84cbdd182a6d
(url-cookie-retrieve): Handle null localpart.
Chong Yidong <cyd@stupidchicken.com>
parents:
100908
diff
changeset
|
200 (defun url-cookie-retrieve (host &optional localpart secure) |
63801
c234ee23e519
(url-cookie-store): Rename arg PATH to LOCALPART.
Richard M. Stallman <rms@gnu.org>
parents:
63718
diff
changeset
|
201 "Retrieve all the netscape-style cookies for a specified HOST and LOCALPART." |
54695 | 202 (let ((storage (if secure |
203 (append url-cookie-secure-storage url-cookie-storage) | |
204 url-cookie-storage)) | |
205 (case-fold-search t) | |
206 (cookies nil) | |
207 (cur nil) | |
208 (retval nil) | |
101179
84cbdd182a6d
(url-cookie-retrieve): Handle null localpart.
Chong Yidong <cyd@stupidchicken.com>
parents:
100908
diff
changeset
|
209 (localpart-match nil)) |
54695 | 210 (while storage |
211 (setq cur (car storage) | |
212 storage (cdr storage) | |
213 cookies (cdr cur)) | |
214 (if (and (car cur) | |
76859
8fca90acf555
(url-cookie-retrieve, url-cookie-host-can-set-p): Deal with wildcard
Chong Yidong <cyd@stupidchicken.com>
parents:
75347
diff
changeset
|
215 (string-match |
8fca90acf555
(url-cookie-retrieve, url-cookie-host-can-set-p): Deal with wildcard
Chong Yidong <cyd@stupidchicken.com>
parents:
75347
diff
changeset
|
216 (concat "^.*" |
8fca90acf555
(url-cookie-retrieve, url-cookie-host-can-set-p): Deal with wildcard
Chong Yidong <cyd@stupidchicken.com>
parents:
75347
diff
changeset
|
217 (regexp-quote |
8fca90acf555
(url-cookie-retrieve, url-cookie-host-can-set-p): Deal with wildcard
Chong Yidong <cyd@stupidchicken.com>
parents:
75347
diff
changeset
|
218 ;; Remove the dot from wildcard domains |
8fca90acf555
(url-cookie-retrieve, url-cookie-host-can-set-p): Deal with wildcard
Chong Yidong <cyd@stupidchicken.com>
parents:
75347
diff
changeset
|
219 ;; before matching. |
8fca90acf555
(url-cookie-retrieve, url-cookie-host-can-set-p): Deal with wildcard
Chong Yidong <cyd@stupidchicken.com>
parents:
75347
diff
changeset
|
220 (if (eq ?. (aref (car cur) 0)) |
8fca90acf555
(url-cookie-retrieve, url-cookie-host-can-set-p): Deal with wildcard
Chong Yidong <cyd@stupidchicken.com>
parents:
75347
diff
changeset
|
221 (substring (car cur) 1) |
8fca90acf555
(url-cookie-retrieve, url-cookie-host-can-set-p): Deal with wildcard
Chong Yidong <cyd@stupidchicken.com>
parents:
75347
diff
changeset
|
222 (car cur))) |
8fca90acf555
(url-cookie-retrieve, url-cookie-host-can-set-p): Deal with wildcard
Chong Yidong <cyd@stupidchicken.com>
parents:
75347
diff
changeset
|
223 "$") host)) |
54695 | 224 ;; The domains match - a possible hit! |
225 (while cookies | |
226 (setq cur (car cookies) | |
227 cookies (cdr cookies) | |
101205
46b81879fc09
(url-cookie-retrieve): Fix last change.
Chong Yidong <cyd@stupidchicken.com>
parents:
101179
diff
changeset
|
228 localpart-match (url-cookie-localpart cur)) |
46b81879fc09
(url-cookie-retrieve): Fix last change.
Chong Yidong <cyd@stupidchicken.com>
parents:
101179
diff
changeset
|
229 (if (and (if (stringp localpart-match) |
46b81879fc09
(url-cookie-retrieve): Fix last change.
Chong Yidong <cyd@stupidchicken.com>
parents:
101179
diff
changeset
|
230 (string-match (concat "^" (regexp-quote |
46b81879fc09
(url-cookie-retrieve): Fix last change.
Chong Yidong <cyd@stupidchicken.com>
parents:
101179
diff
changeset
|
231 localpart-match)) |
46b81879fc09
(url-cookie-retrieve): Fix last change.
Chong Yidong <cyd@stupidchicken.com>
parents:
101179
diff
changeset
|
232 localpart) |
46b81879fc09
(url-cookie-retrieve): Fix last change.
Chong Yidong <cyd@stupidchicken.com>
parents:
101179
diff
changeset
|
233 (equal localpart localpart-match)) |
54695 | 234 (not (url-cookie-expired-p cur))) |
235 (setq retval (cons cur retval)))))) | |
236 retval)) | |
237 | |
63801
c234ee23e519
(url-cookie-store): Rename arg PATH to LOCALPART.
Richard M. Stallman <rms@gnu.org>
parents:
63718
diff
changeset
|
238 (defun url-cookie-generate-header-lines (host localpart secure) |
c234ee23e519
(url-cookie-store): Rename arg PATH to LOCALPART.
Richard M. Stallman <rms@gnu.org>
parents:
63718
diff
changeset
|
239 (let* ((cookies (url-cookie-retrieve host localpart secure)) |
c234ee23e519
(url-cookie-store): Rename arg PATH to LOCALPART.
Richard M. Stallman <rms@gnu.org>
parents:
63718
diff
changeset
|
240 (retval nil) |
c234ee23e519
(url-cookie-store): Rename arg PATH to LOCALPART.
Richard M. Stallman <rms@gnu.org>
parents:
63718
diff
changeset
|
241 (cur nil) |
c234ee23e519
(url-cookie-store): Rename arg PATH to LOCALPART.
Richard M. Stallman <rms@gnu.org>
parents:
63718
diff
changeset
|
242 (chunk nil)) |
54695 | 243 ;; Have to sort this for sending most specific cookies first |
244 (setq cookies (and cookies | |
245 (sort cookies | |
246 (function | |
247 (lambda (x y) | |
63801
c234ee23e519
(url-cookie-store): Rename arg PATH to LOCALPART.
Richard M. Stallman <rms@gnu.org>
parents:
63718
diff
changeset
|
248 (> (length (url-cookie-localpart x)) |
c234ee23e519
(url-cookie-store): Rename arg PATH to LOCALPART.
Richard M. Stallman <rms@gnu.org>
parents:
63718
diff
changeset
|
249 (length (url-cookie-localpart y)))))))) |
54695 | 250 (while cookies |
251 (setq cur (car cookies) | |
252 cookies (cdr cookies) | |
253 chunk (format "%s=%s" (url-cookie-name cur) (url-cookie-value cur)) | |
254 retval (if (and url-cookie-multiple-line | |
255 (< 80 (+ (length retval) (length chunk) 4))) | |
256 (concat retval "\r\nCookie: " chunk) | |
257 (if retval | |
258 (concat retval "; " chunk) | |
259 (concat "Cookie: " chunk))))) | |
260 (if retval | |
261 (concat retval "\r\n") | |
262 ""))) | |
263 | |
264 (defvar url-cookie-two-dot-domains | |
265 (concat "\\.\\(" | |
266 (mapconcat 'identity (list "com" "edu" "net" "org" "gov" "mil" "int") | |
267 "\\|") | |
268 "\\)$") | |
54794
9978b1e48c24
(url-cookie-setup-save-timer): Avoid warnings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54770
diff
changeset
|
269 "A regexp of top level domains that only require two matching |
54695 | 270 '.'s in the domain name in order to set a cookie.") |
271 | |
272 (defcustom url-cookie-trusted-urls nil | |
71788
c4527316e616
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
68055
diff
changeset
|
273 "A list of regular expressions matching URLs to always accept cookies from." |
54695 | 274 :type '(repeat regexp) |
275 :group 'url-cookie) | |
276 | |
277 (defcustom url-cookie-untrusted-urls nil | |
71788
c4527316e616
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
68055
diff
changeset
|
278 "A list of regular expressions matching URLs to never accept cookies from." |
54695 | 279 :type '(repeat regexp) |
280 :group 'url-cookie) | |
281 | |
282 (defun url-cookie-host-can-set-p (host domain) | |
283 (let ((numdots 0) | |
284 (last nil) | |
285 (case-fold-search t) | |
286 (mindots 3)) | |
287 (while (setq last (string-match "\\." domain last)) | |
288 (setq numdots (1+ numdots) | |
289 last (1+ last))) | |
290 (if (string-match url-cookie-two-dot-domains domain) | |
291 (setq mindots 2)) | |
292 (cond | |
293 ((string= host domain) ; Apparently netscape lets you do this | |
294 t) | |
295 ((>= numdots mindots) ; We have enough dots in domain name | |
296 ;; Need to check and make sure the host is actually _in_ the | |
297 ;; domain it wants to set a cookie for though. | |
76859
8fca90acf555
(url-cookie-retrieve, url-cookie-host-can-set-p): Deal with wildcard
Chong Yidong <cyd@stupidchicken.com>
parents:
75347
diff
changeset
|
298 (string-match (concat (regexp-quote |
8fca90acf555
(url-cookie-retrieve, url-cookie-host-can-set-p): Deal with wildcard
Chong Yidong <cyd@stupidchicken.com>
parents:
75347
diff
changeset
|
299 ;; Remove the dot from wildcard domains |
8fca90acf555
(url-cookie-retrieve, url-cookie-host-can-set-p): Deal with wildcard
Chong Yidong <cyd@stupidchicken.com>
parents:
75347
diff
changeset
|
300 ;; before matching. |
8fca90acf555
(url-cookie-retrieve, url-cookie-host-can-set-p): Deal with wildcard
Chong Yidong <cyd@stupidchicken.com>
parents:
75347
diff
changeset
|
301 (if (eq ?. (aref domain 0)) |
8fca90acf555
(url-cookie-retrieve, url-cookie-host-can-set-p): Deal with wildcard
Chong Yidong <cyd@stupidchicken.com>
parents:
75347
diff
changeset
|
302 (substring domain 1) |
8fca90acf555
(url-cookie-retrieve, url-cookie-host-can-set-p): Deal with wildcard
Chong Yidong <cyd@stupidchicken.com>
parents:
75347
diff
changeset
|
303 domain)) |
8fca90acf555
(url-cookie-retrieve, url-cookie-host-can-set-p): Deal with wildcard
Chong Yidong <cyd@stupidchicken.com>
parents:
75347
diff
changeset
|
304 "$") host)) |
54695 | 305 (t |
306 nil)))) | |
307 | |
308 (defun url-cookie-handle-set-cookie (str) | |
309 (setq url-cookies-changed-since-last-save t) | |
310 (let* ((args (url-parse-args str t)) | |
311 (case-fold-search t) | |
54817
daf716c39a7f
(url-cookie-handle-set-cookie): Replace calls to obsolete
John Paul Wallington <jpw@pobox.com>
parents:
54794
diff
changeset
|
312 (secure (and (assoc-string "secure" args t) t)) |
daf716c39a7f
(url-cookie-handle-set-cookie): Replace calls to obsolete
John Paul Wallington <jpw@pobox.com>
parents:
54794
diff
changeset
|
313 (domain (or (cdr-safe (assoc-string "domain" args t)) |
54695 | 314 (url-host url-current-object))) |
315 (current-url (url-view-url t)) | |
316 (trusted url-cookie-trusted-urls) | |
317 (untrusted url-cookie-untrusted-urls) | |
54817
daf716c39a7f
(url-cookie-handle-set-cookie): Replace calls to obsolete
John Paul Wallington <jpw@pobox.com>
parents:
54794
diff
changeset
|
318 (expires (cdr-safe (assoc-string "expires" args t))) |
63801
c234ee23e519
(url-cookie-store): Rename arg PATH to LOCALPART.
Richard M. Stallman <rms@gnu.org>
parents:
63718
diff
changeset
|
319 (localpart (or (cdr-safe (assoc-string "path" args t)) |
c234ee23e519
(url-cookie-store): Rename arg PATH to LOCALPART.
Richard M. Stallman <rms@gnu.org>
parents:
63718
diff
changeset
|
320 (file-name-directory |
c234ee23e519
(url-cookie-store): Rename arg PATH to LOCALPART.
Richard M. Stallman <rms@gnu.org>
parents:
63718
diff
changeset
|
321 (url-filename url-current-object)))) |
54695 | 322 (rest nil)) |
323 (while args | |
324 (if (not (member (downcase (car (car args))) | |
325 '("secure" "domain" "expires" "path"))) | |
326 (setq rest (cons (car args) rest))) | |
327 (setq args (cdr args))) | |
328 | |
329 ;; Sometimes we get dates that the timezone package cannot handle very | |
330 ;; gracefully - take care of this here, instead of in url-cookie-expired-p | |
331 ;; to speed things up. | |
332 (if (and expires | |
333 (string-match | |
334 (concat "^[^,]+, +\\(..\\)-\\(...\\)-\\(..\\) +" | |
335 "\\(..:..:..\\) +\\[*\\([^\]]+\\)\\]*$") | |
336 expires)) | |
337 (setq expires (concat (match-string 1 expires) " " | |
338 (match-string 2 expires) " " | |
339 (match-string 3 expires) " " | |
340 (match-string 4 expires) " [" | |
341 (match-string 5 expires) "]"))) | |
342 | |
343 ;; This one is for older Emacs/XEmacs variants that don't | |
344 ;; understand this format without tenths of a second in it. | |
345 ;; Wednesday, 30-Dec-2037 16:00:00 GMT | |
346 ;; - vs - | |
347 ;; Wednesday, 30-Dec-2037 16:00:00.00 GMT | |
348 (if (and expires | |
349 (string-match | |
350 "\\([0-9]+\\)-\\([A-Za-z]+\\)-\\([0-9]+\\)[ \t]+\\([0-9]+:[0-9]+:[0-9]+\\)\\(\\.[0-9]+\\)*[ \t]+\\([-+a-zA-Z0-9]+\\)" | |
351 expires)) | |
352 (setq expires (concat (match-string 1 expires) "-" ; day | |
353 (match-string 2 expires) "-" ; month | |
354 (match-string 3 expires) " " ; year | |
355 (match-string 4 expires) ".00 " ; hour:minutes:seconds | |
356 (match-string 6 expires)))) ":" ; timezone | |
54817
daf716c39a7f
(url-cookie-handle-set-cookie): Replace calls to obsolete
John Paul Wallington <jpw@pobox.com>
parents:
54794
diff
changeset
|
357 |
54695 | 358 (while (consp trusted) |
359 (if (string-match (car trusted) current-url) | |
360 (setq trusted (- (match-end 0) (match-beginning 0))) | |
361 (pop trusted))) | |
362 (while (consp untrusted) | |
363 (if (string-match (car untrusted) current-url) | |
364 (setq untrusted (- (match-end 0) (match-beginning 0))) | |
365 (pop untrusted))) | |
366 (if (and trusted untrusted) | |
367 ;; Choose the more specific match | |
368 (if (> trusted untrusted) | |
369 (setq untrusted nil) | |
370 (setq trusted nil))) | |
371 (cond | |
372 (untrusted | |
373 ;; The site was explicity marked as untrusted by the user | |
374 nil) | |
375 ((or (eq url-privacy-level 'paranoid) | |
376 (and (listp url-privacy-level) (memq 'cookies url-privacy-level))) | |
377 ;; user never wants cookies | |
378 nil) | |
379 ((and url-cookie-confirmation | |
380 (not trusted) | |
381 (save-window-excursion | |
382 (with-output-to-temp-buffer "*Cookie Warning*" | |
383 (mapcar | |
384 (function | |
385 (lambda (x) | |
386 (princ (format "%s - %s" (car x) (cdr x))))) rest)) | |
387 (prog1 | |
388 (not (funcall url-confirmation-func | |
389 (format "Allow %s to set these cookies? " | |
390 (url-host url-current-object)))) | |
391 (if (get-buffer "*Cookie Warning*") | |
392 (kill-buffer "*Cookie Warning*"))))) | |
393 ;; user wants to be asked, and declined. | |
394 nil) | |
395 ((url-cookie-host-can-set-p (url-host url-current-object) domain) | |
396 ;; Cookie is accepted by the user, and passes our security checks | |
397 (let ((cur nil)) | |
398 (while rest | |
399 (setq cur (pop rest)) | |
400 (url-cookie-store (car cur) (cdr cur) | |
63801
c234ee23e519
(url-cookie-store): Rename arg PATH to LOCALPART.
Richard M. Stallman <rms@gnu.org>
parents:
63718
diff
changeset
|
401 expires domain localpart secure)))) |
54695 | 402 (t |
403 (message "%s tried to set a cookie for domain %s - rejected." | |
404 (url-host url-current-object) domain))))) | |
405 | |
406 (defvar url-cookie-timer nil) | |
407 | |
408 (defcustom url-cookie-save-interval 3600 | |
71788
c4527316e616
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
68055
diff
changeset
|
409 "The number of seconds between automatic saves of cookies. |
54695 | 410 Default is 1 hour. Note that if you change this variable outside of |
411 the `customize' interface after `url-do-setup' has been run, you need | |
412 to run the `url-cookie-setup-save-timer' function manually." | |
67368
5c87802be570
(url-cookie-save-interval): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
64748
diff
changeset
|
413 :set #'(lambda (var val) |
5c87802be570
(url-cookie-save-interval): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
64748
diff
changeset
|
414 (set-default var val) |
5c87802be570
(url-cookie-save-interval): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
64748
diff
changeset
|
415 (if (bound-and-true-p url-setup-done) |
5c87802be570
(url-cookie-save-interval): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
64748
diff
changeset
|
416 (url-cookie-setup-save-timer))) |
54695 | 417 :type 'integer |
71788
c4527316e616
Remove spurious * in docstrings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
68055
diff
changeset
|
418 :group 'url-cookie) |
54695 | 419 |
420 (defun url-cookie-setup-save-timer () | |
421 "Reset the cookie saver timer." | |
422 (interactive) | |
67368
5c87802be570
(url-cookie-save-interval): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
64748
diff
changeset
|
423 (ignore-errors (cancel-timer url-cookie-timer)) |
54794
9978b1e48c24
(url-cookie-setup-save-timer): Avoid warnings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54770
diff
changeset
|
424 (setq url-cookie-timer nil) |
9978b1e48c24
(url-cookie-setup-save-timer): Avoid warnings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54770
diff
changeset
|
425 (if url-cookie-save-interval |
67368
5c87802be570
(url-cookie-save-interval): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
64748
diff
changeset
|
426 (setq url-cookie-timer (run-at-time url-cookie-save-interval |
5c87802be570
(url-cookie-save-interval): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
64748
diff
changeset
|
427 url-cookie-save-interval |
5c87802be570
(url-cookie-save-interval): Simplify.
Richard M. Stallman <rms@gnu.org>
parents:
64748
diff
changeset
|
428 #'url-cookie-write-file)))) |
54695 | 429 |
430 (provide 'url-cookie) | |
431 | |
54794
9978b1e48c24
(url-cookie-setup-save-timer): Avoid warnings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54770
diff
changeset
|
432 ;; arch-tag: 2568751b-6452-4398-aa2d-303edadb54d7 |
9978b1e48c24
(url-cookie-setup-save-timer): Avoid warnings.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54770
diff
changeset
|
433 ;;; url-cookie.el ends here |