10cedfe58e
(pk_principal_from_X509): remember to free KRB5PrincipalName
Love Hörnquist Åstrand
2005-06-11 00:42:20 +00:00
4fcc39ccbc
(krb5_closelog): free all content in krb5_log_facility
Love Hörnquist Åstrand
2005-06-11 00:14:28 +00:00
7ab99ed744
(krb5_log_facility): drop const from program element
Love Hörnquist Åstrand
2005-06-11 00:05:24 +00:00
0a9f66241a
Add an option to disable ndbm, from Stefan Metzmacher <metze@samba.org>
Love Hörnquist Åstrand
2005-06-10 23:58:37 +00:00
a36c1df4bd
init kvno to please gcc
Love Hörnquist Åstrand
2005-06-08 18:11:49 +00:00
b2b7abd628
x
Love Hörnquist Åstrand
2005-06-08 18:04:54 +00:00
3212d821d6
(do_authenticate): check return value from unparse_auth_args
Love Hörnquist Åstrand
2005-06-08 17:58:09 +00:00
0133868c80
init some important variables and check that they are set checking authentication, all to please gcc
Love Hörnquist Åstrand
2005-06-08 17:55:06 +00:00
956bab4cf0
(recv_conn): init variables to using them uninitialized
Love Hörnquist Åstrand
2005-06-07 14:36:12 +00:00
f329895834
x
Love Hörnquist Åstrand
2005-06-07 00:56:11 +00:00
b8cf2319b3
Spelling.
Love Hörnquist Åstrand
2005-06-07 00:54:51 +00:00
5c0e7fd523
x
Love Hörnquist Åstrand
2005-06-07 00:44:44 +00:00
50cc59275b
Clarify, spelling and add examples.
Love Hörnquist Åstrand
2005-06-07 00:43:31 +00:00
a3850b13de
(kcm_door_server): make static
Love Hörnquist Åstrand
2005-06-07 00:35:10 +00:00
93aadcfbfa
(disallow_getting_krbtgt): Declare.
Love Hörnquist Åstrand
2005-06-07 00:31:29 +00:00
7c84cc33e0
x
Love Hörnquist Åstrand
2005-06-03 10:43:29 +00:00
7696971fe7
rework how pthreads support to turned on/off, always run though the switch to figure out what the linker/compiler flag are
Love Hörnquist Åstrand
2005-06-03 10:43:19 +00:00
0dd014d499
(filename_check): change signednes of p to avoid warning, move typecasts
Love Hörnquist Åstrand
2005-06-02 10:41:28 +00:00
bc91ccb255
x
Love Hörnquist Åstrand
2005-06-02 09:56:27 +00:00
683bbc3149
(mit_prop_dump): cast argument to krb5_parse_principal to avoid warning
Love Hörnquist Åstrand
2005-06-02 09:55:43 +00:00
9637f4a684
x
Love Hörnquist Åstrand
2005-06-02 08:18:35 +00:00
6e8d98b9be
rename KRB5_TL_MOD_PRINC to mit_KRB5_TL_MOD_PRINC to hint its a constant originating from mit codebase
Love Hörnquist Åstrand
2005-06-02 08:16:17 +00:00
aff0b33bff
x
Love Hörnquist Åstrand
2005-06-02 07:39:30 +00:00
26719d30d9
use struct kafs_data everywhere, don't mix with the typedef kafs_data
Love Hörnquist Åstrand
2005-06-02 07:38:22 +00:00
b8eb6ed9e6
rename more resolve.c symbols
Love Hörnquist Åstrand
2005-06-02 07:35:45 +00:00
7a3b0e2dcd
Don't building map_syscall_name_to_number where its not used.
Love Hörnquist Åstrand
2005-06-02 07:25:58 +00:00
1e11681354
Include <stdlib.h> for srandom/random.
Love Hörnquist Åstrand
2005-06-02 07:18:50 +00:00
40b2813421
x
Love Hörnquist Åstrand
2005-06-02 07:05:35 +00:00
8677471bb1
x
Love Hörnquist Åstrand
2005-06-01 20:20:52 +00:00
6965d18960
s/else if/elif/
Love Hörnquist Åstrand
2005-06-01 20:18:37 +00:00
2d19fec152
x
Love Hörnquist Åstrand
2005-06-01 12:40:36 +00:00
634c5c172f
x
Love Hörnquist Åstrand
2005-06-01 11:21:43 +00:00
5d3efae463
aix case: assume gcc handles -pthread, in the non-gcc case, use the compiler as hint (xlc vs xlc_r) if this environment handles threads or not
Love Hörnquist Åstrand
2005-06-01 11:21:02 +00:00
6062b37261
AIX have a diffrent nm, use -B to get bsd like output
Love Hörnquist Åstrand
2005-06-01 10:46:20 +00:00
c31ebc73a1
If we are allocating 0 entires, avoid failing if ALLOC returns NULL
Love Hörnquist Åstrand
2005-06-01 10:40:05 +00:00
66908bd0e7
Check for [kdc]v4-realm
Love Hörnquist Åstrand
2005-06-01 07:26:20 +00:00
762c7f3ab3
x
Love Hörnquist Åstrand
2005-05-31 22:15:01 +00:00
38ed451ae8
When returning a new error code, set error string.
Love Hörnquist Åstrand
2005-05-31 22:13:50 +00:00
ea4a3e5660
When returning a new error code, either set error string or clear it
Love Hörnquist Åstrand
2005-05-31 22:06:15 +00:00
897ad7f8f3
Adapt to changed signature of _krb5_xunlock, clear more error string where needed.
Love Hörnquist Åstrand
2005-05-31 21:50:43 +00:00
14747af538
(_krb5_xunlock): catch the error and turn it into something sensable
Love Hörnquist Åstrand
2005-05-31 21:48:57 +00:00
2ed1ba03e7
x
Love Hörnquist Åstrand
2005-05-30 21:08:13 +00:00
ed3c91d6b1
x
Love Hörnquist Åstrand
2005-05-30 20:59:43 +00:00
e9cef62ab1
(init_auth): honor ok-as-delegate if local configuration approves
Love Hörnquist Åstrand
2005-05-30 20:58:29 +00:00
8a9b0fd298
x
Johan Danielsson
2005-05-30 20:57:13 +00:00
80973980d5
rename sendlength to prependlength (which hopefully better represents its purpose), and change type to krb5_boolean
Johan Danielsson
2005-05-30 20:56:18 +00:00
34f0637d14
prototype for _gss_check_compat
Love Hörnquist Åstrand
2005-05-30 20:53:46 +00:00
a2285a7802
export check_compat as _gss_check_compat
Love Hörnquist Åstrand
2005-05-30 20:51:51 +00:00
3471204c15
x
Love Hörnquist Åstrand
2005-05-30 20:48:26 +00:00
92c6949daf
(kdb_attrs): add ok-as-delegate
Love Hörnquist Åstrand
2005-05-30 20:47:04 +00:00
e1b08855ae
(attr_to_flags): check for KRB5_KDB_OK_AS_DELEGATE
Love Hörnquist Åstrand
2005-05-30 20:44:54 +00:00
f6c9db26bd
(kadm5_s_get_principal): set KRB5_KDB_OK_AS_DELEGATE
Love Hörnquist Åstrand
2005-05-30 20:43:14 +00:00
5ce5bb68b5
(getit): init data.mask to 0. Problem found by Andrew Abartlet <abartlet@samba.org>
Love Hörnquist Åstrand
2005-05-30 20:41:17 +00:00
5f764ae99f
(tgs_make_reply): copy ok-as-delegate flag from server entry to encrypted ticket flags
Love Hörnquist Åstrand
2005-05-30 20:28:19 +00:00
695342d5c7
rc2
Love Hörnquist Åstrand
2005-05-30 14:45:23 +00:00
464354b0d1
x
Love Hörnquist Åstrand
2005-05-30 14:32:30 +00:00
0cf4c47531
document --disallow-getting-krbtgt and --door-path
Love Hörnquist Åstrand
2005-05-30 14:31:20 +00:00
e3f74b008e
punctuation
Johan Danielsson
2005-05-30 11:23:09 +00:00
4490345796
x
Johan Danielsson
2005-05-30 11:20:11 +00:00
a837b83e57
log signal causing exit
Johan Danielsson
2005-05-30 11:19:56 +00:00
8b6244fb52
(sigterm) set exit_flag to signal causing exit; (main) trap SIGXCPU
Johan Danielsson
2005-05-30 11:19:23 +00:00
dd40353426
x
Love Hörnquist Åstrand
2005-05-30 11:01:47 +00:00
87fd836b5f
(kcm_op_retrieve): check server for krbtgt, not client
Love Hörnquist Åstrand
2005-05-30 10:59:00 +00:00
3ada6dc6c1
ignore SIGPIPE
Love Hörnquist Åstrand
2005-05-30 10:58:14 +00:00
7a6acca3ff
x
Love Hörnquist Åstrand
2005-05-30 10:17:53 +00:00
90645a3e39
Add option to disallow getting krbtgt out from from KCM. KCM will do the fetching part itself.
Love Hörnquist Åstrand
2005-05-30 10:17:43 +00:00
6889cb4fac
x
Luke Howard
2005-05-30 01:46:12 +00:00
0222337891
If ticket is expired, reacquire credentials instead of renewing
Luke Howard
2005-05-30 01:43:23 +00:00
ac6d508a23
x
Love Hörnquist Åstrand
2005-05-29 22:07:38 +00:00
f549696d69
Spelling, from Björn Sandell
Love Hörnquist Åstrand
2005-05-29 21:58:36 +00:00
1f212e6195
spelling, from Björn Sandell
Love Hörnquist Åstrand
2005-05-29 21:55:55 +00:00
07959751e8
x
Love Hörnquist Åstrand
2005-05-29 21:47:01 +00:00
6037e01bd0
x
Love Hörnquist Åstrand
2005-05-29 21:32:58 +00:00
6d7988fa1b
avoid signedness warnings
Love Hörnquist Åstrand
2005-05-29 21:21:12 +00:00
7b953d1fc7
x
Love Hörnquist Åstrand
2005-05-29 18:24:53 +00:00
0762e9fb19
undef _PATH_RSH to make sure our version is used
Love Hörnquist Åstrand
2005-05-29 18:24:43 +00:00
b314613a39
fix test
Love Hörnquist Åstrand
2005-05-29 18:22:59 +00:00
7c2839a3d5
XXX don't run the test unless the machine is in kth.se or su.se because it depends on local resolver configuration.
Love Hörnquist Åstrand
2005-05-29 18:21:54 +00:00