krb5.git
33 years agouse proper error codes
John Kohl [Wed, 27 Feb 1991 16:18:14 +0000 (16:18 +0000)]
use proper error codes

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

33 years agoAdded a hack so that krb5_us_timeofday() will always return a monotonically
Theodore Tso [Wed, 27 Feb 1991 14:27:56 +0000 (14:27 +0000)]
Added a hack so that krb5_us_timeofday() will always return a monotonically
increasing time, bumping the microsecond time if necessary.  This
is needed on OS's like ultrix which only have a 10 us granularity
in their clock, and don't guarantee in the kernel that two calls to
gettimeofday will return different values.  This guarantees it in user
space, which isn't quite good enough (two different processes communicating
over the loopback interface could get confused), but it's better than
nothing.

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

33 years agoMade changes to conform to API modifications
Theodore Tso [Wed, 27 Feb 1991 14:14:39 +0000 (14:14 +0000)]
Made changes to conform to API modifications

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

33 years agoadd salt stuff
John Kohl [Wed, 27 Feb 1991 13:37:16 +0000 (13:37 +0000)]
add salt stuff
fix up realm stuff

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

33 years agochanges for default_realm
John Kohl [Wed, 27 Feb 1991 13:36:56 +0000 (13:36 +0000)]
changes for default_realm

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

33 years agouse byte counts, not bit counts
John Kohl [Wed, 27 Feb 1991 13:33:33 +0000 (13:33 +0000)]
use byte counts, not bit counts

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

33 years agouses byte counts now.
John Kohl [Wed, 27 Feb 1991 13:33:14 +0000 (13:33 +0000)]
uses byte counts now.

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

33 years agomake it implement spec via gethostname
John Kohl [Wed, 27 Feb 1991 13:32:09 +0000 (13:32 +0000)]
make it implement spec via gethostname

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

33 years agofix up to use global visible to krb_rd_req()
John Kohl [Wed, 27 Feb 1991 12:00:29 +0000 (12:00 +0000)]
fix up to use global visible to krb_rd_req()

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

33 years agoadd rcache code
John Kohl [Wed, 27 Feb 1991 12:00:19 +0000 (12:00 +0000)]
add rcache code

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

33 years agoadd set_key support
John Kohl [Wed, 27 Feb 1991 11:59:48 +0000 (11:59 +0000)]
add set_key support

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

33 years agozero out creds to avoid garbage pointers
John Kohl [Wed, 27 Feb 1991 11:59:08 +0000 (11:59 +0000)]
zero out creds to avoid garbage pointers

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

33 years agoadd krb425_servkey
John Kohl [Wed, 27 Feb 1991 11:58:49 +0000 (11:58 +0000)]
add krb425_servkey

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

33 years agoupdate to actually do replay checking
John Kohl [Wed, 27 Feb 1991 11:50:57 +0000 (11:50 +0000)]
update to actually do replay checking

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

33 years agoupdates for new mk_safe/mk_priv interfaces
John Kohl [Wed, 27 Feb 1991 11:49:07 +0000 (11:49 +0000)]
updates for new mk_safe/mk_priv interfaces
add KRB5_*_NOTIME flag to insure we don't do time

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

33 years agoadd rcache handling
John Kohl [Wed, 27 Feb 1991 11:48:26 +0000 (11:48 +0000)]
add rcache handling

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

33 years agoadd rcache args to mk_priv, mk_safe
John Kohl [Wed, 27 Feb 1991 11:46:18 +0000 (11:46 +0000)]
add rcache args to mk_priv, mk_safe

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

33 years ago*** empty log message ***
Theodore Tso [Wed, 27 Feb 1991 11:25:07 +0000 (11:25 +0000)]
*** empty log message ***

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

33 years agooops, need to compare lengths first..
John Kohl [Wed, 27 Feb 1991 10:57:21 +0000 (10:57 +0000)]
oops, need to compare lengths first..

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

33 years agoprepend _ for krb425_local_realm
John Kohl [Tue, 26 Feb 1991 15:30:35 +0000 (15:30 +0000)]
prepend _ for krb425_local_realm

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

33 years agoAdd calloc for RT
John Carr [Tue, 26 Feb 1991 14:36:47 +0000 (14:36 +0000)]
Add calloc for RT

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

33 years agoupdated sizes for reality
John Kohl [Tue, 26 Feb 1991 14:35:24 +0000 (14:35 +0000)]
updated sizes for reality

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

33 years agofix #endif lint
John Kohl [Tue, 26 Feb 1991 14:30:47 +0000 (14:30 +0000)]
fix #endif lint

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

33 years agoremove <krb5/copyright.h>
John Kohl [Tue, 26 Feb 1991 14:07:54 +0000 (14:07 +0000)]
remove <krb5/copyright.h>

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

