Commit Graph

13731 Commits

Author SHA1 Message Date
Love Hörnquist Åstrand
92b2f1b002 I fixed the OOB send cleartext problem in 0.6.3 ftp client
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14159 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-26 08:55:41 +00:00
Love Hörnquist Åstrand
2924ee6f68 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14158 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-26 07:50:15 +00:00
Love Hörnquist Åstrand
a234077ca3 (fetch_acl): use " \t\n" instead of just "\n" for the delim of the
third element, this is so we can match
"foo@REALM<SPC>all<SPC><SPC>*@REALM", before it just matched
"foo@REALM<SPC>all<SPC>*@REALM", but that is kind of luck since what
really happen was that the last <SPC> was stamped out, and the it
never strtok_r never needed to parse over it.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14157 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-26 07:48:46 +00:00
Love Hörnquist Åstrand
cca3f70913 spkm, rfc2025
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14155 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-25 20:08:22 +00:00
Johan Danielsson
94711445ee replace AC_TRY_LINK with AC_LINK_IFELSE
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14154 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-25 16:17:05 +00:00
Love Hörnquist Åstrand
eb889bfd39 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14153 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-25 16:14:18 +00:00
Love Hörnquist Åstrand
423fef40e4 (_kadm5_generate_key_set): since arcfour-hmac-md5 is without salting,
some people tries to add the string "arcfour-hmac-md5" when they
really should have used "arcfour-hmac-md5:pw-salt", help them and add
glue for that


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14152 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-25 15:29:09 +00:00
Johan Danielsson
4560513573 replace AC_TRY_COMPILE with AC_COMPILE_IFELSE
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14151 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-25 14:30:18 +00:00
Johan Danielsson
4cd9bc7b99 replace AC_TRY_LINK with AC_LINK_IFELSE
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14150 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-25 14:30:17 +00:00
Johan Danielsson
f5da09d81b replace AC_TRY_COMPILE with AC_COMPILE_IFELSE
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14149 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-25 14:19:39 +00:00
Johan Danielsson
f472715da0 replace INCLUDES with AM_CPPFLAGS
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14148 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-25 14:19:38 +00:00
Johan Danielsson
2e995d674c replace AC_HELP_STRING with AS_HELP_STRING
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14147 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-25 14:14:01 +00:00
Love Hörnquist Åstrand
b75aba79a7 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14146 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-23 19:36:48 +00:00
Love Hörnquist Åstrand
3225e16607 (set_auth_data): set pointer to NULL after free
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14145 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-23 19:33:34 +00:00
Love Hörnquist Åstrand
e317e88de0 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14139 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-20 14:05:51 +00:00
Love Hörnquist Åstrand
61c7512638 send ABOR protect with security layer if its there
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14138 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-20 14:05:31 +00:00
Love Hörnquist Åstrand
c3c2482488 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14137 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-20 13:41:39 +00:00
Love Hörnquist Åstrand
bf0ab85d2e Remove all traces of setjmp/longjmp.
Handle those command that is needed in oobhandler,
those are ABOR, STAT, ENC, CONF, MIC.
add options to turn off insecure OOB handling and document the option

Changes inspired by openbsd and netbsd changes but quite diffrent is
most places since the code no longer look and is structured the same
way.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14136 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-20 13:31:20 +00:00
Love Hörnquist Åstrand
8763264587 (krb5_get_err_text): if neither of com_right nor strerror finds the
error-code, return Unknown error.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14135 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-20 07:54:58 +00:00
Johan Danielsson
33700d850a x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14134 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-19 15:32:21 +00:00
Johan Danielsson
c7b40cba89 update to reality
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14133 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-19 15:32:02 +00:00
Johan Danielsson
8964d4ead4 if a .k5login file exist, don't give implicit rights to anyone; also
check owner/mode of .k5login


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14132 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-19 15:31:40 +00:00
Johan Danielsson
49856b092f x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14131 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-18 16:59:16 +00:00
Johan Danielsson
1f57648d35 add --detach
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14130 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-18 16:59:03 +00:00
Johan Danielsson
7733bf3dd0 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14129 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-16 18:12:14 +00:00
Johan Danielsson
feee26f3a1 reverse help strings for --no-gss-bindings and --no-gss-delegate
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14128 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-16 18:10:35 +00:00
Love Hörnquist Åstrand
f5946ce7bf man_MANS = krb5_getportbyname.3
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14127 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-15 16:05:08 +00:00
Love Hörnquist Åstrand
9592525a3e manpage for krb5_getportbyname
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14126 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-15 16:04:16 +00:00
Love Hörnquist Åstrand
bf8dc75548 add krb5_getportbyname
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14125 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-15 16:02:13 +00:00
Love Hörnquist Åstrand
aecf9eb1d9 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14124 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-15 13:08:54 +00:00
Love Hörnquist Åstrand
d2e3b6f2b4 krb5_free_salt and krb5_enctype_valid
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14123 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-15 13:07:15 +00:00
Love Hörnquist Åstrand
d9a43dfd35 document krb5_enctype_valid
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14122 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-15 13:00:11 +00:00
Love Hörnquist Åstrand
071edda84b (get_pa_etype_info{,2}): check for dup enctypes from the client and
filter them out.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14119 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-13 19:08:26 +00:00
Love Hörnquist Åstrand
740681764a x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14118 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-13 14:05:51 +00:00
Love Hörnquist Åstrand
d7c3e29589 print keytypes on long format
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14117 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-13 14:05:33 +00:00
Love Hörnquist Åstrand
86adf3a995 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14116 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-13 13:24:21 +00:00
Love Hörnquist Åstrand
b7664ac1cb document krb5_free_salt
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14115 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-13 13:23:57 +00:00
Love Hörnquist Åstrand
b3c377ae79 data needs to be freed when using krb5_ticket_get_authorization_data_type
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14114 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-12 10:22:04 +00:00
Love Hörnquist Åstrand
710e81318e x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14113 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-11 21:50:01 +00:00
Love Hörnquist Åstrand
f81af1030b test variables in default_cc_name
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14112 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-11 21:49:46 +00:00
Love Hörnquist Åstrand
10f34a170b explain support for varibles in [libdefaults]default_cc_name
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14111 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-11 21:49:08 +00:00
Love Hörnquist Åstrand
1851cd8507 drop ${time}, its not very useful
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14110 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-11 21:44:52 +00:00
Love Hörnquist Åstrand
92b867f617 Add _krb5_expand_default_cc_name that expand variables in the default
cc name. Supported variables now are: ${time},${uid} and ${null}


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14109 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-11 21:42:34 +00:00
Love Hörnquist Åstrand
71ddb66f10 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14108 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-11 19:38:24 +00:00
Love Hörnquist Åstrand
d81bbb37ac x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14107 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-11 19:26:43 +00:00
Love Hörnquist Åstrand
292536b121 document default_cc_name
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14106 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-11 19:25:22 +00:00
Love Hörnquist Åstrand
3ea7dd11bb (krb5_cc_set_default_name): s/libdefault/libdefaults/
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14105 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-11 19:21:20 +00:00
Love Hörnquist Åstrand
5d2f79f90c (DES_rand_data): also try /dev/arandom
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14104 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-10 11:21:48 +00:00
Love Hörnquist Åstrand
6f6b196959 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14103 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-09 13:41:45 +00:00
Love Hörnquist Åstrand
350845db92 ifdef protect AFS_SYSCALL for DragonFly since they still define
__FreeBSD__ (and __FreeBSD_version), but claim that they will stop
doing it some time...


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14102 ec53bebd-3082-4978-b11e-865c3cabbd6b
2004-08-09 13:41:32 +00:00