Commit Graph

14753 Commits

Author SHA1 Message Date
Love Hörnquist Åstrand
761bb32c40 (parse_record): fix casting to avoid losing const
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15411 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-16 16:46:16 +00:00
Love Hörnquist Åstrand
601faffba8 add rk_UNCONST that can be used to unconstify variables to avoid
api problems that -Wcast-qual will detect


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15410 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-16 16:39:42 +00:00
Love Hörnquist Åstrand
9dc4717476 since we got no feedback regarding people running heimdal on the
crays, remove the quoted # version


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15409 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-16 16:29:58 +00:00
Love Hörnquist Åstrand
d6777fe3f7 rename index to idx to avoid shadowing
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15408 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-16 16:27:35 +00:00
Love Hörnquist Åstrand
e0cd9d7006 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15403 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-16 16:18:12 +00:00
Love Hörnquist Åstrand
a8a0554fb3 disable threads on aix because of utmp/utmpx problems
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15402 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-16 16:18:02 +00:00
Love Hörnquist Åstrand
7ae8d27bbe check for brokenness in getaddrinfo on AIX that can't handle "0" as
port number.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15401 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-16 16:10:50 +00:00
Love Hörnquist Åstrand
3a721fe1b5 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15400 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-16 15:17:57 +00:00
Love Hörnquist Åstrand
f790e9089a (make_etype_info2_entry): NUL terminate the string
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15398 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-15 11:34:53 +00:00
Love Hörnquist Åstrand
5e9e3d8374 replace strndup with inline copy, free data on failure
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15394 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-15 11:22:33 +00:00
Love Hörnquist Åstrand
b251409222 (_krb5_expand_default_cc_name): replace strndup with inline copy
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15393 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-15 11:18:16 +00:00
Love Hörnquist Åstrand
1969416851 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15392 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-15 03:25:19 +00:00
Love Hörnquist Åstrand
9176b9b05c rename close and log to avoid shadow warnings
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15391 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-15 03:14:05 +00:00
Love Hörnquist Åstrand
098ce70bd4 rename variable to avoid shadowing
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15390 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-15 02:57:09 +00:00
Love Hörnquist Åstrand
625f4bf27f rename index to i to avoid shadowing
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15389 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-15 02:53:20 +00:00
Love Hörnquist Åstrand
2872371a33 (krb5_get_forwarded_creds): rename two of the local `realm' to srealm
to avoid shadowing


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15388 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-15 02:44:36 +00:00
Love Hörnquist Åstrand
76f6061241 (tgs_rep2): rename one of the tkey to uukey to avoid shadow warning
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15387 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-15 02:36:03 +00:00
Love Hörnquist Åstrand
1207596131 (tgs_rep2): rename loop to nloop to avoid shadow warning
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15386 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-15 02:31:56 +00:00
Love Hörnquist Åstrand
6db850f34a 0.8pre
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15376 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-14 12:01:34 +00:00
Love Hörnquist Åstrand
824d5f69be x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15374 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-14 03:33:48 +00:00
Love Hörnquist Åstrand
53730662f4 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15373 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-14 01:46:22 +00:00
Love Hörnquist Åstrand
a53ab943fc TESTS += test_mem
libkrb5_la_SOURCES += kcm.h


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15372 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-14 01:45:04 +00:00
Love Hörnquist Åstrand
025005530d Test run functions, to be used with valgrind to detect memoryleaks.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15371 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-14 01:41:50 +00:00
Love Hörnquist Åstrand
99ddc0cb57 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15370 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-14 00:22:51 +00:00
Love Hörnquist Åstrand
54f8d95f72 (main): catch KRB5_CONFIG_BADFORMAT from krb5_init_context
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15369 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-14 00:14:43 +00:00
Love Hörnquist Åstrand
9766d760ab (main): catch KRB5_CONFIG_BADFORMAT from krb5_init_context
From: Mathias Feiler <feiler@uni-hohenheim.de>


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15368 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-14 00:06:17 +00:00
Love Hörnquist Åstrand
50c19e4dd0 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15367 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-13 22:57:41 +00:00
Love Hörnquist Åstrand
825a65e9b9 Add more missig entires, from Mathias Feiler <feiler@uni-hohenheim.de>
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15366 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-13 22:56:39 +00:00
Love Hörnquist Åstrand
10cedfe58e (pk_principal_from_X509): remember to free KRB5PrincipalName
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15365 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-11 00:42:20 +00:00
Love Hörnquist Åstrand
4fcc39ccbc (krb5_closelog): free all content in krb5_log_facility
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15364 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-11 00:14:28 +00:00
Love Hörnquist Åstrand
7ab99ed744 (krb5_log_facility): drop const from program element
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15363 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-11 00:05:24 +00:00
Love Hörnquist Åstrand
0a9f66241a Add an option to disable ndbm, from Stefan Metzmacher <metze@samba.org>
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15362 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-10 23:58:37 +00:00
Love Hörnquist Åstrand
a36c1df4bd init kvno to please gcc
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15361 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-08 18:11:49 +00:00
Love Hörnquist Åstrand
b2b7abd628 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15360 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-08 18:04:54 +00:00
Love Hörnquist Åstrand
3212d821d6 (do_authenticate): check return value from unparse_auth_args
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15359 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-08 17:58:09 +00:00
Love Hörnquist Åstrand
0133868c80 init some important variables and check that they are set checking
authentication, all to please gcc


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15358 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-08 17:55:06 +00:00
Love Hörnquist Åstrand
956bab4cf0 (recv_conn): init variables to using them uninitialized
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15357 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-07 14:36:12 +00:00
Love Hörnquist Åstrand
f329895834 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15356 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-07 00:56:11 +00:00
Love Hörnquist Åstrand
b8cf2319b3 Spelling.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15355 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-07 00:54:51 +00:00
Love Hörnquist Åstrand
5c0e7fd523 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15354 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-07 00:44:44 +00:00
Love Hörnquist Åstrand
50cc59275b Clarify, spelling and add examples.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15353 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-07 00:43:31 +00:00
Love Hörnquist Åstrand
a3850b13de (kcm_door_server): make static
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15352 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-07 00:35:10 +00:00
Love Hörnquist Åstrand
93aadcfbfa (disallow_getting_krbtgt): Declare.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15351 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-07 00:31:29 +00:00
Love Hörnquist Åstrand
7c84cc33e0 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15350 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-03 10:43:29 +00:00
Love Hörnquist Åstrand
7696971fe7 rework how pthreads support to turned on/off, always run though the
switch to figure out what the linker/compiler flag are


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15349 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-03 10:43:19 +00:00
Love Hörnquist Åstrand
0dd014d499 (filename_check): change signednes of p to avoid warning, move typecasts
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15348 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-02 10:41:28 +00:00
Love Hörnquist Åstrand
bc91ccb255 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15347 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-02 09:56:27 +00:00
Love Hörnquist Åstrand
683bbc3149 (mit_prop_dump): cast argument to krb5_parse_principal to avoid warning
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15346 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-02 09:55:43 +00:00
Love Hörnquist Åstrand
9637f4a684 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15345 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-02 08:18:35 +00:00
Love Hörnquist Åstrand
6e8d98b9be rename KRB5_TL_MOD_PRINC to mit_KRB5_TL_MOD_PRINC to hint its a
constant originating from mit codebase


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15344 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-06-02 08:16:17 +00:00