33 years agoupdate to use latest MD4 code
John Kohl [Tue, 26 Feb 1991 14:06:25 +0000 (14:06 +0000)]
update to use latest MD4 code

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

33 years agoforgot to /* */ a comment on #endif
John Kohl [Tue, 26 Feb 1991 14:03:53 +0000 (14:03 +0000)]
forgot to /* */ a comment on #endif

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

33 years agokerberize (again)
John Kohl [Tue, 26 Feb 1991 13:42:23 +0000 (13:42 +0000)]
kerberize (again)

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

33 years agokerberize
John Kohl [Tue, 26 Feb 1991 13:42:10 +0000 (13:42 +0000)]
kerberize

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

33 years agoupdated code from new RFC
John Kohl [Tue, 26 Feb 1991 13:40:22 +0000 (13:40 +0000)]
updated code from new RFC

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

33 years agoupdated RFC code
John Kohl [Tue, 26 Feb 1991 13:33:45 +0000 (13:33 +0000)]
updated RFC code

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

33 years agoupdated code from RFC
John Kohl [Tue, 26 Feb 1991 13:31:30 +0000 (13:31 +0000)]
updated code from RFC

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

33 years agoput in const where appropriate
John Kohl [Mon, 25 Feb 1991 15:55:11 +0000 (15:55 +0000)]
put in const where appropriate

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

33 years agoadd gen_port, gen_rname
John Kohl [Mon, 25 Feb 1991 15:50:12 +0000 (15:50 +0000)]
add gen_port, gen_rname

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

33 years agosprinkle in const's
John Kohl [Mon, 25 Feb 1991 15:46:49 +0000 (15:46 +0000)]
sprinkle in const's

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

33 years agoadd krb5_unpack_full_ipaddr, krb5_make_full_ipaddr
John Kohl [Mon, 25 Feb 1991 15:36:28 +0000 (15:36 +0000)]
add krb5_unpack_full_ipaddr, krb5_make_full_ipaddr

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

33 years agoadd ATYPE_NOSUPP
John Kohl [Mon, 25 Feb 1991 15:32:32 +0000 (15:32 +0000)]
add ATYPE_NOSUPP

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

33 years ago*** empty log message ***
John Kohl [Mon, 25 Feb 1991 15:17:50 +0000 (15:17 +0000)]
*** empty log message ***

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

33 years agoparameterize on USE_INET
John Kohl [Mon, 25 Feb 1991 15:15:43 +0000 (15:15 +0000)]
parameterize on USE_INET
replace KRB5KRB_AP_ERR_BADADDR with KRB5_PROG_ATYPE_NOSUPP

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

33 years agoparameterize on USE_INET
John Kohl [Mon, 25 Feb 1991 15:15:33 +0000 (15:15 +0000)]
parameterize on USE_INET

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

33 years ago*** empty log message ***
John Kohl [Mon, 25 Feb 1991 11:38:39 +0000 (11:38 +0000)]
*** empty log message ***

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

33 years agoadd full_ipadr, port2ip
John Kohl [Mon, 25 Feb 1991 11:38:08 +0000 (11:38 +0000)]
add full_ipadr, port2ip

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

33 years agoadd ADDRTYPE_ADDRPORT, ADDRTYPE_IPPORT
John Kohl [Mon, 25 Feb 1991 11:23:25 +0000 (11:23 +0000)]
add ADDRTYPE_ADDRPORT, ADDRTYPE_IPPORT

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

33 years agoadd krb5_unpack_full_ipaddr, krb5_make_full_ipaddr
John Kohl [Mon, 25 Feb 1991 11:22:39 +0000 (11:22 +0000)]
add krb5_unpack_full_ipaddr, krb5_make_full_ipaddr

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

33 years agouse memcmp, not strncmp
John Kohl [Mon, 25 Feb 1991 10:21:54 +0000 (10:21 +0000)]
use memcmp, not strncmp

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

33 years agoFix argument to krb5_free_principal()
John Carr [Mon, 25 Feb 1991 07:43:54 +0000 (07:43 +0000)]
Fix argument to krb5_free_principal()

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

33 years agoadd combine_keys
John Kohl [Fri, 22 Feb 1991 10:46:00 +0000 (10:46 +0000)]
add combine_keys

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

33 years agoadd mit_des_combine_subkeys
John Kohl [Fri, 22 Feb 1991 10:21:46 +0000 (10:21 +0000)]
add mit_des_combine_subkeys

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

33 years agoadd krb5_generate_subkey
John Kohl [Fri, 22 Feb 1991 10:21:06 +0000 (10:21 +0000)]
add krb5_generate_subkey

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

33 years ago*** empty log message ***
John Kohl [Fri, 22 Feb 1991 10:04:10 +0000 (10:04 +0000)]
*** empty log message ***

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

