This website requires JavaScript.
b242b2acd9
Release 0.2r
Assar Westerlund
2000-04-02 22:08:40 +00:00
cb34056dd0
fix typo
Assar Westerlund
2000-04-02 21:43:18 +00:00
56b5a4ba2a
*** empty log message ***
Assar Westerlund
2000-04-02 21:42:57 +00:00
15be0de1d8
add check_flags
Assar Westerlund
2000-04-02 21:39:27 +00:00
a3c13cf202
(main): make parse errors a fatal error
Assar Westerlund
2000-04-02 21:27:35 +00:00
d46f9a6cbd
(init): create changepw/kerberos with disallow-tgt and pwchange attributes
Assar Westerlund
2000-04-02 21:26:44 +00:00
c7c7a33ef6
rename all st_mtime variables to avoid conflict with #define.
Assar Westerlund
2000-04-02 21:25:29 +00:00
56711d168d
*** empty log message ***
Assar Westerlund
2000-04-02 21:21:42 +00:00
dc35b87926
*** empty log message ***
Assar Westerlund
2000-03-30 14:11:19 +00:00
a87b353a59
new stuff
Assar Westerlund
2000-03-30 14:07:07 +00:00
1c58dccd77
(krb5_425_conv_principal_ext): add some comments. add fall-back on adding the realm name in lower case.
Assar Westerlund
2000-03-30 14:03:27 +00:00
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
Assar Westerlund
2000-03-29 20:45:33 +00:00
c6b37d75ea
*** empty log message ***
Assar Westerlund
2000-03-28 12:31:17 +00:00
6ef7aee6a0
AC_MSG_WARNING should be AC_MSG_WARN
Assar Westerlund
2000-03-28 12:12:23 +00:00
bd94e208dd
*** empty log message ***
Assar Westerlund
2000-03-28 09:12:40 +00:00
c3043e6c5e
(tn): clean-up a tiny little bit. give-up if we do not manage to connect to any address
Assar Westerlund
2000-03-28 05:21:54 +00:00
d0b3d79130
*** empty log message ***
Assar Westerlund
2000-03-27 01:06:41 +00:00
a4546fce40
recognize solaris 2.8
Assar Westerlund
2000-03-27 01:06:07 +00:00
746b422e1b
*** empty log message ***
Assar Westerlund
2000-03-27 01:04:43 +00:00
5edcf153d6
try to update to freebsd5 (and elf)
Assar Westerlund
2000-03-27 01:02:50 +00:00
338e824cfc
import current version from subversions.gnu.org plus small modifications
Assar Westerlund
2000-03-27 01:00:08 +00:00
062c83f0de
*** empty log message ***
Assar Westerlund
2000-03-27 00:31:50 +00:00
33b253a30a
(print_expire): do not assume anything about the size of time_t, i.e. make it 64-bit happy
Assar Westerlund
2000-03-27 00:30:00 +00:00
32996fd31f
(putenv): bug fixes from <hin@stacken.kth.se >
Assar Westerlund
2000-03-26 23:08:24 +00:00
c244cd2e52
time_t-foobar
Assar Westerlund
2000-03-26 19:53:47 +00:00
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
Assar Westerlund
2000-03-26 19:48:27 +00:00
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
Assar Westerlund
2000-03-26 19:47:59 +00:00
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
Assar Westerlund
2000-03-26 19:46:45 +00:00
b46166825c
*** empty log message ***
Assar Westerlund
2000-03-23 23:08:27 +00:00
5ca9dc1371
(_kadm5_set_keys2): rewrite (_kadm5_set_keys3): add
Assar Westerlund
2000-03-23 23:06:31 +00:00
6e30943f99
(struct kadm_func): add chpass_principal_with_key
Assar Westerlund
2000-03-23 23:05:49 +00:00
7513f3cc7d
new _kadm5_setup_entry
Assar Westerlund
2000-03-23 23:04:25 +00:00
6fadf041d3
(set_funcs): add chpass_principal_with_key
Assar Westerlund
2000-03-23 23:03:38 +00:00
9e629a4fad
(_kadm5_setup_entry): add context
Assar Westerlund
2000-03-23 23:02:35 +00:00
58ef87aed8
update to new prorotype of _kadm5_setup_entry and _kadm5_set_keys
Assar Westerlund
2000-03-23 23:01:40 +00:00
44c00d67c1
(kadm5_chpass_principal_with_key): add
Assar Westerlund
2000-03-23 22:58:26 +00:00
e30b1fc5d9
comment-ize and change calling convention for _kadm5_set_keys*
Assar Westerlund
2000-03-23 22:57:56 +00:00
592be2a027
(kadm5_c_chpass_principal_with_key): add
Assar Westerlund
2000-03-23 22:56:25 +00:00
3e52cd86f1
(hex2n, parse_des_key): add
Assar Westerlund
2000-03-23 22:55:16 +00:00
91b6bc6386
(kadmind_dispatch): add kadm_chpass_with_key
Assar Westerlund
2000-03-23 22:54:53 +00:00
5ba8d63598
(parse_des_key): add prototype
Assar Westerlund
2000-03-23 15:21:15 +00:00
4bfe69645d
add --key
Assar Westerlund
2000-03-23 15:20:43 +00:00
6df8ed90f7
add Id
Assar Westerlund
2000-03-23 03:38:25 +00:00
d69fcfe347
*** empty log message ***
Assar Westerlund
2000-03-20 19:19:55 +00:00
e9c910d633
make versions later than 5.7 of solaris also use 73
Assar Westerlund
2000-03-20 19:19:44 +00:00
9a3cefb99d
newer drafts
Assar Westerlund
2000-03-18 02:04:53 +00:00
89ac710427
*** empty log message ***
Assar Westerlund
2000-03-16 05:47:29 +00:00
1dccdee33b
warn we do not find any yacc
Assar Westerlund
2000-03-16 05:47:09 +00:00
be9014cb54
(afslog_uid_int): use krb_get_tf_fullname instead of krb_get_default_principal
Assar Westerlund
2000-03-16 05:35:56 +00:00
a581099116
*** empty log message ***
Assar Westerlund
2000-03-15 02:58:42 +00:00
0312bc2a02
(map_syscall_name_to_number): ignore # at beginning-of-line
Assar Westerlund
2000-03-15 02:55:51 +00:00
7ed2580db6
update
Assar Westerlund
2000-03-13 22:44:30 +00:00
f444672e4c
*** empty log message ***
Assar Westerlund
2000-03-13 22:44:14 +00:00
fbe43f1d3d
update documentation
Assar Westerlund
2000-03-13 22:42:23 +00:00
7d48b6d39e
add support for display v4 tickets
Assar Westerlund
2000-03-13 22:41:56 +00:00
833a08f5ad
*** empty log message ***
Assar Westerlund
2000-03-13 22:31:36 +00:00
40a2c32429
add 230 for MacOS X per information from <warner.c@apple.com >
Assar Westerlund
2000-03-13 22:31:17 +00:00
4b21b106cd
*** empty log message ***
Assar Westerlund
2000-03-11 15:18:48 +00:00
c00bfb759f
(_SS_PAD1SIZE): try to write an inpenetrable expression that also works on Crays
Assar Westerlund
2000-03-11 15:18:14 +00:00
4ede2a59ea
*** empty log message ***
Assar Westerlund
2000-03-11 03:29:52 +00:00
d52e863cc2
(do_authenticate, do_getticket): call check_flags
Assar Westerlund
2000-03-11 03:29:37 +00:00
fdcc108b67
(do_version4): call check_flags.
Assar Westerlund
2000-03-11 03:29:02 +00:00
86e828c208
(check_flags): make global
Assar Westerlund
2000-03-11 03:27:36 +00:00
96aa1edbf6
*** empty log message ***
Assar Westerlund
2000-03-10 19:32:58 +00:00
fa6ac6f397
(krb5_get_init_creds_password): evil hack to avoid recursion
Assar Westerlund
2000-03-10 19:32:47 +00:00
2d6b3bbc99
call list_file for broken usages of nlst too
Johan Danielsson
2000-03-09 14:02:16 +00:00
3b6efe344f
*** empty log message ***
Assar Westerlund
2000-03-09 07:53:22 +00:00
41c126a7ce
(arg_match_short): backup optind when there's a missing argument so that the error can point at the flag and not the non-existant argument
Assar Westerlund
2000-03-09 07:49:35 +00:00
2a18fdf39e
*** empty log message ***
Assar Westerlund
2000-03-07 21:50:56 +00:00
983c155e89
(SL_BADCOMMAND): define (sl_apropos): add prototype
Assar Westerlund
2000-03-07 21:50:49 +00:00
ba432b58ef
*** empty log message ***
Assar Westerlund
2000-03-07 21:50:10 +00:00
fbde3d5fd2
mandoc-generation (sl_apropos): stolen from arla
Assar Westerlund
2000-03-07 21:49:56 +00:00
dbc3262a57
update
Assar Westerlund
2000-03-04 16:05:32 +00:00
24738e4449
add `krb4_get_tickets' per realm add --anonymous
Assar Westerlund
2000-03-04 16:02:41 +00:00
6b19ae7506
*** empty log message ***
Assar Westerlund
2000-03-04 16:00:00 +00:00
b9392bf482
(krb5_get_init_creds_opt): add `anonymous' and KRB5_GET_INIT_CREDS_OPT_ANONYMOUS
Assar Westerlund
2000-03-04 15:59:37 +00:00
9e5b6ffc2f
(get_init_creds_common): set request_anonymous flag appropriatly
Assar Westerlund
2000-03-04 15:58:44 +00:00
1fe7ab74f2
(krb5_get_init_creds_opt_set_anonymous): add
Assar Westerlund
2000-03-04 15:58:18 +00:00
118976b768
(get_cred_kdc): update call of _krb5_extract_ticket
Assar Westerlund
2000-03-04 15:58:02 +00:00
9c74183667
(_krb5_extract_ticket): new parameter to determine whetever to ignore client name of not. always copy client name from kdc. fix callers.
Assar Westerlund
2000-03-04 15:57:38 +00:00
653d311970
add support for anonyous tickets
Assar Westerlund
2000-03-04 15:55:38 +00:00
6304efeecc
add some more options
Assar Westerlund
2000-03-04 14:43:59 +00:00
a4ffb65207
*** empty log message ***
Assar Westerlund
2000-03-04 14:10:23 +00:00
31433b7364
add man-page for verify_krb5_conf
Assar Westerlund
2000-03-04 14:05:29 +00:00
e75338d2fe
kill help/version optiosn
Assar Westerlund
2000-03-04 14:02:55 +00:00
f72403b2c8
add man-page for string2key
Assar Westerlund
2000-03-04 13:57:31 +00:00
4879ed81d3
*** empty log message ***
Assar Westerlund
2000-03-04 13:52:09 +00:00
98d76b559d
add man-page for pfrom
Assar Westerlund
2000-03-04 13:51:58 +00:00
296aaafbcc
remove references to kdc.conf
Assar Westerlund
2000-03-04 13:40:51 +00:00
bcc78659f5
update and add reference to kdc.conf(8)
Assar Westerlund
2000-03-04 13:32:55 +00:00
82dd39ad26
*** empty log message ***
Assar Westerlund
2000-03-04 13:22:00 +00:00
27fa07447a
remove extra stuff that was comitted accidently
Assar Westerlund
2000-03-04 13:21:28 +00:00
dec4acf53b
*** empty log message ***
Assar Westerlund
2000-03-03 14:11:40 +00:00
5a38a1f0a1
(kerberos5_init): check that we do have a keytab before saying that we will support KERBEROS5
Assar Westerlund
2000-03-03 14:11:17 +00:00
86107b1089
*** empty log message ***
Assar Westerlund
2000-03-03 12:38:11 +00:00
b70a38c1c6
(dump_krb4): get expiration date from valid_end' and not pw_end'
Assar Westerlund
2000-03-03 12:37:06 +00:00
d17102d6a7
(ka_entry): fix name pw_end -> valid_end. add some more fields
Assar Westerlund
2000-03-03 12:36:26 +00:00
42de67f5ce
(v4_prop): set the valid_end' from the v4 expiration date instead of the pw_expire' (ka_convert): set valid_end' from ka expiration data and pw_expire' from pw_change + pw_expire (main): add a default database for ka dumping
Assar Westerlund
2000-03-03 12:35:48 +00:00
f1cdeda7df
*** empty log message ***
Assar Westerlund
2000-03-03 09:03:36 +00:00
973af5cff7
(SOURCES): add timeval.c
Assar Westerlund
2000-03-03 09:03:24 +00:00