krb5.git
29 years agoAdd KDC profile handling and remove password prompting
Paul Park [Mon, 17 Jul 1995 19:39:33 +0000 (19:39 +0000)]
Add KDC profile handling and remove password prompting

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

29 years agoFix handling of default etype
Paul Park [Mon, 17 Jul 1995 19:39:02 +0000 (19:39 +0000)]
Fix handling of default etype

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

29 years agogit-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6306 dc483132-0cff-0310-8789-dd5450dbe970
Paul Park [Mon, 17 Jul 1995 19:37:56 +0000 (19:37 +0000)]
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6306 dc483132-0cff-0310-8789-dd5450dbe970

29 years agoUpdate calling sequence to krb5_db_fetch_mkey()
Paul Park [Mon, 17 Jul 1995 19:36:58 +0000 (19:36 +0000)]
Update calling sequence to krb5_db_fetch_mkey()

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

29 years agoAdd KDC profile and stash file support
Paul Park [Mon, 17 Jul 1995 19:35:58 +0000 (19:35 +0000)]
Add KDC profile and stash file support

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

29 years agoMove stash file #define to osconf.h and add stash file name handling
Paul Park [Mon, 17 Jul 1995 19:34:26 +0000 (19:34 +0000)]
Move stash file #define to osconf.h and add stash file name handling
to krb5_db_fetch_mkey().

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

29 years agoAdd KDC profile handling routines
Paul Park [Mon, 17 Jul 1995 19:32:19 +0000 (19:32 +0000)]
Add KDC profile handling routines

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

29 years agoAdd DEFAULT_KEYFILE_STUB which puts the stashfile in the KDC library
Paul Park [Mon, 17 Jul 1995 19:31:40 +0000 (19:31 +0000)]
Add DEFAULT_KEYFILE_STUB which puts the stashfile in the KDC library
directory.  Also change the default ETYPE to DES_CBC_MD5 now that it
works.

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

29 years agoDescribe changes to headers in this directory
Paul Park [Mon, 17 Jul 1995 19:30:19 +0000 (19:30 +0000)]
Describe changes to headers in this directory

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

29 years agoAdd stash file parameter to krb5_db_fetch_mkey()
Paul Park [Mon, 17 Jul 1995 19:30:04 +0000 (19:30 +0000)]
Add stash file parameter to krb5_db_fetch_mkey()

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

29 years agoAdd prototypes for KDC profile handling routines
Paul Park [Mon, 17 Jul 1995 19:29:49 +0000 (19:29 +0000)]
Add prototypes for KDC profile handling routines

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

29 years agoAdd per-realm parameter block data structure
Paul Park [Mon, 17 Jul 1995 19:29:22 +0000 (19:29 +0000)]
Add per-realm parameter block data structure

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

29 years agoAdded test for pgno_t that should avoid breaking NetBSD
Sam Hartman [Fri, 14 Jul 1995 19:22:17 +0000 (19:22 +0000)]
Added test for pgno_t that should avoid breaking NetBSD

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

29 years ago* Tell configure.in that AIX doesn't have streams; it has the header
Sam Hartman [Fri, 14 Jul 1995 00:59:31 +0000 (00:59 +0000)]
* Tell configure.in that AIX doesn't have streams; it has the header
files but not a streams TTY interface that is widely used.  More
important, strops.h breaks _IO.

* Use ptsname() before ttyname() if present; it is more likely to give
what we want.

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

29 years agoInclude netinet/in.h for ntohs
Sam Hartman [Fri, 14 Jul 1995 00:42:32 +0000 (00:42 +0000)]
Include netinet/in.h for ntohs

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

29 years agoInclude netinet/in.h
Sam Hartman [Fri, 14 Jul 1995 00:37:28 +0000 (00:37 +0000)]
Include netinet/in.h

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

29 years agoClean up prototypes for error_message. I think we may need to insert a test to see...
Sam Hartman [Thu, 13 Jul 1995 20:17:32 +0000 (20:17 +0000)]
Clean up prototypes for error_message.  I think we may need to insert a test to see if const works into com_err; it is still used in several places with non-ANSI compilers, and I had to insert a few more consts to get the AIX compiler in not-quite-ANSI mode to work

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

