artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18448e6
)
still uses mktemp; XXX to death for a modicum of security against races
author
deraadt
<deraadt@openbsd.org>
Thu, 13 Feb 1997 00:02:04 +0000
(
00:02
+0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 13 Feb 1997 00:02:04 +0000
(
00:02
+0000)
kerberosIV/kprop/kprop.c
patch
|
blob
|
history
diff --git
a/kerberosIV/kprop/kprop.c
b/kerberosIV/kprop/kprop.c
index
b0d6a58
..
e1f47e0
100644
(file)
--- a/
kerberosIV/kprop/kprop.c
+++ b/
kerberosIV/kprop/kprop.c
@@
-1,4
+1,4
@@
-/* $Id: kprop.c,v 1.
2 1995/12/14 08:43:48 tholo Exp $
*/
+/* $Id: kprop.c,v 1.
3 1997/02/13 00:02:04 deraadt Exp $
*/
/*-
* Copyright 1987 by the Massachusetts Institute of Technology.
@@
-142,7
+142,7
@@
prop_to_slaves(struct slave_host *sl, int fd, char *fslv)
KTEXT_ST ticket;
CREDENTIALS cred;
MSG_DAT msg_dat;
- static char tkstring[] = "/tmp/kproptktXXXXXX";
+ static char tkstring[] = "/tmp/kproptktXXXXXX
XXXX
";
des_key_schedule session_sched;