krb5.git
29 years agoUse Posix sigaction() instead of signal() to set signal handlers.
Theodore Tso [Sat, 29 Apr 1995 04:35:37 +0000 (04:35 +0000)]
Use Posix sigaction() instead of signal() to set signal handlers.
This allows us not to worry about System V signal semantics.  Make the
code use POSIX_SIGNALS by default.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5657 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * g_phost.c: removed references to sys/param.h and netdb.h
Tom Yu [Sat, 29 Apr 1995 04:35:12 +0000 (04:35 +0000)]
* g_phost.c: removed references to sys/param.h and netdb.h
* realmofhost.c: ditt

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5656 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoCall krb5_free_priv_enc_part to free the entire privenc_msg structure
Theodore Tso [Sat, 29 Apr 1995 04:33:04 +0000 (04:33 +0000)]
Call krb5_free_priv_enc_part to free the entire privenc_msg structure

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5655 dc483132-0cff-0310-8789-dd5450dbe970

29 years agokadmin.c (main): Don't free the credentials cache twice in case
Theodore Tso [Sat, 29 Apr 1995 04:32:04 +0000 (04:32 +0000)]
kadmin.c (main): Don't free the credentials cache twice in case
of an error!

Makefile.in (kadmin): Use $(LD) instead of $(CC) so that we can
do purify checking.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5654 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoUse $(LD) instead of $(CC) so that we can do purify checking
Theodore Tso [Sat, 29 Apr 1995 04:31:18 +0000 (04:31 +0000)]
Use $(LD) instead of $(CC) so that we can do purify checking

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5653 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoadm_network.c (setup_network): Use sigaction() instead of
Theodore Tso [Sat, 29 Apr 1995 04:30:45 +0000 (04:30 +0000)]
adm_network.c (setup_network): Use sigaction() instead of
signal() to setup the signal handlers.  This means we
don't need to worry about System V signal semantics.

adm_server.c (kdc_com_err_proc): Free nfmt after done using it.

Makefile.in (kadmind): Use $(LD) instead of $(CC) so that we can
do purify checking.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5652 dc483132-0cff-0310-8789-dd5450dbe970

29 years agokdc_util.c (kdc_process_tgs_req): Make sure apreq->ticket gets
Theodore Tso [Sat, 29 Apr 1995 04:16:10 +0000 (04:16 +0000)]
kdc_util.c (kdc_process_tgs_req): Make sure apreq->ticket gets
freed, since it isn't being passed back to the caller
(anymore).

do_tgs_req.c (process_tgs_req): Free header_ticket when we're
done with it.  (Prevents massive memory leak).

Makefile.in (depend): Use $(LD) instead of $(CC) so that we can
do purify checking.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5651 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoDon't use setreuid() to play games with the real uid, since not all
Theodore Tso [Sat, 29 Apr 1995 00:36:13 +0000 (00:36 +0000)]
Don't use setreuid() to play games with the real uid, since not all
systems have setreuid().  This method of communicating to in_tkt what
the correct owner of the ticket file is completely broken, anyway.  We
skip the setreuid() entirely, and then chown the ticket file to the
correct owner and group afterwards.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5650 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoWindows gssapi demo now works. The UI isn't great but hey
Keith Vetter [Sat, 29 Apr 1995 00:09:05 +0000 (00:09 +0000)]
Windows gssapi demo now works. The UI isn't great but hey

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5648 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * Makefile.in (KLIB): put KRB4_LIB inside KLIB
Mark Eichin [Fri, 28 Apr 1995 22:09:45 +0000 (22:09 +0000)]
* Makefile.in (KLIB): put KRB4_LIB inside KLIB

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5647 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * Makefile.in (LOCAL_LIBRARIES): put KRB4_LIB inside KLIB, and put
Mark Eichin [Fri, 28 Apr 1995 22:05:14 +0000 (22:05 +0000)]
* Makefile.in (LOCAL_LIBRARIES): put KRB4_LIB inside KLIB, and put
KDB4_LIB ahead of them both.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5646 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoDisable command recognition for not-fully-implemented commands
Paul Park [Fri, 28 Apr 1995 22:03:54 +0000 (22:03 +0000)]
Disable command recognition for not-fully-implemented commands

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5645 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * Makefile.in (KLIB): include KRB4_LIB directly, to satisfy both
Mark Eichin [Fri, 28 Apr 1995 22:01:21 +0000 (22:01 +0000)]
* Makefile.in (KLIB): include KRB4_LIB directly, to satisfy both
versions of the dependencies.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5644 dc483132-0cff-0310-8789-dd5450dbe970