29 years agoCorrectly set LD_LIBRARY_PATH (again)
Paul Park [Wed, 12 Jul 1995 18:59:38 +0000 (18:59 +0000)]
Correctly set LD_LIBRARY_PATH (again)

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

29 years agoLibrary rule build update
Paul Park [Wed, 12 Jul 1995 18:59:18 +0000 (18:59 +0000)]
Library rule build update

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

29 years agoAdd ability to exclude kdb4
Paul Park [Wed, 12 Jul 1995 18:57:54 +0000 (18:57 +0000)]
Add ability to exclude kdb4

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

29 years agoReorganize KDC profile and network port handling
Paul Park [Wed, 12 Jul 1995 18:57:20 +0000 (18:57 +0000)]
Reorganize KDC profile and network port handling

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

29 years agoUpdate kdc.conf syntax
Paul Park [Wed, 12 Jul 1995 18:56:22 +0000 (18:56 +0000)]
Update kdc.conf syntax

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

29 years agoAdd ability to get rid of -lkdb4 references
Paul Park [Wed, 12 Jul 1995 18:55:39 +0000 (18:55 +0000)]
Add ability to get rid of -lkdb4 references

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

29 years agoAdd LDFLAGS setting to KRB5_LIBRARIES rule
Paul Park [Wed, 12 Jul 1995 18:54:21 +0000 (18:54 +0000)]
Add LDFLAGS setting to KRB5_LIBRARIES rule

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

29 years agoDo not include stdlib.h unless it exists
Ezra Peisach [Wed, 12 Jul 1995 16:39:37 +0000 (16:39 +0000)]
Do not include stdlib.h unless it exists

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

29 years agoAdd prototype for krb5_fcc_read
Ezra Peisach [Tue, 11 Jul 1995 23:31:07 +0000 (23:31 +0000)]
Add prototype for krb5_fcc_read

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

29 years agoAdd prototype for krb5_scc_read
Ezra Peisach [Tue, 11 Jul 1995 23:24:22 +0000 (23:24 +0000)]
Add prototype for krb5_scc_read

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

29 years agoAdd krb5_auth_con_genaddrs prototype
Ezra Peisach [Tue, 11 Jul 1995 17:44:38 +0000 (17:44 +0000)]
Add krb5_auth_con_genaddrs prototype

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

29 years agoAdd krb5_rd_cred prototype
Ezra Peisach [Tue, 11 Jul 1995 17:43:50 +0000 (17:43 +0000)]
Add krb5_rd_cred prototype

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

29 years agokrb5.hin (krb5_cc_get_type, krb5_kt_get_type): Add the new functions
Theodore Tso [Tue, 11 Jul 1995 17:20:34 +0000 (17:20 +0000)]
krb5.hin (krb5_cc_get_type, krb5_kt_get_type): Add the new functions
to get the type of the credentials cache and key table.

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

29 years agoBSDI fixes
Theodore Tso [Tue, 11 Jul 1995 17:10:23 +0000 (17:10 +0000)]
BSDI fixes

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

29 years agoIf the key version number is specified, check to make sure that the
Theodore Tso [Tue, 11 Jul 1995 17:06:21 +0000 (17:06 +0000)]
If the key version number is specified, check to make sure that the
entry has the correct key version number.

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

29 years agoAdd prototype for set_tgtkey. kdc now compiles cleanly with
Ezra Peisach [Tue, 11 Jul 1995 11:37:57 +0000 (11:37 +0000)]
Add prototype for set_tgtkey. kdc now compiles cleanly with
-Wmissing_prototypes

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

29 years agokerberos_v4.c: Add prototypes for compat_decrypt_key,
Ezra Peisach [Mon, 10 Jul 1995 21:54:29 +0000 (21:54 +0000)]
kerberos_v4.c: Add prototypes for compat_decrypt_key,
kerb_get_principal, check_princ, v4_klog

network.c (process_packet): Make prog a const char *

main.c: Add prototypes for find_realm_data, setup_server_realm, usage,
request_exit, setup_signal_handlers, initialize_realms, finish_realms.

kdc_util.h: Add prototypes for against_local_policy_as,
against_local_policy_tgs, validate_as_request, validate_tgs_request,
fetch_asn1_field, kdc_initialize_rcache, process_packet.

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

