annotate lisp/utils/passwd.el @ 82:6a378aca36af r20-0b91

Import from CVS: tag r20-0b91
author cvs
date Mon, 13 Aug 2007 09:07:36 +0200
parents 131b0175ea99
children 4be1180a9e89
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 ;;; passwd.el --- Prompting for passwords semi-securely
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 ;; Copyright (C) 1994 Free Software Foundation, Inc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 ;; Keywords: comm, extensions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 ;; Author: Jamie Zawinski <jwz@netscape.com>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 ;; This file is part of XEmacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 ;; XEmacs is free software; you can redistribute it and/or modify it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 ;; under the terms of the GNU General Public License as published by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 ;; the Free Software Foundation; either version 2, or (at your option)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 ;; any later version.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 ;; XEmacs is distributed in the hope that it will be useful, but
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 ;; WITHOUT ANY WARRANTY; without even the implied warranty of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 ;; General Public License for more details.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
20 ;;; Synched up with: Not in FSF.
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
21
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 ;; You should have received a copy of the GNU General Public License
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
23 ;; along with XEmacs; see the file COPYING. If not, write to the
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
24 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
25 ;; Boston, MA 02111-1307, USA.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 ;;; Change Log:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 ;;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 ;; Sun Jun 12 04:19:30 1994 by sandy on ibm550.sissa.it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 ;; Added support for password histories and (provide 'passwd)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 ;; (jwz says: this "history" thing is completely undocumented, you loser!)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 ;; 2-Jan-95 (mon); 4:13 AM by jwz@netscape.com
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 ;; Fixed Sandy's extreme keymap bogosity. Made it invert the screen when
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 ;; reading securely (this could be better; maybe use red text or something
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 ;; instead...)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 ;; 9-Jul-95 (fri); 4:55 AM by jwz@netscape.com
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 ;; Made it work with XEmacs 19.12.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 ;; 7-Jul-95 by cthomp@cs.uiuc.edu
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 ;; Added variable to control inverting frame when keyboard grabbed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 ;;; Code:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 (defvar passwd-invert-frame-when-keyboard-grabbed t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 "*If non-nil swap the foreground and background colors of all faces.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 This is done while the keyboard is grabbed in order to give a visual
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 clue that a grab is in effect.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 (defvar passwd-echo ?.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 "*The character which should be echoed when typing a password,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 or nil, meaning echo nothing.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 (defvar read-passwd-map
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53 (let ((i 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 (s (make-string 1 0))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55 map)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 (cond ((fboundp 'set-keymap-parent)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57 (setq map (make-keymap))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 (set-keymap-parent map minibuffer-local-map))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 (t ; v18/FSFmacs compatibility
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 (setq map (copy-keymap minibuffer-local-map))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61 (if (fboundp 'set-keymap-name)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62 (set-keymap-name map 'read-passwd-map))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64 (while (< i 127)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 (aset s 0 i)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 (or (and (boundp 'meta-prefix-char) (eq i meta-prefix-char))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 (define-key map s 'self-insert-command))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 (setq i (1+ i)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70 (define-key map "\C-g" 'keyboard-quit)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71 (define-key map "\C-h" 'delete-backward-char)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72 (define-key map "\r" 'exit-minibuffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 (define-key map "\n" 'exit-minibuffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74 (define-key map "\C-u" 'passwd-erase-buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 (define-key map "\C-q" 'quoted-insert)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 (define-key map "\177" 'delete-backward-char)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77 (define-key map "\M-n" 'passwd-next-history-element)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78 (define-key map "\M-p" 'passwd-previous-history-element)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79 map)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80 "Keymap used for reading passwords in the minibuffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81 The \"bindings\" in this map are not real commands; only a limited
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 number of commands are understood. The important bindings are:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 \\<read-passwd-map>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84 \\[passwd-erase-buffer] Erase all input.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85 \\[quoted-insert] Insert the next character literally.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86 \\[delete-backward-char] Delete the previous character.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87 \\[exit-minibuffer] Accept what you have typed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88 \\[keyboard-quit] Abort the command.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 All other characters insert themselves (but do not echo.)")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 ;;; internal variables
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94 (defvar passwd-history nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95 (defvar passwd-history-posn 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97 ;;;###autoload
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98 (defun read-passwd (prompt &optional confirm default)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99 "Prompts for a password in the minibuffer, and returns it as a string.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 If PROMPT may be a prompt string or an alist of elements
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101 '\(prompt . default\).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 If optional arg CONFIRM is true, then ask the user to type the password
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103 again to confirm that they typed it correctly.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104 If optional arg DEFAULT is provided, then it is a string to insert as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105 the default choice (it is not, of course, displayed.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107 If running under X, the keyboard will be grabbed (with XGrabKeyboard())
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
108 to reduce the possibility that evesdropping is occuring.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110 When reading a password, all keys self-insert, except for:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111 \\<read-passwd-map>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112 \\[read-passwd-erase-line] Erase the entire line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113 \\[quoted-insert] Insert the next character literally.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114 \\[delete-backward-char] Delete the previous character.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 \\[exit-minibuffer] Accept what you have typed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116 \\[keyboard-quit] Abort the command.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
118 The returned value is always a newly-created string. No additional copies
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119 of the password remain after this function has returned.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121 NOTE: unless great care is taken, the typed password will exist in plaintext
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
122 form in the running image for an arbitrarily long time. Priveleged users may
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
123 be able to extract it from memory. If emacs crashes, it may appear in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124 resultant core file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126 Some steps you can take to prevent the password from being copied around:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128 - as soon as you are done with the returned string, destroy it with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129 (fillarray string 0). The same goes for any default passwords
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130 or password histories.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
131
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132 - do not copy the string, as with concat or substring - if you do, be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133 sure to keep track of and destroy all copies.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
134
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135 - do not insert the password into a buffer - if you do, be sure to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136 overwrite the buffer text before killing it, as with the functions
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137 `passwd-erase-buffer' or `passwd-kill-buffer'. Note that deleting
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138 the text from the buffer does NOT necessarily remove the text from
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139 memory.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141 - be careful of the undo history - if you insert the password into a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142 buffer which has undo recording turned on, the password will be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143 copied onto the undo list, and thus recoverable.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145 - do not pass it as an argument to a shell command - anyone will be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146 able to see it if they run `ps' at the right time.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148 Note that the password will be temporarily recoverable with the `view-lossage'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
149 command. This data will not be overwritten until another hundred or so
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150 characters are typed. There's not currently a way around this."
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153 (let ((input (get-buffer-create " *password*"))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
154 (passwd-history-posn 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
155 passwd-history)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
156 (if (listp prompt)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
157 (setq passwd-history prompt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
158 default (cdr (car passwd-history))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
159 (set-buffer input)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160 (buffer-disable-undo input)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
161 (use-local-map read-passwd-map)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
162 (unwind-protect
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
163 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
164 (if (passwd-grab-keyboard)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165 (passwd-secure-display))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
166 (read-passwd-1 input prompt nil default)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
167 (set-buffer input)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169 (if (not confirm)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170 (buffer-string)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171 (let ((ok nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
172 passwd)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173 (while (not ok)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174 (set-buffer input)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175 (setq passwd (buffer-string))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
176 (read-passwd-1 input prompt "[Retype to confirm]")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177 (if (passwd-compare-string-to-buffer passwd input)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
178 (setq ok t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
179 (fillarray passwd 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
180 (setq passwd nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
181 (beep)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
182 (read-passwd-1 input prompt "[Mismatch. Start over]")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
183 ))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184 passwd)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
185 ;; protected
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186 (passwd-ungrab-keyboard)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187 (passwd-insecure-display)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188 (passwd-kill-buffer input)
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
189 (if (fboundp 'clear-message) ;XEmacs
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
190 (clear-message)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
191 (message ""))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192 ))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195 (defun read-passwd-1 (buffer prompt &optional prompt2 default)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196 (set-buffer buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197 (passwd-erase-buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198 (if default (insert default))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199 (catch 'exit ; exit-minibuffer throws here
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200 (while t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 (set-buffer buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202 (let* ((minibuffer-completion-table nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 (cursor-in-echo-area t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204 (echo-keystrokes 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205 (key (passwd-read-key-sequence
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206 (concat (if (listp prompt)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207 (car (nth passwd-history-posn passwd-history))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208 prompt)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209 prompt2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210 (if passwd-echo
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
211 (make-string (buffer-size) passwd-echo)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
212 (binding (key-binding key)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
213 (setq prompt2 nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
214 (set-buffer buffer) ; just in case...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
215 (if (fboundp 'event-to-character) ;; lemacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
216 (setq last-command-event (aref key (1- (length key)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
217 last-command-char (event-to-character last-command-event))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
218 ;; v18/FSFmacs compatibility
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
219 (setq last-command-char (aref key (1- (length key)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
220 (setq this-command binding)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
221 (condition-case c
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
222 (command-execute binding)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
223 (error
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
224 (beep)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
225 (if (fboundp 'display-error)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
226 (display-error c t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
227 ;; v18/FSFmacs compatibility
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
228 (message (concat (or (get (car-safe c) 'error-message) "???")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
229 (if (cdr-safe c) ": ")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230 (mapconcat
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
231 (function (lambda (x) (format "%s" x)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
232 (cdr-safe c) ", "))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
233 (sit-for 2)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
234 ))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
235
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
236 (defun passwd-previous-history-element (n)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
237 (interactive "p")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
238 (or passwd-history
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
239 (error "Password history is empty."))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
240 (let ((l (length passwd-history)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
241 (setq passwd-history-posn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
242 (% (+ n passwd-history-posn) l))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
243 (if (< passwd-history-posn 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
244 (setq passwd-history-posn (+ passwd-history-posn l))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
245 (let ((obuff (current-buffer))) ; want to move point in passwd buffer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
246 (unwind-protect
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
247 (progn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
248 (set-buffer " *password*")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
249 (passwd-erase-buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
250 (insert (cdr (nth passwd-history-posn passwd-history))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
251 (set-buffer obuff))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
252
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
253 (defun passwd-next-history-element (n)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
254 (interactive "p")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
255 (passwd-previous-history-element (- n)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
256
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
257 (defun passwd-erase-buffer ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
258 ;; First erase the buffer, which will simply enlarge the gap.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
259 ;; Then insert null characters until the gap is filled with them
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
260 ;; to prevent the old text from being visible in core files or kmem.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
261 ;; (Actually use 3x the size of the buffer just to be safe - a longer
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
262 ;; passwd might have been typed and backspaced over.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
263 (interactive)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
264 (widen)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
265 (let ((s (* (buffer-size) 3)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
266 (erase-buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
267 (while (> s 0)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
268 (insert ?\000)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
269 (setq s (1- s)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
270 (erase-buffer)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
271
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
272 (defun passwd-kill-buffer (buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
273 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
274 (set-buffer buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
275 (buffer-disable-undo buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
276 (passwd-erase-buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
277 (set-buffer-modified-p nil))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
278 (kill-buffer buffer))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
279
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
280
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
281 (defun passwd-compare-string-to-buffer (string buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
282 ;; same as (equal string (buffer-string)) but with no dangerous consing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
283 (save-excursion
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
284 (set-buffer buffer)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
285 (goto-char (point-min))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
286 (let ((L (length string))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
287 (i 0))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
288 (if (/= L (- (point-max) (point-min)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
289 nil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
290 (while (not (eobp))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
291 (if (/= (following-char) (aref string i))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
292 (goto-char (point-max))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
293 (setq i (1+ i))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
294 (forward-char)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
295 (= (point) (+ i (point-min)))))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
296
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
297
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
298 (defvar passwd-face-data nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
299 (defun passwd-secure-display ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
300 ;; Inverts the screen - used to indicate secure input, like xterm.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
301 (cond
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
302 ((and passwd-invert-frame-when-keyboard-grabbed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
303 (fboundp 'set-face-foreground))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
304 (setq passwd-face-data
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
305 (delq nil (mapcar (function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
306 (lambda (face)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
307 (let ((fg (face-foreground face))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
308 (bg (face-background face)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
309 (if (or fg bg)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
310 (if (fboundp 'color-name)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
311 (list face
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
312 (color-name fg)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
313 (color-name bg))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
314 (list face fg bg))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
315 nil))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
316 (if (fboundp 'list-faces)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
317 (list-faces) ; lemacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
318 (face-list) ; FSFmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
319 ))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
320 (let ((rest passwd-face-data))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
321 (while rest
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
322 (set-face-foreground (nth 0 (car rest)) (nth 2 (car rest)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
323 (set-face-background (nth 0 (car rest)) (nth 1 (car rest)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
324 (setq rest (cdr rest))))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
325 nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
326
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
327 (defun passwd-insecure-display ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
328 ;; Undoes the effect of `passwd-secure-display'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
329 (cond
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
330 (passwd-invert-frame-when-keyboard-grabbed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
331 (while passwd-face-data
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
332 (set-face-foreground (nth 0 (car passwd-face-data))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
333 (nth 1 (car passwd-face-data)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
334 (set-face-background (nth 0 (car passwd-face-data))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
335 (nth 2 (car passwd-face-data)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
336 (setq passwd-face-data (cdr passwd-face-data)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
337 nil)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
338
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
339 (defun passwd-grab-keyboard ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
340 (cond ((not (and (fboundp 'x-grab-keyboard) ; lemacs 19.10+
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
341 (eq 'x (if (fboundp 'frame-type)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
342 (frame-type (selected-frame))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
343 (live-screen-p (selected-screen))))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
344 nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
345 ((x-grab-keyboard)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
346 t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
347 (t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
348 (message "Unable to grab keyboard - waiting a second...")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
349 (sleep-for 1)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
350 (cond ((x-grab-keyboard)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
351 (message "Keyboard grabbed on second try.")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
352 t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
353 (t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
354 (beep)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
355 (message "WARNING: keyboard is insecure (unable to grab!)")
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
356 (sleep-for 3)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
357 nil)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
358
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
359 (defun passwd-ungrab-keyboard ()
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
360 (if (and (fboundp 'x-ungrab-keyboard) ; lemacs 19.10+
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
361 (eq 'x (if (fboundp 'frame-type)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
362 (frame-type (selected-frame))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
363 (live-screen-p (selected-screen)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
364 (x-ungrab-keyboard)))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
365
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
366 ;; v18 compatibility
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
367 (or (fboundp 'buffer-disable-undo)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
368 (fset 'buffer-disable-undo 'buffer-flush-undo))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
369
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
370 ;; read-key-sequence echoes the key sequence in Emacs 18.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
371 (defun passwd-read-key-sequence (prompt)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
372 (let ((inhibit-quit t)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
373 str)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
374 (while (or (null str) (keymapp (key-binding str)))
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
375 (if (fboundp 'display-message)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
376 (display-message 'prompt prompt)
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 30
diff changeset
377 (message prompt))
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
378 (setq str (concat str (char-to-string (read-char)))))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
379 (setq quit-flag nil)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
380 str))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
381
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
382 (or (string-match "^18" emacs-version)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
383 (fset 'passwd-read-key-sequence 'read-key-sequence))
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
384
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
385 (provide 'passwd)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
386
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
387 ;;; passwd.el ends here