Jeffrey Altman [Wed, 28 Jun 2006 21:45:20 +0000 (21:45 +0000)]
fix plugin.c to compile on Windows
plugins.c: Move a brace so that the Windows case falls
within the conditional
ticket: new
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18248
dc483132-0cff-0310-8789-
dd5450dbe970
Jeffrey Altman [Wed, 28 Jun 2006 21:41:43 +0000 (21:41 +0000)]
Windows: fix krb5.h generation
Generate krb5.h into the new location and install it
ticket: new
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18247
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Wed, 28 Jun 2006 05:31:52 +0000 (05:31 +0000)]
allow multiple calls to krb5_get_error_message to retrieve message
(krb5int_get_error): Don't discard old message if the error codes don't match.
Try a little harder not to keep messages in the scratch buffer. Return a copy
of the message, or "out of memory" in the scratch buffer.
(krb5int_vset_error): Try a little harder not to keep messages in the scratch
buffer.
ticket: new
target_version: 1.5
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18246
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Wed, 28 Jun 2006 05:18:38 +0000 (05:18 +0000)]
implement symbol export restrictions for Solaris
* lib.in (solaris.versions): New target. Currently no version id, just a
symbol list.
* libnover.in (solaris.versions): New target.
(clean-libs): Delete it.
* shlib.conf (*-*-solaris*): Use solaris.versions as map file.
(clean-libs): Delete it.
ticket: new
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18245
dc483132-0cff-0310-8789-
dd5450dbe970
Tom Yu [Tue, 27 Jun 2006 22:01:22 +0000 (22:01 +0000)]
mkrel should only generate doc/CHANGES for checkouts
* src/util/mkrel: Only write doc/CHANGES if doing a checkout.
This makes nightly snapshots saner.
ticket: new
tags: pullup
target_version: 1.5
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18243
dc483132-0cff-0310-8789-
dd5450dbe970
Tom Yu [Tue, 27 Jun 2006 02:26:11 +0000 (02:26 +0000)]
write svn log output when building release
* src/util/mkrel: Write output of svn log -v to doc/CHANGES.
ticket: new
target_version: 1.5
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18235
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Tue, 27 Jun 2006 00:00:03 +0000 (00:00 +0000)]
Revise comment on when we should switch from writing back to reading
on a TCP stream. (We don't currently, ever, and we probably should
eventually, but sometimes closing the connection is required.)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18234
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Mon, 26 Jun 2006 23:47:03 +0000 (23:47 +0000)]
* kdc/network.c (make_toolong_error): New function.
(process_tcp_connection): If the specified length exceeds the internal limit,
stop reading and send back a FIELD_TOOLONG error.
* tests/dejagnu/krb-standalone/standalone.exp (doit): When testing TCP mode,
connect to the KDC and send a length of -1, and check that it sends back a
non-empty message.
ticket: 3923
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18233
dc483132-0cff-0310-8789-
dd5450dbe970
Tom Yu [Mon, 26 Jun 2006 23:09:51 +0000 (23:09 +0000)]
make gssint_get_mechanism match prototype
* src/lib/gssapi/mechglue/g_initialize.c (gssint_get_mechanism):
Protoize, and make match mglueP.h.
ticket: new
target_version: 1.5
tags: pullup
component: krb5-libs
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18230
dc483132-0cff-0310-8789-
dd5450dbe970
Tom Yu [Mon, 26 Jun 2006 22:04:51 +0000 (22:04 +0000)]
* src/lib/krb5_32.def: Export krb5_copy_context
* src/lib/krb5/libkrb5.exports: Export krb5_copy_context.
* src/lib/krb5/krb/init_ctx.c (krb5_copy_context): Fix malloc
argument for nctx. Handle null default_ccname case.
ticket: 2856
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18229
dc483132-0cff-0310-8789-
dd5450dbe970
Tom Yu [Mon, 26 Jun 2006 21:03:04 +0000 (21:03 +0000)]
* src/include/krb5/krb5.hin: Add prototype for krb5_copy_context
* src/lib/krb5/krb/init_ctx.c (krb5_copy_context): New function to
copy/clone an existing krb5 context.
(copy_ktypes): Local helper function.
ticket: 2856
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18228
dc483132-0cff-0310-8789-
dd5450dbe970
Jeffrey Altman [Sun, 25 Jun 2006 19:21:41 +0000 (19:21 +0000)]
NetIDMgr updates
* add scrollbars to option tree pane in configuration dialog
* convert to using Microsoft's safe string library both to ensure
safe string manipulation and to avoid deprecation warnings
* disable deprecation warnings for Platform SDK header shlwapi.h
which cannot otherwise be compiled
* add kerberos 5 kvno property to tickets. display in properties
dialog and main window if column selected by user
* improve manifest handling in order to support both manifests
generated by the compiler and those hand crafted in order to
specify the correct versions of the custom control libraries.
* update khimaira message types and credential acquisition
documentation
ticket: new
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18212
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Sat, 24 Jun 2006 03:07:29 +0000 (03:07 +0000)]
* k5-int.h (krb5_copy_error_state): New macro
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18210
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Sat, 24 Jun 2006 02:39:52 +0000 (02:39 +0000)]
Fix krb5_get_profile to create a new profile duplicating the list of
files from the one in the provided context, instead of constructing
and checking the file list from scratch. Uses a new function in the
profile library, not put into the public API yet.
* util/profile/prof_init.c (profile_copy): New function.
* util/profile/prof_int.h (profile_copy): Declare it.
* lib/krb5/os/Makefile.in (LOCALINCLUDES): Look in the profile source dir.
* lib/krb5/os/init_os_ctx.c (krb5_get_profile): Replace all the previous code
with a call to profile_copy.
ticket: 3925
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18209
dc483132-0cff-0310-8789-
dd5450dbe970
Tom Yu [Fri, 23 Jun 2006 02:57:32 +0000 (02:57 +0000)]
fix typo in MS_BUG_TEST case in krb5_gss_glue.c
* src/lib/gssapi/krb5/krb5_gss_glue.c (krb5_mech_configs_hack):
Fix typo in MS_BUG_TEST case.
ticket: new
target_version: 1.5
tags: pullup
component: krb5-libs
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18208
dc483132-0cff-0310-8789-
dd5450dbe970
Tom Yu [Fri, 23 Jun 2006 02:56:30 +0000 (02:56 +0000)]
fix signedness warnings in spnego_mech.c
* src/lib/gssapi/spnego/spnego_mech.c: Fix numerous signedness
warnings.
ticket: new
target_version: 1.5
tags: pullup
component: krb5-libs
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18207
dc483132-0cff-0310-8789-
dd5450dbe970
Tom Yu [Thu, 22 Jun 2006 22:23:02 +0000 (22:23 +0000)]
* src/lib/krb5/krb/srv_rcache.c (krb5_get_server_rcache): Apply
patch from Rainer Weikusat to avoid double-free when
rc_resolve_full() fails due to misconfiguration.
ticket: 3924
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18206
dc483132-0cff-0310-8789-
dd5450dbe970
Tom Yu [Thu, 22 Jun 2006 21:31:15 +0000 (21:31 +0000)]
* src/lib/kadm5/ovsec_glue.c:
* src/lib/kadm5/unit-test/init-test.c:
* src/lib/kadm5/unit-test/iter-test.c:
* src/lib/kadm5/unit-test/lock-test.c: Include string.h to avoid
implicit definitions. Patch from Michael Calmer.
ticket: 3903
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18205
dc483132-0cff-0310-8789-
dd5450dbe970
Tom Yu [Thu, 22 Jun 2006 20:06:45 +0000 (20:06 +0000)]
* src/util/mkrel: Edit patchlevel.h before running reconf
ticket: 3922
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18204
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Thu, 22 Jun 2006 19:18:19 +0000 (19:18 +0000)]
(clean-unix): Use DEPTARGETS_CLEAN instead of DEPTARGETS.
(DEPTARGETS_CLEAN, DEPTARGETS_@top_srcdir@_.): New targets; define so that
DEPTARGETS_CLEAN has the DEP_VERIFY targets only at the top level.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18203
dc483132-0cff-0310-8789-
dd5450dbe970
Tom Yu [Thu, 22 Jun 2006 18:49:23 +0000 (18:49 +0000)]
* src/lib/gssapi/mechglue/g_initialize.c: Remove unused variables
and include gss_libinit.h to clean up warnings. Patch from
Michael Calmer.
ticket: 3918
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18202
dc483132-0cff-0310-8789-
dd5450dbe970
Sam Hartman [Thu, 22 Jun 2006 18:43:20 +0000 (18:43 +0000)]
r18022@luminous: jaltman | 2006-05-19 05:18:37 -0400
Updates of portable CCAPI sources. All code compiles.
r18025@luminous: jaltman | 2006-05-20 23:48:39 -0400
Construct an outline of a sample platform specific main.c
Add ccs_serv_cleanup() routine. Currently does nothing.
Correct field names used within the authorization check.
r18026@luminous: jaltman | 2006-05-22 02:25:43 -0400
More byte order conversions in the server operations code.
r18027@luminous: jaltman | 2006-05-22 13:12:49 -0400
Source files containing common routines used by both
the client and the server.
r18028@luminous: jaltman | 2006-05-22 13:17:07 -0400
Move msg.c and marshall.c to common library.
Add dllmain.c which contains the Windows DllMain() entry
point. This must be moved later to a Windows specific
directory.
Cleanup type usage and function name references.
All that is missing now from the client DLL is a definition
of cci_perform_rpc() which is the entry point to the IPC
routine.
r18029@luminous: jaltman | 2006-05-22 13:18:27 -0400
Move generic list functions to common/generic_lists.c
so they can be used by both the client dll and the server.
Fix type utilization in serv_ops.c
r18083@luminous: jaltman | 2006-06-05 13:49:34 -0400
improved error handling
r18094@luminous: jaltman | 2006-06-09 10:42:04 -0400
* corrections to windows rpc layer
* corrections to network byte order conversions
r18095@luminous: lxs | 2006-06-09 17:46:24 -0400
cci_msg_retrieve_blob(): changed argument 4 from void** to char**
to suppress the warnings from gcc.
r18096@luminous: lxs | 2006-06-09 17:55:32 -0400
moved enum cc_list_type to generic_lists.h to avoid "incomplete enum"
warnings when compiling generic_lists.c
r18097@luminous: lxs | 2006-06-09 17:56:15 -0400
Removed ancient Metrowerks tests from public headers.
r18098@luminous: lxs | 2006-06-09 17:57:20 -0400
Include string.h to get memcpy, strlen, etc on BSD OSes.
r18099@luminous: lxs | 2006-06-09 17:59:36 -0400
Added Mac OS X project file and Mach-IPC support code
r18106@luminous: jaltman | 2006-06-12 09:56:31 -0400
remove duplicate header file and obsolete source file
r18193@luminous: jaltman | 2006-06-22 12:57:14 -0400
This commit updates lib/krb5/ccache/ccapi to support CCAPI Version 3
and above. Specify -DUSE_CCAPI_V3=1 when compiling to use CCAPI Version 3
r18194@luminous: jaltman | 2006-06-22 12:58:37 -0400
Fix parameter name in cc_credentials_iterator_t next()
r18195@luminous: jaltman | 2006-06-22 12:59:08 -0400
Add missing header
r18196@luminous: jaltman | 2006-06-22 13:11:37 -0400
Use the old exported names for setup and shutdown
r18197@luminous: jaltman | 2006-06-22 13:18:14 -0400
krb5_stdccv3_setup is ok
=== Please enter your commit message above this line ===
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18200
dc483132-0cff-0310-8789-
dd5450dbe970
Sam Hartman [Thu, 22 Jun 2006 18:42:12 +0000 (18:42 +0000)]
Revert 18100 before merging onto trunk
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/ccapi@18199
dc483132-0cff-0310-8789-
dd5450dbe970
Tom Yu [Thu, 22 Jun 2006 18:36:16 +0000 (18:36 +0000)]
Apply (modified) patches from Michael Calmer to fix some warnings
* src/lib/gssapi/spnego/spnego_mech.c (get_req_flags): Remove
unused var.
(get_negTokenResp): Fix signedness bug.
(make_spnego_tokenInit_msg): Remove unused vars
(make_spnego_tokenTarg_msg): Initialize uninitialized vars.
* src/lib/gssapi/spnego/gssapiP_spnego.h: Delete TWRITE_STR.
ticket: 3905
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18198
dc483132-0cff-0310-8789-
dd5450dbe970
Jeffrey Altman [Thu, 22 Jun 2006 17:18:14 +0000 (17:18 +0000)]
krb5_stdccv3_setup is ok
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/ccapi@18197
dc483132-0cff-0310-8789-
dd5450dbe970
Jeffrey Altman [Thu, 22 Jun 2006 17:11:37 +0000 (17:11 +0000)]
Use the old exported names for setup and shutdown
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/ccapi@18196
dc483132-0cff-0310-8789-
dd5450dbe970
Jeffrey Altman [Thu, 22 Jun 2006 16:59:08 +0000 (16:59 +0000)]
Add missing header
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/ccapi@18195
dc483132-0cff-0310-8789-
dd5450dbe970
Jeffrey Altman [Thu, 22 Jun 2006 16:58:37 +0000 (16:58 +0000)]
Fix parameter name in cc_credentials_iterator_t next()
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/ccapi@18194
dc483132-0cff-0310-8789-
dd5450dbe970
Jeffrey Altman [Thu, 22 Jun 2006 16:57:14 +0000 (16:57 +0000)]
This commit updates lib/krb5/ccache/ccapi to support CCAPI Version 3
and above. Specify -DUSE_CCAPI_V3=1 when compiling to use CCAPI Version 3
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/ccapi@18193
dc483132-0cff-0310-8789-
dd5450dbe970
Tom Yu [Thu, 22 Jun 2006 03:00:53 +0000 (03:00 +0000)]
* src/util/support/plugins.c (krb5int_open_plugin): Use RTLD_LOCAL
instead of RTLD_GLOBAL. Use RTLD_GROUP if available.
ticket: 3909
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18192
dc483132-0cff-0310-8789-
dd5450dbe970
Tom Yu [Wed, 21 Jun 2006 22:25:19 +0000 (22:25 +0000)]
remove unimplemented/unused mechglue functions
* src/lib/gssapi/mechglue/Makefile.in (SRCS, STLIBOBJS): Delete
g_userok, gssd_pname_to_uid.
* src/lib/gssapi/mechglue/mechglue.h: Delete gssd_pname_to_uid,
gss_initialize.
* src/lib/gssapi/mechglue/mglueP.h: Delete gssint_userok,
gssd_pname_to_uid, gssint_get_mechanism_ext,
gss_acquire_cred_with_password_sfct, gss_mechanism_ext.
* src/lib/gssapi/g_userok.c:
* src/lib/gssapi/g_indicate_mechs.c:
* src/lib/gssapi/gen_oids.c:
* src/lib/gssapi/gssd_pname_to_uid: Delete.
* src/lib/gssapi/mechglue/g_initialize.c: Delete
gssint_get_mechanism_ext.
ticket: new
target_version: 1.5
tags: pullup
component: krb5-libs
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18187
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Wed, 21 Jun 2006 21:51:26 +0000 (21:51 +0000)]
Spawn ftp client with "-d" and "-v" for better debugging
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18186
dc483132-0cff-0310-8789-
dd5450dbe970
Tom Yu [Wed, 21 Jun 2006 21:08:31 +0000 (21:08 +0000)]
cease export of krb5_gss_*
* src/lib/gssapi/libgssapi_krb5.exports: Cease export of krb5
mechanism entry points which were once equivalent to GSS-API entry
points. These were never public interfaces, and calling them
directly now can cause problems. Also, cease export of some
other internal symbols.
ticket: new
target_version: 1.5
tags: pullup
component: krb5-libs
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18185
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Wed, 21 Jun 2006 00:31:19 +0000 (00:31 +0000)]
*sigh*
Stupid typo in last change.
ticket: 2759
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18184
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Wed, 21 Jun 2006 00:28:21 +0000 (00:28 +0000)]
(GET_HOST_BY_NAME, GET_HOST_BY_ADDR) [GETHOSTBYNAME_RETURNS_INT]: Test
the output hostent pointer as an additional way of checking for errors.
Original patch from Nalin Dahyabhai, needed some tweaking to fit in
current sources, especially as updated in ticket 3911.
ticket: 2759
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18183
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Wed, 21 Jun 2006 00:12:03 +0000 (00:12 +0000)]
Revert part of previous changes: Move temporary values that don't need
longer storage duration, like error codes, back into GET_*_BY_* macros.
ticket: 3911
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18182
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Tue, 20 Jun 2006 23:59:56 +0000 (23:59 +0000)]
Revert an untested change that wasn't supposed to go into this ticket
ticket: 18180
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18181
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Tue, 20 Jun 2006 23:59:11 +0000 (23:59 +0000)]
getaddrinfo code uses vars outside of storage duration
The calls to gethostbyname_r and friends were wrapped in macros that declared
automatic variables for the auxiliary storage needed, but the pointers returned
by the functions would be used outside of that scope, when the storage would no
longer be valid.
Changed the macro interfaces to define new types for the auxiliary storage, and
add a new argument to the macros referring to that storage. Changed call sites
accordingly.
ticket: new
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18180
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Tue, 20 Jun 2006 23:27:01 +0000 (23:27 +0000)]
(kadmin_cpw): Don't crash if principal name is not given. Based on a
patch from S Rahul.
(extended_com_err_fn): If error code is zero, don't fetch an error message.
ticket: 3308
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18179
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Tue, 20 Jun 2006 23:22:21 +0000 (23:22 +0000)]
Document kpropd -a option
ticket: 2087
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18178
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Tue, 20 Jun 2006 23:21:31 +0000 (23:21 +0000)]
whitespace
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18177
dc483132-0cff-0310-8789-
dd5450dbe970
Tom Yu [Tue, 20 Jun 2006 22:35:20 +0000 (22:35 +0000)]
fix parallel builds for libgss
* src/lib/gssapi/Makefile.in (SUBDIROBJLISTS): Add missing spnego
directory.
ticket: new
target_version: 1.5
tags: pullup
component: krb5-build
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18176
dc483132-0cff-0310-8789-
dd5450dbe970
Russ Allbery [Tue, 20 Jun 2006 21:45:16 +0000 (21:45 +0000)]
In verify_krb_v4_tgt, use an unsigned KRB4_32 to store an address rather
than an unsigned long to avoid memcpying past the end of a structure on
64-bit platforms.
Ticket: 581
Version_Reported: 1.0.5
Target_Version: 1.5
Tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18175
dc483132-0cff-0310-8789-
dd5450dbe970
Tom Yu [Tue, 20 Jun 2006 05:19:07 +0000 (05:19 +0000)]
krb5-1.6-prerelease
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18170
dc483132-0cff-0310-8789-
dd5450dbe970
Russ Allbery [Mon, 19 Jun 2006 23:37:09 +0000 (23:37 +0000)]
Pass in the correct value for the first argument of select (one larger
than the largest file number in the select set) rather than some multiple
of sizeof some struct. The latter is large enough accidentally work, but
breaks on AIX.
Map IPv4-mapped IPv6 addresses back to IPv4 in krshd for the purposes of
connecting back to the remote system on AIX, since on AIX getnameinfo
returns such addresses but connect won't accept them.
Ticket: 3122
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18166
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Mon, 19 Jun 2006 23:33:36 +0000 (23:33 +0000)]
Make local const array of structures static too
ticket: 3276
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18165
dc483132-0cff-0310-8789-
dd5450dbe970
Russ Allbery [Mon, 19 Jun 2006 17:59:05 +0000 (17:59 +0000)]
Update config.guess and config.sub to the current versions from
savannah.gnu.org.
Ticket: 3900
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18164
dc483132-0cff-0310-8789-
dd5450dbe970
Jeffrey Altman [Mon, 19 Jun 2006 17:33:36 +0000 (17:33 +0000)]
Export krb5_gss_register_acceptor_identity in KFW
krb5_gss_register_acceptor_identity is a gss krb5 extension that is
part of the public ABI. It does not have a gss_krb5_* name due to
historical reasons. Instead there is a gss_krb5_register_acceptor_identity
macro that uses this export.
ticket: new
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18163
dc483132-0cff-0310-8789-
dd5450dbe970
Jeffrey Altman [Sun, 18 Jun 2006 03:35:12 +0000 (03:35 +0000)]
gssapi32.def: Export gss_inquire_mechs_for_name now that
it has been implemented.
ticket: new
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18162
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Sat, 17 Jun 2006 00:57:22 +0000 (00:57 +0000)]
Test for and use setutsent, based on a patch from Nate Yocom at Centrify.
Modified to restrict the configure test to just the pty library.
ticket: 3423
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18161
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Sat, 17 Jun 2006 00:23:48 +0000 (00:23 +0000)]
delete old .Sanitize files
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18160
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Sat, 17 Jun 2006 00:22:37 +0000 (00:22 +0000)]
(foo): bar
Testing changes to rt-cvsgate script to ignore RT "commands" with parens.
ticket: 169
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18159
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Fri, 16 Jun 2006 23:41:54 +0000 (23:41 +0000)]
(hpux10.exports): Export initializer and destructor symbols(?). Patch
from Albert Chin.
ticket: 3129
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18158
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Fri, 16 Jun 2006 06:58:42 +0000 (06:58 +0000)]
Change a bunch of calls to ctype macros (those cited by Jeff, and a
few others) to cast the character values to unsigned char.
ticket: 3445
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18156
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Fri, 16 Jun 2006 05:53:34 +0000 (05:53 +0000)]
fix for support lib version number change
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18155
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Fri, 16 Jun 2006 00:26:49 +0000 (00:26 +0000)]
Remove -lkrb5support, which should be for internal use only, from the displayed
list of libraries. This means the output is not suitable for linking against
static libraries built from the tree, but prevents us from committing to
keeping libkrb5support.1 in all future Mac shared-library builds (in addition
to the libkrb5support.0 we're stuck with for non-Mac UNIXy shared-library
builds).
ticket: 3887
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18154
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Fri, 16 Jun 2006 00:10:08 +0000 (00:10 +0000)]
ftpd's getline conflicts with current glibc headers
Reported by Ubaidul Khan on kerberos@mit this date.
GNU libc includes a function getline with an incompatible prototype.
It hasn't caused problems for MIT on RHEL 4 (glibc 2.3.4), but
apparently FC5 has a newer set of headers in which it does.
* ftpcmd.y (getline): Renamed to ftpd_getline. Declarations and callers
changed.
* ftpd.c (getline): Remove duplicate declaration.
ticket: new
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18153
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Thu, 15 Jun 2006 23:58:19 +0000 (23:58 +0000)]
* configure.in: Set and substitute SUPPORTLIB_MAJOR based on operating system.
* util/support/Makefile.in (LIBMAJOR): Use it.
(LIBMINOR): Bump.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18152
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Thu, 15 Jun 2006 22:42:53 +0000 (22:42 +0000)]
Increase buffer sizes to 64K where a Kerberos 5 authenticator might be
exchanged. Suggested by Markus Moeller.
ticket: 2615
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18151
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Thu, 15 Jun 2006 22:28:48 +0000 (22:28 +0000)]
remove unused versions of makefiles
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18150
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Thu, 15 Jun 2006 22:21:58 +0000 (22:21 +0000)]
* config/pre.in (KRB5_BASE_LIBS): Add $(DL_LIB).
* krb5-config.in: Add DL_LIB.
ticket: 3838
status: open
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18149
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Thu, 15 Jun 2006 22:01:57 +0000 (22:01 +0000)]
(kadmin_startup): Properly skip "\@" and "\/" sequences when
processing principal name, rather than going into an infinite loop.
Suggested by Mark Phalan at Sun.
ticket: 3697
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18148
dc483132-0cff-0310-8789-
dd5450dbe970
Tom Yu [Thu, 15 Jun 2006 19:48:47 +0000 (19:48 +0000)]
* src/lib/gssapi/libgssapi_krb5.exports: Add
gss_inquire_mechs_for_name.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18143
dc483132-0cff-0310-8789-
dd5450dbe970
Tom Yu [Thu, 15 Jun 2006 19:05:38 +0000 (19:05 +0000)]
* src/lib/gssapi/krb5/gssapiP_krb5.h: Restore prototype of
krb5_gss_release_oid() for now.
* src/lib/gssapi/krb5/rel_oid.c (krb5_gss_release_oid): Restore
for now.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18142
dc483132-0cff-0310-8789-
dd5450dbe970
Tom Yu [Thu, 15 Jun 2006 18:40:25 +0000 (18:40 +0000)]
make depend
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18141
dc483132-0cff-0310-8789-
dd5450dbe970
Tom Yu [Thu, 15 Jun 2006 18:36:38 +0000 (18:36 +0000)]
* src/lib/gssapi/mechglue/Makefile.in (mydir):
* src/lib/gssapi/spnego/Makefile.in (mydir): Point to correct
locations.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18140
dc483132-0cff-0310-8789-
dd5450dbe970
Tom Yu [Thu, 15 Jun 2006 18:22:17 +0000 (18:22 +0000)]
remove spuriously resurrected file from merge
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18139
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Thu, 15 Jun 2006 02:51:22 +0000 (02:51 +0000)]
* rc_io.c (krb5_rc_io_move): Use same code for cygwin as for normal
Windows build.
ticket: 1434
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18138
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Thu, 15 Jun 2006 02:40:23 +0000 (02:40 +0000)]
Conditionalize declarations of krb5int_make_srv_query_realm and
krb5int_free_srv_dns_data on KRB5_DNS_LOOKUP.
ticket: 2628
status: open
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18137
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Thu, 15 Jun 2006 02:35:44 +0000 (02:35 +0000)]
Make __kdb2_hash_open declaration and definition consistent
ticket: 2628
status: open
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18136
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Thu, 15 Jun 2006 02:02:02 +0000 (02:02 +0000)]
This ticket is pretty old, and the config files have been changed
around a bit since, but this is an attempt to integrate the patch...
ticket: 856
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18135
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Wed, 14 Jun 2006 23:44:48 +0000 (23:44 +0000)]
Some simple transformations:
Use ANSI C function definitions instead of old K&R style.
Rename local variable "res" to "clnt_res".
Cast clnt_call arguments to xdrproc_t and caddr_t.
This brings the code more in line with what current (RHEL) rpcgen would do.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18134
dc483132-0cff-0310-8789-
dd5450dbe970
Tom Yu [Wed, 14 Jun 2006 22:27:54 +0000 (22:27 +0000)]
Merge from branches/mechglue. Initial integration of Sun-donated
mechglue and SPNEGO implementations. Additional changes outside of
src/lib/gssapi:
* src/configure.in: Add lib/gssapi/mechglue and lib/gssapi/spnego
to list of directories to output Makefile in.
* src/lib/rpc/unit-test/rpc_test.0/expire.exp (expired): Update
regexp for mechglue.
* src/tests/dejagnu/krb-standalone/v4gssftp.exp (v4ftp_test):
Update "Miscellaneous failure" regexp for mechglue.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18131
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Wed, 14 Jun 2006 21:42:02 +0000 (21:42 +0000)]
remove old cvs log comment
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18130
dc483132-0cff-0310-8789-
dd5450dbe970
Russ Allbery [Wed, 14 Jun 2006 20:31:52 +0000 (20:31 +0000)]
When NULL is passed into krb_get_in_pw_tkt, we only want to prompt once
for the password rather than passing NULL along to each string to key
function causing each to prompt independently. Modify krb_get_in_pw_tkt
to call des_read_pw_string directly and then pass the resulting password
into each string to key function as needed. Add a prototype of
des_read_pw_string to krb4int.h since it's an exported function of
libdes425 but isn't prototyped in des.h.
Ticket: 2648
Version_Reported: 1.3.3
Component: krb5-libs
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18129
dc483132-0cff-0310-8789-
dd5450dbe970
Russ Allbery [Tue, 13 Jun 2006 16:08:38 +0000 (16:08 +0000)]
Enable kinit -a to match the man page and add documentation
Ticket: 3030
Reported_Version: 1.4.1
Component: krb5-clients
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18125
dc483132-0cff-0310-8789-
dd5450dbe970
Russ Allbery [Tue, 13 Jun 2006 16:03:12 +0000 (16:03 +0000)]
telnet help should telnet to a host named help, not display a usage
message. Only support ?, not help, to request help with the open
command. The same change was made in netkit's telnet.
Ticket: 3269
Component: krb5-appl
Version_Reported: 1.4.2
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18124
dc483132-0cff-0310-8789-
dd5450dbe970
Russ Allbery [Tue, 13 Jun 2006 15:34:27 +0000 (15:34 +0000)]
Change kprop and kpropd to fall back on port 754 if krb5_prop isn't
available via getservbyname rather than failing.
Ticket: 3268
Version_Reported: 1.4.2
Component: krb5-misc
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18123
dc483132-0cff-0310-8789-
dd5450dbe970
Russ Allbery [Tue, 13 Jun 2006 15:24:03 +0000 (15:24 +0000)]
Change man page cross-reference to kerberos(1) from kerberos(3)
Ticket: 3008
Version_Reported: 1.3.6
Component: krb5-appl
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18122
dc483132-0cff-0310-8789-
dd5450dbe970
Russ Allbery [Tue, 13 Jun 2006 15:18:04 +0000 (15:18 +0000)]
POSIX allows getpwnam_r and getpwuid_r to return 0 (success) even if the
username or UID could not be found, in which case OUT will be set to
NULL. Elsewhere, code assumes that if k5_getpwnam_r or k5_getpwuid_r
returns 0, OUT is non-NULL. Check whether OUT is NULL and adjust the
return value accordingly in the k5_getpw{nam,uid}_r wrappers.
Ticket: 3490
Version_Reported: 1.4.3
Component: krb5-libs
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18121
dc483132-0cff-0310-8789-
dd5450dbe970
Russ Allbery [Tue, 13 Jun 2006 14:14:27 +0000 (14:14 +0000)]
Prevent a library double-free and crash when a keytab is zero-length.
Based on a patch from Rainer Weikusat.
Ticket: 3549
Version_Reported: 1.4.3
Component: krb5-libs
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18120
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Tue, 13 Jun 2006 00:31:17 +0000 (00:31 +0000)]
Trivial whitespace cleanup in KDC code
ticket: 2712
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18119
dc483132-0cff-0310-8789-
dd5450dbe970
Russ Allbery [Mon, 12 Jun 2006 20:20:21 +0000 (20:20 +0000)]
Allow whitespace in front of comments. Patch from Jeremie Koenig
Ticket: 1988
Version_Reported: 1.3.6
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18118
dc483132-0cff-0310-8789-
dd5450dbe970
Russ Allbery [Mon, 12 Jun 2006 19:59:35 +0000 (19:59 +0000)]
Always include sys/ioctl.h in the telnet and telnetd code, even if
sys/filio.h is available. GNU/kFreeBSD has sys/filio.h but still
requires sys/ioctl.h, and sys/ioctl.h is included unconditionally
elsewhere in the code. Patch from Petr Salinger.
Ticket: 3466
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18117
dc483132-0cff-0310-8789-
dd5450dbe970
Russ Allbery [Mon, 12 Jun 2006 19:47:52 +0000 (19:47 +0000)]
Never return -I/usr/include from --cflags. It's already in the default
compiler search path, causes gcc warnings, and can cause obscure failures
with gcc by including system headers before gcc's internal headers.
Ticket: 3011
Version_Reported: 1.4.2
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18116
dc483132-0cff-0310-8789-
dd5450dbe970
Russ Allbery [Mon, 12 Jun 2006 19:38:29 +0000 (19:38 +0000)]
Update texinfo.tex to the version from texinfo 4.8.1 (2006-02-13.16)
Ticket: 3879
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18115
dc483132-0cff-0310-8789-
dd5450dbe970
Russ Allbery [Mon, 12 Jun 2006 18:58:01 +0000 (18:58 +0000)]
Always initialize the output token in gss_init_sec_context as required
by RFC 2744 section 5.19. The krb5 code did this but the generic code
didn't, causing a double-free in OpenSSH.
Ticket: 3086
Version_Reported: 1.3.6
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18114
dc483132-0cff-0310-8789-
dd5450dbe970
Russ Allbery [Mon, 12 Jun 2006 18:35:03 +0000 (18:35 +0000)]
If krb5_gss_canonicalize_name is given GSS_C_NULL_OID as the mechanism,
assume krb5 using similar logic as other library functions rather than
failing. Patch provided by Daniel Kahn Gillmor.
Ticket: 3467
Version_Reported: 1.4.3
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18113
dc483132-0cff-0310-8789-
dd5450dbe970
Russ Allbery [Mon, 12 Jun 2006 18:19:26 +0000 (18:19 +0000)]
Document the authorization logic used in the absence of .k5login files.
Remove all remaining references to .rhosts authentication; the code to
implement this was already removed.
Ticket: 2577
Version_Reported: 1.3.3
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18112
dc483132-0cff-0310-8789-
dd5450dbe970
Russ Allbery [Mon, 12 Jun 2006 17:49:30 +0000 (17:49 +0000)]
Add dircategory and direntry lines to the texinfo source for better info
documentation. Fix a few typos in variable names.
Ticket: 3014
Version_Reported: 1.4.2
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18111
dc483132-0cff-0310-8789-
dd5450dbe970
Russ Allbery [Mon, 12 Jun 2006 17:43:28 +0000 (17:43 +0000)]
This file uses E* constants and therefore should include errno.h
Ticket: 3266
Version_Reported: 1.3.6
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18110
dc483132-0cff-0310-8789-
dd5450dbe970
Russ Allbery [Mon, 12 Jun 2006 17:19:19 +0000 (17:19 +0000)]
Add man pages for fakeka and k524init
Ticket: 3013
Version_Reported: 1.3.6
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18109
dc483132-0cff-0310-8789-
dd5450dbe970
Russ Allbery [Mon, 12 Jun 2006 17:14:28 +0000 (17:14 +0000)]
krb5.conf option name is udp_preference_limit, not udp_preference_list
Ticket: 3468
Version_Reported: 1.4.3
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18108
dc483132-0cff-0310-8789-
dd5450dbe970
Russ Allbery [Mon, 12 Jun 2006 14:15:52 +0000 (14:15 +0000)]
Fix minor nroff man page problems (stray space, bad cross reference)
Ticket: 3010
Version_Reported: 1.4.2
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18107
dc483132-0cff-0310-8789-
dd5450dbe970
Jeffrey Altman [Mon, 12 Jun 2006 13:56:31 +0000 (13:56 +0000)]
remove duplicate header file and obsolete source file
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/ccapi@18106
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Sat, 10 Jun 2006 01:05:40 +0000 (01:05 +0000)]
Since it appears we don't actually set the conf_tgs_ktypes field except in this
initial allocation of zero elements, it can be deleted, along with
conf_tgs_ktypes_count and the associated code...
ticket: 2786
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18105
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Sat, 10 Jun 2006 00:47:38 +0000 (00:47 +0000)]
Fix stupid typo in last change
ticket: 3233
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18104
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Sat, 10 Jun 2006 00:00:19 +0000 (00:00 +0000)]
Use new macro FILE_OWNER_OK to examine uid of .k5login file.
On Mac, define this to accept UNKNOWNUID as well as 0.
ticket: 3233
status: open
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18103
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Fri, 9 Jun 2006 23:40:17 +0000 (23:40 +0000)]
Call krb5_set_error_message any time multiple errno values are translated to
one KRB5_RC_* error code, and a few other places.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18102
dc483132-0cff-0310-8789-
dd5450dbe970
Ken Raeburn [Fri, 9 Jun 2006 22:48:06 +0000 (22:48 +0000)]
Don't use GNU linker option --as-needed yet
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18101
dc483132-0cff-0310-8789-
dd5450dbe970