33 years agooops, need to use &fetchcreds..
John Kohl [Fri, 22 Feb 1991 09:24:20 +0000 (09:24 +0000)]
oops, need to use &fetchcreds..

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

33 years agoplug memory leaks
John Kohl [Thu, 21 Feb 1991 16:37:42 +0000 (16:37 +0000)]
plug memory leaks

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

33 years agofix lib dependencies
John Kohl [Thu, 21 Feb 1991 16:24:23 +0000 (16:24 +0000)]
fix lib dependencies

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

33 years agoalso erase and free the temp key
John Kohl [Thu, 21 Feb 1991 16:22:22 +0000 (16:22 +0000)]
also erase and free the temp key

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

33 years agocorrectly plug the leak
John Kohl [Thu, 21 Feb 1991 15:49:22 +0000 (15:49 +0000)]
correctly plug the leak

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

33 years agoplug memory leak
John Kohl [Thu, 21 Feb 1991 15:48:40 +0000 (15:48 +0000)]
plug memory leak

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

33 years agoplug memory leaks
John Kohl [Thu, 21 Feb 1991 15:36:52 +0000 (15:36 +0000)]
plug memory leaks

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

33 years agoplug memory leak
John Kohl [Thu, 21 Feb 1991 15:24:33 +0000 (15:24 +0000)]
plug memory leak

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

33 years agoshould (*) the free_translation function
John Kohl [Thu, 21 Feb 1991 14:42:12 +0000 (14:42 +0000)]
should (*) the free_translation function

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

33 years agoturn off # line stuff
John Kohl [Thu, 21 Feb 1991 14:18:11 +0000 (14:18 +0000)]
turn off # line stuff

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

33 years agoChanges to conform with API modifications
Theodore Tso [Thu, 21 Feb 1991 11:48:26 +0000 (11:48 +0000)]
Changes to conform with API modifications

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

33 years agoAdded f_tkt_auth.{c,o} to Imakefile
Theodore Tso [Thu, 21 Feb 1991 11:45:56 +0000 (11:45 +0000)]
Added f_tkt_auth.{c,o} to Imakefile

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

33 years agoChanges to conform with API modifications (to krb5_get_default_realm)
Theodore Tso [Thu, 21 Feb 1991 11:42:50 +0000 (11:42 +0000)]
Changes to conform with API modifications (to krb5_get_default_realm)

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

33 years agoChanges to conform with API modifications
Theodore Tso [Thu, 21 Feb 1991 11:41:54 +0000 (11:41 +0000)]
Changes to conform with API modifications

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

33 years agouse free_cred_contents routine
John Kohl [Wed, 20 Feb 1991 18:20:44 +0000 (18:20 +0000)]
use free_cred_contents routine

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

33 years agoplug memory leak
John Kohl [Wed, 20 Feb 1991 18:20:42 +0000 (18:20 +0000)]
plug memory leak

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

33 years agoplug memory leaks
John Kohl [Wed, 20 Feb 1991 18:16:17 +0000 (18:16 +0000)]
plug memory leaks

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

33 years agoplug memory leak
John Kohl [Wed, 20 Feb 1991 18:15:29 +0000 (18:15 +0000)]
plug memory leak

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

33 years agouse free function
John Kohl [Wed, 20 Feb 1991 18:15:11 +0000 (18:15 +0000)]
use free function

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

33 years ago*** empty log message ***
John Kohl [Wed, 20 Feb 1991 18:13:43 +0000 (18:13 +0000)]
*** empty log message ***

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

33 years agodon't forget authdata!
John Kohl [Wed, 20 Feb 1991 18:13:01 +0000 (18:13 +0000)]
don't forget authdata!

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

33 years agowe can and should free creds.server
John Kohl [Wed, 20 Feb 1991 18:10:24 +0000 (18:10 +0000)]
we can and should free creds.server

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

33 years agoclean up tgt
John Kohl [Wed, 20 Feb 1991 18:10:08 +0000 (18:10 +0000)]
clean up tgt

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

33 years agodidn't plug memory leak properly last time
John Kohl [Wed, 20 Feb 1991 17:04:20 +0000 (17:04 +0000)]
didn't plug memory leak properly last time

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

33 years agoplug a memory leak
John Kohl [Wed, 20 Feb 1991 16:04:15 +0000 (16:04 +0000)]
plug a memory leak

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

33 years agoremove spurious comma
John Kohl [Wed, 20 Feb 1991 15:46:02 +0000 (15:46 +0000)]
remove spurious comma

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

33 years agoupdate copyright
John Kohl [Wed, 20 Feb 1991 15:21:56 +0000 (15:21 +0000)]
update copyright
free the server if necessary.

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

