Commit Graph

7913 Commits

Author SHA1 Message Date
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
56711d168d *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8086 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-04-02 21:21:42 +00:00
Assar Westerlund
dc35b87926 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8085 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-30 14:11:19 +00:00
Assar Westerlund
a87b353a59 new stuff
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8084 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-30 14:07:07 +00:00
Assar Westerlund
1c58dccd77 (krb5_425_conv_principal_ext): add some comments. add fall-back on
adding the realm name in lower case.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8083 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-30 14:03:27 +00:00
Assar Westerlund
f29f3800a4 remember to repoint all descr->sa to _ss after realloc as this might
have moved the memory around.  problem discovered and diagnosed by
Brandon S. Allbery


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8082 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-29 20:45:33 +00:00
Assar Westerlund
c6b37d75ea *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8081 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-28 12:31:17 +00:00
Assar Westerlund
6ef7aee6a0 AC_MSG_WARNING should be AC_MSG_WARN
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8080 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-28 12:12:23 +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
d0b3d79130 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8077 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-27 01:06:41 +00:00
Assar Westerlund
a4546fce40 recognize solaris 2.8
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8076 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-27 01:06:07 +00:00
Assar Westerlund
746b422e1b *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8075 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-27 01:04:43 +00:00
Assar Westerlund
5edcf153d6 try to update to freebsd5 (and elf)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8074 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-27 01:02:50 +00:00
Assar Westerlund
338e824cfc import current version from subversions.gnu.org plus small modifications
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8073 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-27 01:00:08 +00:00
Assar Westerlund
062c83f0de *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8072 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-27 00:31:50 +00:00
Assar Westerlund
33b253a30a (print_expire): do not assume anything about the size of time_t,
i.e. make it 64-bit happy


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8071 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-27 00:30:00 +00:00
Assar Westerlund
32996fd31f (putenv): bug fixes from <hin@stacken.kth.se>
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8070 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-26 23:08:24 +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
Assar Westerlund
b46166825c *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8065 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-23 23:08:27 +00:00
Assar Westerlund
5ca9dc1371 (_kadm5_set_keys2): rewrite
(_kadm5_set_keys3): add


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8064 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-23 23:06:31 +00:00
Assar Westerlund
6e30943f99 (struct kadm_func): add chpass_principal_with_key
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8063 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-23 23:05:49 +00:00
Assar Westerlund
7513f3cc7d new _kadm5_setup_entry
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8062 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-23 23:04:25 +00:00
Assar Westerlund
6fadf041d3 (set_funcs): add chpass_principal_with_key
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8061 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-23 23:03:38 +00:00
Assar Westerlund
9e629a4fad (_kadm5_setup_entry): add context
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8060 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-23 23:02:35 +00:00
Assar Westerlund
58ef87aed8 update to new prorotype of _kadm5_setup_entry and _kadm5_set_keys
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8059 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-23 23:01:40 +00:00
Assar Westerlund
44c00d67c1 (kadm5_chpass_principal_with_key): add
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8058 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-23 22:58:26 +00:00
Assar Westerlund
e30b1fc5d9 comment-ize and change calling convention for _kadm5_set_keys*
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8057 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-23 22:57:56 +00:00
Assar Westerlund
592be2a027 (kadm5_c_chpass_principal_with_key): add
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8056 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-23 22:56:25 +00:00
Assar Westerlund
3e52cd86f1 (hex2n, parse_des_key): add
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8055 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-23 22:55:16 +00:00
Assar Westerlund
91b6bc6386 (kadmind_dispatch): add kadm_chpass_with_key
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8054 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-23 22:54:53 +00:00
Assar Westerlund
5ba8d63598 (parse_des_key): add prototype
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8053 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-23 15:21:15 +00:00
Assar Westerlund
4bfe69645d add --key
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8052 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-23 15:20:43 +00:00
Assar Westerlund
6df8ed90f7 add Id
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8051 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-23 03:38:25 +00:00
Assar Westerlund
d69fcfe347 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8050 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-20 19:19:55 +00:00
Assar Westerlund
e9c910d633 make versions later than 5.7 of solaris also use 73
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8049 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-20 19:19:44 +00:00
Assar Westerlund
9a3cefb99d newer drafts
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8048 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-18 02:04:53 +00:00
Assar Westerlund
89ac710427 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8047 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-16 05:47:29 +00:00
Assar Westerlund
1dccdee33b warn we do not find any yacc
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8046 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-16 05:47:09 +00:00
Assar Westerlund
be9014cb54 (afslog_uid_int): use krb_get_tf_fullname instead of
krb_get_default_principal


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8045 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-16 05:35:56 +00:00
Assar Westerlund
a581099116 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8044 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-15 02:58:42 +00:00
Assar Westerlund
0312bc2a02 (map_syscall_name_to_number): ignore # at beginning-of-line
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8043 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-15 02:55:51 +00:00
Assar Westerlund
7ed2580db6 update
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8042 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-13 22:44:30 +00:00
Assar Westerlund
f444672e4c *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8041 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-13 22:44:14 +00:00
Assar Westerlund
fbe43f1d3d update documentation
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8040 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-13 22:42:23 +00:00
Assar Westerlund
7d48b6d39e add support for display v4 tickets
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8039 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-13 22:41:56 +00:00
Assar Westerlund
833a08f5ad *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8038 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-13 22:31:36 +00:00