29 years ago * aclocal.m4: backslash '$' characters that go into double-quoted
Tom Yu [Sun, 9 Jul 1995 11:39:45 +0000 (11:39 +0000)]
* aclocal.m4: backslash '$' characters that go into double-quoted
strings so shells that treat $(foo) like `foo` won't barf

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

29 years ago * Makefile.in: remove bogus definitions of prefix, etc
Tom Yu [Sun, 9 Jul 1995 07:41:29 +0000 (07:41 +0000)]
* Makefile.in: remove bogus definitions of prefix, etc

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

29 years agoMake sure the dbm context is initialized before we start
Theodore Tso [Sun, 9 Jul 1995 02:38:12 +0000 (02:38 +0000)]
Make sure the dbm context is initialized before we start

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

29 years agoAlso log L_KRB_PERR error messages, so we know when there are protocol
Theodore Tso [Sat, 8 Jul 1995 22:00:55 +0000 (22:00 +0000)]
Also log L_KRB_PERR error messages, so we know when there are protocol
problems.

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

29 years agoRemove LDFLAGS
Paul Park [Fri, 7 Jul 1995 21:10:32 +0000 (21:10 +0000)]
Remove LDFLAGS

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

29 years agoMake symlink in TOPLIBD for libss
Paul Park [Fri, 7 Jul 1995 21:10:22 +0000 (21:10 +0000)]
Make symlink in TOPLIBD for libss

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

29 years agoAdd DEPLIBS, needed by shared library rule
Paul Park [Fri, 7 Jul 1995 21:10:03 +0000 (21:10 +0000)]
Add DEPLIBS, needed by shared library rule

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

29 years agoReorganize library logic and use LDFLAGS from configure
Paul Park [Fri, 7 Jul 1995 21:09:13 +0000 (21:09 +0000)]
Reorganize library logic and use LDFLAGS from configure

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

29 years agoFind libcom_err in TOPLIBD
Paul Park [Fri, 7 Jul 1995 21:07:55 +0000 (21:07 +0000)]
Find libcom_err in TOPLIBD

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

29 years agoDescribe previous changes
Paul Park [Fri, 7 Jul 1995 21:07:22 +0000 (21:07 +0000)]
Describe previous changes

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

29 years agoUse checksum verifier
Paul Park [Fri, 7 Jul 1995 21:06:59 +0000 (21:06 +0000)]
Use checksum verifier

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

29 years agoBuild t_cksum under unix
Paul Park [Fri, 7 Jul 1995 21:05:04 +0000 (21:05 +0000)]
Build t_cksum under unix

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

29 years agoAdd definition to select backwards compatability with old RSA-MD5-DES
Paul Park [Fri, 7 Jul 1995 21:04:52 +0000 (21:04 +0000)]
Add definition to select backwards compatability with old RSA-MD5-DES

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

29 years agoNew checksum verifier test
Paul Park [Fri, 7 Jul 1995 21:04:29 +0000 (21:04 +0000)]
New checksum verifier test

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

29 years agoAdd checksum verification procedure and dispatch
Paul Park [Fri, 7 Jul 1995 21:04:06 +0000 (21:04 +0000)]
Add checksum verification procedure and dispatch

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

29 years agoFix implementation of RSA-MD5-DES checksums, add verifier function/dispatch
Paul Park [Fri, 7 Jul 1995 21:03:37 +0000 (21:03 +0000)]
Fix implementation of RSA-MD5-DES checksums, add verifier function/dispatch

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

29 years agoAdd t_cksum under unix
Paul Park [Fri, 7 Jul 1995 21:02:21 +0000 (21:02 +0000)]
Add t_cksum under unix

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

29 years agoAdd definition to enable compatibility with old versions of RSA-MD4-DES
Paul Park [Fri, 7 Jul 1995 21:02:10 +0000 (21:02 +0000)]
Add definition to enable compatibility with old versions of RSA-MD4-DES

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

29 years agoAdd confounder length definition
Paul Park [Fri, 7 Jul 1995 21:01:41 +0000 (21:01 +0000)]
Add confounder length definition

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

29 years agoAdd verifier procedure/dispatch
Paul Park [Fri, 7 Jul 1995 21:01:22 +0000 (21:01 +0000)]
Add verifier procedure/dispatch

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