29 years agosignal.h, not sys/signal.h
Mark Eichin [Fri, 28 Apr 1995 21:49:24 +0000 (21:49 +0000)]
signal.h, not sys/signal.h

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5643 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoSorry - reinstate <sys/signal.h> for srv_net and proto_serv
Paul Park [Fri, 28 Apr 1995 21:43:03 +0000 (21:43 +0000)]
Sorry - reinstate <sys/signal.h> for srv_net and proto_serv

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5642 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * srv_net.c: include <signal.h>
Mark Eichin [Fri, 28 Apr 1995 21:39:35 +0000 (21:39 +0000)]
* srv_net.c: include <signal.h>

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5641 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoAdded check for POSIX_FILE_LOCK to enable POSIX file locking
Theodore Tso [Fri, 28 Apr 1995 21:39:20 +0000 (21:39 +0000)]
Added check for POSIX_FILE_LOCK to enable POSIX file locking

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5640 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoAdd new document describing kadmin extensions to admin protocol
Paul Park [Fri, 28 Apr 1995 21:00:51 +0000 (21:00 +0000)]
Add new document describing kadmin extensions to admin protocol

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5639 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoMake links work with both --with-krb4 and --with-krb4=/usr/athena
Paul Park [Fri, 28 Apr 1995 20:56:55 +0000 (20:56 +0000)]
Make links work with both --with-krb4 and --with-krb4=/usr/athena

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5638 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * kparse.h (strutol, strsave): are only static in this module
Mark Eichin [Fri, 28 Apr 1995 20:41:31 +0000 (20:41 +0000)]
* kparse.h (strutol, strsave): are only static in this module

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5637 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoFix bug in lang_init_slist() which would not return that it had
Paul Park [Fri, 28 Apr 1995 20:39:44 +0000 (20:39 +0000)]
Fix bug in lang_init_slist() which would not return that it had
successfully initialized.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5636 dc483132-0cff-0310-8789-dd5450dbe970

29 years agooops. s/CHECK/PROG/
Mark Eichin [Fri, 28 Apr 1995 20:38:05 +0000 (20:38 +0000)]
oops. s/CHECK/PROG/

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5635 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoconfigure.in: Add check for KRB5_POSIX_LOCKS
Theodore Tso [Fri, 28 Apr 1995 20:36:57 +0000 (20:36 +0000)]
configure.in: Add check for KRB5_POSIX_LOCKS

krb_dbm.c: Add #include of fcntl.h; if POSIX_FILE_LOCKS is
        defined, use POSIX-style locking.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5634 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoAdd #include of fcntl.h
Theodore Tso [Fri, 28 Apr 1995 20:23:10 +0000 (20:23 +0000)]
Add #include of fcntl.h

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5633 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * configure.in (PATH): use internal AC_CHECK_ECHO_N because change
Mark Eichin [Fri, 28 Apr 1995 20:18:19 +0000 (20:18 +0000)]
* configure.in (PATH): use internal AC_CHECK_ECHO_N because change
in path might change behavior of echo (example: solaris, native
shell, with GNU echo (-n) in user path, but only Solaris echo (\c)
in path here.)

