krb5.git
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

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

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

29 years ago * aclocal.m4 (WITH_KRB4): make --with-krb4 the default, and have
Mark Eichin [Thu, 27 Apr 1995 19:21:01 +0000 (19:21 +0000)]
* aclocal.m4 (WITH_KRB4): make --with-krb4 the default, and have
it use the included krb4 directories. If a pathname is given, use
them instead. To disable krb4 support, use --without-krb4.

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

29 years agoAdded PC support for the new profile config file
Keith Vetter [Thu, 27 Apr 1995 18:46:48 +0000 (18:46 +0000)]
Added PC support for the new profile config file

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

29 years agoFixed PC makefile bug with passing wrong macro on recursive makes
Keith Vetter [Thu, 27 Apr 1995 18:32:50 +0000 (18:32 +0000)]
Fixed PC makefile bug with passing wrong macro on recursive makes

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

29 years agoChanged over to the new profile config file on the PC
Keith Vetter [Thu, 27 Apr 1995 18:28:57 +0000 (18:28 +0000)]
Changed over to the new profile config file on the PC

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

29 years ago * krb.h (DECRYPT_TKT_TYPE_DEFINED, KEY_PROC_TYPE_DEFINED): needed
Mark Eichin [Thu, 27 Apr 1995 18:24:08 +0000 (18:24 +0000)]
* krb.h (DECRYPT_TKT_TYPE_DEFINED, KEY_PROC_TYPE_DEFINED): needed
to keep secondary (readability) defines in g_in_tkt.c out.

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

29 years agoAdded scripts to rename DOS 8.3 names to their proper longer names
Keith Vetter [Thu, 27 Apr 1995 18:20:16 +0000 (18:20 +0000)]
Added scripts to rename DOS 8.3 names to their proper longer names

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

29 years agoGot the profile code to work on the PC
Keith Vetter [Thu, 27 Apr 1995 18:08:37 +0000 (18:08 +0000)]
Got the profile code to work on the PC

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

29 years agoMakefile changes for the PC to incorporate the new profile directory
Keith Vetter [Thu, 27 Apr 1995 18:07:43 +0000 (18:07 +0000)]
Makefile changes for the PC to incorporate the new profile directory

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

29 years agoMake clean should remove t_std_conf.o
Ezra Peisach [Thu, 27 Apr 1995 17:52:17 +0000 (17:52 +0000)]
Make clean should remove t_std_conf.o

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

29 years agokrb.h: Add const for krb_err_txt to agree with .c file
Ezra Peisach [Thu, 27 Apr 1995 17:43:52 +0000 (17:43 +0000)]
krb.h: Add const for krb_err_txt to agree with .c file

osconf.h conf-osf1alpha.h: Add paramaters for alpha architecture

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

29 years ago * configure.in: add kdb4 directory
Mark Eichin [Thu, 27 Apr 1995 17:33:09 +0000 (17:33 +0000)]
* configure.in: add kdb4 directory

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

29 years agoV4 kdb library
Mark Eichin [Thu, 27 Apr 1995 17:31:56 +0000 (17:31 +0000)]
V4 kdb library

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

29 years agoOnly define PROTOTYPE if not previously defined. (avoid conflicting
Ezra Peisach [Thu, 27 Apr 1995 16:42:16 +0000 (16:42 +0000)]
Only define PROTOTYPE if not previously defined. (avoid conflicting
or re-definitions).

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

29 years agoUse posix signals if present on the system (for OS's that only have
Ezra Peisach [Thu, 27 Apr 1995 16:41:15 +0000 (16:41 +0000)]
Use posix signals if present on the system (for OS's that only have
signal in BSD compatibility libraries)

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

29 years ago * Makefile.in (kadmind): don't reference K4LIB since we don't set
Mark Eichin [Thu, 27 Apr 1995 16:22:42 +0000 (16:22 +0000)]
* Makefile.in (kadmind): don't reference K4LIB since we don't set
or use it.

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

29 years ago * krb.h: make INTERFACE, FAR go away for now.
Mark Eichin [Thu, 27 Apr 1995 15:59:41 +0000 (15:59 +0000)]
* krb.h: make INTERFACE, FAR go away for now.
Drag in the unix time conversion functions for unix only.
Locally define PROTOTYPE().
Drag in unix versions of SOCKET macros.
Recognize DEFINE_SOCKADDR and NEED_TIME_H the way cc-unix.h does.
Declare krb_ignore_ip_address.
Define DEB() to support non-printf debugging.
Declare errno.
Define key_proc_type and decrypt_tkt_type.
* prot.h: add KERB_ERR_PREAUTH_SHORT and _MISMATCH from Cygnus
extensions.
* krbports.h: new file, has default ports for V4 services for
hard-coded fallback.
* lsb_addr_cmp.h: from V4, handles the mutant comparison
functions needed for the V4 "direction" comparison. (Rename
of lsb_addr_comp.h due to filename length.)

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

29 years ago * configure.in: add krb4 directory (still needs to be
Mark Eichin [Thu, 27 Apr 1995 15:55:06 +0000 (15:55 +0000)]
* configure.in: add krb4 directory (still needs to be
conditionalized on unix)

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