33 years ago*** empty log message ***
John Kohl [Wed, 20 Feb 1991 14:46:30 +0000 (14:46 +0000)]
*** empty log message ***

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

33 years ago*** empty log message ***
John Kohl [Wed, 20 Feb 1991 14:33:52 +0000 (14:33 +0000)]
*** empty log message ***

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

33 years agoplug some memory leaks
John Kohl [Wed, 20 Feb 1991 12:14:47 +0000 (12:14 +0000)]
plug some memory leaks

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

33 years agofree up the returned time
John Kohl [Wed, 20 Feb 1991 11:18:05 +0000 (11:18 +0000)]
free up the returned time

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

33 years agoplug a memory leak
John Kohl [Wed, 20 Feb 1991 10:50:03 +0000 (10:50 +0000)]
plug a memory leak

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

33 years agoChanges to conform with API modifications
Theodore Tso [Tue, 19 Feb 1991 19:40:21 +0000 (19:40 +0000)]
Changes to conform with API modifications

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

33 years agoAdded cp_key_cnt to the library
Theodore Tso [Tue, 19 Feb 1991 19:38:36 +0000 (19:38 +0000)]
Added cp_key_cnt to the library

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

33 years agoChanges to conform with API modifications
Theodore Tso [Tue, 19 Feb 1991 19:38:17 +0000 (19:38 +0000)]
Changes to conform with API modifications

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

33 years agoChanged ot make it copy back the principal returned by the KDC
Theodore Tso [Tue, 19 Feb 1991 19:35:12 +0000 (19:35 +0000)]
Changed ot make it copy back the principal returned by the KDC

Changed to conform with API interface changes.

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

33 years agofix up copyrights
John Kohl [Tue, 19 Feb 1991 10:18:56 +0000 (10:18 +0000)]
fix up copyrights
add netinet/in.h

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

33 years agoupdate copyright notices
John Kohl [Tue, 19 Feb 1991 10:13:47 +0000 (10:13 +0000)]
update copyright notices
use xfree(x) rather than free((char *)x)

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

33 years agoupdate copyright notices
John Kohl [Tue, 19 Feb 1991 10:10:26 +0000 (10:10 +0000)]
update copyright notices
use xfree rather than free((char *))

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

33 years agovarargs only if STDC and com_err.h used..
John Kohl [Mon, 18 Feb 1991 16:53:32 +0000 (16:53 +0000)]
varargs only if STDC and com_err.h used..

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

33 years agoimplement partial realm spanning
John Kohl [Mon, 18 Feb 1991 16:49:51 +0000 (16:49 +0000)]
implement partial realm spanning

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

33 years agochanged interface of walk_rtree (only need realm names, not principals)
John Kohl [Mon, 18 Feb 1991 16:42:48 +0000 (16:42 +0000)]
changed interface of walk_rtree (only need realm names, not principals)

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

33 years agofix up to allow KDC to return a shorthand path, and to ask KDC's for such
John Kohl [Mon, 18 Feb 1991 16:40:24 +0000 (16:40 +0000)]
fix up to allow KDC to return a shorthand path, and to ask KDC's for such

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

33 years agoincorporate fixes from pau@ibm.com, plus other errors.
John Kohl [Mon, 18 Feb 1991 16:39:39 +0000 (16:39 +0000)]
incorporate fixes from pau@ibm.com, plus other errors.
(fix other errors, that is).

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

33 years agoadd KRB5_TC_MATCH_SRV_NAMEONLY
John Kohl [Mon, 18 Feb 1991 16:38:54 +0000 (16:38 +0000)]
add KRB5_TC_MATCH_SRV_NAMEONLY

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

33 years agoneed to initialize salt in all cases
John Kohl [Mon, 18 Feb 1991 16:34:44 +0000 (16:34 +0000)]
need to initialize salt in all cases

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

33 years agorearrange lib linking stuff
John Kohl [Mon, 18 Feb 1991 10:31:53 +0000 (10:31 +0000)]
rearrange lib linking stuff

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

33 years agofix up for yet better Imake support
John Kohl [Mon, 18 Feb 1991 10:28:39 +0000 (10:28 +0000)]
fix up for yet better Imake support

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

33 years agoremove mentions of perl; it's not used
John Kohl [Mon, 18 Feb 1991 10:18:37 +0000 (10:18 +0000)]
remove mentions of perl; it's not used

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

33 years agostdarg/varargs is included by com_err.h
John Kohl [Sun, 17 Feb 1991 11:55:25 +0000 (11:55 +0000)]
stdarg/varargs is included by com_err.h

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

33 years agoavoid problems with #defined memcpy, memset
John Kohl [Sun, 17 Feb 1991 11:54:02 +0000 (11:54 +0000)]
avoid problems with #defined memcpy, memset

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