(AC_PATH_PROG should probably get fixed, to deal with this possibility. Later.)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5632 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * lndir (ls): use ls -a to get dotfiles too
Mark Eichin [Fri, 28 Apr 1995 20:15:12 +0000 (20:15 +0000)]
* lndir (ls): use ls -a to get dotfiles too

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5631 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoDon't try to strip an empty line. This causes memory reference error
Theodore Tso [Fri, 28 Apr 1995 19:58:06 +0000 (19:58 +0000)]
Don't try to strip an empty line.  This causes memory reference error

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5630 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoUse $(LD) instead of $(CC) when trying to link. (So purify works).
Theodore Tso [Fri, 28 Apr 1995 19:51:42 +0000 (19:51 +0000)]
Use $(LD) instead of $(CC) when trying to link.  (So purify works).
Note: to get things to work on the Mac, just put LD=$(CC) in the
Makefile.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5629 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoAdd kadm to list of subdirectories to be built
Paul Park [Fri, 28 Apr 1995 19:36:27 +0000 (19:36 +0000)]
Add kadm to list of subdirectories to be built

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5628 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoOops, checked in wrote version of gss-misc
Theodore Tso [Fri, 28 Apr 1995 19:35:24 +0000 (19:35 +0000)]
Oops, checked in wrote version of gss-misc

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5627 dc483132-0cff-0310-8789-dd5450dbe970

29 years agogss-server.c (main, sign_server): Make changes to allow
Theodore Tso [Fri, 28 Apr 1995 19:34:56 +0000 (19:34 +0000)]
gss-server.c (main, sign_server): Make changes to allow
gss-server to be fired out of inetd.  New options: -inetd
and -logfile.  The -logfile allows the output of
gss-server to be redirected to a file.

gss-misc.c (send_token, recv_token, display_status_1): Add
        support for -logfile option.  If the external FILE
*display_file is set, redirect error messages to
display_file instead of stderr.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5626 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoFix aclocal.m4 with --with-krb4 has a value. KDB4_LIB is now $withval/
Paul Park [Fri, 28 Apr 1995 19:29:47 +0000 (19:29 +0000)]
Fix aclocal.m4 with --with-krb4 has a value.  KDB4_LIB is now $withval/
lib/libkdb4.a.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5625 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoUse new library libkadm.
Paul Park [Fri, 28 Apr 1995 19:25:55 +0000 (19:25 +0000)]
Use new library libkadm.
Cleanup some type conflicts.
Allow for case-insensitivity for protocol commands.
Cleanup some include files.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5624 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoUse new library libkadm. Compilation cleanup
Paul Park [Fri, 28 Apr 1995 19:18:09 +0000 (19:18 +0000)]
Use new library libkadm.  Compilation cleanup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5623 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoMoved these administrative protocol functions out of libkrb5
Paul Park [Fri, 28 Apr 1995 19:16:55 +0000 (19:16 +0000)]
Moved these administrative protocol functions out of libkrb5

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5622 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoRemove INTERFACE from prototype definitions in adm_proto.h
Paul Park [Fri, 28 Apr 1995 19:15:28 +0000 (19:15 +0000)]
Remove INTERFACE from prototype definitions in adm_proto.h

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5621 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoMoving adm_conn out of libkrb5
Paul Park [Fri, 28 Apr 1995 19:13:20 +0000 (19:13 +0000)]
Moving adm_conn out of libkrb5

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5620 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoRemove adm_rw from libkrb5
Paul Park [Fri, 28 Apr 1995 19:12:32 +0000 (19:12 +0000)]
Remove adm_rw from libkrb5

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5619 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * krb4-proto.h: #if 0, not #ifdef 0
Mark Eichin [Fri, 28 Apr 1995 19:07:39 +0000 (19:07 +0000)]
* krb4-proto.h: #if 0, not #ifdef 0

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5618 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoDon't try to include osconf.h
Theodore Tso [Fri, 28 Apr 1995 18:57:49 +0000 (18:57 +0000)]
Don't try to include osconf.h