29 years agoCorrect implementation of RSA-MD4-DES checksums and add verifier procedure/dispatch
Paul Park [Fri, 7 Jul 1995 21:01:10 +0000 (21:01 +0000)]
Correct implementation of RSA-MD4-DES checksums and add verifier procedure/dispatch

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

29 years agoAdd checksum verifier procedure/dispatch
Paul Park [Fri, 7 Jul 1995 20:59:52 +0000 (20:59 +0000)]
Add checksum verifier procedure/dispatch

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

29 years agoReorganize library logic and use LDFLAGS from configure
Paul Park [Fri, 7 Jul 1995 20:58:36 +0000 (20:58 +0000)]
Reorganize library logic and use LDFLAGS from configure

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

29 years agoUse checksum verifier routine
Paul Park [Fri, 7 Jul 1995 20:58:10 +0000 (20:58 +0000)]
Use checksum verifier routine

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

29 years agoRemove LDFLAGS
Paul Park [Fri, 7 Jul 1995 20:57:24 +0000 (20:57 +0000)]
Remove LDFLAGS

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

29 years agoAdd confounder length for RSA-MD5-DES
Paul Park [Fri, 7 Jul 1995 20:55:36 +0000 (20:55 +0000)]
Add confounder length for RSA-MD5-DES

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

29 years agoAdd checksum verifier dispatch in checksum entry
Paul Park [Fri, 7 Jul 1995 20:55:05 +0000 (20:55 +0000)]
Add checksum verifier dispatch in checksum entry

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

29 years agoAdd DEPLIBS and LDFLAGS
Paul Park [Fri, 7 Jul 1995 20:54:23 +0000 (20:54 +0000)]
Add DEPLIBS and LDFLAGS

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

29 years agoAdd ability to set LDFLAGS for everything with --with-ldopts=<mumble>.
Paul Park [Fri, 7 Jul 1995 20:45:56 +0000 (20:45 +0000)]
Add ability to set LDFLAGS for everything with --with-ldopts=<mumble>.
Add ability to select libraries to link with from configure script.  This
centralizes the library structure here.

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

29 years ago * rd_safe.c (krb5_rd_safe_basic): Pass context to os_localaddr
Tom Yu [Thu, 6 Jul 1995 23:31:42 +0000 (23:31 +0000)]
* rd_safe.c (krb5_rd_safe_basic): Pass context to os_localaddr

* rd_priv.c (krb5_rd_priv_basic): Pass context to os_localaddr.

* rd_cred.c (krb5_rd_cred_basic): Pass context to os_localaddr.

* get_in_tkt.c (krb5_get_in_tkt): Pass context to os_localaddr.

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

29 years ago * kpasswd.c (get_first_ticket): Pass context to os_localaddr
Tom Yu [Thu, 6 Jul 1995 23:23:27 +0000 (23:23 +0000)]
* kpasswd.c (get_first_ticket): Pass context to os_localaddr

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

29 years ago * kadmin.c (get_first_ticket): Pass context to os_localaddr
Tom Yu [Thu, 6 Jul 1995 23:23:01 +0000 (23:23 +0000)]
* kadmin.c (get_first_ticket): Pass context to os_localaddr

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

29 years ago * krb_auth_su.c (krb5_get_tkt_via_passwd): Pass context to
Tom Yu [Thu, 6 Jul 1995 23:22:20 +0000 (23:22 +0000)]
* krb_auth_su.c (krb5_get_tkt_via_passwd): Pass context to
os_localaddr.

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

29 years ago * krb5.hin: Change definition of krb5_os_localaddr to include
Tom Yu [Thu, 6 Jul 1995 23:21:19 +0000 (23:21 +0000)]
* krb5.hin: Change definition of krb5_os_localaddr to include
context argument.

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

29 years ago * adm_conn.c (kadm_get_creds): Pass kcontext to os_localaddr
Tom Yu [Thu, 6 Jul 1995 23:20:29 +0000 (23:20 +0000)]
* adm_conn.c (kadm_get_creds): Pass kcontext to os_localaddr

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

29 years ago * localaddr.c: moved to lib/crypto/os; just a stub here
Tom Yu [Thu, 6 Jul 1995 23:19:46 +0000 (23:19 +0000)]
* localaddr.c: moved to lib/crypto/os; just a stub here

