diff options
| author | Keith Vetter <keithv@fusion.com> | 1995-09-11 19:06:45 +0000 |
|---|---|---|
| committer | Keith Vetter <keithv@fusion.com> | 1995-09-11 19:06:45 +0000 |
| commit | cdd6c33b9ae48076999e33ffa70e2365ecc5eb8c (patch) | |
| tree | 84682f14e77a844dfab2174318ebccb9067c829f /src/mac | |
| parent | a66029e852781fa0333dc92bd88bd8184f6feeb1 (diff) | |
| download | krb5-cdd6c33b9ae48076999e33ffa70e2365ecc5eb8c.tar.gz krb5-cdd6c33b9ae48076999e33ffa70e2365ecc5eb8c.tar.xz krb5-cdd6c33b9ae48076999e33ffa70e2365ecc5eb8c.zip | |
Mac Beta 1 submission
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6749 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/mac')
| -rw-r--r-- | src/mac/build/ChangeLog | 6 | ||||
| -rw-r--r-- | src/mac/build/krb5-Worksheet | 16 | ||||
| -rw-r--r-- | src/mac/kconfig/ChangeLog | 54 | ||||
| -rw-r--r-- | src/mac/kconfig/autoconf.h | 84 | ||||
| -rw-r--r-- | src/mac/kconfig/kconfig.sit.hqx | 1040 | ||||
| -rw-r--r-- | src/mac/libraries/ChangeLog | 6 | ||||
| -rw-r--r-- | src/mac/libraries/autoconf.h | 84 | ||||
| -rw-r--r-- | src/mac/libraries/libraries.sit.hqx | 1882 | ||||
| -rw-r--r-- | src/mac/telnet/telnet.sit.hqx | 12651 |
9 files changed, 14306 insertions, 1517 deletions
diff --git a/src/mac/build/ChangeLog b/src/mac/build/ChangeLog new file mode 100644 index 000000000..a8e35b115 --- /dev/null +++ b/src/mac/build/ChangeLog @@ -0,0 +1,6 @@ +Sun Sep 10 12:00:00 1995 James Mattly <mattly@fusion.com> + + * ChangeLog created + * krb5-Worksheet: Altered to be more clear for Mac build + + diff --git a/src/mac/build/krb5-Worksheet b/src/mac/build/krb5-Worksheet index d07d12bab..e5323e57e 100644 --- a/src/mac/build/krb5-Worksheet +++ b/src/mac/build/krb5-Worksheet @@ -1,3 +1,15 @@ + +# +# Form the krb5.h header file suitable for macintosh +# Fix the directory to point to the include directory +# +directory HardDiskName:FolderNames:k5mac:src:include: +catenate krb5.hin :krb5:krb5_err.h :krb5:kdb5_err.h :krb5:kv5m_err.h :krb5:asn1_err.h > krb5.h + + +# +# Ignore for now +# Related to the MPW build # # Extracted from old kerberos worksheet # Just the facts... @@ -5,7 +17,6 @@ # the error table compiler will not be built (.et), the files will be built on the unix side before bringover # - alias c MWC68K -w off alias C C @@ -25,9 +36,6 @@ echo set exit 1 duplicate gnu:k5mac:src:include:krb5.hin gnu:k5mac:src:include:krb5.h #krb5-pro.h -directory gnu:k5mac:src:include: -catenate krb5.hin :krb5:krb5_err.h :krb5:kdb5_err.h :krb5:kv5m_err.h :krb5:asn1_err.h > krb5.h - # # Setup some standard defines diff --git a/src/mac/kconfig/ChangeLog b/src/mac/kconfig/ChangeLog index 9e85ebe2f..0be648a5f 100644 --- a/src/mac/kconfig/ChangeLog +++ b/src/mac/kconfig/ChangeLog @@ -1,50 +1,6 @@ -Mon Feb 6 16:47:17 1995 John Gilmore (gnu at toad.com) - - * kconfig.c (kerror): Call krb_get_err_text instead of having a - private copy of the error message texts. - (main): When can't talk to Kerb driver, can't interpret an error - code either; just complain directly. - * krb_err_txt.c: Removed. - - * kconfig.c (main): Call krb_start_session (from mac_stubs) to find - driver. This enables us to make ordinary Kerberos subroutine - calls rather than being stuck with driver calls. - * MakeFile (OBJS): Add mac_stubs.c.o. - (mac_stubs.c): Add rule to copy this file from src/lib/krb. - -Sun Feb 5 12:43:43 1995 John Gilmore (gnu at toad.com) - - * kconfig.c (openprefres): Change Preferences file name to 'CNS - Config Preferences' - (doupdate): Move more useless code inside #ifdef notdef. - * MakeFile: Output map file is now 'CNS Config.MAP'. - * %kconfig.rsrc (About DITL): Add text about CNS Config and Cygnus. - (About DLOG): Increase size of the about box to hold the above. - -Sun Feb 5 10:49:03 1995 John Gilmore (gnu at toad.com) - - * %kconfig.rsrc (Apple menu): "About KConfig" -> "About CNS Config". - (File menu): Add "Close Window (apple-W) item. - (main DITL): Window title "Kerberos Configuration" -> "CNS Kerberos - Configuration". - * MakeFile: Remove obj subdir and all references to it. Remove - references to include files that were moved to src/include. - (all): Build 'CNS Config' by default. - (KRBFOLDER): Remove all references. - (INCFOLDER): Add, pointing to src/include. - (KConfig): Rename to 'CNS Config'. - * obj: Remove subdir for building object files; they're now - built in the main directory. - * kadm.c, kconfig.c: Fix include file names to have correct - upper/lower case. (This doesn't matter in Mac native file - systems, but matters over NFS.) - * kconfig.c, kconfig.h: Add case for "Close Window" in the File - menu, to make apple-W work. - * kconfig.r: Remove "obj" reference. Change Kconfig to CNS Config. - -Sat Feb 4 19:44:35 1995 John Gilmore (gnu at toad.com) - - * AddressXlation.h, mactcpcommontypes.h, Krb_driver.h, udppb.h, - tcppb.h, getmyipaddr.h: Remove; use the versions in src/include. - * des_cornell.c, desproto.h: Moved these here from ../Krb. +Sun Sep 10 12:00:00 1995 James Mattly <mattly@fusion.com> + * ChangeLog created + + * kconfig.sit.hqx: Project file changed to include new files + and renamed files. diff --git a/src/mac/kconfig/autoconf.h b/src/mac/kconfig/autoconf.h new file mode 100644 index 000000000..043021400 --- /dev/null +++ b/src/mac/kconfig/autoconf.h @@ -0,0 +1,84 @@ +/* autoconf.h. Generated automatically by configure. */ +/* autoconf.h.in. Generated automatically from configure.in by autoheader. */ + +/* #undef ANSI_STDIO */ +#define HAS_SETVBUF 1 +#define HAS_ANSI_CONST 1 +/* #undef HAS_ANSI_VOLATILE */ +#define HAS_STDLIB_H 1 +/* #undef HAS_STRDUP */ +/* #undef HAS_LABS */ +/* #undef HAS_SYS_FILE_H */ +/* #undef HAS_SYS_PARAM_H */ +#define HAS_VOID_TYPE 1 +#define KRB5_PROVIDE_PROTOTYPES 1 +/* #undef NEED_SYS_FCNTL_H */ +#define NO_NESTED_PROTOTYPES 1 +/* #undef NO_STDLIB_H */ +#define NO_YYLINENO 1 +/* #undef POSIX_FILE_LOCKS */ +/* #undef POSIX_SIGTYPE */ +/* #undef POSIX_TERMIOS */ +#define POSIX_TYPES 1 +#ifndef STDARG_PROTOTYPES +/* #undef STDARG_PROTOTYPES */ +#endif /* STDARG_PROTOTYPES -- avoid collision with com_err.h */ +#define USE_DIRENT_H 1 +#define USE_STRING_H 1 +#define WAIT_USES_INT 1 +#define krb5_sigtype void +/* #undef HAS_UNISTD_H */ +#define KRB5_USE_INET 1 +#define ODBM 1 +/* #undef TM_IN_SYS_TIME */ + +/* Define if MIT Project Athena default configuration should be used */ +/* #undef KRB5_ATHENA_COMPAT */ + +/* Define if Kerberos V4 backwards compatibility should be supported */ +/* #undef KRB5_KRB4_COMPAT */ + +/* Define to empty if the keyword does not work. */ +#define const + +/* Define if you can safely include both <sys/time.h> and <time.h>. */ +#define TIME_WITH_SYS_TIME 1 + +/* The number of bytes in a int. */ +#define SIZEOF_INT 4 + +/* The number of bytes in a long. */ +#define SIZEOF_LONG 4 + +/* The number of bytes in a short. */ +#define SIZEOF_SHORT 2 + +/* Define if you have the <macsock.h> header file. */ +#define HAVE_MACSOCK_H 1 + +/* Define if you have the <stdarg.h> header file. */ +#define HAVE_STDARG_H 1 + +/* Define if you have the <sys/file.h> header file. */ +/* #undef HAVE_SYS_FILE_H */ + +/* Define if you have the <sys/param.h> header file. */ +/* #undef HAVE_SYS_PARAM_H */ + +/* Define if you have the <sys/stat.h> header file. */ +/* #undef HAVE_SYS_STAT_H */ + +/* Define if you have the <sys/time.h> header file. */ +/* #undef HAVE_SYS_TIME_H */ + +/* Define if you have the <sys/types.h> header file. */ +/* #undef HAVE_SYS_TYPES_H */ + +/* Define if you have the dbm library (-ldbm). */ +/* #undef HAVE_LIBDBM */ + +/* Define if you have the ndbm library (-lndbm). */ +/* #undef HAVE_LIBNDBM */ + +/* Define if there is no concept of user identification */ +#define NO_USERID 1 diff --git a/src/mac/kconfig/kconfig.sit.hqx b/src/mac/kconfig/kconfig.sit.hqx index eea3b700e..fd26d125c 100644 --- a/src/mac/kconfig/kconfig.sit.hqx +++ b/src/mac/kconfig/kconfig.sit.hqx @@ -1,519 +1,523 @@ (This file must be converted with BinHex 4.0) - -:#fYMEfjQD@FZFfPd!&0*9%46593K!3#3!er&!!!"4ZCS8dP8)3!#!!"IaA*-BA8 -#c!#3!aB#93d!$'YMEfjQD@FZFR0bB`#3%hF!N"8a"`#3"2q3"&*68N0%Eh9R)3# -VATi%V'1L!*!$EUJ!N!B`J3#3")dk!*!)9b%1`2LqXbZDNmfZXiYe91ifcflPbVh -Y,dIEQPi[IhXhbmaEpm@AdkIFNhYb,hT&"rbmKGZTV#j1pb$fLfGRhd!ArX[cEef -mcLkp[-iSAh6K"MfffE@F,XE,mqNqmq`kPVGbIjfC"h69GAfII9IliBCmL8!**!0 -)&[+3!"`Nd-K"b8&')%!(r(k66X35N4YI%ZR#2rJAF2lR8l0Q48rh$9fVQR[lHPH -X#L"Lk99,&l6h$+`k9D`+fAA8Iq4mjTVI#KP2pi0[XMe'`QN4bLKbR98MrGE&SF! -9PkZr$T(R@!Z'UUkCHFfXDpjacEPHe!3j4mkk0b#$m0iKP4Ve5pD*XXkkUS6Yq3P -"Vr`p[(@KbJ8Gh5XkefV-bG)R-kcPp3EK&*NXcE*Qk,L&2Ahpjl6hh064e@dL@i' -cZ)66+Qeb"A!UPRCfV,f*%EmKi@-'+"#5'G)c9%F&)TFZLA5XA0REfGIhZJTcT9d -@!kZX!KQq8lVPJBUDH5Y[kZU1p(AfhY,CLqT5+mGTr)HY-q4HUk1NMqIhp2Q`M-" -ldVJqPA+e('me$%fj[,2hqXlHRVl)NSkq[PYlHPG'&UcZk&l9U5J4Z8GQ@YGkbN4 -NMFb8M`b&&RIFC1*R)rl58[aX19%Z4AcpJS(HhXlZrK)PM9i+V1Y,@%Z4NGF$UfC -ajkf(F0B!jlB5cSebN[`UF%k,m)b"6CcHfpQrB9eRT,mRJQcSZQ($QFL)VdL$iNk -5AjI6VGZm+R5mc*26j@0$0BYk9R5XM@KQ[9-Mc`61E1Zf)HXp"[G-UBH1(aYU@0c -C$jCV)J0)YQlSrFlM06iS$mPEV&9$*beBI&@NP$X,Y'`2p(EdGr9SD8&Q0PV6C&' -SBP(2UUjZV@1)L5&Q@kJ5-6d$rFTR'IMqP[@`Tp1AT0i+q9lJIFUDCNd0eCQ-M+c -cP!mDC1[cXYVD%`SL+8bGA)Z)3848YRHZlH`h'ASRBZj"61LLP9f'mCF3XA-Fpqm -3mF*Kh*F38ac(A3#PVV)H($VG&0"c@-UB'*UBikGFZ"i#jTm#FrT9@V&'+ppr3V@ -Q)XHSrUR@VeVR@p[pQZEl[CSf!4QHY"lc[,DFB-feKSC'P-P&hFLA&CdV)pG[L#c -BX+TlS#pbeF#kG6fprD`90h@XkB``Hdh50NmdfG9(Y-Yk9RG(6SpF0V#fUk2jU%4 -MBUhYl1MVM-`qrmTCc4-[lZQ0p(HZ@"hT-c62MR3L4GC'ZNd0QG(AZ@+JYkYr3pX -+9D0j4Fp0Cdrm+Ed)#+&3VBe%CdA1Qh9qC2E-Fb1ccTXjXaPD6jDc*'4GD@9JDAq -*XjR'C&NN&m[MeS0LP3,[r+I!pjR!aE*5dYEIM!EqLJQF,"1YCGD,%L`&a['ri,i -,lP2R8pCUD3Li0H)km#ldrRkNjLY5e2Gr)QjLr&LH-QB9X+V'QmC,IQ%h,"Fr2@, -4fV&$!V3rq8N*dVlK"JR42[GFU9!80$9%J5G-'hK9Y)&A64Yi%fJ$lcKPJhkEE)! -hN6BLDQN$Viifm1TT!kp"@BXdNMA`hN)EH*0S)h)bEH!G6aYi*kJk)P1S$["1T!f -mNfJ$lkfdJ6#90["19KA4*P*&r*YS!bp#'hLRdJEH00T!HTZU,A)DeBE[lE5"GcT -Yi*e"'hM6D32[6-d+NE1B&I"%D32[E&V!Qd%EH-fdJAH14S[-C$6`CY&'a$YS!`p -DDRkF4aYijbX,NCmM#q$p2'hJYG"'j'cD`(XREH"GS'a&jT!!,I!ZT!fmZE5"edS -E#'fdJ6G294'C6e@!Yi!frZfdJAF4EH"G6"Y)PkKkU#p8$hLAdNE-CE5"GcPYi#f -L$EahUFSLLkNb2&I3"Yi5fX#lNME`PY)'hP@D$@M"Q!h!@diE%6(D`(Xh,H#pKcE -`IN'M4+jQ&2"qN6E`ISNf)Yp,'hMAd!EHYBU1S3R4JGG"'hMAd`EH#YT!@%NEH*h -+%LP!PX"E44YiUfRMhd8EH$I5"Y)D93-0)p8!hNfdJGG0'l%pY)'hMME`EPE94(U -T'MapY)(A6aYi!l5"G`YYi0fUkSUXTlV!fd!E%Ep-'hLhd3EH4YV!Zefc!!-ICJ( -`0Y%'hL"Y4-CT!fmc,H$GU9id-I3#lrfdJIFVY)&h&fdJ$0%'hJF89H5$4!AHKfJ -$lm1dJIHVY2(I3KY)@j@Gb$Db!pk[d3EH4fJ$lk1dJA%hEH"p6&83q6K9J1FHfX$ -l"'hJDIB#le1dJIIVUKE'5e3,H,p*'a'r44YiRkB0[(YT!qqh99@4qkJUm1kR$E` -(D#2bGfJ$lhGT!qrh9(f4"kNqm"kL$Eb(D32[-l5"N!#J$EcI9d[NXl5!pcRD`2X -$fX$l3pV!qcaYr2p)d86qf(4SmKpS!qp2D!2[#l5"pdAD`2T6CFAa"PM"mfAD`2X -cfX$lFpV!q`TYi'&3U[Na62E!Hi3f)[k50[#q5KYiMp)'hPqT5L+285AJEDF0[-G -T)r)rdJEHAp-'hYqSQL"*0B(h0GV!fdNEH"LXDRim34YiIkZUBe"#dB(hGGV!Hj) -fm2kH0[#q34Y)rl"hVqPhRhjDl@pq'BVMr12$CV6cVD%KYEppkkeU2lemZGV2Y,H -VrHbdD@U20*LKe(G%P0&h!89'ciNSSqq*++2R4C64#b,+#0fc-RT44"PKq+b-[Lq -LM(j!8Q#d4mNr,5r6"L09$Bcfd3DM*'d`HS8f'1fR$8B(D)243GTJP0UV4p*2kj( --Pr9)pQ%pNK[5)rPEp8KKZ4kafr9)FCSHF4VdX2-[(ApQB1c+11B3529MCpJREC9 -!5P*TT"MYab8%5e,IB'cVh@+PT*LUBB6rTBST5e)C#IX4a953!2D6F)5m!!!m63) -Aijp1ji1j9#UGbl[jB"VaH3PQmJR(F@X5m@`+!F8XBEmT9XCfh+T%2*e+j4dhAd` -Kbe,2NXIL6dSJR8rNh,!0+Y&m`E(GUBPiP1JTJ'35VZ[%BpNXF*ei0ZjQED2"K!) -#FpQLkf4J#-+H)Cr,2Sk*A!(qBYT*#8#YI040fb"XTH2`*Y)30Ch+18AAbL)1*5h -RZ1&#+ZfiEM&HG!2j0-*'9*YlN!!N'GZ9SK0edQkU`JECG*V-!T*11!M-Ti1TG!D -+5pC"'*4j9J4ZX-K"P4Mr$&5Yh`9YXU#6F$)Z4!N8h#+i3"!VR5Lk`@`k(EA6!I) -KXU*+"SV%Sc((V8K%imJ!"m#1N@IT*jMAd-FUCTe-+*S'(mJ89H@KT1@NEG@Y+Te -hh9JkQMD8)%ap2)T%Y@1CD!DrU%BUTi'540P3*PT`#i@d+!IbV)JVQ*1fN!!YU9$ -4MG&C6)Ap!T+4fY&bJLpIG%2a6#DE,@B#S%Va6-dTBq`Pl3fJ$B,KBLb@K9f`deB -d65ba)8DZL(b4G#%9b,Sa'p5RT$-C&JM[dpS&!`bp3JAH&3A3cQ6Y60"SjM)jRBb -94K'V--#[N!$k,8ab5PjdBN(EYD2jY*!!1,)T$(cN"mTFUMUABIkNdRN@MQ,16Nf -)*QaqX95fL*!!1)Y#cSDV`LNQl'bZN!#SbM'a8UPFN5ND,qD459Vi$T!!pde'mPT -)EL-l!F@2a8"L514X!-3*9dcCkH03%GaF+KehAGB[+d2'HC6GN!!0J[QX'bTQ-ba -TJ[T3RBi@8FUbUDc$1QLRpT2ZlBCZS*K$hE++QD*QVL9jC&dLLrS+!4`Ype*)eC* -[(QUR8Af,,!kDb3NhRidM8c,&02e53-BJ33V32%kT`5`%PG)SU0A&H"kPNQQTDYp -QkSU&e%!0eN)J+6H&!5i#UMAYS6Fk%,BP0KS0P%!8-YCQP$+PDcPC*bSfH1HF+)T -j%98EZ!#'#e8Q'QA&44P'lBG'TP!Uq6kYi`IGbJ*)3LGAG3Ea#55HCC*+UL"3'3b -!'QAG4[P,Nk38LKQYTJ93SX162HUacP#4G"%jT`JZf#RTILBF%V#BGb[b+Ui[0bZ -0Qa'SNi8ZfNEB84Ck-$--iiBbXMPMNDFR0&h!b!Lk"6H+!N&-0"-Sr8JGCGe66R0 -8KacPCV153KQY5Z3mX8PE#&f!DU%%3)c1@IbK)TS*XJmA8"BJR0%jQ`&TQi5,$QS -jDm,"dBBK@-cPLJA8)E38U*rXK&"Cd!R&)"2+APBl'5X4CH[$0XTN%LM$VLKi@D` -k'cP#M''4S4T)k#V&B)P3R3HmeL`%hRR8Z@!#Z%aibD&Zjf+8)Beq4'Y"J[f$NSD -q5+#XaCTP(#DPXN'`0L80-5Jq5"e890$1Q3l!Shf,55rN3%lLH6G3b%E4U"46"H3 -iT'1b'D8V%pSkN!#e5Q`9BXCaK,8T-8kfQPdXUMC-ajf!3X8mB&h5,#[a,LT[+km -0%G4QAKImiJRUD9