Remove osconf.h, and older version of lsb_addr_cmp.h (it was renamed, and
the old file wasn't deleted.)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5617 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoAdded zipping up windows gssapi demo program
Keith Vetter [Fri, 28 Apr 1995 18:50:48 +0000 (18:50 +0000)]
Added zipping up windows gssapi demo program

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5616 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoAdded an icon for the windows gss demo program
Keith Vetter [Fri, 28 Apr 1995 18:49:27 +0000 (18:49 +0000)]
Added an icon for the windows gss demo program

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5615 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * aclocal.m4 (WITH_KRB4): put AC_CONST in, since we always end up
Mark Eichin [Fri, 28 Apr 1995 18:35:51 +0000 (18:35 +0000)]
* aclocal.m4 (WITH_KRB4): put AC_CONST in, since we always end up
needing it.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5614 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoAdded windows gssapi demo program
Keith Vetter [Fri, 28 Apr 1995 18:34:37 +0000 (18:34 +0000)]
Added windows gssapi demo program

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5613 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoAdd des_read_pw_string, since it's used by the V4 login.c code
Theodore Tso [Fri, 28 Apr 1995 17:36:13 +0000 (17:36 +0000)]
Add des_read_pw_string, since it's used by the V4 login.c code

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5612 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoAlso compile the kadmin.old directory, at least for now. (At some
Theodore Tso [Fri, 28 Apr 1995 17:30:07 +0000 (17:30 +0000)]
Also compile the kadmin.old directory, at least for now.  (At some
point this should be controlled by --enable-old-kadmin).

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5611 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoLots of lint cleanup; declare functions before they are used, add
Theodore Tso [Fri, 28 Apr 1995 17:27:29 +0000 (17:27 +0000)]
Lots of lint cleanup; declare functions before they are used, add
appropriate return types (int or void) to functions as necessary, etc.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5610 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoconf.h, conf-*.h: Removed. We don't need them anymore, we're using
Theodore Tso [Fri, 28 Apr 1995 17:11:06 +0000 (17:11 +0000)]
conf.h, conf-*.h: Removed.  We don't need them anymore, we're using
autoconf!  (And things like MSBFIRST AND LSBFIRST aren't needed
anyway, since the CNS V4 library figures this all out dynamically
anyway.)

krb4-proto.h: Don't define the functions found in getenv.o or
setenv.o.  Declare krb_stime() instead of stime().

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5609 dc483132-0cff-0310-8789-dd5450dbe970

29 years agosrv_net.c: Linux doesn't have SOMAXCONN, assume 5 if not defined
Theodore Tso [Fri, 28 Apr 1995 17:06:58 +0000 (17:06 +0000)]
srv_net.c: Linux doesn't have SOMAXCONN, assume 5 if not defined

configure.in: Add check for -ldbm and -lndbm.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5608 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoRemove unnecessary include of conf.h
Theodore Tso [Fri, 28 Apr 1995 17:05:22 +0000 (17:05 +0000)]
Remove unnecessary include of conf.h

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5607 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago* init_ctx.c (krb5_free_context): Extra semicolon meant the etypes
Theodore Tso [Fri, 28 Apr 1995 17:02:10 +0000 (17:02 +0000)]
* init_ctx.c (krb5_free_context): Extra semicolon meant the etypes
field in the context was never being freed.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5606 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoLint cleanup; explicitly declare that daemon() returns an int
Theodore Tso [Fri, 28 Apr 1995 17:00:25 +0000 (17:00 +0000)]
Lint cleanup; explicitly declare that daemon() returns an int

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5605 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoMakefile.in (clean-unix): Remove profile.h and test_profile
Theodore Tso [Fri, 28 Apr 1995 16:57:24 +0000 (16:57 +0000)]
Makefile.in (clean-unix): Remove profile.h and test_profile

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5604 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * configure.in: switch to WITH_KRB4 since it suffices in this case
Mark Eichin [Fri, 28 Apr 1995 15:19:10 +0000 (15:19 +0000)]
* configure.in: switch to WITH_KRB4 since it suffices in this case

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5603 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * configure.in: correct use of --with-krb4 to match top level
Mark Eichin [Fri, 28 Apr 1995 15:16:56 +0000 (15:16 +0000)]
* configure.in: correct use of --with-krb4 to match top level

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5602 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * reconf (usage): fix the whole message
Mark Eichin [Fri, 28 Apr 1995 15:00:24 +0000 (15:00 +0000)]
* reconf (usage): fix the whole message

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5601 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoreally fix the quoting. $() is not an sh construct, only a make construct.
Mark Eichin [Fri, 28 Apr 1995 14:40:41 +0000 (14:40 +0000)]
really fix the quoting. $() is not an sh construct, only a make construct.
"I don't think that syntax means what you think it does" -- I. Montoya

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5600 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoRemove util/profile/prof_err.[ch] after building kerbsrc.zip, since
Theodore Tso [Fri, 28 Apr 1995 13:35:39 +0000 (13:35 +0000)]
Remove util/profile/prof_err.[ch] after building kerbsrc.zip, since
this also screws up the Unix build.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5599 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * aclocal.m4 (WITH_KRB4): fix quoting in pathname case
Mark Eichin [Fri, 28 Apr 1995 06:07:38 +0000 (06:07 +0000)]
* aclocal.m4 (WITH_KRB4): fix quoting in pathname case

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5598 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * kuserok.c: HAS_UNISTD_H instead of USE_.
Mark Eichin [Fri, 28 Apr 1995 06:02:45 +0000 (06:02 +0000)]
* kuserok.c: HAS_UNISTD_H instead of USE_.
* configure.in: test for HAVE_STRSAVE (for kparse.c).

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5597 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * configure.in: use AC_CHECK_SIZEOF(int) to set BITS16/BITS32.
Mark Eichin [Fri, 28 Apr 1995 05:53:43 +0000 (05:53 +0000)]
* configure.in: use AC_CHECK_SIZEOF(int) to set BITS16/BITS32.
Use AC_TRY_RUN test to set MSBFIRST or LSBFIRST.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5596 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * send_tgs.c (krb5_send_tgs()), gc_via_tkt.c (krb5_get_cred_via_tkt()):
Chris Provenzano [Fri, 28 Apr 1995 05:52:11 +0000 (05:52 +0000)]
    * send_tgs.c (krb5_send_tgs()), gc_via_tkt.c (krb5_get_cred_via_tkt()):
Removed krb5_cksumtype argument.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5595 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * krb5.h (krb5_send_tgs()) : Removed krb5_cksumtype argument
Chris Provenzano [Fri, 28 Apr 1995 05:51:35 +0000 (05:51 +0000)]
* krb5.h (krb5_send_tgs()) : Removed krb5_cksumtype argument

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5594 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoI don't know why it didn't get removed the last time I tried
Chris Provenzano [Fri, 28 Apr 1995 03:59:09 +0000 (03:59 +0000)]
I don't know why it didn't get removed the last time I tried

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5593 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoRemove util/profile/profile.h after building kerbsrc.zip; this file
Theodore Tso [Fri, 28 Apr 1995 03:22:36 +0000 (03:22 +0000)]
Remove util/profile/profile.h after building kerbsrc.zip; this file
screws up the Unix build.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5592 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoDo not prototype krb_err_txt. kerberosIV/krb.h defines
Ezra Peisach [Fri, 28 Apr 1995 01:50:16 +0000 (01:50 +0000)]
Do not prototype krb_err_txt. kerberosIV/krb.h defines

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5591 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * krb5.h : Added mask AP_OPTS_WIRE_MASK
Chris Provenzano [Fri, 28 Apr 1995 01:43:07 +0000 (01:43 +0000)]
    * krb5.h : Added mask AP_OPTS_WIRE_MASK

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5590 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * auth_con.c (krb5_auth_con_getaddrs() and krb5_auth_con_getflags()):
Chris Provenzano [Fri, 28 Apr 1995 01:40:58 +0000 (01:40 +0000)]
* auth_con.c (krb5_auth_con_getaddrs() and krb5_auth_con_getflags()):
Added for completeness.
* mk_req_ext.c (krb5_mk_req_extended()) : Don't send the
AP_OPTS_USE_SUBKEY option over the wire.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5589 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoHave makefile copy profile.h for configuring on the PC
Keith Vetter [Fri, 28 Apr 1995 01:28:57 +0000 (01:28 +0000)]
Have makefile copy profile.h for configuring on the PC

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5588 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoFixes so that the Unix changes no longer breaks on the PC
Keith Vetter [Fri, 28 Apr 1995 01:18:29 +0000 (01:18 +0000)]
Fixes so that the Unix changes no longer breaks on the PC

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5587 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoAdding missing .cvsignore file
Theodore Tso [Thu, 27 Apr 1995 22:29:54 +0000 (22:29 +0000)]
Adding missing .cvsignore file

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5586 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * configure.in: check KRB4_LIB to know if we're building with krb4
Mark Eichin [Thu, 27 Apr 1995 21:56:16 +0000 (21:56 +0000)]
* configure.in: check KRB4_LIB to know if we're building with krb4
support enabled and thus want kadmin.v4.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5585 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * Makefile.in (krshd, login.krb5, krlogind): KRB4_LIB needs to
Mark Eichin [Thu, 27 Apr 1995 21:42:22 +0000 (21:42 +0000)]
* Makefile.in (krshd, login.krb5, krlogind): KRB4_LIB needs to
appear before KLIB since it uses des425.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5584 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * krb.h: add _fmemcpy, _fstrncpy, and far_fputs from cc-unix.h also
Mark Eichin [Thu, 27 Apr 1995 21:14:09 +0000 (21:14 +0000)]
* krb.h: add _fmemcpy, _fstrncpy, and far_fputs from cc-unix.h also

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5583 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * configure.in: use AC_CONST since we need it for v4
Mark Eichin [Thu, 27 Apr 1995 21:10:07 +0000 (21:10 +0000)]
* configure.in: use AC_CONST since we need it for v4

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5582 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoSet all appropriate data in database entry when changing password
Paul Park [Thu, 27 Apr 1995 21:08:20 +0000 (21:08 +0000)]
Set all appropriate data in database entry when changing password

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5581 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoBug fix with making makefiles on the PC
Keith Vetter [Thu, 27 Apr 1995 21:06:58 +0000 (21:06 +0000)]
Bug fix with making makefiles on the PC

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5580 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoChanges in the CNS program for the new config file
Keith Vetter [Thu, 27 Apr 1995 21:00:34 +0000 (21:00 +0000)]
Changes in the CNS program for the new config file

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5579 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoAdd ChangeLog for yesterdays checkins
Paul Park [Thu, 27 Apr 1995 20:58:47 +0000 (20:58 +0000)]
Add ChangeLog for yesterdays checkins

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5578 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoAdd entries for yesterdays checkin
Paul Park [Thu, 27 Apr 1995 20:53:43 +0000 (20:53 +0000)]
Add entries for yesterdays checkin

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5577 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoAdd entry for yesterdays checkin
Paul Park [Thu, 27 Apr 1995 20:50:51 +0000 (20:50 +0000)]
Add entry for yesterdays checkin

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5576 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoInvoke krb5kdc with -n so it will not fork - dejagnu needs to be able to
Ezra Peisach [Thu, 27 Apr 1995 20:50:37 +0000 (20:50 +0000)]
Invoke krb5kdc with -n so it will not fork - dejagnu needs to be able to
terminate it. Also, establish a krb5.conf file and set KRB5_CONFIG to point at
it.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5575 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoAdd new ChangeLog
Paul Park [Thu, 27 Apr 1995 20:48:05 +0000 (20:48 +0000)]
Add new ChangeLog

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5574 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoAdd new ChangeLog here
Paul Park [Thu, 27 Apr 1995 20:47:48 +0000 (20:47 +0000)]
Add new ChangeLog here

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5573 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoFix mk_priv and mk_safe to work without DO_TIME
Paul Park [Thu, 27 Apr 1995 20:44:20 +0000 (20:44 +0000)]
Fix mk_priv and mk_safe to work without DO_TIME

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5572 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoClear replaydata block before calling mk_safe_basic
Paul Park [Thu, 27 Apr 1995 20:42:03 +0000 (20:42 +0000)]
Clear replaydata block before calling mk_safe_basic

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5571 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoBack out previous changes here, replace them with more correct change
Paul Park [Thu, 27 Apr 1995 20:41:22 +0000 (20:41 +0000)]
Back out previous changes here, replace them with more correct change
of clearing the replaydata block before calling mk_priv_basic.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5570 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoClean up of Windows telnet source
Keith Vetter [Thu, 27 Apr 1995 20:14:25 +0000 (20:14 +0000)]
Clean up of Windows telnet source

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5569 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * kerberos5.c (kerberos_is()) : Initialize keytabid to NULL
Chris Provenzano [Thu, 27 Apr 1995 19:53:53 +0000 (19:53 +0000)]
* kerberos5.c (kerberos_is()) : Initialize keytabid to NULL

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5568 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoand it needs PROTOTYPE() around it..
Mark Eichin [Thu, 27 Apr 1995 19:40:39 +0000 (19:40 +0000)]
and it needs PROTOTYPE() around it..

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5567 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * test_parse.c (main): can't make function declarations local to
Mark Eichin [Thu, 27 Apr 1995 19:38:37 +0000 (19:38 +0000)]
* test_parse.c (main): can't make function declarations local to
functions under SunOS cc. (dump_profile)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5566 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * configure.in: make links for libkrb4 and libkdb4
Mark Eichin [Thu, 27 Apr 1995 19:28:54 +0000 (19:28 +0000)]
* configure.in: make links for libkrb4 and libkdb4

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5565 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * Makefile.in (krb5kdc): use KRB4_LIB directly.
Mark Eichin [Thu, 27 Apr 1995 19:26:02 +0000 (19:26 +0000)]
* Makefile.in (krb5kdc): use KRB4_LIB directly.
* configure.in: use WITH_KRB4 as-is.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5564 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * Makefile.in (v4kadmind): use KRB4_LIB directly
Mark Eichin [Thu, 27 Apr 1995 19:25:36 +0000 (19:25 +0000)]
* Makefile.in (v4kadmind): use KRB4_LIB directly

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5563 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * pre.in (KRB4): remove, unused
Mark Eichin [Thu, 27 Apr 1995 19:25:18 +0000 (19:25 +0000)]
* pre.in (KRB4): remove, unused

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5562 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * Makefile.in (telnetd): use KRB4_LIB directly.
Mark Eichin [Thu, 27 Apr 1995 19:24:53 +0000 (19:24 +0000)]
* Makefile.in (telnetd): use KRB4_LIB directly.
* configure.in: use WITH_KRB4 as-is.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5561 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * Makefile.in (telnet): use KRB4_LIB directly.
Mark Eichin [Thu, 27 Apr 1995 19:24:10 +0000 (19:24 +0000)]
* Makefile.in (telnet): use KRB4_LIB directly.
* configure.in: use WITH_KRB4 as-is.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5560 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * Makefile.in (LOCALINCLUDES): find kerberosIV headers
Mark Eichin [Thu, 27 Apr 1995 19:23:37 +0000 (19:23 +0000)]
* Makefile.in (LOCALINCLUDES): find kerberosIV headers

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5559 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * Makefile.in (LOCALINCLUDE): get kerberosIV headers for login.c
Mark Eichin [Thu, 27 Apr 1995 19:23:03 +0000 (19:23 +0000)]
* Makefile.in (LOCALINCLUDE): get kerberosIV headers for login.c
(login.krb): link against krb4 libs.
* configure.in: check AC_CONST so it works.

* configure.in: use WITH_KRB4 as-is.
* Makefile.in (krshd, krlogind): use KRB4_LIB directly.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5558 dc483132-0cff-0310-8789-dd5450dbe970

29 years ago * Makefile.in (LOCAL_LIBRARIES): use KRB4_LIB and KDB4_LIB
Mark Eichin [Thu, 27 Apr 1995 19:22:03 +0000 (19:22 +0000)]
* Makefile.in (LOCAL_LIBRARIES): use KRB4_LIB and KDB4_LIB
directly.
* configure.in: just use WITH_KRB4.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5557 dc483132-0cff-0310-8789-dd5450dbe970