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
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
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
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
0f75ef88d7
(readline): be more liberal in what we accept from el_gets. if count == 0 -> interpret it as EOF. also copy the string first and then cut of the newline, it's cleaner
Assar Westerlund
2000-03-01 20:53:05 +00:00
4749d57521
add back int (got lost)
Assar Westerlund
2000-03-01 20:31:23 +00:00
c65425f7e1
(mod_entry): free princ_ent once
Assar Westerlund
2000-03-01 20:30:12 +00:00
512cc88a95
(init_context_from_config_file): change rfc2052 default to no. 2782 says that underscore should be used.
Assar Westerlund
2000-02-28 01:09:45 +00:00
01f6982803
bump to 0.2r-pre
Assar Westerlund
2000-02-24 14:47:42 +00:00