* ustime.c: moved to lib/crypto/os; just a stub here.

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

29 years ago * new_rn_key.c (mit_des_init_random_number_generator): don't call
Tom Yu [Thu, 6 Jul 1995 23:18:24 +0000 (23:18 +0000)]
* new_rn_key.c (mit_des_init_random_number_generator): don't call
us_timeofday with context arg; also update for new
function names (krb5_crypto_*).

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

29 years ago * localaddr.c: migrated from lib/krb5/os
Tom Yu [Thu, 6 Jul 1995 23:16:55 +0000 (23:16 +0000)]
* localaddr.c: migrated from lib/krb5/os

* ustime.c: migrated from lib/krb5/os; removed context variable
from arglist.

* Makefile.in: don't copy or remove localaddr.c and ustime.c;
they're local now.

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

29 years agoprof_int.h must be included after stdio.h for prototypes
Ezra Peisach [Thu, 6 Jul 1995 14:06:33 +0000 (14:06 +0000)]
prof_int.h must be included after stdio.h for prototypes

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

29 years agoRemove t_an_to_ln.o when making clean
Ezra Peisach [Thu, 6 Jul 1995 13:59:14 +0000 (13:59 +0000)]
Remove t_an_to_ln.o when making clean

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

29 years agoChecking in the change of removing makeshlib
Ezra Peisach [Thu, 6 Jul 1995 13:55:53 +0000 (13:55 +0000)]
Checking in the change of removing makeshlib

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

29 years agoRemove makeshlib on clean
Ezra Peisach [Thu, 6 Jul 1995 13:55:04 +0000 (13:55 +0000)]
Remove makeshlib on clean

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

29 years agoAdded MPW Worksheet to build on Macintosh (may get replaced later)
Keith Vetter [Thu, 6 Jul 1995 01:41:48 +0000 (01:41 +0000)]
Added MPW Worksheet to build on Macintosh  (may get replaced later)

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

29 years agoChanges for Macintosh implementation
Keith Vetter [Thu, 6 Jul 1995 01:39:47 +0000 (01:39 +0000)]
Changes for Macintosh implementation

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

29 years agoRemove declaration of errno altoghether. "extern int errno;" is
Theodore Tso [Thu, 6 Jul 1995 00:08:24 +0000 (00:08 +0000)]
Remove declaration of errno altoghether.  "extern int errno;" is
always wrong.

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

29 years agoDon't use the TIOCLSET ioctl unless we're not using POSIX_TERMIOS.
Theodore Tso [Thu, 6 Jul 1995 00:05:35 +0000 (00:05 +0000)]
Don't use the TIOCLSET ioctl unless we're not using POSIX_TERMIOS.
Don't just blindly set the file status flags to 0.  Instead, do a
fcntl(0, F_GETFL), and then reset the nonblocking flags.

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

29 years ago * makeshlib.sh: Add support for NetBSD shared libraries
Tom Yu [Tue, 4 Jul 1995 06:13:59 +0000 (06:13 +0000)]
* makeshlib.sh: Add support for NetBSD shared libraries

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

29 years ago * configure.in: Add support for NetBSD shared libraries
Tom Yu [Tue, 4 Jul 1995 06:13:27 +0000 (06:13 +0000)]
* configure.in: Add support for NetBSD shared libraries

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

29 years ago * Makefile.in (libdb.a): Quiet the if statement
Tom Yu [Mon, 3 Jul 1995 19:17:41 +0000 (19:17 +0000)]
* Makefile.in (libdb.a): Quiet the if statement

* configure.in: Symlink $(TOPLIBD)/libdb.* from the right place.

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

29 years ago* Replace Gcc test from top level configure.in with one from
Sam Hartman [Mon, 3 Jul 1995 01:46:55 +0000 (01:46 +0000)]
* Replace Gcc test from top level configure.in with one from
util/configure.in.

* Modify top level configure.in and util/makeshlib.sh so AIX can
build/use shared libs with Gcc.

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

29 years ago * aclocal.m4 (_MAKE_SUBDIRS): Fixed so that error propogates
Tom Yu [Mon, 3 Jul 1995 00:13:32 +0000 (00:13 +0000)]
* aclocal.m4 (_MAKE_SUBDIRS): Fixed so that error propogates
upward if -[ik] not specified.

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

