Commit Graph

2285 Commits

Author SHA1 Message Date
Assar Westerlund
5ec33df5ff replace all erroneous calls to pop_log with POP_FAILURE with POP_PRIORITY. reported by Janne Johansson <jj@it.kth.se>
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8182 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-04-12 15:37:46 +00:00
Assar Westerlund
ce65fb922d *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8164 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-04-11 00:19:19 +00:00
Assar Westerlund
fb26f178f9 (login): initialize tmp before calling fgets
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8163 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-04-11 00:18:38 +00:00
Assar Westerlund
fbc29da410 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8160 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-04-09 11:20:25 +00:00
Assar Westerlund
51675c657f allow conversion of v5 -> v4 tickets when logging in with forwarded
tickets


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8159 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-04-09 11:17:22 +00:00
Assar Westerlund
231d5834ac (verfiy_krb5): get the v4-realm from the v5-ticket and not from the
default one.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8158 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-04-09 09:56:25 +00:00
Assar Westerlund
a321675515 (verify_krb5): add obtainting of v4 tickets.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8157 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-04-09 09:40:01 +00:00
Assar Westerlund
cb34056dd0 fix typo
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8092 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-04-02 21:43:18 +00:00
Assar Westerlund
56b5a4ba2a *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8091 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-04-02 21:42:57 +00:00
Assar Westerlund
c7c7a33ef6 rename all st_mtime variables to avoid conflict with #define.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8087 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-04-02 21:25:29 +00:00
Assar Westerlund
bd94e208dd *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8079 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-28 09:12:40 +00:00
Assar Westerlund
c3043e6c5e (tn): clean-up a tiny little bit. give-up if we do not manage to
connect to any address


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8078 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-28 05:21:54 +00:00
Assar Westerlund
c244cd2e52 time_t-foobar
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8069 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-26 19:53:47 +00:00
Assar Westerlund
34406dd27b (*): make sure to always call time, ctime, and gmtime with `time_t's.
there were some types (like in lastlog) that we believed to always be
time_t.  this has proven wrong on Solaris 8 in 64-bit mode, where they
are stored as 32-bit quantities but time_t has gone up to 64 bits


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8068 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-26 19:48:27 +00:00
Assar Westerlund
c4c623ae05 (make_fileinfo): make sure to always call time, ctime, and gmtime with
`time_t's.  there were some types (like in lastlog) that we believed
to always be time_t.  this has proven wrong on Solaris 8 in 64-bit
mode, where they are stored as 32-bit quantities but time_t has gone
up to 64 bits


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8067 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-26 19:47:59 +00:00
Assar Westerlund
85ff7204cc make sure to always call time, ctime, and gmtime with `time_t's.
there were some types (like in lastlog) that we believed to always be
time_t.  this has proven wrong on Solaris 8 in 64-bit mode, where they
are stored as 32-bit quantities but time_t has gone up to 64 bits


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8066 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-26 19:46:45 +00:00
Johan Danielsson
2d6b3bbc99 call list_file for broken usages of nlst too
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8028 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-09 14:02:16 +00:00
Assar Westerlund
4879ed81d3 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8007 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-04 13:52:09 +00:00
Assar Westerlund
98d76b559d add man-page for pfrom
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8006 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-04 13:51:58 +00:00
Assar Westerlund
dec4acf53b *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8001 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-03 14:11:40 +00:00
Assar Westerlund
5a38a1f0a1 (kerberos5_init): check that we do have a keytab before saying that we
will support KERBEROS5


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8000 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-03 14:11:17 +00:00
Björn Groenvall
cf93f02cc3 Target install depends on target all.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7955 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-18 13:12:56 +00:00
Assar Westerlund
13cf73a605 (fork_flag): add
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7947 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-14 02:52:55 +00:00
Assar Westerlund
41fbbd1a82 (proto): with `--fork', create a child and send over/receive creds
with export/import_sec_context


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7927 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-12 21:34:11 +00:00
Assar Westerlund
f8d313b2e0 (read_token): check malloc
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7926 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-12 21:31:38 +00:00
Assar Westerlund
6eb399502d add --fork' / -f' (only used by gssapi)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7925 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-12 21:30:47 +00:00
Assar Westerlund
594c2c745a *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7919 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-12 16:00:37 +00:00
Assar Westerlund
d2881b4b56 (tn): only set tos for AF_INET. From itojun@iijlab.net
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7918 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-12 16:00:07 +00:00
Assar Westerlund
b373e08930 (proto): divide up
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7917 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-11 23:02:28 +00:00
Assar Westerlund
c90283040a *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7877 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-07 03:14:52 +00:00
Assar Westerlund
a3e502e75b (kerberos4_is): send a reject back to the client when we're not
authorized


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7876 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-07 03:14:19 +00:00
Assar Westerlund
27b9663610 (LDADD): make sure we use the heimdal libdes
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7875 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-07 03:13:00 +00:00
Assar Westerlund
e41038ec40 (sec_read): more paranoia with return value from sec_get_data
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7874 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-07 03:11:43 +00:00
Assar Westerlund
7fd0277523 add missing .El. from itojun by way of NetBSD
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7867 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-06 07:10:32 +00:00
Assar Westerlund
f40927e6a7 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7864 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-06 05:59:39 +00:00
Assar Westerlund
919dd3528a only have des stuff if KRB4
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7863 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-06 05:58:56 +00:00
Assar Westerlund
9619d060ed *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7862 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-06 05:52:22 +00:00
Assar Westerlund
865bab938a remove old prorotypes
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7861 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-06 05:52:03 +00:00
Assar Westerlund
8048ddd6c9 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7854 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-06 05:16:06 +00:00
Assar Westerlund
eff27d21b3 (ring_encrypt): better proto
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7853 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-06 05:15:47 +00:00
Assar Westerlund
ef90611749 klduge-around KLUDGELINEMODE
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7849 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-04 09:49:28 +00:00
Assar Westerlund
a7003ca562 (kerberos5_forward): spelling fix
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7839 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-01 00:32:05 +00:00
Assar Westerlund
64ac3537cd (main): kludge around lack of context by sending NULL to
krb5_getportbyname


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7837 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-29 17:28:22 +00:00
Assar Westerlund
4614ae2b00 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7831 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-27 21:09:41 +00:00
Assar Westerlund
3d2f6db640 (main): figure out port number
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7830 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-27 21:09:30 +00:00
Assar Westerlund
3f2e348dcb *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7824 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-25 23:27:01 +00:00
Assar Westerlund
6545f69e99 (auth_encrypt_user): const-ify
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7822 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-25 23:24:58 +00:00
Assar Westerlund
2296f66cd1 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7813 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-25 22:29:29 +00:00
Assar Westerlund
3ef5c9ed95 (RemoteHostName, LocalHostName): const-ify
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7810 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-18 03:12:10 +00:00
Assar Westerlund
e37c27ed94 (auth_encrypt_init, RemoteHostName, LocalHostName): const-ify
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7809 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-18 03:11:40 +00:00