29 years ago----------------------------------------------------------------------
Sam Hartman [Sun, 2 Jul 1995 23:59:05 +0000 (23:59 +0000)]
----------------------------------------------------------------------
automatically CVS: CVS: Committing in .  CVS: CVS: Modified Files:
----------------------------------------------------------------------
Declare errno as extern int, not just int.  This prevents masking the
definition in the c library, which can make life interesting under
AIX.

CVS:

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

29 years ago----------------------------------------------------------------------
Sam Hartman [Sun, 2 Jul 1995 23:22:04 +0000 (23:22 +0000)]
----------------------------------------------------------------------
automatically CVS: CVS: Committing in .  CVS: CVS: Modified Files:
----------------------------------------------------------------------
Correct logic in krb5_recvauth so that it returns an error reply if
authentication fails.

CVS:

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

29 years ago * aclocal.m4 (SubdirLibRule): don't recreate DONE if list of objs
Tom Yu [Sun, 2 Jul 1995 10:50:04 +0000 (10:50 +0000)]
* aclocal.m4 (SubdirLibRule): don't recreate DONE if list of objs
is null to avoid re-making lotsa stuff.
(_MAKE_SUBDIRS): really gross sh hack for subdir
recursion; make -[ik] should dtrt now even with broken
makes (like Ultrix) that do sh -ce "rule".  Basically,
throw an "if" test around the recursion line so that even
if the -e option to sh is set by make, an error in a
subdir below won't cause for loop to exit unless we want
it to.

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

29 years ago * commands.c: rename setmode() and clearmode() to tel_setmode()
Tom Yu [Sun, 2 Jul 1995 09:19:35 +0000 (09:19 +0000)]
* commands.c: rename setmode() and clearmode() to tel_setmode()
and tel_clearmode() to avoid conflicts with setmode()
defined in NetBSD unistd.h

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

29 years ago * configure.in: Don't check for pgno_t; it's not in sys/types.h on
Tom Yu [Sun, 2 Jul 1995 05:23:21 +0000 (05:23 +0000)]
* configure.in: Don't check for pgno_t; it's not in sys/types.h on
any system I've seen, and it breaks the following check
for datum.dsize under netbsd.

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

29 years agoAdd shared library support
Paul Park [Fri, 30 Jun 1995 20:22:58 +0000 (20:22 +0000)]
Add shared library support

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

29 years agoAdd ability to switch between Berkeley and DBM for KDC database
Paul Park [Fri, 30 Jun 1995 20:21:49 +0000 (20:21 +0000)]
Add ability to switch between Berkeley and DBM for KDC database

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

29 years agoAdd profile and Berkeley database smarts for aname_to_lname
Paul Park [Fri, 30 Jun 1995 20:21:28 +0000 (20:21 +0000)]
Add profile and Berkeley database smarts for aname_to_lname

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

29 years agoMove Berkeley database code here; remove typo
Paul Park [Fri, 30 Jun 1995 20:20:34 +0000 (20:20 +0000)]
Move Berkeley database code here; remove typo

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

29 years agoDescribe previous changes
Paul Park [Fri, 30 Jun 1995 20:20:03 +0000 (20:20 +0000)]
Describe previous changes

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

29 years agoAdd ability to test using Berkeley or DBM
Paul Park [Fri, 30 Jun 1995 20:19:41 +0000 (20:19 +0000)]
Add ability to test using Berkeley or DBM

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

29 years agoRemove Berkeley database object modules
Paul Park [Fri, 30 Jun 1995 20:19:25 +0000 (20:19 +0000)]
Remove Berkeley database object modules

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

29 years agoAdd function dispatch for database accesses
Paul Park [Fri, 30 Jun 1995 20:19:06 +0000 (20:19 +0000)]
Add function dispatch for database accesses

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

29 years agoFix initialization and terminal disassociation broken by previous rev
Paul Park [Fri, 30 Jun 1995 20:16:55 +0000 (20:16 +0000)]
Fix initialization and terminal disassociation broken by previous rev

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

29 years agoAdd usage of compile(3) for regular expressions so SysV machines have them too
Paul Park [Fri, 30 Jun 1995 20:15:17 +0000 (20:15 +0000)]
Add usage of compile(3) for regular expressions so SysV machines have them too

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