summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandra Ellwood <lxs@mit.edu>2005-09-01 20:48:53 +0000
committerAlexandra Ellwood <lxs@mit.edu>2005-09-01 20:48:53 +0000
commit761f807d5ea32f5db0c07ae2c011c97b4688eaaf (patch)
tree628e26dbcc2b6ac3238340dff93d44e98c8adfa0
parent06306883039fd147b1e1556924b1cbc415a3b381 (diff)
downloadkrb5-761f807d5ea32f5db0c07ae2c011c97b4688eaaf.tar.gz
krb5-761f807d5ea32f5db0c07ae2c011c97b4688eaaf.tar.xz
krb5-761f807d5ea32f5db0c07ae2c011c97b4688eaaf.zip
Move KfM-specific build system components to KfM repository
Moved KfM-specific build system components into the KfM repository to avoid conflicts between kfm and krb5 branch points and commit procedures. Only KfM developers have been editing these files anyway so there is no advantage to having them in the krb5 repository. ticket: new Component: krb5-build Target_Version: 1.4.3 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17367 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/mac/.Sanitize31
-rw-r--r--src/mac/ChangeLog180
-rw-r--r--src/mac/MacOSX/Headers/Kerberos5Prefix.h181
-rw-r--r--src/mac/MacOSX/Projects/GSS.pbexp110
-rw-r--r--src/mac/MacOSX/Projects/Kerberos4.pbexp116
-rw-r--r--src/mac/MacOSX/Projects/Kerberos5.pbexp343
-rw-r--r--src/mac/MacOSX/Projects/Kerberos5.pbproj/project.pbxproj15925
-rw-r--r--src/mac/MacOSX/Projects/KerberosDES.pbexp88
-rw-r--r--src/mac/MacOSX/Projects/KerberosProfile.pbexp38
-rw-r--r--src/mac/MacOSX/Scripts/Kerberos5BuildSystem.jam76
-rw-r--r--src/mac/MacOSX/Scripts/Kerberos5Errors.jam96
-rw-r--r--src/mac/MacOSX/Scripts/Kerberos5Headers.jam160
-rw-r--r--src/mac/MacOSX/Scripts/Kerberos5ServerBuild.jam87
-rw-r--r--src/mac/ReadMe139
-rw-r--r--src/mac/Release notes173
-rw-r--r--src/mac/libraries/ChangeLog101
16 files changed, 0 insertions, 17844 deletions
diff --git a/src/mac/.Sanitize b/src/mac/.Sanitize
deleted file mode 100644
index 778c44ef1e..0000000000
--- a/src/mac/.Sanitize
+++ /dev/null
@@ -1,31 +0,0 @@
-# Sanitize.in for Kerberos V5
-
-# Each directory to survive it's way into a release will need a file
-# like this one called "./.Sanitize". All keyword lines must exist,
-# and must exist in the order specified by this file. Each directory
-# in the tree will be processed, top down, in the following order.
-
-# Hash started lines like this one are comments and will be deleted
-# before anything else is done. Blank lines will also be squashed
-# out.
-
-# The lines between the "Do-first:" line and the "Things-to-keep:"
-# line are executed as a /bin/sh shell script before anything else is
-# done in this
-
-Do-first:
-
-# All files listed between the "Things-to-keep:" line and the
-# "Files-to-sed:" line will be kept. All other files will be removed.
-# Directories listed in this section will have their own Sanitize
-# called. Directories not listed will be removed in their entirety
-# with rm -rf.
-
-Things-to-keep:
-
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.
diff --git a/src/mac/ChangeLog b/src/mac/ChangeLog
deleted file mode 100644
index 3a5bcb0298..0000000000
--- a/src/mac/ChangeLog
+++ /dev/null
@@ -1,180 +0,0 @@
-Fri Feb 21 16:30:00 2003 Alexandra Ellwood <lxs@mit.edu>
- * Removed Mac OS 9 files.
-
-Fri Oct 21 18:00:00 1998 Miro Jurisic <meeroh@mit.edu>
- * ReadMe: updated instructions to say we require CW Pro4
- * version.r: upped to 1.1a4
-
-Fri Oct 21 17:30:00 1998 Miro Jurisic <meeroh@mit.edu>
- * Makefile.initial: added auto-detection of CodeWarrior version
- * Makefile.tmpl: added CodeWarrior Pro4 files and fixed -map on krb5 68k lib
-
-Fri Sep 8 15:50:00 1998 Miro Jurisic <meeroh@mit.edu>
- * CFMGlue.c: Added check for Code Fragment Manager
-
-Fri Aug 28 16:30:00 1998 Miro Jurisic <meeroh@mit.edu>
-
- * Makefile.tmpl, ReadMe, Makefile.initial, RunAppleScript.pl: Added stuff to
- automagically run AppleScriprs to build CW projects.
-
-Fri Aug 28 12:00:00 1998 Miro Jurisic <meeroh@mit.edu>
-
- * Makefile.tmpl: Removed static library targets, renamed other
- targets, added debugging targets
- * ReadMe: removed mentions of static libraries and kconfig
- * macfile_gen.pl: renamed output variables
- * version.r: upped to 1.1a3
-
-Fri Aug 21 17:00:00 1998 Miro Jurisic <meeroh@mit.edu>
-
- * Makefile.tmpl: Added CCache API dependencies
-
-Wed Aug 19 18:20:00 1998 Miro Jurisic <meeroh@mit.edu>
-
- * version.r: Upped to 1.1a1 library, 1.5a1 package
-
-Tue Aug 18 14:30:00 1998 Miro Jurisic <meeroh@mit.edu>
-
- * ReadMe: added information about warnings that should be ignored
-
-Fri Aug 14 14:00:00 1998 Miro Jurisic <meeroh@mit.edu>
-
- * Makefile.tmpl: Change -sym fullpath to -sym on -- now
- MPW doesn't crash during link stage
- * version.r: Upped to 1.0.5b8
-
-Wed Aug 12 13:20:00 1998 Miro Jurisic <meeroh@mit.edu>
-
- * version.r: Upped to 1.0.5b7
-
-Wed Aug 12 13:20:00 1998 Miro Jurisic <meeroh@mit.edu>
-
- * Makefile.tmpl: Change glue targets' output folders
-
-Mon Aug 10 17:20:00 1998 Miro Jurisic <meeroh@mit.edu>
-
- * Makefile.tmpl: Fixed glue targets' dependencies
-
-Mon Aug 10 13:15:00 1998 Miro Jurisic <meeroh@mit.edu>
-
- * version.r: Upped to 1.0.5b6
-
-Mon Aug 10 13:15:00 1998 Miro Jurisic <meeroh@mit.edu>
-
- * Makefile.tmpl: Added glue files to snapshot list
-
-Mon Aug 10 13:05:00 1998 Miro Jurisic <meeroh@mit.edu>
-
- * Makefile.tmpl: Changed location of glue generation output
-
-Mon Aug 10 13:05:00 1998 Miro Jurisic <meeroh@mit.edu>
-
- * ReadMe: Changed instructions to refer to 68K glue
-
-Mon Aug 10 12:58:00 1998 Miro Jurisic <meeroh@mit.edu>
-
- * Makefile.tmpl: Added glue files to clean targets
-
-Mon Aug 10 12:30:00 1998 Miro Jurisic <meeroh@mit.edu>
-
- * Added sources for classic 68K glue for GSSAPI and krb5 libraries
-
-Tue Jul 7 17:00:00 1998 Miro Jurisic <meeroh@mit.edu>
-
- * Makefile: separated krb5 and GSS libraries; also commented out MIT-specific targets,
- since we want to distribute one version that checks for MITAthenaLib to determine whether
- to use TestTrack
-
- * Added export file for krb5 library; updated export file for GSS library
-
- * Separated initialization code and put it in K5.CFM.c and GSS.CFM.c
-
- * Upped version to 1.0.5b1
-
-Thu Jul 2 17:40:52 1998 Theodore Y. Ts'o <tytso@mit.edu>
-
- * GSSLibrary.exp, GSSLibrary.SAP.exp: Add new GSSAPI functions.
- Also comment out __terminate and __initialize functions.
-
- * version.r: Update Mac resource file to say 1.0.4b1
-
-Wed Jul 1 17:56:04 1998 Theodore Y. Ts'o <tytso@mit.edu>
-
- * Makefile.tmpl: Commit sarac's changes which make the Mac
- dependencies more sane.
-
-Tue Oct 14 12:39:37 1997 Marshall Vale <mjv@mit.edu> (Added 7/1/98)
-
- * Makefile.tmpl: Added -init and -term linker args to the
- shared libraries for CWPro 1. Earlier versions did not
- require it.
-
- * Makefile.tmpl: Added -weaklink of TestTrackLib for SAP
- version serving compatibility.
-
-Wed Sep 24 12:10:29 1997 Marshall Vale <mjv@mit.edu> (Added 7/1/98)
-
- * Makefile.tmpl (GSSRTLCFM68K & GSSRTLCFMPPC): Changed from
- ANSI to MSL runtime libraries.
-
-Mon Mar 17 15:03:36 1997 Theodore Y. Ts'o <tytso@mit.edu>
-
- * Makefile.tmpl (GSSRTLCFMPPC): Add double quotes to prevent Mac
- filenames with spaces from losing.
-
-Fri Nov 22 07:54:57 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
-
- * Makefile.tmpl: Use '%' in Makefiles where you really want a '/'
- character in the mpw Makefile. (Translation in
- src/Makefile.in)
-
- * version.r: Fix typos, and set version resource for 1.0 release.
-
-Fri Nov 8 17:44:10 1996 Theodore Y. Ts'o <tytso@mit.edu>
-
- * Makefile.tmpl: Add in version resource
-
- * version.r: New file, containing the version resource.
-
-Tue Oct 29 22:48:23 1996 Theodore Y. Ts'o <tytso@mit.edu>
-
- * Makefile.tmpl (SRCS-SAP): Added support for building 68K CFM
- shared libraries.
-
-Fri Jun 21 11:29:40 1996 Theodore Y. Ts'o <tytso@mit.edu>
-
- * macfiles.sh: Call macfiles.sh explicitly using /bin/sh, so that
- it works even if the script doesn't have execute
- permission set.
-
-Tue Apr 30 15:04:29 1996 Theodore Y. Ts'o <tytso@mit.edu>
-
- * Makefile.tmpl: Added compile/link lines to build a PowerPC CFM
- shared libraries.
-
-Sat Mar 30 22:45:56 1996 Theodore Y. Ts'o <tytso@dcl>
-
- * macfiles.sh: Add the C files which were used in the MACSRCS
- definition, as well as the SRCS definition.
-
- * Makefile.tmpl (KH): Add KerberosHeaders.h to the dependencies
- for the precompiled header.
-
-Wed Mar 27 18:53:04 1996 Theodore Y. Ts'o <tytso@dcl>
-
- * Makefile.tmpl (link): Don't use "-model far" when linking on the
- Power PC. It has no meaning.
-
-Wed Mar 20 00:16:45 1996 Theodore Y. Ts'o <tytso@dcl>
-
- * macfiles.sh: Improved matching of the SRCS declaration. It must
- not be commented out; it must start on the first column of
- the line.
-
- * Makefile.tmpl (KH): Fix typos in Dan's original template.
-
-Wed Feb 7 00:26:08 1996 Theodore Y. Ts'o <tytso@dcl>
-
- * Makefile.tmpl, macfiles.sh: New files, for danw's changes to
- allow building Makefiles for the Macintosh. We now can
- build MPW makefiles which are interpreted by CodeWarrior.
diff --git a/src/mac/MacOSX/Headers/Kerberos5Prefix.h b/src/mac/MacOSX/Headers/Kerberos5Prefix.h
deleted file mode 100644
index 4320d4c10d..0000000000
--- a/src/mac/MacOSX/Headers/Kerberos5Prefix.h
+++ /dev/null
@@ -1,181 +0,0 @@
-#include <TargetConditionals.h>
-#include <krb5/autoconf.h>
-
-#define USE_CCAPI 1
-#define USE_LOGIN_LIBRARY 1
-#define USE_BUNDLE_ERROR_STRINGS 1
-
-#define KRB_PRIVATE 1
-#define KRB5_PRIVATE 1
-#define KRB524_PRIVATE 1
-
-#define GETGROUPS_T gid_t
-#define GETPEERNAME_ARG2_TYPE struct sockaddr
-#define GETPEERNAME_ARG3_TYPE int
-#define GETSOCKNAME_ARG2_TYPE struct sockaddr
-#define GETSOCKNAME_ARG3_TYPE int
-#define GETSOCKNAME_ARG3_TYPE int
-#define GETSOCKNAME_ARG3_TYPE int
-#define GET_TGT_VIA_PASSWD 1
-#define GSSAPI 1
-#define GSSAPI_KRB5 1
-#define GSSAPI_V2 1
-#define HAVE_ACCESS 1
-#define HAVE_ARPA_INET_H 1
-#define HAVE_ARPA_NAMESER_H 1
-#define HAVE_BT_RSEQ 1
-#define HAVE_CGETENT 1
-#define HAVE_CHMOD 1
-#define HAVE_CLOSELOG 1
-#define HAVE_CURSES_H 1
-#define HAVE_DAEMON 1
-#define HAVE_FCHMOD 1
-#define HAVE_FCHOWN 1
-#define HAVE_FCNTL_H 1
-#define HAVE_FLOCK 1
-#define HAVE_FORK 1
-#define HAVE_GETADDRINFO 1
-#define HAVE_GETCWD 1
-#define HAVE_GETDTABLESIZE 1
-#define HAVE_GETENV 1
-#define HAVE_GETEUID 1
-#define HAVE_GETHOSTBYNAME2 1
-#define HAVE_GETIFADDRS 1
-#define HAVE_GETNAMEINFO 1
-#define HAVE_GETOPT 1
-#define HAVE_GETUID 1
-#define HAVE_GETUSERSHELL 1
-#define HAVE_HERROR 1
-#define HAVE_IFADDRS_H 1
-#define HAVE_INET_ATON 1
-#define HAVE_INET_NTOP 1
-#define HAVE_INET_PTON 1
-#define HAVE_INITGROUPS 1
-#define HAVE_INTTYPES_H 1
-#define HAVE_ISATTY 1
-#define HAVE_KILLPG 1
-#define HAVE_KRB_GET_ERR_TEXT 1
-#define HAVE_KRB_SAVE_CREDENTIALS 1
-#define HAVE_LIMITS_H 1
-#define HAVE_LOGWTMP 1
-#define HAVE_LSTAT 1
-#define HAVE_MEMMOVE 1
-#define HAVE_MEMORY_H 1
-#define HAVE_NETDB_H 1
-#define HAVE_NETINET_IN_H 1
-#define HAVE_OPENLOG 1
-#define HAVE_OPENPTY 1
-#define HAVE_PATHS_H 1
-#define HAVE_PWD_H 1
-#define HAVE_REGCOMP 1
-#define HAVE_REGEXEC 1
-#define HAVE_REGEXP_H 1
-#define HAVE_REGEX_H 1
-#define HAVE_REVOKE 1
-#define HAVE_RRESVPORT_AF 1
-#define HAVE_SA_LEN 1
-#define HAVE_SETENV 1
-#define HAVE_SETEUID 1
-#define HAVE_SETLOGIN 1
-#define HAVE_SETOWN 1
-#define HAVE_SETPGID 1
-#define HAVE_SETPRIORITY 1
-#define HAVE_SETREUID 1
-#define HAVE_SETSID 1
-#define HAVE_SETUPTERM 1
-#define HAVE_SRAND 1
-#define HAVE_SRAND48 1
-#define HAVE_SRANDOM 1
-#define HAVE_SSCANF 1
-#define HAVE_STAT 1
-#define HAVE_STDARG_H 1
-#define HAVE_STDINT_H 1
-#define HAVE_STDLIB_H 1
-#define HAVE_STRCASECMP 1
-#define HAVE_STRCHR 1
-#define HAVE_STRDUP 1
-#define HAVE_STRERROR 1
-#define HAVE_STRFTIME 1
-#define HAVE_STRINGS_H 1
-#define HAVE_STRING_H 1
-#define HAVE_STRPTIME 1
-#define HAVE_STRSTR 1
-#define HAVE_STRUCT_SOCKADDR_STORAGE 1
-#define HAVE_STRUCT_UTMP_UT_HOST 1
-#define HAVE_SYSLOG 1
-#define HAVE_SYSLOG_H 1
-#define HAVE_SYS_ERRLIST 1
-#define HAVE_SYS_FILIO_H 1
-#define HAVE_SYS_IOCTL_COMPAT_H 1
-#define HAVE_SYS_PARAM_H 1
-#define HAVE_SYS_SELECT_H 1
-#define HAVE_SYS_SOCKET_H 1
-#define HAVE_SYS_SOCKIO_H 1
-#define HAVE_SYS_STAT_H 1
-#define HAVE_SYS_TIME_H 1
-#define HAVE_SYS_TTY_H 1
-#define HAVE_SYS_TYPES_H 1
-#define HAVE_SYS_UIO_H 1
-#define HAVE_SYS_UTSNAME_H 1
-#define HAVE_SYS_WAIT_H 1
-#define HAVE_TCGETPGRP 1
-#define HAVE_TCSETPGRP 1
-#define HAVE_TERM_H 1
-#define HAVE_TIMEZONE 1
-#define HAVE_TIME_H 1
-#define HAVE_TTYENT_H 1
-#define HAVE_TTYNAME 1
-#define HAVE_UMASK 1
-#define HAVE_UNISTD_H 1
-#define HAVE_UNSETENV 1
-#define HAVE_UTIL_H 1
-#define HAVE_UTIMES 1
-#define HAVE_UTMP_H 1
-#define HAVE_VFORK 1
-#define HAVE_VFPRINTF 1
-#define HAVE_VSNPRINTF 1
-#define HAVE_VSPRINTF 1
-#define HAVE_WAITPID 1
-#define HAVE_WORKING_FORK 1
-#define HAVE_WORKING_VFORK 1
-#define HEIMDAL_FRIENDLY 1
-#define KADM5 1
-#define KDB4_DISABLE 1
-#define KERBEROS 1
-#define KRB4 1
-#define KRB4_USE_KEYTAB 1
-#define KRB5 1
-#define KRB524_PRIVATE 1
-#define KRB5_DNS_LOOKUP 1
-#define KRB5_DNS_LOOKUP_KDC 1
-#define KRB5_KRB4_COMPAT 1
-#define KRB5_PRIVATE 1
-#define krb5_sigtype void
-#define KRB5_USE_INET6 1
-#define LINEMODE 1
-#define NEED_DAEMON_PROTO 1
-#define NEED_PARSETOS_PROTO 1
-#define NO_UT_EXIT 1
-#define NO_UT_PID 1
-#define NO_UT_TYPE 1
-#define NO_YYLINENO 1
-#define POSIX_SETJMP 1
-#define POSIX_SIGNALS 1
-#define POSIX_SIGTYPE 1
-#define POSIX_TERMIOS 1
-#define RETSIGTYPE void
-#define SETPGRP_TWOARG 1
-#define SETRPCENT_TYPE void
-#define STDC_HEADERS 1
-#define SYS_ERRLIST_DECLARED 1
-#define TERMCAP 1
-#define TIME_WITH_SYS_TIME 1
-#define USE_AUTOCONF_H 1
-#define USE_DIRENT_H 1
-#define USE_KADM5_API_VERSION 2
-#define USE_MASTER 1
-#define USE_RCACHE 1
-#define USE_SIGPROCMASK 1
-#define USE_TERMIO 1
-#define WAIT_USES_INT 1
-#define YYTEXT_POINTER 1
diff --git a/src/mac/MacOSX/Projects/GSS.pbexp b/src/mac/MacOSX/Projects/GSS.pbexp
deleted file mode 100644
index 6c2e4137a0..0000000000
--- a/src/mac/MacOSX/Projects/GSS.pbexp
+++ /dev/null
@@ -1,110 +0,0 @@
-#----------------------------------------------------
-# GSSAPI.EXP - GSSAPI.DLL module definition file
-#----------------------------------------------------
-
- _gss_acquire_cred
- _gss_release_cred
- _gss_init_sec_context
- _gss_accept_sec_context
- _gss_process_context_token
- _gss_delete_sec_context
- _gss_context_time
- _gss_sign
- _gss_verify
- _gss_seal
- _gss_unseal
- _gss_display_status
- _gss_indicate_mechs
- _gss_compare_name
- _gss_display_name
- _gss_import_name
- _gss_release_name
- _gss_release_buffer
- _gss_release_oid_set
- _gss_inquire_cred
-#
-# GSS-API v2 additional credential calls
-#
- _gss_add_cred
- _gss_inquire_cred_by_mech
-#
-# GSS-API v2 additional context-level calls
-#
- _gss_inquire_context
- _gss_wrap_size_limit
- _gss_export_sec_context
- _gss_import_sec_context
-#
-# GSS-API v2 additional calls for OID and OID_set operations
-#
- _gss_release_oid
- _gss_create_empty_oid_set
- _gss_add_oid_set_member
- _gss_test_oid_set_member
- _gss_oid_to_str
- _gss_str_to_oid
-#
-# GSS-API v2 renamed message protection calls
-#
- _gss_wrap
- _gss_unwrap
- _gss_get_mic
- _gss_verify_mic
-#
-# GSS-API v2 future extensions
-#
- _gss_inquire_names_for_mech
-# _gss_inquire_mechs_for_name
- _gss_canonicalize_name
- _gss_export_name
- _gss_duplicate_name
-#
-# krb5-specific CCache name stuff
-#
- _gss_krb5_get_tkt_flags
- _gss_krb5_copy_ccache
- _gss_krb5_ccache_name
-
-#
-# GSS-API object identifiers from rfc 2744
-#
-
-_GSS_C_NT_USER_NAME
-_GSS_C_NT_MACHINE_UID_NAME
-_GSS_C_NT_STRING_UID_NAME
-_GSS_C_NT_HOSTBASED_SERVICE_X
-_GSS_C_NT_HOSTBASED_SERVICE
-_GSS_C_NT_ANONYMOUS
-_GSS_C_NT_EXPORT_NAME
-
-#
-# GSS-API compatibility symbols from gssapi_generic.h
-# (the same as rfc 2744 symbols)
-#
-
-_gss_nt_user_name
-_gss_nt_machine_uid_name
-_gss_nt_string_uid_name
-_gss_nt_service_name_v2
-_gss_nt_service_name
-_gss_nt_exported_name
-
-#
-# KRB5 Mechanism GSS-API object identifier from rfc 1964
-#
-
-_GSS_KRB5_NT_PRINCIPAL_NAME
-
-#
-# GSS-API krb5 symbols from gssapi_krb5.h
-#
-
-_gss_mech_krb5
-_gss_mech_krb5_old
-_gss_mech_set_krb5
-_gss_mech_set_krb5_both
-_gss_mech_set_krb5_old
-
-_gss_nt_krb5_name
-_gss_nt_krb5_principal
-_krb5_gss_oid_array
diff --git a/src/mac/MacOSX/Projects/Kerberos4.pbexp b/src/mac/MacOSX/Projects/Kerberos4.pbexp
deleted file mode 100644
index f8ad2cda9b..0000000000
--- a/src/mac/MacOSX/Projects/Kerberos4.pbexp
+++ /dev/null
@@ -1,116 +0,0 @@
-### change_password.c ###
-_krb_change_password
-
-### decomp_tkt.c ###
-_decomp_ticket
-
-### err_txt.c ###
-_krb_err_txt
-_krb_get_err_text
-
-### g_ad_tkt.c ###
-_get_ad_tkt
-
-### g_in_tkt.c ###
-_krb_get_in_tkt
-_krb_get_in_tkt_creds
-
-### g_phost.c ###
-_krb_get_phost
-
-### g_pw_in_tkt.c ###
-_krb_get_pw_in_tkt
-_krb_get_pw_in_tkt_creds
-
-### g_pw_tkt.c ###
-_get_pw_tkt
-
-### g_svc_in_tkt.c ###
-_krb_get_svc_in_tkt
-
-### g_tkt_svc.c ###
-_krb_get_ticket_for_service
-
-### kname_parse.c ###
-_k_isrealm
-_k_isinst
-_k_isname
-_kname_parse
-_kname_unparse
-
-### kuserok.c ###
-_kuserok
-
-### mk_auth.c ###
-_krb_check_auth
-_krb_mk_auth
-
-### mk_err.c ###
-_krb_mk_err
-
-### mk_priv.c ###
-_krb_mk_priv
-
-### mk_req.c ###
-_krb_mk_req
-_krb_mk_req_creds
-_krb_set_lifetime
-
-### mk_safe.c ###
-_krb_mk_safe
-
-### put_svc_key.c ###
-_put_svc_key
-
-### rd_err.c ###
-_krb_rd_err
-
-### rd_priv.c ###
-_krb_rd_priv
-
-### rd_req.c ###
-_krb_rd_req
-
-### rd_req_int.c ###
-_krb_rd_req_int
-
-### rd_safe.c ###
-_krb_rd_safe
-
-### rd_svc_key.c ###
-_read_service_key
-
-### recvauth.c ###
-_krb_recvauth
-
-### sendauth.c ###
-_krb_sendauth
-
-### CCache-glue.c ###
-_krb_get_tf_realm
-_krb_get_tf_fullname
-_krb_get_cred
-_tkt_string
-_krb_set_tkt_string
-_dest_tkt
-_krb_get_num_cred
-_krb_get_nth_cred
-_krb_delete_cred
-_dest_all_tkts
-
-### RealmConfig-glue.c ###
-_krb_get_profile
-_krb_get_lrealm
-_krb_get_admhst
-_krb_get_krbhst
-_krb_realmofhost
-
-_FSp_krb_get_svc_in_tkt
-_FSp_put_svc_key
-_FSp_read_service_key
-
-_krb_time_to_life
-_krb_life_to_time
-
-### Used by KEYFILE macro ###
-_krb__get_srvtabname
diff --git a/src/mac/MacOSX/Projects/Kerberos5.pbexp b/src/mac/MacOSX/Projects/Kerberos5.pbexp
deleted file mode 100644
index 6cae45313a..0000000000
--- a/src/mac/MacOSX/Projects/Kerberos5.pbexp
+++ /dev/null
@@ -1,343 +0,0 @@
-#----------------------------------------------------
-# Kerberos5Lib.pbexp
-#
-# Public Kerberos v5 API
-#----------------------------------------------------
-#
- _krb5_realm_compare
- _krb5_principal_compare
-#
- _krb5_address_compare
- _krb5_address_order
- _krb5_address_search
-#
- _krb5_init_context
- _krb5_init_secure_context
- _krb5_free_context
-#
-# Crypto API (Commented out ones needed for LPRng)
- _krb5_c_encrypt
- _krb5_c_decrypt
- _krb5_c_encrypt_length
- _krb5_c_block_size
- _krb5_c_make_random_key
- _krb5_c_random_make_octets
- _krb5_c_random_seed
-#
-# Added for 1.3
- _krb5_c_random_os_entropy
- _krb5_c_random_add_entropy
- _krb5_c_init_state
- _krb5_c_free_state
-#
- _krb5_c_string_to_key
- _krb5_c_string_to_key_with_params
- _krb5_c_enctype_compare
- _krb5_c_make_checksum
- _krb5_c_verify_checksum
- _krb5_c_checksum_length
- _krb5_c_keyed_checksum_types
-#
-# Needs to be renamed to krb5_c_
- _krb5_c_valid_enctype
- _krb5_c_valid_cksumtype
- _krb5_c_is_coll_proof_cksum
- _krb5_c_is_keyed_cksum
-#
- _krb5_auth_con_genaddrs
- _krb5_auth_con_init
- _krb5_auth_con_free
- _krb5_auth_con_setflags
- _krb5_auth_con_getflags
- _krb5_auth_con_setaddrs
- _krb5_auth_con_getaddrs
- _krb5_auth_con_setports
- _krb5_auth_con_setuseruserkey
- _krb5_auth_con_getkey
- _krb5_auth_con_getlocalsubkey
- _krb5_auth_con_getremotesubkey
- _krb5_auth_con_getlocalseqnumber
- _krb5_auth_con_getremoteseqnumber
- _krb5_auth_con_getrecvsubkey
- _krb5_auth_con_getsendsubkey
- _krb5_auth_con_setrecvsubkey
- _krb5_auth_con_setsendsubkey
- _krb5_auth_con_setrcache
- _krb5_auth_con_getrcache
- _krb5_auth_con_getauthenticator
-#
-# Krb5 Credentials Cache API
- _krb5_cc_get_name
- _krb5_cc_gen_new
- _krb5_cc_initialize
- _krb5_cc_destroy
- _krb5_cc_close
- _krb5_cc_store_cred
- _krb5_cc_retrieve_cred
- _krb5_cc_get_principal
- _krb5_cc_start_seq_get
- _krb5_cc_next_cred
- _krb5_cc_end_seq_get
- _krb5_cc_remove_cred
- _krb5_cc_set_flags
- _krb5_cc_get_type
-#
- _krb5_cc_default
- _krb5_cc_default_name
- _krb5_cc_set_default_name
- _krb5_cc_resolve
- _krb5_cc_copy_creds
-#
-# Keytab interface (add macros)
- _krb5_kt_get_type
- _krb5_kt_get_name
- _krb5_kt_close
- _krb5_kt_get_entry
- _krb5_kt_start_seq_get
- _krb5_kt_next_entry
- _krb5_kt_end_seq_get
-#
- _krb5_kt_resolve
- _krb5_kt_default_name
- _krb5_kt_default
- _krb5_kt_add_entry
- _krb5_kt_remove_entry
- _krb5_kt_read_service_key
-#
- _krb5_prompter_posix
-#
- _krb5_get_init_creds_opt_init
- _krb5_get_init_creds_opt_set_tkt_life
- _krb5_get_init_creds_opt_set_renew_life
- _krb5_get_init_creds_opt_set_forwardable
- _krb5_get_init_creds_opt_set_proxiable
- _krb5_get_init_creds_opt_set_etype_list
- _krb5_get_init_creds_opt_set_address_list
- _krb5_get_init_creds_opt_set_preauth_list
- _krb5_get_init_creds_opt_set_salt
-#
- _krb5_get_init_creds_password
- _krb5_get_init_creds_keytab
-#
- _krb5_get_prompt_types
-#
- _krb5_verify_init_creds
- _krb5_verify_init_creds_opt_init
- _krb5_verify_init_creds_opt_set_ap_req_nofail
-#
- _krb5_set_default_tgs_enctypes
- _krb5_get_permitted_enctypes
-#
- _krb5_free_tgt_creds
-#
- _krb5_get_credentials
- _krb5_get_credentials_renew
- _krb5_get_credentials_validate
-#
- _krb5_mk_req
- _krb5_mk_req_extended
- _krb5_rd_req
- _krb5_mk_rep
- _krb5_rd_rep
- _krb5_mk_error
- _krb5_rd_error
- _krb5_mk_priv
- _krb5_rd_priv
- _krb5_mk_safe
- _krb5_rd_safe
-#
- _krb5_mk_ncred
- _krb5_mk_1cred
- _krb5_rd_cred
-#
- _krb5_recvauth
- _krb5_sendauth
- _krb5_recvauth_version
-#
- _krb5_fwd_tgt_creds
-#
- _krb5_parse_name
- _krb5_unparse_name
- _krb5_unparse_name_ext
- _krb5_set_principal_realm
- _krb5_free_unparsed_name
-#
- _krb5_get_server_rcache
- _krb5_build_principal
- _krb5_build_principal_ext
- _krb5_build_principal_va
-#
- _krb5_425_conv_principal
- _krb5_524_conv_principal
-#
- _krb5_get_host_realm
- _krb5_free_host_realm
-#
- _krb5_copy_principal
- _krb5_free_principal
-#
- _krb5_copy_authenticator
- _krb5_free_authenticator
-#
- _krb5_copy_addresses
- _krb5_free_addresses
-#
- _krb5_copy_authdata
- _krb5_free_authdata
-#
- _krb5_copy_ticket
- _krb5_free_ticket
-#
- _krb5_free_error
-#
- _krb5_copy_creds
- _krb5_free_creds
- _krb5_free_cred_contents
-#
- _krb5_copy_checksum
- _krb5_free_checksum
- _krb5_free_checksum_contents
-#
- _krb5_init_keyblock
- _krb5_copy_keyblock
- _krb5_copy_keyblock_contents
- _krb5_free_keyblock
- _krb5_free_keyblock_contents
-#
- _krb5_free_keytab_entry_contents
-#
- _krb5_free_ap_rep_enc_part
-#
- _krb5_copy_data
- _krb5_free_data
- _krb5_free_data_contents
-#
- _krb5_free_cksumtypes
-#
- _krb5_timeofday
- _krb5_us_timeofday
-#
- _krb5_os_localaddr
-#
- _krb5_get_default_realm
- _krb5_set_default_realm
- _krb5_free_default_realm
-#
- _krb5_sname_to_principal
- _krb5_principal2salt
- _krb5_change_password
-#
- _krb5_set_password
- _krb5_set_password_using_ccache
-#
- _krb5_get_profile
-#
- _krb5_read_password
-#
- _krb5_aname_to_localname
-#
- _krb5_kuserok
-#
- _krb5_get_time_offsets
- _krb5_set_real_time
-#
- _krb5_string_to_cksumtype
- _krb5_cksumtype_to_string
-#
- _krb5_string_to_deltat
- _krb5_deltat_to_string
-#
- _krb5_string_to_enctype
- _krb5_enctype_to_string
-#
- _krb5_string_to_salttype
- _krb5_salttype_to_string
-#
- _krb5_string_to_timestamp
- _krb5_timestamp_to_sfstring
- _krb5_timestamp_to_string
-#
- _krb5_get_validated_creds
- _krb5_get_renewed_creds
-#
- _krb5_decode_ticket
-#
- _krb5_appdefault_string
- _krb5_appdefault_boolean
-#
- _krb524_convert_creds_kdc
- _krb5_524_convert_creds
-#
-#
-# DEPRECATED:
-#
-# Used by LPRng, deprecated
- _krb5_auth_con_initivector
-# Old initial tickets API
- _krb5_get_in_tkt
- _krb5_get_in_tkt_with_keytab
- _krb5_get_in_tkt_with_password
- _krb5_get_in_tkt_with_skey
-#
-# Old crypto API
- _krb5_decrypt
- _krb5_encrypt
- _krb5_process_key
- _krb5_finish_key
- _krb5_string_to_key
- _krb5_init_random_key
- _krb5_finish_random_key
- _krb5_random_key
- _krb5_eblock_enctype
- _krb5_use_enctype
- _krb5_encrypt_size
- _krb5_checksum_size
- _krb5_calculate_checksum
- _krb5_verify_checksum
-#
-#
-# PRIVATE
-#
-# _krb5_decrypt_tkt_part
-#
-# _krb5_auth_con_set_req_cksumtype
-# _krb5_auth_con_set_safe_cksumtype
-#
-# _krb5_auth_con_getivector
-# _krb5_auth_con_setivector
-#
-# _krb5_cc_register
-# _krb5_kt_register
-#
-# _krb5_free_pwd_data
-# _krb5_free_pwd_sequences
-#
-# _krb5_rc_default
-# _krb5_rc_register_type
-# _krb5_rc_resolve_type
-# _krb5_rc_resolve_full
-# _krb5_rc_get_type
-# _krb5_rc_default_type
-# _krb5_rc_default_name
-#
-# _krb5_get_notification_message
-#
-# _krb5_copy_addr
-# _krb5_free_address
-# _krb5_free_authenticator_contents
-# _krb5_free_enc_tkt_part
-# _krb5_free_enc_kdc_rep_part
-# _krb5_free_tickets
-# _krb5_free_kdc_rep
-# _krb5_free_kdc_req
-# _krb5_free_last_req
-# _krb5_free_ap_req
-# _krb5_free_ap_rep
-# _krb5_free_cred_enc_part
-# _krb5_free_pa_data
-# _krb5_free_cred
-# _krb5_free_tkt_authent
-# _krb5_free_priv
-# _krb5_free_priv_enc_part
-# _krb5_free_safe
-#
diff --git a/src/mac/MacOSX/Projects/Kerberos5.pbproj/project.pbxproj b/src/mac/MacOSX/Projects/Kerberos5.pbproj/project.pbxproj
deleted file mode 100644
index 853af0e539..0000000000
--- a/src/mac/MacOSX/Projects/Kerberos5.pbproj/project.pbxproj
+++ /dev/null
@@ -1,15925 +0,0 @@
-// !$*UTF8*$!
-{
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 39;
- objects = {
- A12536B3040BEC05003D8244 = {
- children = (
- A12536B5040BEC05003D8244,
- A12536B6040BEC05003D8244,
- A12536CA040BEC05003D8244,
- A12536CD040BEC05003D8244,
- A12536EC040BEC05003D8244,
- A12536F5040BEC05003D8244,
- A12536FF040BEC06003D8244,
- A1253700040BEC06003D8244,
- A1253716040BEC06003D8244,
- A1253718040BEC06003D8244,
- A1253725040BEC06003D8244,
- A125374E040BEC06003D8244,
- );
- isa = PBXGroup;
- path = kadmin;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536B5040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536B6040BEC05003D8244 = {
- children = (
- A12536B7040BEC05003D8244,
- A12536B8040BEC05003D8244,
- A12536B9040BEC05003D8244,
- A12536BA040BEC05003D8244,
- A12536BB040BEC05003D8244,
- A12536BC040BEC05003D8244,
- A12536BD040BEC05003D8244,
- A12536BE040BEC05003D8244,
- A12536BF040BEC05003D8244,
- A12536C0040BEC05003D8244,
- A12536C1040BEC05003D8244,
- A12536C2040BEC05003D8244,
- A12536C3040BEC05003D8244,
- A12536C4040BEC05003D8244,
- A12536C5040BEC05003D8244,
- A12536C6040BEC05003D8244,
- );
- isa = PBXGroup;
- path = cli;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536B7040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .cvsignore;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536B8040BEC05003D8244 = {
- children = (
- );
- isa = PBXGroup;
- path = attic;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536B9040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536BA040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.yacc;
- path = getdate.y;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536BB040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.cpp.objcpp;
- path = k5srvutil.M;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536BC040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = k5srvutil.sh;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536BD040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kadmin.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536BE040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = kadmin.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536BF040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.cpp.objcpp;
- path = kadmin.local.M;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536C0040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.cpp.objcpp;
- path = kadmin.M;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536C1040BEC05003D8244 = {
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = kadmin_ct.ct;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536C2040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = keytab.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536C3040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536C4040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = memmove.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536C5040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ss_wrapper.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536C6040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = strftime.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536CA040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = configure.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536CD040BEC05003D8244 = {
- children = (
- A12536CE040BEC05003D8244,
- A12536CF040BEC05003D8244,
- A12536D0040BEC05003D8244,
- A12536D1040BEC05003D8244,
- A12536D2040BEC05003D8244,
- A12536D3040BEC05003D8244,
- A12536D4040BEC05003D8244,
- A12536D5040BEC05003D8244,
- A12536D6040BEC05003D8244,
- A12536D7040BEC05003D8244,
- A12536D8040BEC05003D8244,
- A12536D9040BEC05003D8244,
- A12536DA040BEC05003D8244,
- A12536DB040BEC05003D8244,
- A12536DC040BEC05003D8244,
- A12536DD040BEC05003D8244,
- A12536DE040BEC05003D8244,
- A12536DF040BEC05003D8244,
- A12536E0040BEC05003D8244,
- A12536E1040BEC05003D8244,
- A12536E2040BEC05003D8244,
- A12536E3040BEC05003D8244,
- );
- isa = PBXGroup;
- path = dbutil;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536CE040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .cvsignore;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536CF040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536D0040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = dump.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536D1040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = dumpv4.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536D2040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = import_err.et;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536D3040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kadm5_create.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536D4040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kdb5_create.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536D5040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kdb5_destroy.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536D6040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.cpp.objcpp;
- path = kdb5_edit.M;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536D7040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kdb5_stash.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536D8040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kdb5_util.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536D9040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = kdb5_util.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536DA040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.cpp.objcpp;
- path = kdb5_util.M;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536DB040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = loadv4.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536DC040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536DD040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = nstrtok.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536DE040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ovload.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536DF040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = string_table.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536E0040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = string_table.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536E1040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = strtok.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536E2040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = tcl_wrapper.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536E3040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = util.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536EC040BEC05003D8244 = {
- children = (
- A12536ED040BEC05003D8244,
- A12536EE040BEC05003D8244,
- A12536EF040BEC05003D8244,
- );
- isa = PBXGroup;
- path = kdbkeys;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536ED040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536EE040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.perl;
- path = "do-test.pl";
- refType = 4;
- sourceTree = "<group>";
- };
- A12536EF040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536F5040BEC05003D8244 = {
- children = (
- A12536F6040BEC05003D8244,
- A12536F7040BEC06003D8244,
- A12536F8040BEC06003D8244,
- A12536F9040BEC06003D8244,
- A12536FA040BEC06003D8244,
- A12536FB040BEC06003D8244,
- A12536FC040BEC06003D8244,
- A12536FD040BEC06003D8244,
- A12536FE040BEC06003D8244,
- );
- isa = PBXGroup;
- path = ktutil;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536F6040BEC05003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .cvsignore;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536F7040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .Sanitize;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536F8040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536F9040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ktutil.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536FA040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = ktutil.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536FB040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.cpp.objcpp;
- path = ktutil.M;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536FC040BEC06003D8244 = {
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ktutil_ct.ct;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536FD040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ktutil_funcs.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536FE040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A12536FF040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253700040BEC06003D8244 = {
- children = (
- A1253701040BEC06003D8244,
- A1253702040BEC06003D8244,
- A1253703040BEC06003D8244,
- A1253704040BEC06003D8244,
- A1253705040BEC06003D8244,
- A1253706040BEC06003D8244,
- A1253707040BEC06003D8244,
- A1253708040BEC06003D8244,
- A1253709040BEC06003D8244,
- A1253715040BEC06003D8244,
- );
- isa = PBXGroup;
- path = passwd;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253701040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .cvsignore;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253702040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253703040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kpasswd.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253704040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = kpasswd.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253705040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.cpp.objcpp;
- path = kpasswd.M;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253706040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = kpasswd_strings.et;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253707040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253708040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = tty_kpasswd.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253709040BEC06003D8244 = {
- children = (
- A125370A040BEC06003D8244,
- A125370B040BEC06003D8244,
- A125370D040BEC06003D8244,
- A1253712040BEC06003D8244,
- A1253714040BEC06003D8244,
- );
- isa = PBXGroup;
- path = "unit-test";
- refType = 4;
- sourceTree = "<group>";
- };
- A125370A040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A125370B040BEC06003D8244 = {
- children = (
- A125370C040BEC06003D8244,
- );
- isa = PBXGroup;
- path = config;
- refType = 4;
- sourceTree = "<group>";
- };
- A125370C040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = unix.exp;
- refType = 4;
- sourceTree = "<group>";
- };
- A125370D040BEC06003D8244 = {
- children = (
- A125370E040BEC06003D8244,
- A125370F040BEC06003D8244,
- A1253710040BEC06003D8244,
- A1253711040BEC06003D8244,
- );
- isa = PBXGroup;
- path = kpasswd.0;
- refType = 4;
- sourceTree = "<group>";
- };
- A125370E040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = changing.exp;
- refType = 4;
- sourceTree = "<group>";
- };
- A125370F040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = connecting.exp;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253710040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = principal.exp;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253711040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = usage.exp;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253712040BEC06003D8244 = {
- children = (
- A1253713040BEC06003D8244,
- );
- isa = PBXGroup;
- path = lib;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253713040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = helpers.exp;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253714040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253715040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = xm_kpasswd.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253716040BEC06003D8244 = {
- children = (
- A1253717040BEC06003D8244,
- );
- isa = PBXGroup;
- path = scripts;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253717040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = "inst-hdrs.sh";
- refType = 4;
- sourceTree = "<group>";
- };
- A1253718040BEC06003D8244 = {
- children = (
- A1253719040BEC06003D8244,
- A125371A040BEC06003D8244,
- A125371B040BEC06003D8244,
- A125371C040BEC06003D8244,
- A125371D040BEC06003D8244,
- A125371E040BEC06003D8244,
- A125371F040BEC06003D8244,
- A1253720040BEC06003D8244,
- A1253721040BEC06003D8244,
- A1253722040BEC06003D8244,
- A1253723040BEC06003D8244,
- A1253724040BEC06003D8244,
- );
- isa = PBXGroup;
- path = server;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253719040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .cvsignore;
- refType = 4;
- sourceTree = "<group>";
- };
- A125371A040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.lex;
- path = acls.l;
- refType = 4;
- sourceTree = "<group>";
- };
- A125371B040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A125371C040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kadm_rpc_svc.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A125371D040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.cpp.objcpp;
- path = kadmind.M;
- refType = 4;
- sourceTree = "<group>";
- };
- A125371E040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A125371F040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = misc.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253720040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = misc.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253721040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ovsec_kadmd.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253722040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = schpw.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253723040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = server_glue_v1.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253724040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = server_stubs.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253725040BEC06003D8244 = {
- children = (
- A1253726040BEC06003D8244,
- A1253727040BEC06003D8244,
- A1253728040BEC06003D8244,
- A1253729040BEC06003D8244,
- A125372A040BEC06003D8244,
- A125372F040BEC06003D8244,
- A1253741040BEC06003D8244,
- A1253743040BEC06003D8244,
- );
- isa = PBXGroup;
- path = testing;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253726040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .cvsignore;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253727040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253728040BEC06003D8244 = {
- children = (
- );
- isa = PBXGroup;
- path = lib;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253729040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A125372A040BEC06003D8244 = {
- children = (
- A125372B040BEC06003D8244,
- A125372C040BEC06003D8244,
- A125372D040BEC06003D8244,
- A125372E040BEC06003D8244,
- );
- isa = PBXGroup;
- path = proto;
- refType = 4;
- sourceTree = "<group>";
- };
- A125372B040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A125372C040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = kdc.conf.proto;
- refType = 4;
- sourceTree = "<group>";
- };
- A125372D040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = krb5.conf.proto;
- refType = 4;
- sourceTree = "<group>";
- };
- A125372E040BEC06003D8244 = {
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ovsec_adm.dict;
- refType = 4;
- sourceTree = "<group>";
- };
- A125372F040BEC06003D8244 = {
- children = (
- A1253730040BEC06003D8244,
- A1253731040BEC06003D8244,
- A1253732040BEC06003D8244,
- A1253733040BEC06003D8244,
- A1253734040BEC06003D8244,
- A1253735040BEC06003D8244,
- A1253736040BEC06003D8244,
- A1253737040BEC06003D8244,
- A1253738040BEC06003D8244,
- A1253739040BEC06003D8244,
- A125373A040BEC06003D8244,
- A125373B040BEC06003D8244,
- A125373C040BEC06003D8244,
- A125373D040BEC06003D8244,
- A125373E040BEC06003D8244,
- A125373F040BEC06003D8244,
- A1253740040BEC06003D8244,
- );
- isa = PBXGroup;
- path = scripts;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253730040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .cvsignore;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253731040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253732040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.perl;
- path = compare_dump.plin;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253733040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = "env-setup.shin";
- refType = 4;
- sourceTree = "<group>";
- };
- A1253734040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = "find-make.sh";
- refType = 4;
- sourceTree = "<group>";
- };
- A1253735040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.perl;
- path = "fixup-conf-files.plin";
- refType = 4;
- sourceTree = "<group>";
- };
- A1253736040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = init_db;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253737040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.perl;
- path = "make-host-keytab.plin";
- refType = 4;
- sourceTree = "<group>";
- };
- A1253738040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253739040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = qualname.plin;
- refType = 4;
- sourceTree = "<group>";
- };
- A125373A040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = save_files.sh;
- refType = 4;
- sourceTree = "<group>";
- };
- A125373B040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.perl;
- path = simple_dump.plin;
- refType = 4;
- sourceTree = "<group>";
- };
- A125373C040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = start_servers;
- refType = 4;
- sourceTree = "<group>";
- };
- A125373D040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = start_servers_local;
- refType = 4;
- sourceTree = "<group>";
- };
- A125373E040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = stop_servers;
- refType = 4;
- sourceTree = "<group>";
- };
- A125373F040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = stop_servers_local;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253740040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.perl;
- path = verify_xrunner_report.plin;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253741040BEC06003D8244 = {
- children = (
- A1253742040BEC06003D8244,
- );
- isa = PBXGroup;
- path = tcl;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253742040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = util.t;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253743040BEC06003D8244 = {
- children = (
- A1253744040BEC06003D8244,
- A1253745040BEC06003D8244,
- A1253746040BEC06003D8244,
- A1253747040BEC06003D8244,
- A1253748040BEC06003D8244,
- A1253749040BEC06003D8244,
- A125374A040BEC06003D8244,
- A125374B040BEC06003D8244,
- A125374C040BEC06003D8244,
- A125374D040BEC06003D8244,
- );
- isa = PBXGroup;
- path = util;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253744040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .cvsignore;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253745040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = bsddb_dump.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253746040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253747040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253748040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = tcl_kadm5.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253749040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = tcl_kadm5.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A125374A040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = tcl_krb5_hash.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A125374B040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = tcl_ovsec_kadm.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A125374C040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = tcl_ovsec_kadm_syntax;
- refType = 4;
- sourceTree = "<group>";
- };
- A125374D040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = test.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A125374E040BEC06003D8244 = {
- children = (
- A125374F040BEC06003D8244,
- A1253750040BEC06003D8244,
- A1253751040BEC06003D8244,
- A1253752040BEC06003D8244,
- A1253753040BEC06003D8244,
- A1253754040BEC06003D8244,
- A1253755040BEC06003D8244,
- A1253756040BEC06003D8244,
- A1253757040BEC06003D8244,
- A1253758040BEC06003D8244,
- A1253759040BEC06003D8244,
- A125375A040BEC06003D8244,
- A125375B040BEC06003D8244,
- A125375C040BEC06003D8244,
- );
- isa = PBXGroup;
- path = v4server;
- refType = 4;
- sourceTree = "<group>";
- };
- A125374F040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .cvsignore;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253750040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = acl_files.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253751040BEC06003D8244 = {
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = acl_files.doc;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253752040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = admin_server.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253753040BEC06003D8244 = {
- children = (
- );
- isa = PBXGroup;
- path = attic;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253754040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = build_pwfile.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253755040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253756040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kadm_funcs.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253757040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kadm_ser_wrap.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253758040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kadm_server.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253759040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = kadm_server.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A125375A040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kadm_supp.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A125375B040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A125375C040BEC06003D8244 = {
- children = (
- A125375D040BEC06003D8244,
- A125375E040BEC06003D8244,
- A1253761040BEC06003D8244,
- A1253762040BEC06003D8244,
- A1253764040BEC06003D8244,
- A1253765040BEC06003D8244,
- A1253766040BEC06003D8244,
- A1253768040BEC06003D8244,
- );
- isa = PBXGroup;
- path = "unit-test";
- refType = 4;
- sourceTree = "<group>";
- };
- A125375D040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A125375E040BEC06003D8244 = {
- children = (
- A125375F040BEC06003D8244,
- A1253760040BEC06003D8244,
- );
- isa = PBXGroup;
- path = config;
- refType = 4;
- sourceTree = "<group>";
- };
- A125375F040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253760040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = unix.exp;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253761040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = getpid.sh;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253762040BEC06003D8244 = {
- children = (
- A1253763040BEC06003D8244,
- );
- isa = PBXGroup;
- path = lib;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253763040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = helpers.exp;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253764040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253765040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = remove_changepw_perms.sh;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253766040BEC06003D8244 = {
- children = (
- A1253767040BEC06003D8244,
- );
- isa = PBXGroup;
- path = v4server.0;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253767040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "setup-srvtab.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1253768040BEC06003D8244 = {
- children = (
- A1253769040BEC06003D8244,
- A125376A040BEC06003D8244,
- A125376B040BEC06003D8244,
- );
- isa = PBXGroup;
- path = v4server.1;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253769040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = access.exp;
- refType = 4;
- sourceTree = "<group>";
- };
- A125376A040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "change-password.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A125376B040BEC06003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = usage.exp;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253783040BF7E6003D8244 = {
- fileEncoding = 4;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = KerberosDES.pbexp;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253784040BF80F003D8244 = {
- fileEncoding = 4;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Kerberos4.pbexp;
- refType = 4;
- sourceTree = "<group>";
- };
- A125378D040BFA0E003D8244 = {
- fileEncoding = 4;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = KerberosProfile.pbexp;
- refType = 4;
- sourceTree = "<group>";
- };
- A12537EA040C0795003D8244 = {
- children = (
- A12537FA040C080B003D8244,
- A12537FE040C080B003D8244,
- A1253803040C0D3E003D8244,
- A12537EB040C0795003D8244,
- A12537EE040C0795003D8244,
- );
- isa = PBXGroup;
- path = include;
- refType = 4;
- sourceTree = "<group>";
- };
- A12537EB040C0795003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = krb5.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A12537EE040C0795003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = profile.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A12537EF040C0795003D8244 = {
- children = (
- A12537F0040C0795003D8244,
- A12537F1040C0795003D8244,
- A12537F2040C0795003D8244,
- A12537F3040C0795003D8244,
- A12537F4040C0795003D8244,
- A12537F5040C0795003D8244,
- A12537F8040C0795003D8244,
- A12537F9040C0795003D8244,
- );
- isa = PBXGroup;
- path = Kerberos;
- refType = 4;
- sourceTree = "<group>";
- };
- A12537F0040C0795003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = des.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A12537F1040C0795003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = gssapi.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A12537F2040C0795003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = gssapi_generic.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A12537F3040C0795003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = gssapi_krb5.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A12537F4040C0795003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = krb.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A12537F5040C0795003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = krb5.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A12537F8040C0795003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = krb_err.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A12537F9040C0795003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = profile.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A12537FA040C080B003D8244 = {
- children = (
- A12537FB040C080B003D8244,
- A12537FC040C080B003D8244,
- A12537FD040C080B003D8244,
- );
- isa = PBXGroup;
- path = gssapi;
- refType = 4;
- sourceTree = "<group>";
- };
- A12537FB040C080B003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = gssapi.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A12537FC040C080B003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = gssapi_generic.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A12537FD040C080B003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = gssapi_krb5.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A12537FE040C080B003D8244 = {
- children = (
- A12537FF040C080B003D8244,
- A1253800040C080B003D8244,
- A1253801040C080B003D8244,
- );
- isa = PBXGroup;
- path = kerberosIV;
- refType = 4;
- sourceTree = "<group>";
- };
- A12537FF040C080B003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = des.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253800040C080B003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = krb.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253801040C080B003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = krb_err.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253803040C0D3E003D8244 = {
- children = (
- A1253804040C0D3E003D8244,
- A1253805040C0D3E003D8244,
- );
- isa = PBXGroup;
- path = krb5;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253804040C0D3E003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = autoconf.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1253805040C0D3E003D8244 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = osconf.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A125397605CF124D003BD89B = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = k5sealv3.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A125399205CF12A2003BD89B = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = mandatory_sumtype.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A12539AD05CF12D5003BD89B = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = dnssrv.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1474D05066D13E700CA2AA8 = {
- fileEncoding = 4;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.jam;
- path = Kerberos5BuildSystem.jam;
- refType = 4;
- sourceTree = "<group>";
- };
- A14E78E90725B12A00A025E3 = {
- fileRef = F517327003F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A166BCC3040D36F8004AA618 = {
- fileEncoding = 4;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = mac_des_glue.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A16DA36604854EF700120112 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = conv_creds.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A16DA36704854EF700120112 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = v4lifetime.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A16DA36A0485503F00120112 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = krb524_err.et;
- refType = 4;
- sourceTree = "<group>";
- };
- A16DB01304868A7E00120112 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = send524.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A181DA3F05CEFC0400E4C246 = {
- containerPortal = F5CFD36E022D854401120112;
- isa = PBXContainerItemProxy;
- proxyType = 1;
- remoteGlobalIDString = F5CFD5E6022D8A9901120112;
- remoteInfo = "Error Table Generation";
- };
- A181DA4005CEFC0400E4C246 = {
- containerPortal = F5CFD36E022D854401120112;
- isa = PBXContainerItemProxy;
- proxyType = 1;
- remoteGlobalIDString = F5CFD629022D922C01120112;
- remoteInfo = "Header Generation";
- };
- A181DA4105CEFC0400E4C246 = {
- containerPortal = F5CFD36E022D854401120112;
- isa = PBXContainerItemProxy;
- proxyType = 1;
- remoteGlobalIDString = F5CFD5E6022D8A9901120112;
- remoteInfo = "Error Table Generation";
- };
- A181DA4205CEFC0400E4C246 = {
- containerPortal = F5CFD36E022D854401120112;
- isa = PBXContainerItemProxy;
- proxyType = 1;
- remoteGlobalIDString = F5CFD629022D922C01120112;
- remoteInfo = "Header Generation";
- };
- A181DA4305CEFC0400E4C246 = {
- containerPortal = F5CFD36E022D854401120112;
- isa = PBXContainerItemProxy;
- proxyType = 1;
- remoteGlobalIDString = F5CFD629022D922C01120112;
- remoteInfo = "Header Generation";
- };
- A181DA4405CEFC0400E4C246 = {
- containerPortal = F5CFD36E022D854401120112;
- isa = PBXContainerItemProxy;
- proxyType = 1;
- remoteGlobalIDString = F5CFD5CD022D86AD01120112;
- remoteInfo = KerberosProfile;
- };
- A181DA4505CEFC0400E4C246 = {
- containerPortal = F5CFD36E022D854401120112;
- isa = PBXContainerItemProxy;
- proxyType = 1;
- remoteGlobalIDString = F5E2686C03F8336601120114;
- remoteInfo = KerberosDES;
- };
- A181DA4605CEFC0400E4C246 = {
- containerPortal = F5CFD36E022D854401120112;
- isa = PBXContainerItemProxy;
- proxyType = 1;
- remoteGlobalIDString = F5CFD5E6022D8A9901120112;
- remoteInfo = "Error Table Generation";
- };
- A181DA4805CEFC0400E4C246 = {
- containerPortal = F5CFD36E022D854401120112;
- isa = PBXContainerItemProxy;
- proxyType = 1;
- remoteGlobalIDString = F5CFD5E6022D8A9901120112;
- remoteInfo = "Error Table Generation";
- };
- A181DA4905CEFC0400E4C246 = {
- containerPortal = F5CFD36E022D854401120112;
- isa = PBXContainerItemProxy;
- proxyType = 1;
- remoteGlobalIDString = F5E2686C03F8336601120114;
- remoteInfo = KerberosDES;
- };
- A181DA4A05CEFC0400E4C246 = {
- containerPortal = F5CFD36E022D854401120112;
- isa = PBXContainerItemProxy;
- proxyType = 1;
- remoteGlobalIDString = F5CFD629022D922C01120112;
- remoteInfo = "Header Generation";
- };
- A181DA4B05CEFC0400E4C246 = {
- containerPortal = F5CFD36E022D854401120112;
- isa = PBXContainerItemProxy;
- proxyType = 1;
- remoteGlobalIDString = F5CFD5E6022D8A9901120112;
- remoteInfo = "Error Table Generation";
- };
- A181DA5405CF0BD800E4C246 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = "k5-platform.h";
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D5906878C780039CAD8 = {
- children = (
- A1908D5A06878C780039CAD8,
- A1908D5B06878C780039CAD8,
- A1908D5C06878C780039CAD8,
- A1908D8506878C790039CAD8,
- A1908D8B06878C790039CAD8,
- A1908D9906878C790039CAD8,
- A1908DA606878C790039CAD8,
- A1908DB006878C790039CAD8,
- A1908DB106878C790039CAD8,
- A1908DB506878C790039CAD8,
- A1908DB606878C790039CAD8,
- A1908DB706878C790039CAD8,
- );
- isa = PBXGroup;
- path = windows;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D5A06878C780039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .Sanitize;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D5B06878C780039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D5C06878C780039CAD8 = {
- children = (
- A1908D5D06878C780039CAD8,
- A1908D5E06878C780039CAD8,
- A1908D5F06878C780039CAD8,
- A1908D6006878C780039CAD8,
- A1908D6106878C780039CAD8,
- A1908D6206878C780039CAD8,
- A1908D6306878C780039CAD8,
- A1908D6406878C780039CAD8,
- A1908D6506878C780039CAD8,
- A1908D6606878C780039CAD8,
- A1908D6706878C780039CAD8,
- A1908D6806878C780039CAD8,
- A1908D6906878C780039CAD8,
- A1908D6A06878C780039CAD8,
- A1908D6B06878C780039CAD8,
- A1908D6C06878C780039CAD8,
- A1908D6D06878C780039CAD8,
- A1908D6E06878C780039CAD8,
- A1908D6F06878C780039CAD8,
- A1908D7006878C780039CAD8,
- A1908D7106878C780039CAD8,
- A1908D7206878C780039CAD8,
- A1908D7306878C780039CAD8,
- A1908D7406878C780039CAD8,
- A1908D7506878C780039CAD8,
- A1908D7606878C780039CAD8,
- A1908D7706878C780039CAD8,
- A1908D7806878C780039CAD8,
- A1908D7906878C780039CAD8,
- A1908D7A06878C780039CAD8,
- A1908D7B06878C780039CAD8,
- A1908D7C06878C780039CAD8,
- A1908D7D06878C780039CAD8,
- A1908D7E06878C780039CAD8,
- A1908D7F06878C780039CAD8,
- A1908D8006878C790039CAD8,
- A1908D8106878C790039CAD8,
- A1908D8206878C790039CAD8,
- A1908D8306878C790039CAD8,
- A1908D8406878C790039CAD8,
- );
- isa = PBXGroup;
- path = cns;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D5D06878C780039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .Sanitize;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D5E06878C780039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D5F06878C780039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = image.ico;
- path = clock00.ico;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D6006878C780039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = image.ico;
- path = clock05.ico;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D6106878C780039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = image.ico;
- path = clock10.ico;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D6206878C780039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = image.ico;
- path = clock15.ico;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D6306878C780039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = image.ico;
- path = clock20.ico;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D6406878C780039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = image.ico;
- path = clock25.ico;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D6506878C780039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = image.ico;
- path = clock30.ico;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D6606878C780039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = image.ico;
- path = clock35.ico;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D6706878C780039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = image.ico;
- path = clock40.ico;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D6806878C780039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = image.ico;
- path = clock45.ico;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D6906878C780039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = image.ico;
- path = clock50.ico;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D6A06878C780039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = image.ico;
- path = clock55.ico;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D6B06878C780039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = image.ico;
- path = clock60.ico;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D6C06878C780039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = image.ico;
- path = clockexp.ico;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D6D06878C780039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = image.ico;
- path = clocktkt.ico;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D6E06878C780039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = file;
- path = "cns-help.doc";
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D6F06878C780039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = file;
- path = "cns-help.hlp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D7006878C780039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = "cns-help.hpj";
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D7106878C780039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = cns.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D7206878C780039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = cns.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D7306878C780039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = image.ico;
- path = cns.ico;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D7406878C780039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = cns_reg.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D7506878C780039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = cns_reg.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D7606878C780039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = cnsres4.rc;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D7706878C780039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = cnsres5.rc;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D7806878C780039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = debug.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D7906878C780039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = heap.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D7A06878C780039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = file;
- path = kerbnet.doc;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D7B06878C780039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = file;
- path = kerbnet.hlp;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D7C06878C780039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = kerbnet.hpj;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D7D06878C780039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kpasswd.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D7E06878C780039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = krb5.def;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D7F06878C780039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = krbini.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D8006878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D8106878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = options.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D8206878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = password.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D8306878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = tktlist.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D8406878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = tktlist.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D8506878C790039CAD8 = {
- children = (
- A1908D8606878C790039CAD8,
- A1908D8706878C790039CAD8,
- A1908D8806878C790039CAD8,
- A1908D8906878C790039CAD8,
- A1908D8A06878C790039CAD8,
- );
- isa = PBXGroup;
- path = gina;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D8606878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D8706878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = gina.def;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D8806878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ginastub.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D8906878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = ginastub.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D8A06878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D8B06878C790039CAD8 = {
- children = (
- A1908D8C06878C790039CAD8,
- A1908D8D06878C790039CAD8,
- A1908D8E06878C790039CAD8,
- A1908D8F06878C790039CAD8,
- A1908D9006878C790039CAD8,
- A1908D9106878C790039CAD8,
- A1908D9206878C790039CAD8,
- A1908D9306878C790039CAD8,
- A1908D9406878C790039CAD8,
- A1908D9506878C790039CAD8,
- A1908D9606878C790039CAD8,
- A1908D9706878C790039CAD8,
- A1908D9806878C790039CAD8,
- );
- isa = PBXGroup;
- path = gss;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D8C06878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .Sanitize;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D8D06878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D8E06878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = "gss-client.c";
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D8F06878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = "gss-misc.c";
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D9006878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = "gss-misc.h";
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D9106878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = gss.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D9206878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = gss.def;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D9306878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = gss.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D9406878C790039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = image.ico;
- path = gss.ico;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D9506878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = gss.rc;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D9606878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D9706878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = resource.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D9806878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ver_serv.txt;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D9906878C790039CAD8 = {
- children = (
- A1908D9A06878C790039CAD8,
- );
- isa = PBXGroup;
- path = installer;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D9A06878C790039CAD8 = {
- children = (
- A1908D9B06878C790039CAD8,
- A1908D9C06878C790039CAD8,
- A1908D9D06878C790039CAD8,
- A1908D9E06878C790039CAD8,
- A1908D9F06878C790039CAD8,
- A1908DA006878C790039CAD8,
- A1908DA106878C790039CAD8,
- A1908DA206878C790039CAD8,
- A1908DA306878C790039CAD8,
- A1908DA406878C790039CAD8,
- A1908DA506878C790039CAD8,
- );
- isa = PBXGroup;
- path = nsis;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D9B06878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D9C06878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = "kfw-fixed.nsi";
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D9D06878C790039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = image.ico;
- path = kfw.ico;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D9E06878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = kfw.nsi;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908D9F06878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = KfWConfigPage.ini;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DA006878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = KfWConfigPage2.ini;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DA106878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.cpp.cpp;
- path = killer.cpp;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DA206878C790039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = text.rtf;
- path = licenses.rtf;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DA306878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = "nsi-includes.nsi";
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DA406878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = "site-local.nsi";
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DA506878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = utils.nsi;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DA606878C790039CAD8 = {
- children = (
- A1908DA706878C790039CAD8,
- A1908DA806878C790039CAD8,
- A1908DA906878C790039CAD8,
- A1908DAA06878C790039CAD8,
- A1908DAB06878C790039CAD8,
- A1908DAC06878C790039CAD8,
- A1908DAD06878C790039CAD8,
- A1908DAE06878C790039CAD8,
- A1908DAF06878C790039CAD8,
- );
- isa = PBXGroup;
- path = lib;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DA706878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = cacheapi.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DA806878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DA906878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = gic.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DAA06878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = gic.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DAB06878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DAC06878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = registry.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DAD06878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = registry.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DAE06878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = vardlg.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DAF06878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = vardlg.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DB006878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DB106878C790039CAD8 = {
- children = (
- A1908DB206878C790039CAD8,
- A1908DB306878C790039CAD8,
- A1908DB406878C790039CAD8,
- );
- isa = PBXGroup;
- path = ms2mit;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DB206878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DB306878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DB406878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ms2mit.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DB506878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = README;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DB606878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = version.rc;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DB706878C790039CAD8 = {
- children = (
- A1908DB806878C790039CAD8,
- A1908DB906878C790039CAD8,
- A1908DBA06878C790039CAD8,
- A1908DBB06878C790039CAD8,
- A1908DBC06878C790039CAD8,
- A1908DBD06878C790039CAD8,
- A1908DBE06878C790039CAD8,
- A1908DBF06878C790039CAD8,
- A1908DC006878C790039CAD8,
- A1908DC106878C790039CAD8,
- A1908DC206878C790039CAD8,
- A1908DC306878C790039CAD8,
- A1908DC406878C790039CAD8,
- A1908DC506878C790039CAD8,
- A1908DC606878C790039CAD8,
- A1908DC706878C790039CAD8,
- A1908DC806878C790039CAD8,
- A1908DC906878C790039CAD8,
- A1908DCA06878C790039CAD8,
- A1908DCB06878C790039CAD8,
- A1908DCC06878C790039CAD8,
- A1908DCD06878C790039CAD8,
- A1908DCE06878C790039CAD8,
- A1908DCF06878C790039CAD8,
- A1908DD006878C790039CAD8,
- A1908DD106878C790039CAD8,
- A1908DD206878C790039CAD8,
- A1908DD306878C790039CAD8,
- A1908DD406878C790039CAD8,
- A1908DD506878C790039CAD8,
- A1908DD606878C790039CAD8,
- A1908DD706878C790039CAD8,
- A1908DD806878C790039CAD8,
- A1908DD906878C790039CAD8,
- A1908DDA06878C790039CAD8,
- );
- isa = PBXGroup;
- path = wintel;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DB806878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .Sanitize;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DB906878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = auth.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DBA06878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = auth.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DBB06878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DBC06878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = dialog.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DBD06878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = edit.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DBE06878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = emul.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DBF06878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = enc_des.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DC006878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = enc_des.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DC106878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = encrypt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DC206878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = encrypt.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DC306878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = font.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DC406878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = genget.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DC506878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = ini.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DC606878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = intern.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DC706878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = k5stream.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DC806878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = k5stream.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DC906878C790039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = file;
- path = ktelnet.doc;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DCA06878C790039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = file;
- path = ktelnet.hlp;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DCB06878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ktelnet.hpj;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DCC06878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DCD06878C790039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = image.ico;
- path = ncsa.ico;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DCE06878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = negotiat.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DCF06878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = resource.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DD006878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = screen.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DD106878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = screen.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DD206878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = struct.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DD306878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = telnet.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DD406878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = telnet.def;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DD506878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = telnet.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DD606878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = telnet.rc;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DD706878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = telnet_arpa.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DD806878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = telopts.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DD906878C790039CAD8 = {
- isa = PBXFileReference;
- lastKnownFileType = image.ico;
- path = terminal.ico;
- refType = 4;
- sourceTree = "<group>";
- };
- A1908DDA06878C790039CAD8 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = "wt-proto.h";
- refType = 4;
- sourceTree = "<group>";
- };
- A198BBE10406D04A00120114 = {
- children = (
- A198BBE60406D04A00120114,
- A198BC050406D04A00120114,
- A198BC180406D04A00120114,
- A198BC200406D04A00120114,
- A198BC210406D04A00120114,
- );
- isa = PBXGroup;
- path = mac;
- refType = 4;
- sourceTree = "<group>";
- };
- A198BBE60406D04A00120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A198BC050406D04A00120114 = {
- children = (
- A198BC0A0406D04A00120114,
- );
- isa = PBXGroup;
- path = libraries;
- refType = 4;
- sourceTree = "<group>";
- };
- A198BC0A0406D04A00120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A198BC180406D04A00120114 = {
- children = (
- A198BC190406D04A00120114,
- A198BC1A0406D04A00120114,
- A198BC1C0406D04A00120114,
- A198BC1D0406D04A00120114,
- );
- isa = PBXGroup;
- path = MacOSX;
- refType = 4;
- sourceTree = "<group>";
- };
- A198BC190406D04A00120114 = {
- children = (
- A1CA623604168DFE0013F915,
- );
- isa = PBXGroup;
- path = Headers;
- refType = 4;
- sourceTree = "<group>";
- };
- A198BC1A0406D04A00120114 = {
- children = (
- A198BC1B0406D04A00120114,
- );
- isa = PBXGroup;
- path = Projects;
- refType = 4;
- sourceTree = "<group>";
- };
- A198BC1B0406D04A00120114 = {
- children = (
- );
- isa = PBXGroup;
- path = Kerberos5.pbproj;
- refType = 4;
- sourceTree = "<group>";
- };
- A198BC1C0406D04A00120114 = {
- children = (
- );
- isa = PBXGroup;
- path = Scripts;
- refType = 4;
- sourceTree = "<group>";
- };
- A198BC1D0406D04A00120114 = {
- children = (
- );
- isa = PBXGroup;
- path = Sources;
- refType = 4;
- sourceTree = "<group>";
- };
- A198BC200406D04A00120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ReadMe;
- refType = 4;
- sourceTree = "<group>";
- };
- A198BC210406D04A00120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = "Release notes";
- refType = 4;
- sourceTree = "<group>";
- };
- A198BC2A0406DA8F00120114 = {
- fileEncoding = 4;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = prof_FSp_glue.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1A6783106C3D47F00EC826E = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = "fake-addrinfo.c";
- refType = 4;
- sourceTree = "<group>";
- };
- A1A6783206C3D47F00EC826E = {
- fileRef = A1A6783106C3D47F00EC826E;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1A6784206C3D82500EC826E = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = rc_none.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1A6784306C3D82500EC826E = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = "rc-int.h";
- refType = 4;
- sourceTree = "<group>";
- };
- A1A6784406C3D82500EC826E = {
- fileRef = A1A6784206C3D82500EC826E;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1A6784506C3D82500EC826E = {
- fileRef = A1A6784306C3D82500EC826E;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1DEC05DDC40100526345 = {
- buildPhases = (
- A1AB1DEE05DDC40100526345,
- A1AB1DF005DDC40100526345,
- A1AB1DFF05DDC40100526345,
- A1AB1E0005DDC40100526345,
- );
- buildRules = (
- );
- buildSettings = {
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = ../Sources/mac/MacOSX/Headers/Kerberos5Prefix.h;
- HEADER_SEARCH_PATHS = "$(SRCROOT)/../Sources/lib/crypto/des $(SRCROOT)/../Sources/include $(SRCROOT)/../Sources/include/krb5 $(BUILT_PRODUCTS_DIR)/Kerberos5.intermediates/include $(BUILT_PRODUCTS_DIR)/Kerberos5.intermediates/include/krb5";
- LIBRARY_STYLE = STATIC;
- PRODUCT_NAME = KerberosDES;
- REZ_EXECUTABLE = YES;
- WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
- };
- dependencies = (
- A1AB1DED05DDC40100526345,
- );
- isa = PBXNativeTarget;
- name = KerberosDES;
- productInstallPath = /usr/local/lib;
- productName = KerberosDES;
- productReference = A1AB1E0205DDC40100526345;
- productType = "com.apple.product-type.library.static";
- };
- A1AB1DED05DDC40100526345 = {
- isa = PBXTargetDependency;
- target = F5CFD629022D922C01120112;
- targetProxy = A181DA4205CEFC0400E4C246;
- };
- A1AB1DEE05DDC40100526345 = {
- buildActionMask = 2147483647;
- files = (
- A1AB1DEF05DDC40100526345,
- A14E78E90725B12A00A025E3,
- );
- isa = PBXHeadersBuildPhase;
- runOnlyForDeploymentPostprocessing = 0;
- };
- A1AB1DEF05DDC40100526345 = {
- fileRef = A1CA623604168DFE0013F915;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1DF005DDC40100526345 = {
- buildActionMask = 2147483647;
- files = (
- A1AB1DF105DDC40100526345,
- A1AB1DF205DDC40100526345,
- A1AB1DF305DDC40100526345,
- A1AB1DF405DDC40100526345,
- A1AB1DF505DDC40100526345,
- A1AB1DF605DDC40100526345,
- A1AB1DF705DDC40100526345,
- A1AB1DF805DDC40100526345,
- A1AB1DF905DDC40100526345,
- A1AB1DFA05DDC40100526345,
- A1AB1DFB05DDC40100526345,
- A1AB1DFC05DDC40100526345,
- A1AB1DFD05DDC40100526345,
- A1AB1DFE05DDC40100526345,
- );
- isa = PBXSourcesBuildPhase;
- runOnlyForDeploymentPostprocessing = 0;
- };
- A1AB1DF105DDC40100526345 = {
- fileRef = F517332003F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1DF205DDC40100526345 = {
- fileRef = F517331E03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1DF305DDC40100526345 = {
- fileRef = F517330C03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1DF405DDC40100526345 = {
- fileRef = F517330E03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1DF505DDC40100526345 = {
- fileRef = F517330F03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1DF605DDC40100526345 = {
- fileRef = F517331103F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1DF705DDC40100526345 = {
- fileRef = F517331203F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1DF805DDC40100526345 = {
- fileRef = F517331403F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1DF905DDC40100526345 = {
- fileRef = F517331503F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1DFA05DDC40100526345 = {
- fileRef = F517331603F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1DFB05DDC40100526345 = {
- fileRef = F517331703F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1DFC05DDC40100526345 = {
- fileRef = F517331803F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1DFD05DDC40100526345 = {
- fileRef = F517331903F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1DFE05DDC40100526345 = {
- fileRef = A166BCC3040D36F8004AA618;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1DFF05DDC40100526345 = {
- buildActionMask = 2147483647;
- files = (
- );
- isa = PBXFrameworksBuildPhase;
- runOnlyForDeploymentPostprocessing = 0;
- };
- A1AB1E0005DDC40100526345 = {
- buildActionMask = 2147483647;
- files = (
- );
- isa = PBXRezBuildPhase;
- runOnlyForDeploymentPostprocessing = 0;
- };
- A1AB1E0205DDC40100526345 = {
- explicitFileType = archive.ar;
- includeInIndex = 0;
- isa = PBXFileReference;
- path = libKerberosDES.a;
- refType = 3;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- A1AB1E1005DDC43000526345 = {
- buildPhases = (
- A1AB1E1305DDC43000526345,
- A1AB1E1705DDC43000526345,
- A1AB1E1F05DDC43000526345,
- A1AB1E2005DDC43000526345,
- );
- buildRules = (
- );
- buildSettings = {
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = ../Sources/mac/MacOSX/Headers/Kerberos5Prefix.h;
- HEADER_SEARCH_PATHS = "$(SRCROOT)/../../Common/Headers $(SRCROOT)/../../KerberosErrors/Headers/Kerberos $(SRCROOT)/../Sources/include $(BUILT_PRODUCTS_DIR)/Kerberos5.intermediates/include $(BUILT_PRODUCTS_DIR)/Kerberos5.intermediates/include/krb5";
- LIBRARY_STYLE = STATIC;
- PRODUCT_NAME = KerberosProfile;
- REZ_EXECUTABLE = YES;
- WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
- };
- dependencies = (
- A1AB1E1105DDC43000526345,
- A1AB1E1205DDC43000526345,
- );
- isa = PBXNativeTarget;
- name = KerberosProfile;
- productInstallPath = /usr/local/lib;
- productName = KerberosProfile;
- productReference = A1AB1E2205DDC43000526345;
- productType = "com.apple.product-type.library.static";
- };
- A1AB1E1105DDC43000526345 = {
- isa = PBXTargetDependency;
- target = F5CFD5E6022D8A9901120112;
- targetProxy = A181DA4B05CEFC0400E4C246;
- };
- A1AB1E1205DDC43000526345 = {
- isa = PBXTargetDependency;
- target = F5CFD629022D922C01120112;
- targetProxy = A181DA4A05CEFC0400E4C246;
- };
- A1AB1E1305DDC43000526345 = {
- buildActionMask = 2147483647;
- files = (
- A1AB1E1405DDC43000526345,
- A1AB1E1505DDC43000526345,
- A1AB1E1605DDC43000526345,
- );
- isa = PBXHeadersBuildPhase;
- runOnlyForDeploymentPostprocessing = 0;
- };
- A1AB1E1405DDC43000526345 = {
- fileRef = F51737BD03F1B65B01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E1505DDC43000526345 = {
- fileRef = F5E2662D03F443E901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E1605DDC43000526345 = {
- fileRef = F5E2662F03F443E901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E1705DDC43000526345 = {
- buildActionMask = 2147483647;
- files = (
- A1AB1E1805DDC43000526345,
- A1AB1E1905DDC43000526345,
- A1AB1E1A05DDC43000526345,
- A1AB1E1B05DDC43000526345,
- A1AB1E1C05DDC43000526345,
- A1AB1E1D05DDC43000526345,
- A1AB1E1E05DDC43000526345,
- );
- isa = PBXSourcesBuildPhase;
- runOnlyForDeploymentPostprocessing = 0;
- };
- A1AB1E1805DDC43000526345 = {
- fileRef = F51737BA03F1B65B01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E1905DDC43000526345 = {
- fileRef = F51737BB03F1B65B01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E1A05DDC43000526345 = {
- fileRef = F51737BC03F1B65B01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E1B05DDC43000526345 = {
- fileRef = F51737BE03F1B65B01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E1C05DDC43000526345 = {
- fileRef = F51737BF03F1B65B01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E1D05DDC43000526345 = {
- fileRef = F51737C003F1B65B01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E1E05DDC43000526345 = {
- fileRef = A198BC2A0406DA8F00120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E1F05DDC43000526345 = {
- buildActionMask = 2147483647;
- files = (
- );
- isa = PBXFrameworksBuildPhase;
- runOnlyForDeploymentPostprocessing = 0;
- };
- A1AB1E2005DDC43000526345 = {
- buildActionMask = 2147483647;
- files = (
- );
- isa = PBXRezBuildPhase;
- runOnlyForDeploymentPostprocessing = 0;
- };
- A1AB1E2205DDC43000526345 = {
- explicitFileType = archive.ar;
- includeInIndex = 0;
- isa = PBXFileReference;
- path = libKerberosProfile.a;
- refType = 3;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- A1AB1E3005DDC45F00526345 = {
- buildPhases = (
- A1AB1E3405DDC45F00526345,
- A1AB1E3505DDC45F00526345,
- A1AB1E6C05DDC45F00526345,
- A1AB1E6D05DDC45F00526345,
- );
- buildRules = (
- );
- buildSettings = {
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = ../Sources/mac/MacOSX/Headers/Kerberos5Prefix.h;
- HEADER_SEARCH_PATHS = "$(SRCROOT)/../Sources/include $(SRCROOT)/../Sources/include/krb5 $(SRCROOT)/../Sources/include/kerberosIV $(BUILT_PRODUCTS_DIR)/Kerberos5.intermediates $(BUILT_PRODUCTS_DIR)/Kerberos5.intermediates/include $(BUILT_PRODUCTS_DIR)/Kerberos5.intermediates/include/krb5 $(BUILT_PRODUCTS_DIR)/Kerberos5.intermediates/ErrorTables $(SRCROOT)/../../Common/Headers $(SRCROOT)/../../KerberosErrors/Headers $(SRCROOT)/../../KerberosDebug/Headers $(SRCROOT)/../../KerberosErrors/Headers/Kerberos $(SRCROOT)/../../CredentialsCache/Headers $(SRCROOT)/../../CredentialsCache/Headers/Kerberos $(SRCROOT)/../../KerberosLogin/Headers $(SRCROOT)/../../KerberosLogin/Headers/Kerberos";
- LIBRARY_STYLE = STATIC;
- PRODUCT_NAME = Kerberos4;
- REZ_EXECUTABLE = YES;
- WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
- };
- dependencies = (
- A1AB1E3105DDC45F00526345,
- A1AB1E3205DDC45F00526345,
- A1AB1E3305DDC45F00526345,
- );
- isa = PBXNativeTarget;
- name = Kerberos4;
- productInstallPath = /usr/local/lib;
- productName = Kerberos4;
- productReference = A1AB1E6F05DDC45F00526345;
- productType = "com.apple.product-type.library.static";
- };
- A1AB1E3105DDC45F00526345 = {
- isa = PBXTargetDependency;
- target = F5CFD5E6022D8A9901120112;
- targetProxy = A181DA4605CEFC0400E4C246;
- };
- A1AB1E3205DDC45F00526345 = {
- isa = PBXTargetDependency;
- target = A1AB1DEC05DDC40100526345;
- targetProxy = A181DA4505CEFC0400E4C246;
- };
- A1AB1E3305DDC45F00526345 = {
- isa = PBXTargetDependency;
- target = A1AB1E1005DDC43000526345;
- targetProxy = A181DA4405CEFC0400E4C246;
- };
- A1AB1E3405DDC45F00526345 = {
- buildActionMask = 2147483647;
- files = (
- );
- isa = PBXHeadersBuildPhase;
- runOnlyForDeploymentPostprocessing = 0;
- };
- A1AB1E3505DDC45F00526345 = {
- buildActionMask = 2147483647;
- files = (
- A1AB1E3605DDC45F00526345,
- A1AB1E3705DDC45F00526345,
- A1AB1E3805DDC45F00526345,
- A1AB1E3905DDC45F00526345,
- A1AB1E3A05DDC45F00526345,
- A1AB1E3B05DDC45F00526345,
- A1AB1E3C05DDC45F00526345,
- A1AB1E3D05DDC45F00526345,
- A1AB1E3E05DDC45F00526345,
- A1AB1E3F05DDC45F00526345,
- A1AB1E4005DDC45F00526345,
- A1AB1E4105DDC45F00526345,
- A1AB1E4205DDC45F00526345,
- A1AB1E4305DDC45F00526345,
- A1AB1E4405DDC45F00526345,
- A1AB1E4505DDC45F00526345,
- A1AB1E4605DDC45F00526345,
- A1AB1E4705DDC45F00526345,
- A1AB1E4805DDC45F00526345,
- A1AB1E4905DDC45F00526345,
- A1AB1E4A05DDC45F00526345,
- A1AB1E4B05DDC45F00526345,
- A1AB1E4C05DDC45F00526345,
- A1AB1E4D05DDC45F00526345,
- A1AB1E4E05DDC45F00526345,
- A1AB1E4F05DDC45F00526345,
- A1AB1E5005DDC45F00526345,
- A1AB1E5105DDC45F00526345,
- A1AB1E5205DDC45F00526345,
- A1AB1E5305DDC45F00526345,
- A1AB1E5405DDC45F00526345,
- A1AB1E5505DDC45F00526345,
- A1AB1E5605DDC45F00526345,
- A1AB1E5705DDC45F00526345,
- A1AB1E5805DDC45F00526345,
- A1AB1E5905DDC45F00526345,
- A1AB1E5A05DDC45F00526345,
- A1AB1E5B05DDC45F00526345,
- A1AB1E5C05DDC45F00526345,
- A1AB1E5D05DDC45F00526345,
- A1AB1E5E05DDC45F00526345,
- A1AB1E5F05DDC45F00526345,
- A1AB1E6005DDC45F00526345,
- A1AB1E6105DDC45F00526345,
- A1AB1E6205DDC45F00526345,
- A1AB1E6305DDC45F00526345,
- A1AB1E6405DDC45F00526345,
- A1AB1E6505DDC45F00526345,
- A1AB1E6605DDC45F00526345,
- A1AB1E6705DDC45F00526345,
- A1AB1E6805DDC45F00526345,
- A1AB1E6905DDC45F00526345,
- A1AB1E6A05DDC45F00526345,
- A1AB1E6B05DDC45F00526345,
- );
- isa = PBXSourcesBuildPhase;
- runOnlyForDeploymentPostprocessing = 0;
- };
- A1AB1E3605DDC45F00526345 = {
- fileRef = F517345A03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E3705DDC45F00526345 = {
- fileRef = F517345B03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E3805DDC45F00526345 = {
- fileRef = F517345C03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E3905DDC45F00526345 = {
- fileRef = F517345D03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E3A05DDC45F00526345 = {
- fileRef = F517346203F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E3B05DDC45F00526345 = {
- fileRef = F517346303F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E3C05DDC45F00526345 = {
- fileRef = F517346403F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E3D05DDC45F00526345 = {
- fileRef = F517346503F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E3E05DDC45F00526345 = {
- fileRef = F517346603F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E3F05DDC45F00526345 = {
- fileRef = F517346803F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E4005DDC45F00526345 = {
- fileRef = F517346A03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E4105DDC45F00526345 = {
- fileRef = F517346C03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E4205DDC45F00526345 = {
- fileRef = F517346E03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E4305DDC45F00526345 = {
- fileRef = F517347B03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E4405DDC45F00526345 = {
- fileRef = F517347E03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E4505DDC45F00526345 = {
- fileRef = F517348003F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E4605DDC45F00526345 = {
- fileRef = F517346903F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E4705DDC45F00526345 = {
- fileRef = F517345903F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E4805DDC45F00526345 = {
- fileRef = F517342403F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E4905DDC45F00526345 = {
- fileRef = F517342503F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E4A05DDC45F00526345 = {
- fileRef = F517342803F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E4B05DDC45F00526345 = {
- fileRef = F517342903F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E4C05DDC45F00526345 = {
- fileRef = F517342C03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E4D05DDC45F00526345 = {
- fileRef = F517342D03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E4E05DDC45F00526345 = {
- fileRef = F517342E03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E4F05DDC45F00526345 = {
- fileRef = F517343403F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E5005DDC45F00526345 = {
- fileRef = F517343703F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E5105DDC45F00526345 = {
- fileRef = F517343803F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E5205DDC45F00526345 = {
- fileRef = F517343903F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E5305DDC45F00526345 = {
- fileRef = F517343A03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E5405DDC45F00526345 = {
- fileRef = F517343F03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E5505DDC45F00526345 = {
- fileRef = F517344003F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E5605DDC45F00526345 = {
- fileRef = F517344303F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E5705DDC45F00526345 = {
- fileRef = F517344403F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E5805DDC45F00526345 = {
- fileRef = F517344603F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E5905DDC45F00526345 = {
- fileRef = F517344C03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E5A05DDC45F00526345 = {
- fileRef = F517345703F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E5B05DDC45F00526345 = {
- fileRef = F517345803F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E5C05DDC45F00526345 = {
- fileRef = F517346103F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E5D05DDC45F00526345 = {
- fileRef = F517345E03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E5E05DDC45F00526345 = {
- fileRef = F517345F03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E5F05DDC45F00526345 = {
- fileRef = F517343003F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E6005DDC45F00526345 = {
- fileRef = F517348603F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E6105DDC45F00526345 = {
- fileRef = F517343303F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E6205DDC45F00526345 = {
- fileRef = F517343503F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E6305DDC45F00526345 = {
- fileRef = F517343B03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E6405DDC45F00526345 = {
- fileRef = F517344703F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E6505DDC45F00526345 = {
- fileRef = F517346703F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E6605DDC45F00526345 = {
- fileRef = F517346B03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E6705DDC45F00526345 = {
- fileRef = F517346D03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E6805DDC45F00526345 = {
- fileRef = F517346F03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E6905DDC45F00526345 = {
- fileRef = F517347C03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E6A05DDC45F00526345 = {
- fileRef = F517344B03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E6B05DDC45F00526345 = {
- fileRef = F517343E03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E6C05DDC45F00526345 = {
- buildActionMask = 2147483647;
- files = (
- );
- isa = PBXFrameworksBuildPhase;
- runOnlyForDeploymentPostprocessing = 0;
- };
- A1AB1E6D05DDC45F00526345 = {
- buildActionMask = 2147483647;
- files = (
- );
- isa = PBXRezBuildPhase;
- runOnlyForDeploymentPostprocessing = 0;
- };
- A1AB1E6F05DDC45F00526345 = {
- explicitFileType = archive.ar;
- includeInIndex = 0;
- isa = PBXFileReference;
- path = libKerberos4.a;
- refType = 3;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- A1AB1E8105DDC47700526345 = {
- buildPhases = (
- A1AB1E8505DDC47700526345,
- A1AB1EB905DDC47800526345,
- A1AB1FAE05DDC47800526345,
- A1AB1FAF05DDC47800526345,
- );
- buildRules = (
- );
- buildSettings = {
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = ../Sources/mac/MacOSX/Headers/Kerberos5Prefix.h;
- HEADER_SEARCH_PATHS = "$(SRCROOT)/../Sources/ $(SRCROOT)/../Sources/include $(SRCROOT)/../Sources/include/krb5 $(SRCROOT)/../Sources/lib/crypto/aes $(SRCROOT)/../Sources/lib/crypto $(SRCROOT)/../Sources/lib/crypto/arcfour $(SRCROOT)/../Sources/lib/crypto/enc_provider $(SRCROOT)/../Sources/lib/crypto/crc32 $(SRCROOT)/../Sources/lib/crypto/des $(SRCROOT)/../Sources/lib/crypto/dk $(SRCROOT)/../Sources/lib/crypto/hash_provider $(SRCROOT)/../Sources/lib/crypto/keyhash_provider $(SRCROOT)/../Sources/lib/crypto/md4 $(SRCROOT)/../Sources/lib/crypto/md5 $(SRCROOT)/../Sources/lib/crypto/old $(SRCROOT)/../Sources/lib/crypto/raw $(SRCROOT)/../Sources/lib/crypto/sha1 $(SRCROOT)/../Sources/lib/crypto/yarrow $(SRCROOT)/../Sources/lib/krb5/os $(SRCROOT)/../Sources/lib/krb5/keytab $(SRCROOT)/../Sources/lib/krb5/rcache $(SRCROOT)/../Sources/lib/krb5/ccache $(SRCROOT)/../Sources/lib/krb5/ccache/ccapi $(BUILT_PRODUCTS_DIR)/Kerberos5.intermediates $(BUILT_PRODUCTS_DIR)/Kerberos5.intermediates/include $(BUILT_PRODUCTS_DIR)/Kerberos5.intermediates/include/krb5 $(BUILT_PRODUCTS_DIR)/Kerberos5.intermediates/ErrorTables $(SRCROOT)/../Sources/include $(SRCROOT)/../../KerberosErrors/Headers $(SRCROOT)/../../KerberosErrors/Headers/Kerberos $(SRCROOT)/../../CredentialsCache/Headers $(SRCROOT)/../../CredentialsCache/Headers/Kerberos $(SRCROOT)/../../KerberosLogin/Headers $(SRCROOT)/../../KerberosLogin/Headers/Kerberos";
- LIBRARY_STYLE = STATIC;
- PRODUCT_NAME = Kerberos5;
- REZ_EXECUTABLE = YES;
- WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
- };
- dependencies = (
- A1AB1E8205DDC47700526345,
- A1AB1E8305DDC47700526345,
- A1AB1E8405DDC47700526345,
- );
- isa = PBXNativeTarget;
- name = Kerberos5;
- productInstallPath = /usr/local/lib;
- productName = Kerberos5;
- productReference = A1AB1FB105DDC47800526345;
- productType = "com.apple.product-type.library.static";
- };
- A1AB1E8205DDC47700526345 = {
- isa = PBXTargetDependency;
- target = F5CFD5E6022D8A9901120112;
- targetProxy = A181DA4805CEFC0400E4C246;
- };
- A1AB1E8305DDC47700526345 = {
- isa = PBXTargetDependency;
- target = F5CFD629022D922C01120112;
- targetProxy = A181DA4305CEFC0400E4C246;
- };
- A1AB1E8405DDC47700526345 = {
- isa = PBXTargetDependency;
- target = A1AB1DEC05DDC40100526345;
- targetProxy = A181DA4905CEFC0400E4C246;
- };
- A1AB1E8505DDC47700526345 = {
- buildActionMask = 2147483647;
- files = (
- A1AB1E8605DDC47700526345,
- A1AB1E8705DDC47700526345,
- A1AB1E8805DDC47700526345,
- A1AB1E8905DDC47700526345,
- A1AB1E8A05DDC47700526345,
- A1AB1E8B05DDC47700526345,
- A1AB1E8C05DDC47700526345,
- A1AB1E8D05DDC47700526345,
- A1AB1E8E05DDC47700526345,
- A1AB1E8F05DDC47700526345,
- A1AB1E9005DDC47700526345,
- A1AB1E9105DDC47700526345,
- A1AB1E9205DDC47700526345,
- A1AB1E9305DDC47700526345,
- A1AB1E9405DDC47700526345,
- A1AB1E9505DDC47700526345,
- A1AB1E9605DDC47700526345,
- A1AB1E9705DDC47700526345,
- A1AB1E9805DDC47700526345,
- A1AB1E9905DDC47700526345,
- A1AB1E9A05DDC47700526345,
- A1AB1E9B05DDC47700526345,
- A1AB1E9C05DDC47700526345,
- A1AB1E9D05DDC47700526345,
- A1AB1E9E05DDC47700526345,
- A1AB1E9F05DDC47700526345,
- A1AB1EA005DDC47700526345,
- A1AB1EA105DDC47700526345,
- A1AB1EA205DDC47700526345,
- A1AB1EA305DDC47700526345,
- A1AB1EA405DDC47700526345,
- A1AB1EA505DDC47700526345,
- A1AB1EA605DDC47700526345,
- A1AB1EA705DDC47700526345,
- A1AB1EA805DDC47700526345,
- A1AB1EA905DDC47700526345,
- A1AB1EAA05DDC47700526345,
- A1AB1EAB05DDC47700526345,
- A1AB1EAC05DDC47700526345,
- A1AB1EAD05DDC47700526345,
- A1AB1EAE05DDC47700526345,
- A1AB1EAF05DDC47800526345,
- A1AB1EB005DDC47800526345,
- A1AB1EB105DDC47800526345,
- A1AB1EB205DDC47800526345,
- A1AB1EB305DDC47800526345,
- A1AB1EB405DDC47800526345,
- A1AB1EB505DDC47800526345,
- A1AB1EB605DDC47800526345,
- A1AB1EB705DDC47800526345,
- A1AB1EB805DDC47800526345,
- A1A6784506C3D82500EC826E,
- A1D62985070C878B0015C908,
- A1D62992070C8AD70015C908,
- );
- isa = PBXHeadersBuildPhase;
- runOnlyForDeploymentPostprocessing = 0;
- };
- A1AB1E8605DDC47700526345 = {
- fileRef = F517355303F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E8705DDC47700526345 = {
- fileRef = F517357403F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E8805DDC47700526345 = {
- fileRef = F517349503F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E8905DDC47700526345 = {
- fileRef = F517349703F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E8A05DDC47700526345 = {
- fileRef = F517349903F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E8B05DDC47700526345 = {
- fileRef = F517349F03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E8C05DDC47700526345 = {
- fileRef = F51734A303F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E8D05DDC47700526345 = {
- fileRef = F51734A903F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E8E05DDC47700526345 = {
- fileRef = F51734A103F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E8F05DDC47700526345 = {
- fileRef = F517349B03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E9005DDC47700526345 = {
- fileRef = F517349D03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E9105DDC47700526345 = {
- fileRef = F51734A403F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E9205DDC47700526345 = {
- fileRef = F51734C003F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E9305DDC47700526345 = {
- fileRef = F51734C403F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E9405DDC47700526345 = {
- fileRef = F51734B503F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E9505DDC47700526345 = {
- fileRef = F51734B703F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E9605DDC47700526345 = {
- fileRef = F51730E703F1B65801120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E9705DDC47700526345 = {
- fileRef = F51734F103F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E9805DDC47700526345 = {
- fileRef = F51734F803F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E9905DDC47700526345 = {
- fileRef = F517351A03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E9A05DDC47700526345 = {
- fileRef = F51735A103F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E9B05DDC47700526345 = {
- fileRef = F51735A403F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E9C05DDC47700526345 = {
- fileRef = F51735A603F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E9D05DDC47700526345 = {
- fileRef = F5E2662D03F443E901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E9E05DDC47700526345 = {
- fileRef = F5E2662F03F443E901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1E9F05DDC47700526345 = {
- fileRef = F517325603F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EA005DDC47700526345 = {
- fileRef = F517326603F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EA105DDC47700526345 = {
- fileRef = F517329903F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EA205DDC47700526345 = {
- fileRef = F517324D03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EA305DDC47700526345 = {
- fileRef = F517324B03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EA405DDC47700526345 = {
- fileRef = F517325E03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EA505DDC47700526345 = {
- fileRef = F517327A03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EA605DDC47700526345 = {
- fileRef = F517327003F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EA705DDC47700526345 = {
- fileRef = F517328703F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EA805DDC47700526345 = {
- fileRef = F517329203F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EA905DDC47700526345 = {
- fileRef = F517329F03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EAA05DDC47700526345 = {
- fileRef = F51732AD03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EAB05DDC47700526345 = {
- fileRef = F51732BA03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EAC05DDC47700526345 = {
- fileRef = F51732C203F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EAD05DDC47700526345 = {
- fileRef = F51732CA03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EAE05DDC47700526345 = {
- fileRef = F51732D403F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EAF05DDC47800526345 = {
- fileRef = F51732DE03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EB005DDC47800526345 = {
- fileRef = F51732FD03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EB105DDC47800526345 = {
- fileRef = F517330103F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EB205DDC47800526345 = {
- fileRef = F517330203F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EB305DDC47800526345 = {
- fileRef = F517330303F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EB405DDC47800526345 = {
- fileRef = F517330403F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EB505DDC47800526345 = {
- fileRef = F517330503F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EB605DDC47800526345 = {
- fileRef = F517330703F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EB705DDC47800526345 = {
- fileRef = A1B21F180417D6BC00120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EB805DDC47800526345 = {
- fileRef = A181DA5405CF0BD800E4C246;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EB905DDC47800526345 = {
- buildActionMask = 2147483647;
- files = (
- A1AB1EBA05DDC47800526345,
- A1AB1EBB05DDC47800526345,
- A1AB1EBC05DDC47800526345,
- A1AB1EBD05DDC47800526345,
- A1AB1EBE05DDC47800526345,
- A1AB1EBF05DDC47800526345,
- A1AB1EC005DDC47800526345,
- A1AB1EC105DDC47800526345,
- A1AB1EC205DDC47800526345,
- A1AB1EC305DDC47800526345,
- A1AB1EC405DDC47800526345,
- A1AB1EC505DDC47800526345,
- A1AB1EC605DDC47800526345,
- A1AB1EC705DDC47800526345,
- A1AB1EC805DDC47800526345,
- A1AB1EC905DDC47800526345,
- A1AB1ECA05DDC47800526345,
- A1AB1ECB05DDC47800526345,
- A1AB1ECC05DDC47800526345,
- A1AB1ECD05DDC47800526345,
- A1AB1ECE05DDC47800526345,
- A1AB1ECF05DDC47800526345,
- A1AB1ED005DDC47800526345,
- A1AB1ED105DDC47800526345,
- A1AB1ED205DDC47800526345,
- A1AB1ED305DDC47800526345,
- A1AB1ED405DDC47800526345,
- A1AB1ED505DDC47800526345,
- A1AB1ED605DDC47800526345,
- A1AB1ED705DDC47800526345,
- A1AB1ED805DDC47800526345,
- A1AB1ED905DDC47800526345,
- A1AB1EDA05DDC47800526345,
- A1AB1EDB05DDC47800526345,
- A1AB1EDC05DDC47800526345,
- A1AB1EDD05DDC47800526345,
- A1AB1EDE05DDC47800526345,
- A1AB1EDF05DDC47800526345,
- A1AB1EE005DDC47800526345,
- A1AB1EE105DDC47800526345,
- A1AB1EE205DDC47800526345,
- A1AB1EE305DDC47800526345,
- A1AB1EE405DDC47800526345,
- A1AB1EE505DDC47800526345,
- A1AB1EE605DDC47800526345,
- A1AB1EE705DDC47800526345,
- A1AB1EE805DDC47800526345,
- A1AB1EE905DDC47800526345,
- A1AB1EEA05DDC47800526345,
- A1AB1EEB05DDC47800526345,
- A1AB1EEC05DDC47800526345,
- A1AB1EED05DDC47800526345,
- A1AB1EEE05DDC47800526345,
- A1AB1EEF05DDC47800526345,
- A1AB1EF005DDC47800526345,
- A1AB1EF105DDC47800526345,
- A1AB1EF205DDC47800526345,
- A1AB1EF305DDC47800526345,
- A1AB1EF405DDC47800526345,
- A1AB1EF505DDC47800526345,
- A1AB1EF605DDC47800526345,
- A1AB1EF705DDC47800526345,
- A1AB1EF805DDC47800526345,
- A1AB1EF905DDC47800526345,
- A1AB1EFA05DDC47800526345,
- A1AB1EFB05DDC47800526345,
- A1AB1EFC05DDC47800526345,
- A1AB1EFD05DDC47800526345,
- A1AB1EFE05DDC47800526345,
- A1AB1EFF05DDC47800526345,
- A1AB1F0005DDC47800526345,
- A1AB1F0105DDC47800526345,
- A1AB1F0205DDC47800526345,
- A1AB1F0305DDC47800526345,
- A1AB1F0405DDC47800526345,
- A1AB1F0505DDC47800526345,
- A1AB1F0605DDC47800526345,
- A1AB1F0705DDC47800526345,
- A1AB1F0805DDC47800526345,
- A1AB1F0905DDC47800526345,
- A1AB1F0A05DDC47800526345,
- A1AB1F0B05DDC47800526345,
- A1AB1F0C05DDC47800526345,
- A1AB1F0D05DDC47800526345,
- A1AB1F0E05DDC47800526345,
- A1AB1F0F05DDC47800526345,
- A1AB1F1005DDC47800526345,
- A1AB1F1105DDC47800526345,
- A1AB1F1205DDC47800526345,
- A1AB1F1305DDC47800526345,
- A1AB1F1405DDC47800526345,
- A1AB1F1505DDC47800526345,
- A1AB1F1605DDC47800526345,
- A1AB1F1705DDC47800526345,
- A1AB1F1805DDC47800526345,
- A1AB1F1905DDC47800526345,
- A1AB1F1A05DDC47800526345,
- A1AB1F1B05DDC47800526345,
- A1AB1F1C05DDC47800526345,
- A1AB1F1D05DDC47800526345,
- A1AB1F1E05DDC47800526345,
- A1AB1F1F05DDC47800526345,
- A1AB1F2005DDC47800526345,
- A1AB1F2105DDC47800526345,
- A1AB1F2205DDC47800526345,
- A1AB1F2305DDC47800526345,
- A1AB1F2405DDC47800526345,
- A1AB1F2505DDC47800526345,
- A1AB1F2605DDC47800526345,
- A1AB1F2705DDC47800526345,
- A1AB1F2805DDC47800526345,
- A1AB1F2905DDC47800526345,
- A1AB1F2A05DDC47800526345,
- A1AB1F2B05DDC47800526345,
- A1AB1F2C05DDC47800526345,
- A1AB1F2D05DDC47800526345,
- A1AB1F2E05DDC47800526345,
- A1AB1F2F05DDC47800526345,
- A1AB1F3005DDC47800526345,
- A1AB1F3105DDC47800526345,
- A1AB1F3205DDC47800526345,
- A1AB1F3305DDC47800526345,
- A1AB1F3405DDC47800526345,
- A1AB1F3505DDC47800526345,
- A1AB1F3605DDC47800526345,
- A1AB1F3705DDC47800526345,
- A1AB1F3805DDC47800526345,
- A1AB1F3905DDC47800526345,
- A1AB1F3A05DDC47800526345,
- A1AB1F3B05DDC47800526345,
- A1AB1F3C05DDC47800526345,
- A1AB1F3D05DDC47800526345,
- A1AB1F3E05DDC47800526345,
- A1AB1F3F05DDC47800526345,
- A1AB1F4005DDC47800526345,
- A1AB1F4105DDC47800526345,
- A1AB1F4205DDC47800526345,
- A1AB1F4305DDC47800526345,
- A1AB1F4405DDC47800526345,
- A1AB1F4505DDC47800526345,
- A1AB1F4605DDC47800526345,
- A1AB1F4705DDC47800526345,
- A1AB1F4805DDC47800526345,
- A1AB1F4905DDC47800526345,
- A1AB1F4A05DDC47800526345,
- A1AB1F4B05DDC47800526345,
- A1AB1F4C05DDC47800526345,
- A1AB1F4D05DDC47800526345,
- A1AB1F4E05DDC47800526345,
- A1AB1F4F05DDC47800526345,
- A1AB1F5005DDC47800526345,
- A1AB1F5105DDC47800526345,
- A1AB1F5205DDC47800526345,
- A1AB1F5305DDC47800526345,
- A1AB1F5405DDC47800526345,
- A1AB1F5505DDC47800526345,
- A1AB1F5705DDC47800526345,
- A1AB1F5805DDC47800526345,
- A1AB1F5905DDC47800526345,
- A1AB1F5A05DDC47800526345,
- A1AB1F5B05DDC47800526345,
- A1AB1F5C05DDC47800526345,
- A1AB1F5D05DDC47800526345,
- A1AB1F5E05DDC47800526345,
- A1AB1F5F05DDC47800526345,
- A1AB1F6005DDC47800526345,
- A1AB1F6105DDC47800526345,
- A1AB1F6205DDC47800526345,
- A1AB1F6305DDC47800526345,
- A1AB1F6405DDC47800526345,
- A1AB1F6505DDC47800526345,
- A1AB1F6605DDC47800526345,
- A1AB1F6705DDC47800526345,
- A1AB1F6805DDC47800526345,
- A1AB1F6905DDC47800526345,
- A1AB1F6A05DDC47800526345,
- A1AB1F6B05DDC47800526345,
- A1AB1F6C05DDC47800526345,
- A1AB1F6D05DDC47800526345,
- A1AB1F6E05DDC47800526345,
- A1AB1F6F05DDC47800526345,
- A1AB1F7005DDC47800526345,
- A1AB1F7105DDC47800526345,
- A1AB1F7205DDC47800526345,
- A1AB1F7305DDC47800526345,
- A1AB1F7405DDC47800526345,
- A1AB1F7505DDC47800526345,
- A1AB1F7605DDC47800526345,
- A1AB1F7705DDC47800526345,
- A1AB1F7805DDC47800526345,
- A1AB1F7905DDC47800526345,
- A1AB1F7A05DDC47800526345,
- A1AB1F7B05DDC47800526345,
- A1AB1F7C05DDC47800526345,
- A1AB1F7D05DDC47800526345,
- A1AB1F7E05DDC47800526345,
- A1AB1F7F05DDC47800526345,
- A1AB1F8005DDC47800526345,
- A1AB1F8105DDC47800526345,
- A1AB1F8205DDC47800526345,
- A1AB1F8305DDC47800526345,
- A1AB1F8405DDC47800526345,
- A1AB1F8505DDC47800526345,
- A1AB1F8605DDC47800526345,
- A1AB1F8705DDC47800526345,
- A1AB1F8805DDC47800526345,
- A1AB1F8905DDC47800526345,
- A1AB1F8A05DDC47800526345,
- A1AB1F8B05DDC47800526345,
- A1AB1F8C05DDC47800526345,
- A1AB1F8D05DDC47800526345,
- A1AB1F8E05DDC47800526345,
- A1AB1F8F05DDC47800526345,
- A1AB1F9005DDC47800526345,
- A1AB1F9105DDC47800526345,
- A1AB1F9205DDC47800526345,
- A1AB1F9305DDC47800526345,
- A1AB1F9405DDC47800526345,
- A1AB1F9505DDC47800526345,
- A1AB1F9605DDC47800526345,
- A1AB1F9705DDC47800526345,
- A1AB1F9805DDC47800526345,
- A1AB1F9905DDC47800526345,
- A1AB1F9A05DDC47800526345,
- A1AB1F9B05DDC47800526345,
- A1AB1F9C05DDC47800526345,
- A1AB1F9D05DDC47800526345,
- A1AB1F9E05DDC47800526345,
- A1AB1F9F05DDC47800526345,
- A1AB1FA005DDC47800526345,
- A1AB1FA105DDC47800526345,
- A1AB1FA205DDC47800526345,
- A1AB1FA305DDC47800526345,
- A1AB1FA405DDC47800526345,
- A1AB1FA505DDC47800526345,
- A1AB1FA605DDC47800526345,
- A1AB1FA705DDC47800526345,
- A1AB1FA805DDC47800526345,
- A1AB1FA905DDC47800526345,
- A1AB1FAA05DDC47800526345,
- A1AB1FAB05DDC47800526345,
- A1AB1FAC05DDC47800526345,
- A1AB1FAD05DDC47800526345,
- A1D256F206A713A600A9EC13,
- A1A6783206C3D47F00EC826E,
- A1A6784406C3D82500EC826E,
- A1CA43BD06E3D0D400F35E9C,
- A1CA43BE06E3D0D400F35E9C,
- A1CA43BF06E3D0D400F35E9C,
- A1CA43C006E3D0D400F35E9C,
- A1CA43C106E3D0D400F35E9C,
- A1D62991070C8AD70015C908,
- );
- isa = PBXSourcesBuildPhase;
- runOnlyForDeploymentPostprocessing = 0;
- };
- A1AB1EBA05DDC47800526345 = {
- fileRef = F517355203F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EBB05DDC47800526345 = {
- fileRef = F517355803F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EBC05DDC47800526345 = {
- fileRef = F517355903F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EBD05DDC47800526345 = {
- fileRef = F517355A03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EBE05DDC47800526345 = {
- fileRef = F517355B03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EBF05DDC47800526345 = {
- fileRef = F517355D03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EC005DDC47800526345 = {
- fileRef = F517355E03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EC105DDC47800526345 = {
- fileRef = F517355F03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EC205DDC47800526345 = {
- fileRef = F517356003F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EC305DDC47800526345 = {
- fileRef = F517356103F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EC405DDC47800526345 = {
- fileRef = F517356203F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EC505DDC47800526345 = {
- fileRef = F517356303F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EC605DDC47800526345 = {
- fileRef = F517356403F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EC705DDC47800526345 = {
- fileRef = F517356503F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EC805DDC47800526345 = {
- fileRef = F517356603F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EC905DDC47800526345 = {
- fileRef = F517356703F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1ECA05DDC47800526345 = {
- fileRef = F517356803F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1ECB05DDC47800526345 = {
- fileRef = F517356A03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1ECC05DDC47800526345 = {
- fileRef = F517356903F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1ECD05DDC47800526345 = {
- fileRef = F517356B03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1ECE05DDC47800526345 = {
- fileRef = F517356C03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1ECF05DDC47800526345 = {
- fileRef = F517356D03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1ED005DDC47800526345 = {
- fileRef = F517356E03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1ED105DDC47800526345 = {
- fileRef = F517356F03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1ED205DDC47800526345 = {
- fileRef = F517357103F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1ED305DDC47800526345 = {
- fileRef = F517357203F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1ED405DDC47800526345 = {
- fileRef = F517357303F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1ED505DDC47800526345 = {
- fileRef = F517357503F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1ED605DDC47800526345 = {
- fileRef = F517357603F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1ED705DDC47800526345 = {
- fileRef = F517357703F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1ED805DDC47800526345 = {
- fileRef = F517357803F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1ED905DDC47800526345 = {
- fileRef = F517357903F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EDA05DDC47800526345 = {
- fileRef = F517357A03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EDB05DDC47800526345 = {
- fileRef = F517357B03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EDC05DDC47800526345 = {
- fileRef = F517357C03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EDD05DDC47800526345 = {
- fileRef = F517357E03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EDE05DDC47800526345 = {
- fileRef = F517357F03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EDF05DDC47800526345 = {
- fileRef = F517358603F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EE005DDC47800526345 = {
- fileRef = F517358703F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EE105DDC47800526345 = {
- fileRef = F517358803F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EE205DDC47800526345 = {
- fileRef = F517358903F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EE305DDC47800526345 = {
- fileRef = F517358A03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EE405DDC47800526345 = {
- fileRef = F517349403F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EE505DDC47800526345 = {
- fileRef = F517349603F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EE605DDC47800526345 = {
- fileRef = F517349803F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EE705DDC47800526345 = {
- fileRef = F517349E03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EE805DDC47800526345 = {
- fileRef = F51734A203F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EE905DDC47800526345 = {
- fileRef = F51734A703F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EEA05DDC47800526345 = {
- fileRef = F51734A803F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EEB05DDC47800526345 = {
- fileRef = F51734A003F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EEC05DDC47800526345 = {
- fileRef = F517349A03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EED05DDC47800526345 = {
- fileRef = F517349C03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EEE05DDC47800526345 = {
- fileRef = F51734AE03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EEF05DDC47800526345 = {
- fileRef = F51734AF03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EF005DDC47800526345 = {
- fileRef = F51734B003F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EF105DDC47800526345 = {
- fileRef = F51734BA03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EF205DDC47800526345 = {
- fileRef = F51734BB03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EF305DDC47800526345 = {
- fileRef = F51734BC03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EF405DDC47800526345 = {
- fileRef = F51734BD03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EF505DDC47800526345 = {
- fileRef = F51734BE03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EF605DDC47800526345 = {
- fileRef = F51734C503F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EF705DDC47800526345 = {
- fileRef = F51734B403F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EF805DDC47800526345 = {
- fileRef = F51734B603F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EF905DDC47800526345 = {
- fileRef = F51734D303F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EFA05DDC47800526345 = {
- fileRef = F51734DE03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EFB05DDC47800526345 = {
- fileRef = F51734DF03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EFC05DDC47800526345 = {
- fileRef = F51734E003F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EFD05DDC47800526345 = {
- fileRef = F51734E103F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EFE05DDC47800526345 = {
- fileRef = F51734E203F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1EFF05DDC47800526345 = {
- fileRef = F51734E303F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F0005DDC47800526345 = {
- fileRef = F51734E403F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F0105DDC47800526345 = {
- fileRef = F51734E503F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F0205DDC47800526345 = {
- fileRef = F51734E703F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F0305DDC47800526345 = {
- fileRef = F51734EC03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F0405DDC47800526345 = {
- fileRef = F51734ED03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F0505DDC47800526345 = {
- fileRef = F51734EE03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F0605DDC47800526345 = {
- fileRef = F51734EF03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F0705DDC47800526345 = {
- fileRef = F51734F003F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F0805DDC47800526345 = {
- fileRef = F51734F203F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F0905DDC47800526345 = {
- fileRef = F51734F303F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F0A05DDC47800526345 = {
- fileRef = F51734F603F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F0B05DDC47800526345 = {
- fileRef = F51734F703F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F0C05DDC47800526345 = {
- fileRef = F51734F903F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F0D05DDC47800526345 = {
- fileRef = F51734FA03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F0E05DDC47800526345 = {
- fileRef = F51734FB03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F0F05DDC47800526345 = {
- fileRef = F51734FC03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F1005DDC47800526345 = {
- fileRef = F51734FD03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F1105DDC47800526345 = {
- fileRef = F51734FE03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F1205DDC47800526345 = {
- fileRef = F51734FF03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F1305DDC47800526345 = {
- fileRef = F517350003F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F1405DDC47800526345 = {
- fileRef = F517350103F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F1505DDC47800526345 = {
- fileRef = F517350203F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F1605DDC47800526345 = {
- fileRef = F517350303F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F1705DDC47800526345 = {
- fileRef = F517350403F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F1805DDC47800526345 = {
- fileRef = F517350503F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F1905DDC47800526345 = {
- fileRef = F517350603F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F1A05DDC47800526345 = {
- fileRef = F517350703F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F1B05DDC47800526345 = {
- fileRef = F517350803F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F1C05DDC47800526345 = {
- fileRef = F517350903F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F1D05DDC47800526345 = {
- fileRef = F517350A03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F1E05DDC47800526345 = {
- fileRef = F517350C03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F1F05DDC47800526345 = {
- fileRef = F517350B03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F2005DDC47800526345 = {
- fileRef = F517350D03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F2105DDC47800526345 = {
- fileRef = F517350E03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F2205DDC47800526345 = {
- fileRef = F517350F03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F2305DDC47800526345 = {
- fileRef = F517351003F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F2405DDC47800526345 = {
- fileRef = F517351103F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F2505DDC47800526345 = {
- fileRef = F517351203F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F2605DDC47800526345 = {
- fileRef = F517351303F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F2705DDC47800526345 = {
- fileRef = F517351403F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F2805DDC47800526345 = {
- fileRef = F517351703F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F2905DDC47800526345 = {
- fileRef = F517351803F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F2A05DDC47800526345 = {
- fileRef = F517351903F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F2B05DDC47800526345 = {
- fileRef = F517351B03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F2C05DDC47800526345 = {
- fileRef = F517351C03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F2D05DDC47800526345 = {
- fileRef = F517351E03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F2E05DDC47800526345 = {
- fileRef = F517351F03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F2F05DDC47800526345 = {
- fileRef = F517352003F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F3005DDC47800526345 = {
- fileRef = F517352103F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F3105DDC47800526345 = {
- fileRef = F517352203F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F3205DDC47800526345 = {
- fileRef = F517352303F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F3305DDC47800526345 = {
- fileRef = F517352403F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F3405DDC47800526345 = {
- fileRef = F517352503F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F3505DDC47800526345 = {
- fileRef = F517352603F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F3605DDC47800526345 = {
- fileRef = F517352703F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F3705DDC47800526345 = {
- fileRef = F517352803F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F3805DDC47800526345 = {
- fileRef = F517352903F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F3905DDC47800526345 = {
- fileRef = F517352A03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F3A05DDC47800526345 = {
- fileRef = F517352B03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F3B05DDC47800526345 = {
- fileRef = F517352C03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F3C05DDC47800526345 = {
- fileRef = F517352D03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F3D05DDC47800526345 = {
- fileRef = F517352E03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F3E05DDC47800526345 = {
- fileRef = F517352F03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F3F05DDC47800526345 = {
- fileRef = F517353003F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F4005DDC47800526345 = {
- fileRef = F517353103F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F4105DDC47800526345 = {
- fileRef = F517353203F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F4205DDC47800526345 = {
- fileRef = F517353303F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F4305DDC47800526345 = {
- fileRef = F517353403F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F4405DDC47800526345 = {
- fileRef = F517353503F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F4505DDC47800526345 = {
- fileRef = F517353603F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F4605DDC47800526345 = {
- fileRef = F517353703F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F4705DDC47800526345 = {
- fileRef = F517353803F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F4805DDC47800526345 = {
- fileRef = F517353903F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F4905DDC47800526345 = {
- fileRef = F517353A03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F4A05DDC47800526345 = {
- fileRef = F517353B03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F4B05DDC47800526345 = {
- fileRef = F517353C03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F4C05DDC47800526345 = {
- fileRef = F517353D03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F4D05DDC47800526345 = {
- fileRef = F517353E03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F4E05DDC47800526345 = {
- fileRef = F517353F03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F4F05DDC47800526345 = {
- fileRef = F517354003F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F5005DDC47800526345 = {
- fileRef = F517354A03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F5105DDC47800526345 = {
- fileRef = F517354C03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F5205DDC47800526345 = {
- fileRef = F517354D03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F5305DDC47800526345 = {
- fileRef = F517354E03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F5405DDC47800526345 = {
- fileRef = F517354F03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F5505DDC47800526345 = {
- fileRef = F517355003F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F5705DDC47800526345 = {
- fileRef = F51735A003F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F5805DDC47800526345 = {
- fileRef = F51735A203F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F5905DDC47800526345 = {
- fileRef = F51735A303F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F5A05DDC47800526345 = {
- fileRef = F51735A503F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F5B05DDC47800526345 = {
- fileRef = F51735A703F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F5C05DDC47800526345 = {
- fileRef = F51735A803F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F5D05DDC47800526345 = {
- fileRef = F51735AB03F1B65A01120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F5E05DDC47800526345 = {
- fileRef = F517325103F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F5F05DDC47800526345 = {
- fileRef = F517325303F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F6005DDC47800526345 = {
- fileRef = F517325403F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F6105DDC47800526345 = {
- fileRef = F517325503F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F6205DDC47800526345 = {
- fileRef = F517325703F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F6305DDC47800526345 = {
- fileRef = F517325803F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F6405DDC47800526345 = {
- fileRef = F517326503F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F6505DDC47800526345 = {
- fileRef = F517326703F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F6605DDC47800526345 = {
- fileRef = F517326803F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F6705DDC47800526345 = {
- fileRef = F517329403F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F6805DDC47800526345 = {
- fileRef = F517329503F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F6905DDC47800526345 = {
- fileRef = F517329603F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F6A05DDC47800526345 = {
- fileRef = F517329703F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F6B05DDC47800526345 = {
- fileRef = F517329803F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F6C05DDC47800526345 = {
- fileRef = F51732A203F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F6D05DDC47800526345 = {
- fileRef = F51732A403F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F6E05DDC47800526345 = {
- fileRef = F51732A503F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F6F05DDC47800526345 = {
- fileRef = F51732B003F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F7005DDC47800526345 = {
- fileRef = F51732B103F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F7105DDC47800526345 = {
- fileRef = F51732C503F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F7205DDC47800526345 = {
- fileRef = F51732CD03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F7305DDC47800526345 = {
- fileRef = F51732CF03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F7405DDC47800526345 = {
- fileRef = F51732D003F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F7505DDC47800526345 = {
- fileRef = F51732E103F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F7605DDC47800526345 = {
- fileRef = F51732E203F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F7705DDC47800526345 = {
- fileRef = F51732E303F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F7805DDC47800526345 = {
- fileRef = F51732E403F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F7905DDC47800526345 = {
- fileRef = F51732F103F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F7A05DDC47800526345 = {
- fileRef = F51732F203F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F7B05DDC47800526345 = {
- fileRef = F51732F403F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F7C05DDC47800526345 = {
- fileRef = F517323103F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F7D05DDC47800526345 = {
- fileRef = F517323203F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F7E05DDC47800526345 = {
- fileRef = F517323603F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F7F05DDC47800526345 = {
- fileRef = F517324C03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F8005DDC47800526345 = {
- fileRef = F517325003F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F8105DDC47800526345 = {
- fileRef = F517326103F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F8205DDC47800526345 = {
- fileRef = F517326C03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F8305DDC47800526345 = {
- fileRef = F517326E03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F8405DDC47800526345 = {
- fileRef = F517326F03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F8505DDC47800526345 = {
- fileRef = F517327503F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F8605DDC47800526345 = {
- fileRef = F517327603F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F8705DDC47800526345 = {
- fileRef = F517327703F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F8805DDC47800526345 = {
- fileRef = F517327803F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F8905DDC47800526345 = {
- fileRef = F517327903F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F8A05DDC47800526345 = {
- fileRef = F517327C03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F8B05DDC47800526345 = {
- fileRef = F517327F03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F8C05DDC47800526345 = {
- fileRef = F517328203F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F8D05DDC47800526345 = {
- fileRef = F517328503F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F8E05DDC47800526345 = {
- fileRef = F517328603F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F8F05DDC47800526345 = {
- fileRef = F517328803F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F9005DDC47800526345 = {
- fileRef = F517328903F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F9105DDC47800526345 = {
- fileRef = F517328B03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F9205DDC47800526345 = {
- fileRef = F517329003F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F9305DDC47800526345 = {
- fileRef = F517329103F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F9405DDC47800526345 = {
- fileRef = F517328E03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F9505DDC47800526345 = {
- fileRef = F517328D03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F9605DDC47800526345 = {
- fileRef = F517329C03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F9705DDC47800526345 = {
- fileRef = F517329D03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F9805DDC47800526345 = {
- fileRef = F517329E03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F9905DDC47800526345 = {
- fileRef = F51732A003F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F9A05DDC47800526345 = {
- fileRef = F51732A903F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F9B05DDC47800526345 = {
- fileRef = F51732AA03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F9C05DDC47800526345 = {
- fileRef = F51732AB03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F9D05DDC47800526345 = {
- fileRef = F51732AC03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F9E05DDC47800526345 = {
- fileRef = F51732B903F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1F9F05DDC47800526345 = {
- fileRef = F51732C103F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FA005DDC47800526345 = {
- fileRef = F51732CB03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FA105DDC47800526345 = {
- fileRef = F51732CC03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FA205DDC47800526345 = {
- fileRef = F51732C803F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FA305DDC47800526345 = {
- fileRef = F51732D503F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FA405DDC47800526345 = {
- fileRef = F51732D603F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FA505DDC47800526345 = {
- fileRef = F51732DD03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FA605DDC47800526345 = {
- fileRef = F51732FC03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FA705DDC47800526345 = {
- fileRef = F517330003F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FA805DDC47800526345 = {
- fileRef = A1B21F170417D6BC00120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FA905DDC47800526345 = {
- fileRef = A16DA36604854EF700120112;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FAA05DDC47800526345 = {
- fileRef = A16DA36704854EF700120112;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FAB05DDC47800526345 = {
- fileRef = A16DB01304868A7E00120112;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FAC05DDC47800526345 = {
- fileRef = A125399205CF12A2003BD89B;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FAD05DDC47800526345 = {
- fileRef = A12539AD05CF12D5003BD89B;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FAE05DDC47800526345 = {
- buildActionMask = 2147483647;
- files = (
- );
- isa = PBXFrameworksBuildPhase;
- runOnlyForDeploymentPostprocessing = 0;
- };
- A1AB1FAF05DDC47800526345 = {
- buildActionMask = 2147483647;
- files = (
- );
- isa = PBXRezBuildPhase;
- runOnlyForDeploymentPostprocessing = 0;
- };
- A1AB1FB105DDC47800526345 = {
- explicitFileType = archive.ar;
- includeInIndex = 0;
- isa = PBXFileReference;
- path = libKerberos5.a;
- refType = 3;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- A1AB1FBF05DDC48A00526345 = {
- buildPhases = (
- A1AB1FC205DDC48A00526345,
- A1AB1FC805DDC48A00526345,
- A1AB200005DDC48A00526345,
- A1AB200105DDC48A00526345,
- );
- buildRules = (
- );
- buildSettings = {
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = ../Sources/mac/MacOSX/Headers/Kerberos5Prefix.h;
- HEADER_SEARCH_PATHS = "$(SRCROOT)/../Sources/include $(SRCROOT)/../Sources/include/krb5 $(SRCROOT)/../Sources/lib/gssapi $(SRCROOT)/../Sources/lib/gssapi/krb5 $(SRCROOT)/../Sources/lib/gssapi/generic $(BUILT_PRODUCTS_DIR)/Kerberos5.intermediates/ErrorTables $(BUILT_PRODUCTS_DIR)/Kerberos5.intermediates/include $(BUILT_PRODUCTS_DIR)/Kerberos5.intermediates/include/krb5 $(BUILT_PRODUCTS_DIR)/Kerberos5.intermediates/include/gssapi $(SRCROOT)/../../KerberosErrors/Headers $(SRCROOT)/../../KerberosErrors/Headers/Kerberos";
- LIBRARY_STYLE = STATIC;
- PRODUCT_NAME = GSS;
- REZ_EXECUTABLE = YES;
- WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
- };
- dependencies = (
- A1AB1FC005DDC48A00526345,
- A1AB1FC105DDC48A00526345,
- );
- isa = PBXNativeTarget;
- name = GSS;
- productInstallPath = /usr/local/lib;
- productName = GSS;
- productReference = A1AB200305DDC48A00526345;
- productType = "com.apple.product-type.library.static";
- };
- A1AB1FC005DDC48A00526345 = {
- isa = PBXTargetDependency;
- target = F5CFD5E6022D8A9901120112;
- targetProxy = A181DA4105CEFC0400E4C246;
- };
- A1AB1FC105DDC48A00526345 = {
- isa = PBXTargetDependency;
- target = F5CFD629022D922C01120112;
- targetProxy = A181DA4005CEFC0400E4C246;
- };
- A1AB1FC205DDC48A00526345 = {
- buildActionMask = 2147483647;
- files = (
- A1AB1FC305DDC48A00526345,
- A1AB1FC405DDC48A00526345,
- A1AB1FC505DDC48A00526345,
- A1AB1FC605DDC48A00526345,
- A1AB1FC705DDC48A00526345,
- );
- isa = PBXHeadersBuildPhase;
- runOnlyForDeploymentPostprocessing = 0;
- };
- A1AB1FC305DDC48A00526345 = {
- fileRef = F517334303F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FC405DDC48A00526345 = {
- fileRef = F517333403F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FC505DDC48A00526345 = {
- fileRef = F517335A03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FC605DDC48A00526345 = {
- fileRef = F5E2662D03F443E901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FC705DDC48A00526345 = {
- fileRef = F5E2662F03F443E901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FC805DDC48A00526345 = {
- buildActionMask = 2147483647;
- files = (
- A1AB1FC905DDC48A00526345,
- A1AB1FCA05DDC48A00526345,
- A1AB1FCB05DDC48A00526345,
- A1AB1FCC05DDC48A00526345,
- A1AB1FCD05DDC48A00526345,
- A1AB1FCE05DDC48A00526345,
- A1AB1FCF05DDC48A00526345,
- A1AB1FD005DDC48A00526345,
- A1AB1FD105DDC48A00526345,
- A1AB1FD205DDC48A00526345,
- A1AB1FD305DDC48A00526345,
- A1AB1FD405DDC48A00526345,
- A1AB1FD505DDC48A00526345,
- A1AB1FD605DDC48A00526345,
- A1AB1FD705DDC48A00526345,
- A1AB1FD805DDC48A00526345,
- A1AB1FD905DDC48A00526345,
- A1AB1FDA05DDC48A00526345,
- A1AB1FDB05DDC48A00526345,
- A1AB1FDC05DDC48A00526345,
- A1AB1FDD05DDC48A00526345,
- A1AB1FDE05DDC48A00526345,
- A1AB1FDF05DDC48A00526345,
- A1AB1FE005DDC48A00526345,
- A1AB1FE105DDC48A00526345,
- A1AB1FE205DDC48A00526345,
- A1AB1FE305DDC48A00526345,
- A1AB1FE405DDC48A00526345,
- A1AB1FE505DDC48A00526345,
- A1AB1FE605DDC48A00526345,
- A1AB1FE705DDC48A00526345,
- A1AB1FE805DDC48A00526345,
- A1AB1FE905DDC48A00526345,
- A1AB1FEA05DDC48A00526345,
- A1AB1FEB05DDC48A00526345,
- A1AB1FEC05DDC48A00526345,
- A1AB1FED05DDC48A00526345,
- A1AB1FEE05DDC48A00526345,
- A1AB1FEF05DDC48A00526345,
- A1AB1FF005DDC48A00526345,
- A1AB1FF105DDC48A00526345,
- A1AB1FF205DDC48A00526345,
- A1AB1FF305DDC48A00526345,
- A1AB1FF405DDC48A00526345,
- A1AB1FF505DDC48A00526345,
- A1AB1FF605DDC48A00526345,
- A1AB1FF705DDC48A00526345,
- A1AB1FF805DDC48A00526345,
- A1AB1FF905DDC48A00526345,
- A1AB1FFA05DDC48A00526345,
- A1AB1FFB05DDC48A00526345,
- A1AB1FFC05DDC48A00526345,
- A1AB1FFD05DDC48A00526345,
- A1AB1FFE05DDC48A00526345,
- A1AB1FFF05DDC48A00526345,
- );
- isa = PBXSourcesBuildPhase;
- runOnlyForDeploymentPostprocessing = 0;
- };
- A1AB1FC905DDC48A00526345 = {
- fileRef = F517334203F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FCA05DDC48A00526345 = {
- fileRef = F517332E03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FCB05DDC48A00526345 = {
- fileRef = F517332F03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FCC05DDC48A00526345 = {
- fileRef = F517333203F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FCD05DDC48A00526345 = {
- fileRef = F517333603F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FCE05DDC48A00526345 = {
- fileRef = F517333703F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FCF05DDC48A00526345 = {
- fileRef = F517333803F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FD005DDC48A00526345 = {
- fileRef = F517333903F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FD105DDC48A00526345 = {
- fileRef = F517333C03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FD205DDC48A00526345 = {
- fileRef = F517333D03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FD305DDC48A00526345 = {
- fileRef = F517333E03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FD405DDC48A00526345 = {
- fileRef = F517333F03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FD505DDC48A00526345 = {
- fileRef = F517334003F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FD605DDC48A00526345 = {
- fileRef = F517334803F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FD705DDC48A00526345 = {
- fileRef = F517334903F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FD805DDC48A00526345 = {
- fileRef = F517334A03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FD905DDC48A00526345 = {
- fileRef = F517334B03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FDA05DDC48A00526345 = {
- fileRef = F517334D03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FDB05DDC48A00526345 = {
- fileRef = F517334E03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FDC05DDC48A00526345 = {
- fileRef = F517334F03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FDD05DDC48A00526345 = {
- fileRef = F517335003F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FDE05DDC48A00526345 = {
- fileRef = F517335103F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FDF05DDC48A00526345 = {
- fileRef = F517335203F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FE005DDC48A00526345 = {
- fileRef = F517335303F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FE105DDC48A00526345 = {
- fileRef = F517335403F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FE205DDC48A00526345 = {
- fileRef = F517335503F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FE305DDC48A00526345 = {
- fileRef = F517335603F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FE405DDC48A00526345 = {
- fileRef = F517335803F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FE505DDC48A00526345 = {
- fileRef = F517335B03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FE605DDC48A00526345 = {
- fileRef = F517335D03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FE705DDC48A00526345 = {
- fileRef = F517335C03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FE805DDC48A00526345 = {
- fileRef = F517335E03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FE905DDC48A00526345 = {
- fileRef = F517335F03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FEA05DDC48A00526345 = {
- fileRef = F517336003F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FEB05DDC48A00526345 = {
- fileRef = F517336103F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FEC05DDC48A00526345 = {
- fileRef = F517336203F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FED05DDC48A00526345 = {
- fileRef = F517336303F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FEE05DDC48A00526345 = {
- fileRef = F517336403F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FEF05DDC48A00526345 = {
- fileRef = F517336603F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FF005DDC48A00526345 = {
- fileRef = F517336703F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FF105DDC48A00526345 = {
- fileRef = F517336903F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FF205DDC48A00526345 = {
- fileRef = F517336A03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FF305DDC48A00526345 = {
- fileRef = F517336B03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FF405DDC48A00526345 = {
- fileRef = F517336C03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FF505DDC48A00526345 = {
- fileRef = F517336D03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FF605DDC48A00526345 = {
- fileRef = F517336E03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FF705DDC48A00526345 = {
- fileRef = F517336F03F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FF805DDC48A00526345 = {
- fileRef = F517336803F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FF905DDC48A00526345 = {
- fileRef = F517337003F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FFA05DDC48A00526345 = {
- fileRef = F517337103F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FFB05DDC48A00526345 = {
- fileRef = F517337303F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FFC05DDC48A00526345 = {
- fileRef = F517337203F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FFD05DDC48A00526345 = {
- fileRef = F517337403F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FFE05DDC48A00526345 = {
- fileRef = F517337503F1B65901120114;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB1FFF05DDC48A00526345 = {
- fileRef = A125397605CF124D003BD89B;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1AB200005DDC48A00526345 = {
- buildActionMask = 2147483647;
- files = (
- );
- isa = PBXFrameworksBuildPhase;
- runOnlyForDeploymentPostprocessing = 0;
- };
- A1AB200105DDC48A00526345 = {
- buildActionMask = 2147483647;
- files = (
- );
- isa = PBXRezBuildPhase;
- runOnlyForDeploymentPostprocessing = 0;
- };
- A1AB200305DDC48A00526345 = {
- explicitFileType = archive.ar;
- includeInIndex = 0;
- isa = PBXFileReference;
- path = libGSS.a;
- refType = 3;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- A1AFE5D406D19E7A0073AEA1 = {
- children = (
- A1AFE5D506D19E7A0073AEA1,
- A1AFE5D606D19E7A0073AEA1,
- A1AFE5D706D19E7A0073AEA1,
- A1AFE5D806D19E7A0073AEA1,
- A1AFE5D906D19E7A0073AEA1,
- A1AFE5DA06D19E7A0073AEA1,
- A1AFE5DB06D19E7A0073AEA1,
- A1AFE5DC06D19E7A0073AEA1,
- A1AFE5DD06D19E7A0073AEA1,
- A1AFE5DE06D19E7A0073AEA1,
- A1AFE5DF06D19E7A0073AEA1,
- A1AFE5EC06D19E7A0073AEA1,
- A1AFE5ED06D19E7A0073AEA1,
- A1AFE5EE06D19E7A0073AEA1,
- A1AFE5EF06D19E7A0073AEA1,
- A1AFE5F006D19E7A0073AEA1,
- A1AFE5F106D19E7A0073AEA1,
- A1AFE5F206D19E7A0073AEA1,
- A1AFE5F306D19E7A0073AEA1,
- A1AFE5F406D19E7A0073AEA1,
- A1AFE5F506D19E7A0073AEA1,
- A1AFE5F606D19E7A0073AEA1,
- A1AFE60B06D19E7B0073AEA1,
- A1AFE60C06D19E7B0073AEA1,
- );
- isa = PBXGroup;
- path = kadm5;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5D506D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .cvsignore;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5D606D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = adb.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5D706D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = adb_err.et;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5D806D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = admin.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5D906D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = admin_internal.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5DA06D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = admin_xdr.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5DB06D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = alt_prof.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5DC06D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5DD06D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = chpass_util.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5DE06D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = chpass_util_strings.et;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5DF06D19E7A0073AEA1 = {
- children = (
- A1AFE5E006D19E7A0073AEA1,
- A1AFE5E106D19E7A0073AEA1,
- A1AFE5E206D19E7A0073AEA1,
- A1AFE5E306D19E7A0073AEA1,
- A1AFE5E406D19E7A0073AEA1,
- A1AFE5E506D19E7A0073AEA1,
- A1AFE5E606D19E7A0073AEA1,
- A1AFE5E706D19E7A0073AEA1,
- A1AFE5E806D19E7A0073AEA1,
- A1AFE5E906D19E7A0073AEA1,
- A1AFE5EA06D19E7A0073AEA1,
- A1AFE5EB06D19E7A0073AEA1,
- );
- isa = PBXGroup;
- path = clnt;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5E006D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .cvsignore;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5E106D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5E206D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = client_handle.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5E306D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = client_init.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5E406D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = client_internal.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5E506D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = client_principal.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5E606D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = client_rpc.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5E706D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = clnt_chpass_util.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5E806D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = clnt_policy.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5E906D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = clnt_privs.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5EA06D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = libkadm5clnt.exports;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5EB06D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5EC06D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = configure;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5ED06D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = configure.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5EE06D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = kadm_err.et;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5EF06D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = kadm_rpc.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5F006D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kadm_rpc_xdr.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5F106D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = logger.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5F206D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5F306D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = misc_free.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5F406D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ovsec_glue.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5F506D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = server_internal.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5F606D19E7A0073AEA1 = {
- children = (
- A1AFE5F706D19E7A0073AEA1,
- A1AFE5F806D19E7A0073AEA1,
- A1AFE5F906D19E7A0073AEA1,
- A1AFE5FA06D19E7A0073AEA1,
- A1AFE5FB06D19E7A0073AEA1,
- A1AFE5FC06D19E7A0073AEA1,
- A1AFE5FD06D19E7A0073AEA1,
- A1AFE5FE06D19E7A0073AEA1,
- A1AFE5FF06D19E7A0073AEA1,
- A1AFE60006D19E7A0073AEA1,
- A1AFE60106D19E7A0073AEA1,
- A1AFE60206D19E7A0073AEA1,
- A1AFE60306D19E7A0073AEA1,
- A1AFE60406D19E7A0073AEA1,
- A1AFE60506D19E7A0073AEA1,
- A1AFE60606D19E7A0073AEA1,
- A1AFE60706D19E7A0073AEA1,
- A1AFE60806D19E7A0073AEA1,
- A1AFE60906D19E7A0073AEA1,
- A1AFE60A06D19E7A0073AEA1,
- );
- isa = PBXGroup;
- path = srv;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5F706D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .cvsignore;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5F806D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = adb_free.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5F906D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = adb_openclose.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5FA06D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = adb_policy.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5FB06D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = adb_xdr.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5FC06D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5FD06D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = libkadm5srv.exports;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5FE06D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE5FF06D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = server_acl.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE60006D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = server_acl.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE60106D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = server_dict.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE60206D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = server_handle.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE60306D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = server_init.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE60406D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = server_kdb.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE60506D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = server_misc.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE60606D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = svr_chpass_util.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE60706D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = svr_iters.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE60806D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = svr_misc_free.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE60906D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = svr_policy.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE60A06D19E7A0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = svr_principal.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE60B06D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = str_conv.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE60C06D19E7B0073AEA1 = {
- children = (
- A1AFE60D06D19E7B0073AEA1,
- A1AFE60E06D19E7B0073AEA1,
- A1AFE61C06D19E7B0073AEA1,
- A1AFE61D06D19E7B0073AEA1,
- A1AFE62F06D19E7B0073AEA1,
- A1AFE63006D19E7B0073AEA1,
- A1AFE63206D19E7B0073AEA1,
- A1AFE63306D19E7B0073AEA1,
- A1AFE63606D19E7B0073AEA1,
- A1AFE63706D19E7B0073AEA1,
- A1AFE63806D19E7B0073AEA1,
- A1AFE63906D19E7B0073AEA1,
- A1AFE63B06D19E7B0073AEA1,
- A1AFE63C06D19E7B0073AEA1,
- A1AFE63D06D19E7B0073AEA1,
- A1AFE63E06D19E7B0073AEA1,
- A1AFE63F06D19E7B0073AEA1,
- A1AFE64006D19E7B0073AEA1,
- );
- isa = PBXGroup;
- path = "unit-test";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE60D06D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .cvsignore;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE60E06D19E7B0073AEA1 = {
- children = (
- A1AFE60F06D19E7B0073AEA1,
- A1AFE61006D19E7B0073AEA1,
- A1AFE61106D19E7B0073AEA1,
- A1AFE61206D19E7B0073AEA1,
- A1AFE61306D19E7B0073AEA1,
- A1AFE61406D19E7B0073AEA1,
- A1AFE61506D19E7B0073AEA1,
- A1AFE61606D19E7B0073AEA1,
- A1AFE61706D19E7B0073AEA1,
- A1AFE61806D19E7B0073AEA1,
- A1AFE61906D19E7B0073AEA1,
- A1AFE61A06D19E7B0073AEA1,
- A1AFE61B06D19E7B0073AEA1,
- );
- isa = PBXGroup;
- path = api.0;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE60F06D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "chpass-principal.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE61006D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "crte-policy.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE61106D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "crte-principal.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE61206D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = destroy.exp;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE61306D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "dlte-policy.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE61406D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "dlte-principal.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE61506D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "get-policy.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE61606D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "get-principal.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE61706D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = init.exp;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE61806D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "mod-policy.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE61906D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "mod-principal.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE61A06D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "randkey-principal.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE61B06D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "rename-principal.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE61C06D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.man;
- path = api.1;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE61D06D19E7B0073AEA1 = {
- children = (
- A1AFE61E06D19E7B0073AEA1,
- A1AFE61F06D19E7B0073AEA1,
- A1AFE62006D19E7B0073AEA1,
- A1AFE62106D19E7B0073AEA1,
- A1AFE62206D19E7B0073AEA1,
- A1AFE62306D19E7B0073AEA1,
- A1AFE62406D19E7B0073AEA1,
- A1AFE62506D19E7B0073AEA1,
- A1AFE62606D19E7B0073AEA1,
- A1AFE62706D19E7B0073AEA1,
- A1AFE62806D19E7B0073AEA1,
- A1AFE62906D19E7B0073AEA1,
- A1AFE62A06D19E7B0073AEA1,
- A1AFE62B06D19E7B0073AEA1,
- A1AFE62C06D19E7B0073AEA1,
- A1AFE62D06D19E7B0073AEA1,
- A1AFE62E06D19E7B0073AEA1,
- );
- isa = PBXGroup;
- path = api.2;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE61E06D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "chpass-principal-v2.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE61F06D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "chpass-principal.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE62006D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "crte-policy.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE62106D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "crte-principal.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE62206D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = destroy.exp;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE62306D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "dlte-policy.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE62406D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "dlte-principal.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE62506D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "get-policy.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE62606D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "get-principal-v2.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE62706D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "get-principal.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE62806D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "init-v2.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE62906D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = init.exp;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE62A06D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "mod-policy.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE62B06D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "mod-principal-v2.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE62C06D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "mod-principal.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE62D06D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "randkey-principal-v2.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE62E06D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = "randkey-principal.exp";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE62F06D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE63006D19E7B0073AEA1 = {
- children = (
- A1AFE63106D19E7B0073AEA1,
- );
- isa = PBXGroup;
- path = config;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE63106D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = unix.exp;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE63206D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = "destroy-test.c";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE63306D19E7B0073AEA1 = {
- children = (
- A1AFE63406D19E7B0073AEA1,
- A1AFE63506D19E7B0073AEA1,
- );
- isa = PBXGroup;
- path = "diff-files";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE63406D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = "destroy-1";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE63506D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = "no-diffs";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE63606D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = "handle-test.c";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE63706D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = "init-test.c";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE63806D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = "iter-test.c";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE63906D19E7B0073AEA1 = {
- children = (
- A1AFE63A06D19E7B0073AEA1,
- );
- isa = PBXGroup;
- path = lib;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE63A06D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = lib.t;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE63B06D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = "lock-test.c";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE63C06D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE63D06D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = "randkey-test.c";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE63E06D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = "README.new-tests";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE63F06D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = "setkey-test.c";
- refType = 4;
- sourceTree = "<group>";
- };
- A1AFE64006D19E7B0073AEA1 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = site.exp;
- refType = 4;
- sourceTree = "<group>";
- };
- A1B21F170417D6BC00120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = aes_s2k.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1B21F180417D6BC00120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = aes_s2k.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1BBFF1604226DBD00120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = configure.in;
- refType = 4;
- sourceTree = "<group>";
- };
- A1CA438506E3D01200F35E9C = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = pkinit_apple_utils.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1CA438606E3D01200F35E9C = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = pkinit_asn1.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1CA438706E3D01200F35E9C = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = pkinit_cert_store.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1CA438806E3D01200F35E9C = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = pkinit_client.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1CA438906E3D01200F35E9C = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = pkinit_cms.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1CA43B806E3D0D400F35E9C = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = pkinit_apple_asn1.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1CA43B906E3D0D400F35E9C = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = pkinit_apple_cert_store.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1CA43BA06E3D0D400F35E9C = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = pkinit_apple_client.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1CA43BB06E3D0D400F35E9C = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = pkinit_apple_cms.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1CA43BC06E3D0D400F35E9C = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = pkinit_apple_utils.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1CA43BD06E3D0D400F35E9C = {
- fileRef = A1CA43B806E3D0D400F35E9C;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1CA43BE06E3D0D400F35E9C = {
- fileRef = A1CA43B906E3D0D400F35E9C;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1CA43BF06E3D0D400F35E9C = {
- fileRef = A1CA43BA06E3D0D400F35E9C;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1CA43C006E3D0D400F35E9C = {
- fileRef = A1CA43BB06E3D0D400F35E9C;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1CA43C106E3D0D400F35E9C = {
- fileRef = A1CA43BC06E3D0D400F35E9C;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1CA623604168DFE0013F915 = {
- fileEncoding = 4;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = Kerberos5Prefix.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1D256EA06A7139700A9EC13 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A1D256ED06A713A600A9EC13 = {
- children = (
- A1A6783106C3D47F00EC826E,
- A1D256EE06A713A600A9EC13,
- A1D256F106A713A600A9EC13,
- );
- isa = PBXGroup;
- path = support;
- refType = 4;
- sourceTree = "<group>";
- };
- A1D256EE06A713A600A9EC13 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- A1D256F106A713A600A9EC13 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = threads.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1D256F206A713A600A9EC13 = {
- fileRef = A1D256F106A713A600A9EC13;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1D62984070C878B0015C908 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = patchlevel.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1D62985070C878B0015C908 = {
- fileRef = A1D62984070C878B0015C908;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1D6298F070C8AD70015C908 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = dnsglue.c;
- refType = 4;
- sourceTree = "<group>";
- };
- A1D62990070C8AD70015C908 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = dnsglue.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1D62991070C8AD70015C908 = {
- fileRef = A1D6298F070C8AD70015C908;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1D62992070C8AD70015C908 = {
- fileRef = A1D62990070C8AD70015C908;
- isa = PBXBuildFile;
- settings = {
- };
- };
- A1F1429E067E5BD500A82808 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = foreachaddr.h;
- refType = 4;
- sourceTree = "<group>";
- };
- A1F1429F067E5BD500A82808 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = "k5-thread.h";
- refType = 4;
- sourceTree = "<group>";
- };
-//A10
-//A11
-//A12
-//A13
-//A14
-//F50
-//F51
-//F52
-//F53
-//F54
- F5172F7B03F1B65801120114 = {
- children = (
- F5E59C0D03FD95A101120114,
- F517307F03F1B65801120114,
- F5E59C0E03FD95A101120114,
- F5E59C0F03FD95CF01120114,
- F51730DE03F1B65801120114,
- A12536B3040BEC05003D8244,
- F517322103F1B65901120114,
- A198BBE10406D04A00120114,
- A1D62984070C878B0015C908,
- F51736C803F1B65B01120114,
- A1908D5906878C780039CAD8,
- );
- isa = PBXGroup;
- name = Sources;
- path = ../Sources;
- refType = 2;
- sourceTree = SOURCE_ROOT;
- };
- F517307F03F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F51730DE03F1B65801120114 = {
- children = (
- F51730E203F1B65801120114,
- F51730E303F1B65801120114,
- A1BBFF1604226DBD00120114,
- F51730E503F1B65801120114,
- A1F1429E067E5BD500A82808,
- F51730E703F1B65801120114,
- A181DA5405CF0BD800E4C246,
- A1F1429F067E5BD500A82808,
- F51730E803F1B65801120114,
- F51730E903F1B65801120114,
- F51730FB03F1B65801120114,
- F517310E03F1B65801120114,
- F517310F03F1B65801120114,
- F517311003F1B65801120114,
- A1CA438506E3D01200F35E9C,
- A1CA438606E3D01200F35E9C,
- A1CA438706E3D01200F35E9C,
- A1CA438806E3D01200F35E9C,
- A1CA438906E3D01200F35E9C,
- F517311103F1B65801120114,
- F517311203F1B65801120114,
- F517311303F1B65901120114,
- F517311503F1B65901120114,
- F517311603F1B65901120114,
- );
- isa = PBXGroup;
- path = include;
- refType = 4;
- sourceTree = "<group>";
- };
- F51730E203F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F51730E303F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = cm.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51730E503F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = "fake-addrinfo.h";
- refType = 4;
- sourceTree = "<group>";
- };
- F51730E703F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = "k5-int.h";
- refType = 4;
- sourceTree = "<group>";
- };
- F51730E803F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = "k5-util.h";
- refType = 4;
- sourceTree = "<group>";
- };
- F51730E903F1B65801120114 = {
- children = (
- F51730EA03F1B65801120114,
- F51730EB03F1B65801120114,
- F51730EC03F1B65801120114,
- F51730ED03F1B65801120114,
- F51730EE03F1B65801120114,
- F51730EF03F1B65801120114,
- F51730F003F1B65801120114,
- F51730F103F1B65801120114,
- F51730F203F1B65801120114,
- F51730F303F1B65801120114,
- F51730F403F1B65801120114,
- F51730F503F1B65801120114,
- F51730F603F1B65801120114,
- F51730F703F1B65801120114,
- F51730F803F1B65801120114,
- F51730F903F1B65801120114,
- F51730FA03F1B65801120114,
- );
- isa = PBXGroup;
- path = kerberosIV;
- refType = 4;
- sourceTree = "<group>";
- };
- F51730EA03F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .cvsignore;
- refType = 4;
- sourceTree = "<group>";
- };
- F51730EB03F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .Sanitize;
- refType = 4;
- sourceTree = "<group>";
- };
- F51730EC03F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = addr_comp.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51730ED03F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = admin_server.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51730EE03F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F51730EF03F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = des.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51730F003F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = kadm.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51730F103F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = kdc.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51730F203F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = klog.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51730F303F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = kparse.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51730F403F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = krb.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51730F503F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = krb_db.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51730F603F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = krbports.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51730F703F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = lsb_addr_cmp.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51730F803F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F51730F903F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = "mit-copyright.h";
- refType = 4;
- sourceTree = "<group>";
- };
- F51730FA03F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = prot.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51730FB03F1B65801120114 = {
- children = (
- F51730FF03F1B65801120114,
- F517310003F1B65801120114,
- F517310103F1B65801120114,
- F517310303F1B65801120114,
- F517310403F1B65801120114,
- F517310503F1B65801120114,
- F517310603F1B65801120114,
- F517310803F1B65801120114,
- F517310903F1B65801120114,
- F517310A03F1B65801120114,
- );
- isa = PBXGroup;
- path = krb5;
- refType = 4;
- sourceTree = "<group>";
- };
- F51730FF03F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = adm.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517310003F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = adm_defs.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517310103F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = adm_proto.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517310303F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F517310403F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = copyright.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517310503F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = kdb.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517310603F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = kdb_dbc.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517310803F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = kdb_kt.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517310903F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F517310A03F1B65801120114 = {
- children = (
- F517310B03F1B65801120114,
- F517310C03F1B65801120114,
- F517310D03F1B65801120114,
- );
- isa = PBXGroup;
- path = stock;
- refType = 4;
- sourceTree = "<group>";
- };
- F517310B03F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .Sanitize;
- refType = 4;
- sourceTree = "<group>";
- };
- F517310C03F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F517310D03F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = osconf.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517310E03F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = krb5.hin;
- refType = 4;
- sourceTree = "<group>";
- };
- F517310F03F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = krb54proto.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517311003F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F517311103F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = "port-sockets.h";
- refType = 4;
- sourceTree = "<group>";
- };
- F517311203F1B65801120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = "socket-utils.h";
- refType = 4;
- sourceTree = "<group>";
- };
- F517311303F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = "spnego-asn1.h";
- refType = 4;
- sourceTree = "<group>";
- };
- F517311503F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = syslog.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517311603F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = "win-mac.h";
- refType = 4;
- sourceTree = "<group>";
- };
- F517322103F1B65901120114 = {
- children = (
- F517322403F1B65901120114,
- F517322603F1B65901120114,
- F517330803F1B65901120114,
- F517332103F1B65901120114,
- F517332203F1B65901120114,
- F517332303F1B65901120114,
- F517332403F1B65901120114,
- F517332503F1B65901120114,
- F517332603F1B65901120114,
- A1AFE5D406D19E7A0073AEA1,
- F517342003F1B65A01120114,
- F517348E03F1B65A01120114,
- F51735B103F1B65A01120114,
- F517360C03F1B65B01120114,
- );
- isa = PBXGroup;
- path = lib;
- refType = 4;
- sourceTree = "<group>";
- };
- F517322403F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F517322603F1B65901120114 = {
- children = (
- F517322703F1B65901120114,
- F517322803F1B65901120114,
- F517322903F1B65901120114,
- F517324A03F1B65901120114,
- F517325103F1B65901120114,
- F517325203F1B65901120114,
- F517325303F1B65901120114,
- F517325403F1B65901120114,
- F517325503F1B65901120114,
- F517325603F1B65901120114,
- F517325703F1B65901120114,
- F517325803F1B65901120114,
- F517325903F1B65901120114,
- F517325A03F1B65901120114,
- F517326503F1B65901120114,
- F517326603F1B65901120114,
- F517326703F1B65901120114,
- F517326803F1B65901120114,
- F517326903F1B65901120114,
- F517328303F1B65901120114,
- F517328C03F1B65901120114,
- F517329403F1B65901120114,
- F517329503F1B65901120114,
- F517329603F1B65901120114,
- F517329703F1B65901120114,
- F517329803F1B65901120114,
- F517329903F1B65901120114,
- F517329A03F1B65901120114,
- F51732A203F1B65901120114,
- F51732A303F1B65901120114,
- F51732A403F1B65901120114,
- F51732A503F1B65901120114,
- F51732A603F1B65901120114,
- F51732B003F1B65901120114,
- F51732B103F1B65901120114,
- F51732B203F1B65901120114,
- A125399205CF12A2003BD89B,
- F51732B303F1B65901120114,
- F51732BB03F1B65901120114,
- F51732C503F1B65901120114,
- F51732C603F1B65901120114,
- F51732CD03F1B65901120114,
- F51732CF03F1B65901120114,
- F51732D003F1B65901120114,
- F51732D103F1B65901120114,
- F51732D803F1B65901120114,
- F51732E103F1B65901120114,
- F51732E203F1B65901120114,
- F51732E303F1B65901120114,
- F51732E403F1B65901120114,
- F51732E503F1B65901120114,
- F51732E603F1B65901120114,
- F51732E703F1B65901120114,
- F51732E803F1B65901120114,
- F51732E903F1B65901120114,
- F51732EA03F1B65901120114,
- F51732EB03F1B65901120114,
- F51732EC03F1B65901120114,
- F51732ED03F1B65901120114,
- F51732EE03F1B65901120114,
- F51732EF03F1B65901120114,
- F51732F003F1B65901120114,
- F51732F103F1B65901120114,
- F51732F203F1B65901120114,
- F51732F303F1B65901120114,
- F51732F403F1B65901120114,
- F51732F503F1B65901120114,
- );
- isa = PBXGroup;
- path = crypto;
- refType = 4;
- sourceTree = "<group>";
- };
- F517322703F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .cvsignore;
- refType = 4;
- sourceTree = "<group>";
- };
- F517322803F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .Sanitize;
- refType = 4;
- sourceTree = "<group>";
- };
- F517322903F1B65901120114 = {
- children = (
- F517322A03F1B65901120114,
- A1B21F170417D6BC00120114,
- A1B21F180417D6BC00120114,
- F517322B03F1B65901120114,
- F517322C03F1B65901120114,
- F517322D03F1B65901120114,
- F517322E03F1B65901120114,
- F517322F03F1B65901120114,
- F517323003F1B65901120114,
- F517323103F1B65901120114,
- F517323203F1B65901120114,
- F517323303F1B65901120114,
- F517323403F1B65901120114,
- F517323503F1B65901120114,
- F517323603F1B65901120114,
- F517323703F1B65901120114,
- F517323803F1B65901120114,
- F517323903F1B65901120114,
- F517323A03F1B65901120114,
- F517323B03F1B65901120114,
- F517324703F1B65901120114,
- F517324803F1B65901120114,
- F517324903F1B65901120114,
- );
- isa = PBXGroup;
- path = aes;
- refType = 4;
- sourceTree = "<group>";
- };
- F517322A03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = "aes-gen.c";
- refType = 4;
- sourceTree = "<group>";
- };
- F517322B03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = "aes-test.c";
- refType = 4;
- sourceTree = "<group>";
- };
- F517322C03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = aes.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517322D03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = aes.txt;
- refType = 4;
- sourceTree = "<group>";
- };
- F517322E03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = aescpp.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517322F03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = aescrypp.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517323003F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.asm;
- path = aescrypt.asm;
- refType = 4;
- sourceTree = "<group>";
- };
- F517323103F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = aescrypt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517323203F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = aeskey.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517323303F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = aeskeypp.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517323403F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = aesopt.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517323503F1B65901120114 = {
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = aessrc.url;
- refType = 4;
- sourceTree = "<group>";
- };
- F517323603F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = aestab.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517323703F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F517323803F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = "expect-vk.txt";
- refType = 4;
- sourceTree = "<group>";
- };
- F517323903F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = "expect-vt.txt";
- refType = 4;
- sourceTree = "<group>";
- };
- F517323A03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F517323B03F1B65901120114 = {
- children = (
- F517323C03F1B65901120114,
- F517323D03F1B65901120114,
- F517323E03F1B65901120114,
- F517323F03F1B65901120114,
- F517324003F1B65901120114,
- F517324103F1B65901120114,
- F517324203F1B65901120114,
- F517324303F1B65901120114,
- F517324403F1B65901120114,
- F517324503F1B65901120114,
- F517324603F1B65901120114,
- );
- isa = PBXGroup;
- path = test;
- refType = 4;
- sourceTree = "<group>";
- };
- F517323C03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = cbc_d_m.txt;
- refType = 4;
- sourceTree = "<group>";
- };
- F517323D03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = cbc_e_m.txt;
- refType = 4;
- sourceTree = "<group>";
- };
- F517323E03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ecb_d_m.txt;
- refType = 4;
- sourceTree = "<group>";
- };
- F517323F03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ecb_e_m.txt;
- refType = 4;
- sourceTree = "<group>";
- };
- F517324003F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ecb_iv.readme;
- refType = 4;
- sourceTree = "<group>";
- };
- F517324103F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ecb_iv.txt;
- refType = 4;
- sourceTree = "<group>";
- };
- F517324203F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ecb_tbl.txt;
- refType = 4;
- sourceTree = "<group>";
- };
- F517324303F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ecb_vk.txt;
- refType = 4;
- sourceTree = "<group>";
- };
- F517324403F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ecb_vt.txt;
- refType = 4;
- sourceTree = "<group>";
- };
- F517324503F1B65901120114 = {
- isa = PBXFileReference;
- lastKnownFileType = image.pdf;
- path = katmct.pdf;
- refType = 4;
- sourceTree = "<group>";
- };
- F517324603F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Readme.txt;
- refType = 4;
- sourceTree = "<group>";
- };
- F517324703F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = uitypes.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517324803F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = vb.txt;
- refType = 4;
- sourceTree = "<group>";
- };
- F517324903F1B65901120114 = {
- isa = PBXFileReference;
- lastKnownFileType = file;
- path = vbaxam.doc;
- refType = 4;
- sourceTree = "<group>";
- };
- F517324A03F1B65901120114 = {
- children = (
- F517324B03F1B65901120114,
- F517324C03F1B65901120114,
- F517324D03F1B65901120114,
- F517324E03F1B65901120114,
- F517324F03F1B65901120114,
- F517325003F1B65901120114,
- );
- isa = PBXGroup;
- path = arcfour;
- refType = 4;
- sourceTree = "<group>";
- };
- F517324B03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = "arcfour-int.h";
- refType = 4;
- sourceTree = "<group>";
- };
- F517324C03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = arcfour.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517324D03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = arcfour.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517324E03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F517324F03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F517325003F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = string_to_key.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517325103F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = block_size.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517325203F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F517325303F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = checksum_length.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517325403F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = cksumtype_to_string.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517325503F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = cksumtypes.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517325603F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = cksumtypes.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517325703F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = coll_proof_cksum.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517325803F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = combine_keys.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517325903F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = configure.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F517325A03F1B65901120114 = {
- children = (
- F517325B03F1B65901120114,
- F517325C03F1B65901120114,
- F517325D03F1B65901120114,
- F517325E03F1B65901120114,
- F517325F03F1B65901120114,
- F517326003F1B65901120114,
- F517326103F1B65901120114,
- F517326203F1B65901120114,
- F517326303F1B65901120114,
- F517326403F1B65901120114,
- );
- isa = PBXGroup;
- path = crc32;
- refType = 4;
- sourceTree = "<group>";
- };
- F517325B03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .cvsignore;
- refType = 4;
- sourceTree = "<group>";
- };
- F517325C03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .Sanitize;
- refType = 4;
- sourceTree = "<group>";
- };
- F517325D03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F517325E03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = "crc-32.h";
- refType = 4;
- sourceTree = "<group>";
- };
- F517325F03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.perl;
- path = crc.pl;
- refType = 4;
- sourceTree = "<group>";
- };
- F517326003F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.perl;
- path = CRC.pm;
- refType = 4;
- sourceTree = "<group>";
- };
- F517326103F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = crc32.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517326203F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F517326303F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.perl;
- path = Poly.pm;
- refType = 4;
- sourceTree = "<group>";
- };
- F517326403F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_crc.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517326503F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = crypto_libinit.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517326603F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = crypto_libinit.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517326703F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = decrypt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517326803F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = default_state.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517326903F1B65901120114 = {
- children = (
- F517326A03F1B65901120114,
- F517326B03F1B65901120114,
- F517326C03F1B65901120114,
- F517326D03F1B65901120114,
- F517326E03F1B65901120114,
- F517326F03F1B65901120114,
- F517327003F1B65901120114,
- F517327103F1B65901120114,
- F517327203F1B65901120114,
- F517327503F1B65901120114,
- F517327603F1B65901120114,
- F517327703F1B65901120114,
- F517327803F1B65901120114,
- F517327903F1B65901120114,
- F517327A03F1B65901120114,
- F517327B03F1B65901120114,
- F517327C03F1B65901120114,
- F517327D03F1B65901120114,
- F517327E03F1B65901120114,
- F517327F03F1B65901120114,
- F517328003F1B65901120114,
- F517328103F1B65901120114,
- F517328203F1B65901120114,
- );
- isa = PBXGroup;
- path = des;
- refType = 4;
- sourceTree = "<group>";
- };
- F517326A03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .cvsignore;
- refType = 4;
- sourceTree = "<group>";
- };
- F517326B03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .Sanitize;
- refType = 4;
- sourceTree = "<group>";
- };
- F517326C03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = afsstring2key.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517326D03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F517326E03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = d3_cbc.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517326F03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = d3_kysched.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517327003F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = des_int.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517327103F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = destest.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517327203F1B65901120114 = {
- children = (
- F517327303F1B65901120114,
- F517327403F1B65901120114,
- );
- isa = PBXGroup;
- path = doc;
- refType = 4;
- sourceTree = "<group>";
- };
- F517327303F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .Sanitize;
- refType = 4;
- sourceTree = "<group>";
- };
- F517327403F1B65901120114 = {
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = libdes.doc;
- refType = 4;
- sourceTree = "<group>";
- };
- F517327503F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = f_cbc.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517327603F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = f_cksum.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517327703F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = f_parity.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517327803F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = f_sched.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517327903F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = f_tables.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517327A03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = f_tables.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517327B03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ISSUES;
- refType = 4;
- sourceTree = "<group>";
- };
- F517327C03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = key_sched.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517327D03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = keytest.data;
- refType = 4;
- sourceTree = "<group>";
- };
- F517327E03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F517327F03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = string2key.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517328003F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_afss2k.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517328103F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_verify.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517328203F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = weak_key.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517328303F1B65901120114 = {
- children = (
- F517328403F1B65901120114,
- F517328503F1B65901120114,
- F517328603F1B65901120114,
- F517328703F1B65901120114,
- F517328803F1B65901120114,
- F517328903F1B65901120114,
- F517328A03F1B65901120114,
- F517328B03F1B65901120114,
- );
- isa = PBXGroup;
- path = dk;
- refType = 4;
- sourceTree = "<group>";
- };
- F517328403F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F517328503F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = checksum.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517328603F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = derive.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517328703F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = dk.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517328803F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = dk_decrypt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517328903F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = dk_encrypt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517328A03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F517328B03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = stringtokey.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517328C03F1B65901120114 = {
- children = (
- F517328D03F1B65901120114,
- F517328E03F1B65901120114,
- F517328F03F1B65901120114,
- F517329003F1B65901120114,
- F517329103F1B65901120114,
- F517329203F1B65901120114,
- F517329303F1B65901120114,
- );
- isa = PBXGroup;
- path = enc_provider;
- refType = 4;
- sourceTree = "<group>";
- };
- F517328D03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = aes.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517328E03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = arcfour.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517328F03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F517329003F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = des.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517329103F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = des3.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517329203F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = enc_provider.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517329303F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F517329403F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = encrypt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517329503F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = encrypt_length.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517329603F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = enctype_compare.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517329703F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = enctype_to_string.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517329803F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = etypes.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517329903F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = etypes.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517329A03F1B65901120114 = {
- children = (
- F517329B03F1B65901120114,
- F517329C03F1B65901120114,
- F517329D03F1B65901120114,
- F517329E03F1B65901120114,
- F517329F03F1B65901120114,
- F51732A003F1B65901120114,
- F51732A103F1B65901120114,
- );
- isa = PBXGroup;
- path = hash_provider;
- refType = 4;
- sourceTree = "<group>";
- };
- F517329B03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F517329C03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = hash_crc32.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517329D03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = hash_md4.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517329E03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = hash_md5.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517329F03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = hash_provider.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732A003F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = hash_sha1.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732A103F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732A203F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = hmac.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732A303F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ISSUES;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732A403F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = keyed_checksum_types.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732A503F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = keyed_cksum.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732A603F1B65901120114 = {
- children = (
- F51732A703F1B65901120114,
- F51732A803F1B65901120114,
- F51732A903F1B65901120114,
- F51732AA03F1B65901120114,
- F51732AB03F1B65901120114,
- F51732AC03F1B65901120114,
- F51732AD03F1B65901120114,
- F51732AE03F1B65901120114,
- F51732AF03F1B65901120114,
- );
- isa = PBXGroup;
- path = keyhash_provider;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732A703F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .cvsignore;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732A803F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732A903F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = descbc.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732AA03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = hmac_md5.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732AB03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = k5_md4des.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732AC03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = k5_md5des.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732AD03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = keyhash_provider.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732AE03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732AF03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_cksum.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732B003F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = make_checksum.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732B103F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = make_random_key.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732B203F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732B303F1B65901120114 = {
- children = (
- F51732B403F1B65901120114,
- F51732B503F1B65901120114,
- F51732B603F1B65901120114,
- F51732B703F1B65901120114,
- F51732B803F1B65901120114,
- F51732B903F1B65901120114,
- F51732BA03F1B65901120114,
- );
- isa = PBXGroup;
- path = md4;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732B403F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .cvsignore;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732B503F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .Sanitize;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732B603F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732B703F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ISSUES;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732B803F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732B903F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = md4.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732BA03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = "rsa-md4.h";
- refType = 4;
- sourceTree = "<group>";
- };
- F51732BB03F1B65901120114 = {
- children = (
- F51732BC03F1B65901120114,
- F51732BD03F1B65901120114,
- F51732BE03F1B65901120114,
- F51732BF03F1B65901120114,
- F51732C003F1B65901120114,
- F51732C103F1B65901120114,
- F51732C203F1B65901120114,
- F51732C303F1B65901120114,
- F51732C403F1B65901120114,
- );
- isa = PBXGroup;
- path = md5;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732BC03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .cvsignore;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732BD03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .Sanitize;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732BE03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732BF03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ISSUES;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732C003F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732C103F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = md5.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732C203F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = "rsa-md5.h";
- refType = 4;
- sourceTree = "<group>";
- };
- F51732C303F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_cksum.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732C403F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_mddriver.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732C503F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = nfold.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732C603F1B65901120114 = {
- children = (
- F51732C703F1B65901120114,
- F51732C803F1B65901120114,
- F51732C903F1B65901120114,
- F51732CA03F1B65901120114,
- F51732CB03F1B65901120114,
- F51732CC03F1B65901120114,
- );
- isa = PBXGroup;
- path = old;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732C703F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732C803F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = des_stringtokey.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732C903F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732CA03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = old.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732CB03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = old_decrypt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732CC03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = old_encrypt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732CD03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = old_api_glue.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732CF03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = pbkdf2.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732D003F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = prng.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732D103F1B65901120114 = {
- children = (
- F51732D203F1B65901120114,
- F51732D303F1B65901120114,
- F51732D403F1B65901120114,
- F51732D503F1B65901120114,
- F51732D603F1B65901120114,
- );
- isa = PBXGroup;
- path = raw;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732D203F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732D303F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732D403F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = raw.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732D503F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = raw_decrypt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732D603F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = raw_encrypt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732D803F1B65901120114 = {
- children = (
- F51732D903F1B65901120114,
- F51732DA03F1B65901120114,
- F51732DB03F1B65901120114,
- F51732DC03F1B65901120114,
- F51732DD03F1B65901120114,
- F51732DE03F1B65901120114,
- F51732DF03F1B65901120114,
- F51732E003F1B65901120114,
- );
- isa = PBXGroup;
- path = sha1;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732D903F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .cvsignore;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732DA03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732DB03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ISSUES;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732DC03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732DD03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = shs.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732DE03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = shs.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732DF03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_shs.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732E003F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_shs3.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732E103F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = state.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732E203F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = string_to_cksumtype.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732E303F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = string_to_enctype.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732E403F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = string_to_key.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732E503F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_cts.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732E603F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_encrypt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732E703F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_hmac.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732E803F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_nfold.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732E903F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_pkcs5.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732EA03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_prng.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732EB03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = t_prng.comments;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732EC03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = t_prng.expected;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732ED03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = t_prng.reseedtest;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732EE03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = "t_prng.reseedtest-comments";
- refType = 4;
- sourceTree = "<group>";
- };
- F51732EF03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = "t_prng.reseedtest-expected";
- refType = 4;
- sourceTree = "<group>";
- };
- F51732F003F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = t_prng.seed;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732F103F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = valid_cksumtype.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732F203F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = valid_enctype.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732F303F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = vectors.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732F403F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = verify_checksum.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732F503F1B65901120114 = {
- children = (
- F51732F603F1B65901120114,
- F51732F703F1B65901120114,
- F51732F803F1B65901120114,
- F51732F903F1B65901120114,
- F51732FA03F1B65901120114,
- F51732FB03F1B65901120114,
- F51732FC03F1B65901120114,
- F51732FD03F1B65901120114,
- F51732FE03F1B65901120114,
- F51732FF03F1B65901120114,
- F517330003F1B65901120114,
- F517330103F1B65901120114,
- F517330203F1B65901120114,
- F517330303F1B65901120114,
- F517330403F1B65901120114,
- F517330503F1B65901120114,
- F517330603F1B65901120114,
- F517330703F1B65901120114,
- );
- isa = PBXGroup;
- path = yarrow;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732F603F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ASSUMPTIONS;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732F703F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732F803F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = LICENSE;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732F903F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732FA03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = README;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732FB03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = TODO;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732FC03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = yarrow.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732FD03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = yarrow.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732FE03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = yarrow.man;
- refType = 4;
- sourceTree = "<group>";
- };
- F51732FF03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = yarrow.pod;
- refType = 4;
- sourceTree = "<group>";
- };
- F517330003F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ycipher.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517330103F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = ycipher.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517330203F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = yexcep.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517330303F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = yhash.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517330403F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = ylock.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517330503F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = ystate.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517330603F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ytest.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517330703F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = ytypes.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517330803F1B65901120114 = {
- children = (
- F517330B03F1B65901120114,
- F517330C03F1B65901120114,
- F517330D03F1B65901120114,
- F517330E03F1B65901120114,
- F517330F03F1B65901120114,
- F517331003F1B65901120114,
- F517331103F1B65901120114,
- F517331203F1B65901120114,
- F517331303F1B65901120114,
- F517331403F1B65901120114,
- F517331503F1B65901120114,
- F517331603F1B65901120114,
- F517331703F1B65901120114,
- F517331803F1B65901120114,
- F517331903F1B65901120114,
- F517331A03F1B65901120114,
- F517331B03F1B65901120114,
- F517331C03F1B65901120114,
- F517331D03F1B65901120114,
- F517331E03F1B65901120114,
- F517331F03F1B65901120114,
- F517332003F1B65901120114,
- A166BCC3040D36F8004AA618,
- );
- isa = PBXGroup;
- path = des425;
- refType = 4;
- sourceTree = "<group>";
- };
- F517330B03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F517330C03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = cksum.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517330D03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = configure.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F517330E03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = des.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517330F03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = enc_dec.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517331003F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ISSUES;
- refType = 4;
- sourceTree = "<group>";
- };
- F517331103F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = key_parity.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517331203F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = key_sched.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517331303F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F517331403F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = new_rnd_key.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517331503F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = pcbc_encrypt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517331603F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = quad_cksum.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517331703F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = random_key.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517331803F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = read_passwd.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517331903F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = str_to_key.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517331A03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = string2key.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517331B03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_pcbc.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517331C03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_quad.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517331D03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = unix_time.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517331E03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = util.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517331F03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = verify.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517332003F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = weak_key.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517332103F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = exports.crypto;
- refType = 4;
- sourceTree = "<group>";
- };
- F517332203F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = exports.des425;
- refType = 4;
- sourceTree = "<group>";
- };
- F517332303F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = exports.kdb5;
- refType = 4;
- sourceTree = "<group>";
- };
- F517332403F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = exports.krb5;
- refType = 4;
- sourceTree = "<group>";
- };
- F517332503F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = glue4.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517332603F1B65901120114 = {
- children = (
- F517332803F1B65901120114,
- F517332A03F1B65901120114,
- F517334203F1B65901120114,
- F517334303F1B65901120114,
- F517334403F1B65901120114,
- F517337603F1B65901120114,
- F517337703F1B65A01120114,
- F517339D03F1B65A01120114,
- );
- isa = PBXGroup;
- path = gssapi;
- refType = 4;
- sourceTree = "<group>";
- };
- F517332803F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F517332A03F1B65901120114 = {
- children = (
- F517332D03F1B65901120114,
- F517332E03F1B65901120114,
- F517332F03F1B65901120114,
- F517333003F1B65901120114,
- F517333103F1B65901120114,
- F517333203F1B65901120114,
- F517333303F1B65901120114,
- F517333403F1B65901120114,
- F517333503F1B65901120114,
- F517333603F1B65901120114,
- F517333703F1B65901120114,
- F517333803F1B65901120114,
- F517333903F1B65901120114,
- F517333A03F1B65901120114,
- F517333B03F1B65901120114,
- F517333C03F1B65901120114,
- F517333D03F1B65901120114,
- F517333E03F1B65901120114,
- F517333F03F1B65901120114,
- F517334003F1B65901120114,
- F517334103F1B65901120114,
- );
- isa = PBXGroup;
- path = generic;
- refType = 4;
- sourceTree = "<group>";
- };
- F517332D03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F517332E03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = disp_com_err_status.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517332F03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = disp_major_status.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517333003F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = gssapi.hin;
- refType = 4;
- sourceTree = "<group>";
- };
- F517333103F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = gssapi_err_generic.et;
- refType = 4;
- sourceTree = "<group>";
- };
- F517333203F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = gssapi_generic.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517333303F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = gssapi_generic.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517333403F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = gssapiP_generic.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517333503F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F517333603F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = oid_ops.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517333703F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = rel_buffer.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517333803F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = rel_oid_set.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517333903F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = util_buffer.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517333A03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = util_canonhost.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517333B03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = util_localhost.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517333C03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = util_oid.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517333D03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = util_ordering.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517333E03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = util_set.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517333F03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = util_token.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517334003F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = util_validate.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517334103F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = utl_nohash_validate.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517334203F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = gss_libinit.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517334303F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = gss_libinit.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517334403F1B65901120114 = {
- children = (
- F517334703F1B65901120114,
- F517334803F1B65901120114,
- F517334903F1B65901120114,
- F517334A03F1B65901120114,
- F517334B03F1B65901120114,
- F517334C03F1B65901120114,
- F517334D03F1B65901120114,
- F517334E03F1B65901120114,
- F517334F03F1B65901120114,
- F517335003F1B65901120114,
- F517335103F1B65901120114,
- F517335203F1B65901120114,
- F517335303F1B65901120114,
- F517335403F1B65901120114,
- F517335503F1B65901120114,
- F517335603F1B65901120114,
- F517335703F1B65901120114,
- F517335803F1B65901120114,
- F517335903F1B65901120114,
- F517335A03F1B65901120114,
- F517335B03F1B65901120114,
- F517335C03F1B65901120114,
- F517335D03F1B65901120114,
- F517335E03F1B65901120114,
- F517335F03F1B65901120114,
- F517336003F1B65901120114,
- F517336103F1B65901120114,
- F517336203F1B65901120114,
- A125397605CF124D003BD89B,
- F517336303F1B65901120114,
- F517336403F1B65901120114,
- F517336503F1B65901120114,
- F517336603F1B65901120114,
- F517336703F1B65901120114,
- F517336803F1B65901120114,
- F517336903F1B65901120114,
- F517336A03F1B65901120114,
- F517336B03F1B65901120114,
- F517336C03F1B65901120114,
- F517336D03F1B65901120114,
- F517336E03F1B65901120114,
- F517336F03F1B65901120114,
- F517337003F1B65901120114,
- F517337103F1B65901120114,
- F517337203F1B65901120114,
- F517337303F1B65901120114,
- F517337403F1B65901120114,
- F517337503F1B65901120114,
- );
- isa = PBXGroup;
- path = krb5;
- refType = 4;
- sourceTree = "<group>";
- };
- F517334703F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = 3des.txt;
- refType = 4;
- sourceTree = "<group>";
- };
- F517334803F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = accept_sec_context.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517334903F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = acquire_cred.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517334A03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = add_cred.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517334B03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = canon_name.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517334C03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F517334D03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = compare_name.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517334E03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = context_time.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517334F03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = copy_ccache.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517335003F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = delete_sec_context.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517335103F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = disp_name.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517335203F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = disp_status.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517335303F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = duplicate_name.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517335403F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = export_name.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517335503F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = export_sec_context.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517335603F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = get_tkt_flags.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517335703F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = gssapi_err_krb5.et;
- refType = 4;
- sourceTree = "<group>";
- };
- F517335803F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = gssapi_krb5.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517335903F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = gssapi_krb5.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517335A03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = gssapiP_krb5.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517335B03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = import_name.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517335C03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = import_sec_context.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517335D03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = indicate_mechs.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517335E03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = init_sec_context.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517335F03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = inq_context.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517336003F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = inq_cred.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517336103F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = inq_names.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517336203F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = k5seal.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517336303F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = k5unseal.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517336403F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = krb5_gss_glue.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517336503F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F517336603F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = process_context_token.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517336703F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = rel_cred.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517336803F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = rel_name.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517336903F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = rel_oid.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517336A03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = seal.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517336B03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ser_sctx.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517336C03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = set_ccache.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517336D03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = sign.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517336E03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = unseal.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517336F03F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = util_cksum.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517337003F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = util_crypt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517337103F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = util_seed.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517337203F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = util_seqnum.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517337303F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = val_cred.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517337403F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = verify.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517337503F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = wrap_size_limit.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517337603F1B65901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F517337703F1B65A01120114 = {
- children = (
- F517337803F1B65A01120114,
- F517337903F1B65A01120114,
- F517337A03F1B65A01120114,
- F517337B03F1B65A01120114,
- F517337C03F1B65A01120114,
- F517337D03F1B65A01120114,
- F517337E03F1B65A01120114,
- F517337F03F1B65A01120114,
- F517338003F1B65A01120114,
- F517338103F1B65A01120114,
- F517338203F1B65A01120114,
- F517338303F1B65A01120114,
- F517338403F1B65A01120114,
- F517338503F1B65A01120114,
- F517338603F1B65A01120114,
- F517338703F1B65A01120114,
- F517338803F1B65A01120114,
- F517338903F1B65A01120114,
- F517338A03F1B65A01120114,
- F517338B03F1B65A01120114,
- F517338C03F1B65A01120114,
- F517338D03F1B65A01120114,
- F517338E03F1B65A01120114,
- F517338F03F1B65A01120114,
- F517339003F1B65A01120114,
- F517339103F1B65A01120114,
- F517339203F1B65A01120114,
- F517339303F1B65A01120114,
- F517339403F1B65A01120114,
- F517339503F1B65A01120114,
- F517339603F1B65A01120114,
- F517339703F1B65A01120114,
- F517339803F1B65A01120114,
- F517339903F1B65A01120114,
- F517339A03F1B65A01120114,
- F517339B03F1B65A01120114,
- F517339C03F1B65A01120114,
- );
- isa = PBXGroup;
- path = mechglue;
- refType = 4;
- sourceTree = "<group>";
- };
- F517337803F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = .Sanitize;
- refType = 4;
- sourceTree = "<group>";
- };
- F517337903F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F517337A03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_accept_sec_context.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517337B03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_acquire_cred.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517337C03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_compare_name.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517337D03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_context_time.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517337E03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_delete_sec_context.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517337F03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_dsp_name.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517338003F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_dsp_status.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517338103F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_exp_sec_context.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517338203F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_glue.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517338303F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_imp_name.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517338403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_imp_sec_context.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517338503F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_indicate_mechs.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517338603F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_init_sec_context.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517338703F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_initialize.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517338803F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_inq_context.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517338903F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_inq_cred.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517338A03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_inq_names.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517338B03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_mechname.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517338C03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_oid_ops.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517338D03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_process_context.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517338E03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_rel_buffer.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517338F03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_rel_cred.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517339003F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_rel_name.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517339103F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_rel_oid_set.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517339203F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_seal.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517339303F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_sign.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517339403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_unseal.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517339503F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_verify.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517339603F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = gen_oids.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517339703F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = gssd_pname_to_uid.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517339803F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F517339903F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = mech.conf;
- refType = 4;
- sourceTree = "<group>";
- };
- F517339A03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = mechglue.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517339B03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = mglueP.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517339C03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = oid_ops.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517339D03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = README_SAMPLE_APP;
- refType = 4;
- sourceTree = "<group>";
- };
- F517342003F1B65A01120114 = {
- children = (
- F517342303F1B65A01120114,
- F517342403F1B65A01120114,
- F517342503F1B65A01120114,
- F517342603F1B65A01120114,
- F517342703F1B65A01120114,
- F517342803F1B65A01120114,
- F517342903F1B65A01120114,
- F517342A03F1B65A01120114,
- F517342B03F1B65A01120114,
- F517342C03F1B65A01120114,
- F517342D03F1B65A01120114,
- F517342E03F1B65A01120114,
- F517342F03F1B65A01120114,
- F517343003F1B65A01120114,
- F517343103F1B65A01120114,
- F517343203F1B65A01120114,
- F517343303F1B65A01120114,
- F517343403F1B65A01120114,
- F517343503F1B65A01120114,
- F517343603F1B65A01120114,
- F517343703F1B65A01120114,
- F517343803F1B65A01120114,
- F517343903F1B65A01120114,
- F517343A03F1B65A01120114,
- F517343B03F1B65A01120114,
- F517343C03F1B65A01120114,
- F517343D03F1B65A01120114,
- F517343E03F1B65A01120114,
- F517343F03F1B65A01120114,
- F517344003F1B65A01120114,
- F517344103F1B65A01120114,
- F517344203F1B65A01120114,
- F517344303F1B65A01120114,
- F517344403F1B65A01120114,
- F517344503F1B65A01120114,
- F517344603F1B65A01120114,
- F517344703F1B65A01120114,
- F517344803F1B65A01120114,
- F517344903F1B65A01120114,
- F517344A03F1B65A01120114,
- F517344B03F1B65A01120114,
- F517344C03F1B65A01120114,
- F517344D03F1B65A01120114,
- F517344E03F1B65A01120114,
- F517344F03F1B65A01120114,
- F517345003F1B65A01120114,
- F517345103F1B65A01120114,
- F517345203F1B65A01120114,
- F517345303F1B65A01120114,
- F517345403F1B65A01120114,
- F517345503F1B65A01120114,
- F517345603F1B65A01120114,
- F517345703F1B65A01120114,
- F517345803F1B65A01120114,
- F517345903F1B65A01120114,
- F517345A03F1B65A01120114,
- F517345B03F1B65A01120114,
- F517345C03F1B65A01120114,
- F517345D03F1B65A01120114,
- F517345E03F1B65A01120114,
- F517345F03F1B65A01120114,
- F517346003F1B65A01120114,
- F517346103F1B65A01120114,
- F517346203F1B65A01120114,
- F517346303F1B65A01120114,
- F517346403F1B65A01120114,
- F517346503F1B65A01120114,
- F517346603F1B65A01120114,
- F517346703F1B65A01120114,
- F517346803F1B65A01120114,
- F517346903F1B65A01120114,
- F517346A03F1B65A01120114,
- F517346B03F1B65A01120114,
- F517346C03F1B65A01120114,
- F517346D03F1B65A01120114,
- F517346E03F1B65A01120114,
- F517346F03F1B65A01120114,
- F517347003F1B65A01120114,
- F517347103F1B65A01120114,
- F517347203F1B65A01120114,
- F517347303F1B65A01120114,
- F517347403F1B65A01120114,
- F517347503F1B65A01120114,
- F517347603F1B65A01120114,
- F517347703F1B65A01120114,
- F517347803F1B65A01120114,
- F517347903F1B65A01120114,
- F517347A03F1B65A01120114,
- F517347B03F1B65A01120114,
- F517347C03F1B65A01120114,
- F517347D03F1B65A01120114,
- F517347E03F1B65A01120114,
- F517347F03F1B65A01120114,
- F517348003F1B65A01120114,
- F517348103F1B65A01120114,
- F517348203F1B65A01120114,
- F517348303F1B65A01120114,
- F517348403F1B65A01120114,
- F517348503F1B65A01120114,
- F517348603F1B65A01120114,
- F517348703F1B65A01120114,
- F517348803F1B65A01120114,
- F517348903F1B65A01120114,
- F517348A03F1B65A01120114,
- F517348B03F1B65A01120114,
- );
- isa = PBXGroup;
- path = krb4;
- refType = 4;
- sourceTree = "<group>";
- };
- F517342303F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ad_print.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517342403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = "CCache-glue.c";
- refType = 4;
- sourceTree = "<group>";
- };
- F517342503F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = change_password.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517342603F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F517342703F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = configure.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F517342803F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = cr_auth_repl.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517342903F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = cr_ciph.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517342A03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = cr_death_pkt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517342B03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = cr_err_repl.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517342C03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = cr_tkt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517342D03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = debug.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517342E03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = decomp_tkt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517342F03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = dest_tkt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517343003F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = err_txt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517343103F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = fakeenv.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517343203F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = fgetst.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517343303F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = "FSp-glue.c";
- refType = 4;
- sourceTree = "<group>";
- };
- F517343403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_ad_tkt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517343503F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_cnffile.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517343603F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_cred.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517343703F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_in_tkt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517343803F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_phost.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517343903F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_pw_in_tkt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517343A03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_pw_tkt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517343B03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_svc_in_tkt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517343C03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_tf_fname.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517343D03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_tf_realm.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517343E03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = g_tkt_svc.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517343F03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = gethostname.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517344003F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = getst.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517344103F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = in_tkt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517344203F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = kadm_err.et;
- refType = 4;
- sourceTree = "<group>";
- };
- F517344303F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kadm_net.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517344403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kadm_stream.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517344503F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = klog.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517344603F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kname_parse.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517344703F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kntoln.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517344803F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kparse.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517344903F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = krb4int.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517344A03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = krb_err.et;
- refType = 4;
- sourceTree = "<group>";
- };
- F517344B03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kuserok.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517344C03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = lifetime.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517344D03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = log.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517344E03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = mac_glue.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517344F03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = mac_store.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517345003F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = mac_store.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517345103F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = mac_stubs.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517345203F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = mac_time.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517345303F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = macsock.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517345403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F517345503F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = memcache.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517345603F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = memcache.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517345703F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = mk_auth.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517345803F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = mk_err.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517345903F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = mk_preauth.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517345A03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = mk_priv.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517345B03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = mk_req.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517345C03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = mk_safe.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517345D03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = month_sname.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517345E03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = netread.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517345F03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = netwrite.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517346003F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = Password.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517346103F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = password_to_key.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517346203F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = pkt_cipher.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517346303F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = pkt_clen.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517346403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = prot_client.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517346503F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = prot_common.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517346603F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = prot_kdc.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517346703F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = put_svc_key.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517346803F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = rd_err.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517346903F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = rd_preauth.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517346A03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = rd_priv.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517346B03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = rd_req.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517346C03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = rd_safe.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517346D03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = rd_svc_key.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517346E03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = "RealmsConfig-glue.c";
- refType = 4;
- sourceTree = "<group>";
- };
- F517346F03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = recvauth.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517347003F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = "ren-cyg.sh";
- refType = 4;
- sourceTree = "<group>";
- };
- F517347103F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = "ren-pc.bat";
- refType = 4;
- sourceTree = "<group>";
- };
- F517347203F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = "ren-pc.sh";
- refType = 4;
- sourceTree = "<group>";
- };
- F517347303F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = "ren-pl10.sh";
- refType = 4;
- sourceTree = "<group>";
- };
- F517347403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ren.msg;
- refType = 4;
- sourceTree = "<group>";
- };
- F517347503F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = ren2dos.sh;
- refType = 4;
- sourceTree = "<group>";
- };
- F517347603F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = ren2long.sh;
- refType = 4;
- sourceTree = "<group>";
- };
- F517347703F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = save_creds.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517347803F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = "sed-cyg.sh";
- refType = 4;
- sourceTree = "<group>";
- };
- F517347903F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = "sed-pc.sh";
- refType = 4;
- sourceTree = "<group>";
- };
- F517347A03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = "sed-pl10.sh";
- refType = 4;
- sourceTree = "<group>";
- };
- F517347B03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = send_to_kdc.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517347C03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = sendauth.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517347D03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = setenv.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517347E03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = stime.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517347F03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = strcasecmp.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517348003F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = strnlen.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517348103F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = swab.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517348203F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = tf_shm.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517348303F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = tf_util.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517348403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = tkt_string.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517348503F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = unix_glue.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517348603F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = unix_time.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517348703F1B65A01120114 = {
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = vmslink.com;
- refType = 4;
- sourceTree = "<group>";
- };
- F517348803F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = vmsswab.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517348903F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = win_glue.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517348A03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = win_store.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517348B03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = win_time.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517348E03F1B65A01120114 = {
- children = (
- F517349003F1B65A01120114,
- F51734AB03F1B65A01120114,
- F51734CB03F1B65A01120114,
- F51734CC03F1B65A01120114,
- F51734CD03F1B65A01120114,
- F51734D903F1B65A01120114,
- F51734E903F1B65A01120114,
- F517355203F1B65A01120114,
- F517355303F1B65A01120114,
- F517355403F1B65A01120114,
- F517355503F1B65A01120114,
- F517358B03F1B65A01120114,
- F517359B03F1B65A01120114,
- );
- isa = PBXGroup;
- path = krb5;
- refType = 4;
- sourceTree = "<group>";
- };
- F517349003F1B65A01120114 = {
- children = (
- F517349403F1B65A01120114,
- F517349503F1B65A01120114,
- F517349603F1B65A01120114,
- F517349703F1B65A01120114,
- F517349803F1B65A01120114,
- F517349903F1B65A01120114,
- F517349A03F1B65A01120114,
- F517349B03F1B65A01120114,
- F517349C03F1B65A01120114,
- F517349D03F1B65A01120114,
- F517349E03F1B65A01120114,
- F517349F03F1B65A01120114,
- F51734A003F1B65A01120114,
- F51734A103F1B65A01120114,
- F51734A203F1B65A01120114,
- F51734A303F1B65A01120114,
- F51734A403F1B65A01120114,
- F51734A503F1B65A01120114,
- F51734A603F1B65A01120114,
- F51734A703F1B65A01120114,
- F51734A803F1B65A01120114,
- F51734A903F1B65A01120114,
- F51734AA03F1B65A01120114,
- );
- isa = PBXGroup;
- path = asn.1;
- refType = 4;
- sourceTree = "<group>";
- };
- F517349403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = asn1_decode.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517349503F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = asn1_decode.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517349603F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = asn1_encode.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517349703F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = asn1_encode.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517349803F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = asn1_get.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517349903F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = asn1_get.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517349A03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = asn1_k_decode.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517349B03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = asn1_k_decode.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517349C03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = asn1_k_encode.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517349D03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = asn1_k_encode.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517349E03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = asn1_make.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517349F03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = asn1_make.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734A003F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = asn1_misc.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734A103F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = asn1_misc.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734A203F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = asn1buf.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734A303F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = asn1buf.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734A403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = asn1glue.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734A503F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734A603F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.python;
- path = "KRB5-asn.py";
- refType = 4;
- sourceTree = "<group>";
- };
- F51734A703F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = krb5_decode.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734A803F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = krb5_encode.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734A903F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = krbasn1.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734AA03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734AB03F1B65A01120114 = {
- children = (
- F51734AE03F1B65A01120114,
- F51734AF03F1B65A01120114,
- F51734B003F1B65A01120114,
- F51734B103F1B65A01120114,
- F51734BA03F1B65A01120114,
- F51734BB03F1B65A01120114,
- F51734BC03F1B65A01120114,
- F51734BD03F1B65A01120114,
- F51734BE03F1B65A01120114,
- F51734BF03F1B65A01120114,
- F51734C003F1B65A01120114,
- F51734C103F1B65A01120114,
- F51734C203F1B65A01120114,
- F51734C303F1B65A01120114,
- F51734C403F1B65A01120114,
- F51734C503F1B65A01120114,
- F51734C603F1B65A01120114,
- F51734C703F1B65A01120114,
- F51734C803F1B65A01120114,
- F51734C903F1B65A01120114,
- F51734CA03F1B65A01120114,
- );
- isa = PBXGroup;
- path = ccache;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734AE03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = cc_file.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734AF03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = cc_memory.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734B003F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = cc_retr.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734B103F1B65A01120114 = {
- children = (
- F51734B203F1B65A01120114,
- F51734B303F1B65A01120114,
- F51734B403F1B65A01120114,
- F51734B503F1B65A01120114,
- F51734B603F1B65A01120114,
- F51734B703F1B65A01120114,
- F51734B803F1B65A01120114,
- F51734B903F1B65A01120114,
- );
- isa = PBXGroup;
- path = ccapi;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734B203F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734B303F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734B403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = stdcc.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734B503F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = stdcc.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734B603F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = stdcc_util.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734B703F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = stdcc_util.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734B803F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = winccld.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734B903F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = winccld.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734BA03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ccbase.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734BB03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = cccopy.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734BC03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ccdefault.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734BD03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ccdefops.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734BE03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ccfns.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734BF03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734C003F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = fcc.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734C103F1B65A01120114 = {
- children = (
- );
- isa = PBXGroup;
- path = file;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734C203F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734C303F1B65A01120114 = {
- children = (
- );
- isa = PBXGroup;
- path = memory;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734C403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = scc.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734C503F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ser_cc.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734C603F1B65A01120114 = {
- children = (
- );
- isa = PBXGroup;
- path = stdio;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734C703F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_cc.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734C803F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_file.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734C903F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_memory.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734CA03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_stdio.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734CB03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734CC03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = configure.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734CD03F1B65A01120114 = {
- children = (
- F51734D103F1B65A01120114,
- F51734D203F1B65A01120114,
- F51734D303F1B65A01120114,
- F51734D403F1B65A01120114,
- A16DA36A0485503F00120112,
- F51734D503F1B65A01120114,
- F51734D603F1B65A01120114,
- F51734D703F1B65A01120114,
- );
- isa = PBXGroup;
- path = error_tables;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734D103F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = asn1_err.et;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734D203F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734D303F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = init_ets.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734D403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = kdb5_err.et;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734D503F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = krb5_err.et;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734D603F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = kv5m_err.et;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734D703F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734D903F1B65A01120114 = {
- children = (
- F51734DB03F1B65A01120114,
- F51734DE03F1B65A01120114,
- F51734DF03F1B65A01120114,
- F51734E003F1B65A01120114,
- F51734E103F1B65A01120114,
- F51734E203F1B65A01120114,
- F51734E303F1B65A01120114,
- F51734E403F1B65A01120114,
- F51734E503F1B65A01120114,
- F51734E603F1B65A01120114,
- F51734E703F1B65A01120114,
- );
- isa = PBXGroup;
- path = keytab;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734DB03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734DE03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kt_file.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734DF03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kt_srvtab.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734E003F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ktadd.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734E103F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ktbase.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734E203F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ktdefault.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734E303F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ktfns.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734E403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ktfr_entry.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734E503F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ktremove.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734E603F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734E703F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = read_servi.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734E903F1B65A01120114 = {
- children = (
- F51734EC03F1B65A01120114,
- F51734ED03F1B65A01120114,
- F51734EE03F1B65A01120114,
- F51734EF03F1B65A01120114,
- F51734F003F1B65A01120114,
- F51734F103F1B65A01120114,
- F51734F203F1B65A01120114,
- F51734F303F1B65A01120114,
- F51734F403F1B65A01120114,
- F51734F503F1B65A01120114,
- F51734F603F1B65A01120114,
- F51734F703F1B65A01120114,
- F51734F803F1B65A01120114,
- A16DA36604854EF700120112,
- F51734F903F1B65A01120114,
- F51734FA03F1B65A01120114,
- F51734FB03F1B65A01120114,
- F51734FC03F1B65A01120114,
- F51734FD03F1B65A01120114,
- F51734FE03F1B65A01120114,
- F51734FF03F1B65A01120114,
- F517350003F1B65A01120114,
- F517350103F1B65A01120114,
- F517350203F1B65A01120114,
- F517350303F1B65A01120114,
- F517350403F1B65A01120114,
- F517350503F1B65A01120114,
- F517350603F1B65A01120114,
- F517350703F1B65A01120114,
- F517350803F1B65A01120114,
- F517350903F1B65A01120114,
- F517350A03F1B65A01120114,
- F517350B03F1B65A01120114,
- F517350C03F1B65A01120114,
- F517350D03F1B65A01120114,
- F517350E03F1B65A01120114,
- F517350F03F1B65A01120114,
- F517351003F1B65A01120114,
- F517351103F1B65A01120114,
- F517351203F1B65A01120114,
- F517351303F1B65A01120114,
- F517351403F1B65A01120114,
- F517351703F1B65A01120114,
- F517351803F1B65A01120114,
- F517351903F1B65A01120114,
- F517351A03F1B65A01120114,
- F517351B03F1B65A01120114,
- F517351C03F1B65A01120114,
- F517351D03F1B65A01120114,
- F517351E03F1B65A01120114,
- F517351F03F1B65A01120114,
- F517352003F1B65A01120114,
- F517352103F1B65A01120114,
- F517352203F1B65A01120114,
- F517352303F1B65A01120114,
- F517352403F1B65A01120114,
- F517352503F1B65A01120114,
- A1CA43B806E3D0D400F35E9C,
- A1CA43B906E3D0D400F35E9C,
- A1CA43BA06E3D0D400F35E9C,
- A1CA43BB06E3D0D400F35E9C,
- A1CA43BC06E3D0D400F35E9C,
- F517352603F1B65A01120114,
- F517352703F1B65A01120114,
- F517352803F1B65A01120114,
- F517352903F1B65A01120114,
- F517352A03F1B65A01120114,
- F517352B03F1B65A01120114,
- F517352C03F1B65A01120114,
- F517352D03F1B65A01120114,
- F517352E03F1B65A01120114,
- F517352F03F1B65A01120114,
- F517353003F1B65A01120114,
- F517353103F1B65A01120114,
- F517353203F1B65A01120114,
- F517353303F1B65A01120114,
- F517353403F1B65A01120114,
- F517353503F1B65A01120114,
- F517353603F1B65A01120114,
- F517353703F1B65A01120114,
- F517353803F1B65A01120114,
- F517353903F1B65A01120114,
- F517353A03F1B65A01120114,
- F517353B03F1B65A01120114,
- F517353C03F1B65A01120114,
- F517353D03F1B65A01120114,
- F517353E03F1B65A01120114,
- F517353F03F1B65A01120114,
- F517354003F1B65A01120114,
- F517354103F1B65A01120114,
- F517354203F1B65A01120114,
- F517354303F1B65A01120114,
- F517354403F1B65A01120114,
- F517354503F1B65A01120114,
- F517354603F1B65A01120114,
- F517354703F1B65A01120114,
- F517354803F1B65A01120114,
- F517354903F1B65A01120114,
- F517354A03F1B65A01120114,
- F517354B03F1B65A01120114,
- F517354C03F1B65A01120114,
- A16DA36704854EF700120112,
- F517354D03F1B65A01120114,
- F517354E03F1B65A01120114,
- F517354F03F1B65A01120114,
- F517355003F1B65A01120114,
- F517355103F1B65A01120114,
- );
- isa = PBXGroup;
- path = krb;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734EC03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = addr_comp.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734ED03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = addr_order.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734EE03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = addr_srch.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734EF03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = appdefault.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734F003F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = auth_con.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734F103F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = auth_con.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734F203F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = bld_pr_ext.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734F303F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = bld_princ.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734F403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = brand.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734F503F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734F603F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = chk_trans.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734F703F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = chpw.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734F803F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = cleanup.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734F903F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = conv_princ.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734FA03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = copy_addrs.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734FB03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = copy_athctr.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734FC03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = copy_auth.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734FD03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = copy_cksum.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734FE03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = copy_creds.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51734FF03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = copy_data.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517350003F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = copy_key.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517350103F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = copy_princ.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517350203F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = copy_tick.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517350303F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = cp_key_cnt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517350403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = decode_kdc.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517350503F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = decrypt_tk.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517350603F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = deltat.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517350703F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = enc_helper.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517350803F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = encode_kdc.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517350903F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = encrypt_tk.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517350A03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = free_rtree.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517350B03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = fwd_tgt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517350C03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = gc_frm_kdc.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517350D03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = gc_via_tkt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517350E03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = gen_seqnum.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517350F03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = gen_subkey.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517351003F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = get_creds.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517351103F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = get_in_tkt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517351203F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = gic_keytab.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517351303F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = gic_opt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517351403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = gic_pwd.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517351703F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = in_tkt_sky.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517351803F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = init_ctx.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517351903F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = init_keyblock.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517351A03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = "int-proto.h";
- refType = 4;
- sourceTree = "<group>";
- };
- F517351B03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kdc_rep_dc.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517351C03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kfree.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517351D03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F517351E03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = mk_cred.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517351F03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = mk_error.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517352003F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = mk_priv.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517352103F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = mk_rep.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517352203F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = mk_req.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517352303F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = mk_req_ext.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517352403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = mk_safe.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517352503F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = parse.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517352603F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = pr_to_salt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517352703F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = preauth.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517352803F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = preauth2.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517352903F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = princ_comp.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517352A03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = rd_cred.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517352B03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = rd_error.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517352C03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = rd_priv.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517352D03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = rd_rep.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517352E03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = rd_req.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517352F03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = rd_req_dec.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517353003F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = rd_safe.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517353103F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = recvauth.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517353203F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = send_tgs.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517353303F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = sendauth.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517353403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ser_actx.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517353503F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ser_adata.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517353603F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ser_addr.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517353703F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ser_auth.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517353803F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ser_cksum.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517353903F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ser_ctx.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517353A03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ser_eblk.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517353B03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ser_key.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517353C03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ser_princ.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517353D03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = serialize.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517353E03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = set_realm.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517353F03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = srv_rcache.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517354003F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = str_conv.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517354103F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = strftime.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517354203F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = strptime.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517354303F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_deltat.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517354403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_expand.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517354503F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_kerb.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517354603F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = t_krb5.conf;
- refType = 4;
- sourceTree = "<group>";
- };
- F517354703F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = t_ref_kerb.out;
- refType = 4;
- sourceTree = "<group>";
- };
- F517354803F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_ser.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517354903F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_walk_rtree.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517354A03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = tgtname.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517354B03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = "transit-tests";
- refType = 4;
- sourceTree = "<group>";
- };
- F517354C03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = unparse.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517354D03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = valid_times.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517354E03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = vfy_increds.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517354F03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = vic_opt.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517355003F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = walk_rtree.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517355103F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.yacc;
- path = "x-deltat.y";
- refType = 4;
- sourceTree = "<group>";
- };
- F517355203F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = krb5_libinit.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517355303F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = krb5_libinit.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F517355403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F517355503F1B65A01120114 = {
- children = (
- F517355803F1B65A01120114,
- F517355903F1B65A01120114,
- F517355A03F1B65A01120114,
- F517355B03F1B65A01120114,
- F517355C03F1B65A01120114,
- F517355D03F1B65A01120114,
- F517355E03F1B65A01120114,
- A1D6298F070C8AD70015C908,
- A1D62990070C8AD70015C908,
- A12539AD05CF12D5003BD89B,
- F517355F03F1B65A01120114,
- F517356003F1B65A01120114,
- F517356103F1B65A01120114,
- F517356203F1B65A01120114,
- F517356303F1B65A01120114,
- F517356403F1B65A01120114,
- F517356503F1B65A01120114,
- F517356603F1B65A01120114,
- F517356703F1B65A01120114,
- F517356803F1B65A01120114,
- F517356903F1B65A01120114,
- F517356A03F1B65A01120114,
- F517356B03F1B65A01120114,
- F517356C03F1B65A01120114,
- F517356D03F1B65A01120114,
- F517356E03F1B65A01120114,
- F517356F03F1B65A01120114,
- F517357003F1B65A01120114,
- F517357103F1B65A01120114,
- F517357203F1B65A01120114,
- F517357303F1B65A01120114,
- F517357403F1B65A01120114,
- F517357503F1B65A01120114,
- F517357603F1B65A01120114,
- F517357703F1B65A01120114,
- F517357803F1B65A01120114,
- F517357903F1B65A01120114,
- F517357A03F1B65A01120114,
- F517357B03F1B65A01120114,
- F517357C03F1B65A01120114,
- F517357D03F1B65A01120114,
- F517357E03F1B65A01120114,
- A16DB01304868A7E00120112,
- F517357F03F1B65A01120114,
- F517358003F1B65A01120114,
- F517358103F1B65A01120114,
- F517358203F1B65A01120114,
- F517358303F1B65A01120114,
- F517358403F1B65A01120114,
- F517358503F1B65A01120114,
- F517358603F1B65A01120114,
- F517358703F1B65A01120114,
- F517358803F1B65A01120114,
- F517358903F1B65A01120114,
- F517358A03F1B65A01120114,
- );
- isa = PBXGroup;
- path = os;
- refType = 4;
- sourceTree = "<group>";
- };
- F517355803F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = accessor.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517355903F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = an_to_ln.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517355A03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = c_ustime.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517355B03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ccdefname.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517355C03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F517355D03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = changepw.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517355E03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = def_realm.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517355F03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = free_hstrl.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517356003F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = free_krbhs.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517356103F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = full_ipadr.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517356203F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = gen_port.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517356303F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = gen_rname.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517356403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = genaddrs.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517356503F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = get_krbhst.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517356603F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = gmt_mktime.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517356703F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = hostaddr.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517356803F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = hst_realm.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517356903F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = init_os_ctx.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517356A03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = krbfileio.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517356B03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ktdefname.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517356C03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kuserok.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517356D03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = localaddr.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517356E03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = locate_kdc.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517356F03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = lock_file.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517357003F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F517357103F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = mk_faddr.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517357203F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = net_read.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517357303F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = net_write.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517357403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = "os-proto.h";
- refType = 4;
- sourceTree = "<group>";
- };
- F517357503F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = osconfig.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517357603F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = port2ip.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517357703F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = prompter.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517357803F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = promptusr.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517357903F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = read_msg.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517357A03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = read_pwd.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517357B03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = realm_dom.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517357C03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = realm_iter.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517357D03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ref_std_conf.out;
- refType = 4;
- sourceTree = "<group>";
- };
- F517357E03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = sendto_kdc.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517357F03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = sn2princ.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517358003F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_an_to_ln.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517358103F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_gifconf.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517358203F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_locate_kdc.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517358303F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_realm_iter.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517358403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = t_std_conf.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517358503F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = td_krb5.conf;
- refType = 4;
- sourceTree = "<group>";
- };
- F517358603F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = timeofday.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517358703F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = toffset.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517358803F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = unlck_file.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517358903F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ustime.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517358A03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = write_msg.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517358B03F1B65A01120114 = {
- children = (
- F517358D03F1B65A01120114,
- F517358F03F1B65A01120114,
- F517359003F1B65A01120114,
- F517359103F1B65A01120114,
- F517359403F1B65A01120114,
- F517359503F1B65A01120114,
- F517359603F1B65A01120114,
- F517359703F1B65A01120114,
- F517359803F1B65A01120114,
- F517359903F1B65A01120114,
- F517359A03F1B65A01120114,
- );
- isa = PBXGroup;
- path = posix;
- refType = 4;
- sourceTree = "<group>";
- };
- F517358D03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F517358F03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = getuid.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517359003F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F517359103F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = memmove.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517359403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = sscanf.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517359503F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = strcasecmp.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517359603F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = strdup.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517359703F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = strerror.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517359803F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = syslog.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517359903F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = vfprintf.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517359A03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = vsprintf.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F517359B03F1B65A01120114 = {
- children = (
- F517359E03F1B65A01120114,
- F517359F03F1B65A01120114,
- F51735A003F1B65A01120114,
- F51735A103F1B65A01120114,
- F51735A203F1B65A01120114,
- F51735A303F1B65A01120114,
- F51735A403F1B65A01120114,
- F51735A503F1B65A01120114,
- F51735A603F1B65A01120114,
- A1A6784206C3D82500EC826E,
- A1A6784306C3D82500EC826E,
- F51735A703F1B65A01120114,
- F51735A803F1B65A01120114,
- F51735A903F1B65A01120114,
- F51735AA03F1B65A01120114,
- F51735AB03F1B65A01120114,
- );
- isa = PBXGroup;
- path = rcache;
- refType = 4;
- sourceTree = "<group>";
- };
- F517359E03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F517359F03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F51735A003F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = rc_base.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51735A103F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = rc_base.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51735A203F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = rc_conv.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51735A303F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = rc_dfl.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51735A403F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = rc_dfl.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51735A503F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = rc_io.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51735A603F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = rc_io.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51735A703F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = rcdef.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51735A803F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = rcfns.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51735A903F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = README;
- refType = 4;
- sourceTree = "<group>";
- };
- F51735AA03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = RELEASE;
- refType = 4;
- sourceTree = "<group>";
- };
- F51735AB03F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = ser_rc.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51735B103F1B65A01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F517360C03F1B65B01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = win_glue.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51736C803F1B65B01120114 = {
- children = (
- A1D256EA06A7139700A9EC13,
- F51737AF03F1B65B01120114,
- A1D256ED06A713A600A9EC13,
- );
- isa = PBXGroup;
- path = util;
- refType = 4;
- sourceTree = "<group>";
- };
- F51737AF03F1B65B01120114 = {
- children = (
- F51737B203F1B65B01120114,
- F51737B303F1B65B01120114,
- F51737B403F1B65B01120114,
- F51737B603F1B65B01120114,
- F51737B703F1B65B01120114,
- F51737B803F1B65B01120114,
- F51737B903F1B65B01120114,
- F51737BA03F1B65B01120114,
- F51737BB03F1B65B01120114,
- F51737BC03F1B65B01120114,
- F51737BD03F1B65B01120114,
- A198BC2A0406DA8F00120114,
- F51737BE03F1B65B01120114,
- F51737BF03F1B65B01120114,
- F51737C003F1B65B01120114,
- F51737C103F1B65B01120114,
- F51737C203F1B65B01120114,
- F51737C303F1B65B01120114,
- F51737C403F1B65B01120114,
- F51737C503F1B65B01120114,
- F51737C603F1B65B01120114,
- F51737C703F1B65B01120114,
- F51737C803F1B65B01120114,
- F51737C903F1B65B01120114,
- );
- isa = PBXGroup;
- path = profile;
- refType = 4;
- sourceTree = "<group>";
- };
- F51737B203F1B65B01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = argv_parse.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51737B303F1B65B01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = argv_parse.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51737B403F1B65B01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F51737B603F1B65B01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = dosshell.ini;
- refType = 4;
- sourceTree = "<group>";
- };
- F51737B703F1B65B01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = krb5.conf;
- refType = 4;
- sourceTree = "<group>";
- };
- F51737B803F1B65B01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Makefile.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F51737B903F1B65B01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = prof_err.et;
- refType = 4;
- sourceTree = "<group>";
- };
- F51737BA03F1B65B01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = prof_file.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51737BB03F1B65B01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = prof_get.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51737BC03F1B65B01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = prof_init.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51737BD03F1B65B01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = prof_int.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F51737BE03F1B65B01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = prof_parse.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51737BF03F1B65B01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = prof_set.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51737C003F1B65B01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = prof_tree.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51737C103F1B65B01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = profile.5;
- refType = 4;
- sourceTree = "<group>";
- };
- F51737C203F1B65B01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.exports;
- path = profile.exp;
- refType = 4;
- sourceTree = "<group>";
- };
- F51737C303F1B65B01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = profile.hin;
- refType = 4;
- sourceTree = "<group>";
- };
- F51737C403F1B65B01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = profile.pbexp;
- refType = 4;
- sourceTree = "<group>";
- };
- F51737C503F1B65B01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = prtest.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F51737C603F1B65B01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = prtest.script;
- refType = 4;
- sourceTree = "<group>";
- };
- F51737C703F1B65B01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = test.ini;
- refType = 4;
- sourceTree = "<group>";
- };
- F51737C803F1B65B01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = test_parse.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F51737C903F1B65B01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = test_profile.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F5C2DF100240F9F601650119 = {
- children = (
- F5C2DF140240F9F601650119,
- F5C2DF150240F9F601650119,
- F5C2DF160240F9F601650119,
- F5C2DF170240F9F601650119,
- F5C2DF180240F9F601650119,
- F5C2DF190240F9F601650119,
- F5C2DF1A0240F9F601650119,
- F5C2DF1B0240F9F601650119,
- F5C2DF1C0240F9F601650119,
- F5E2671F03F8200601120114,
- F5E2672003F8200601120114,
- F5E2672103F8200601120114,
- F5E2672203F8200601120114,
- F5E2672303F8200601120114,
- F5E2672403F8200601120114,
- F5C2DF1D0240F9F601650119,
- F5C2DF1E0240F9F601650119,
- F5C2DF1F0240F9F601650119,
- F5C2DF200240F9F601650119,
- F5C2DF210240F9F601650119,
- F5C2DF220240F9F601650119,
- F5C2DF230240F9F601650119,
- F5C2DF240240F9F601650119,
- F5C2DF250240F9F601650119,
- F5C2DF260240F9F601650119,
- F5C2DF270240F9F601650119,
- F5C2DF280240F9F601650119,
- F5C2DF290240F9F601650119,
- F5C2DF2A0240F9F601650119,
- F5C2DF2B0240F9F601650119,
- );
- isa = PBXGroup;
- path = ErrorTables;
- refType = 4;
- sourceTree = "<group>";
- };
- F5C2DF140240F9F601650119 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = asn1_err.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F5C2DF150240F9F601650119 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = asn1_err.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F5C2DF160240F9F601650119 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.plist.strings;
- path = asn1_err.strings;
- refType = 4;
- sourceTree = "<group>";
- };
- F5C2DF170240F9F601650119 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = gssapi_err_generic.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F5C2DF180240F9F601650119 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = gssapi_err_generic.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F5C2DF190240F9F601650119 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.plist.strings;
- path = gssapi_err_generic.strings;
- refType = 4;
- sourceTree = "<group>";
- };
- F5C2DF1A0240F9F601650119 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = gssapi_err_krb5.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F5C2DF1B0240F9F601650119 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = gssapi_err_krb5.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F5C2DF1C0240F9F601650119 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.plist.strings;
- path = gssapi_err_krb5.strings;
- refType = 4;
- sourceTree = "<group>";
- };
- F5C2DF1D0240F9F601650119 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kdb5_err.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F5C2DF1E0240F9F601650119 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = kdb5_err.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F5C2DF1F0240F9F601650119 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.plist.strings;
- path = kdb5_err.strings;
- refType = 4;
- sourceTree = "<group>";
- };
- F5C2DF200240F9F601650119 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = krb524_err.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F5C2DF210240F9F601650119 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = krb524_err.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F5C2DF220240F9F601650119 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.plist.strings;
- path = krb524_err.strings;
- refType = 4;
- sourceTree = "<group>";
- };
- F5C2DF230240F9F601650119 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = krb5_err.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F5C2DF240240F9F601650119 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = krb5_err.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F5C2DF250240F9F601650119 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.plist.strings;
- path = krb5_err.strings;
- refType = 4;
- sourceTree = "<group>";
- };
- F5C2DF260240F9F601650119 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kv5m_err.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F5C2DF270240F9F601650119 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = kv5m_err.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F5C2DF280240F9F601650119 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.plist.strings;
- path = kv5m_err.strings;
- refType = 4;
- sourceTree = "<group>";
- };
- F5C2DF290240F9F601650119 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = prof_err.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F5C2DF2A0240F9F601650119 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = prof_err.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F5C2DF2B0240F9F601650119 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.plist.strings;
- path = prof_err.strings;
- refType = 4;
- sourceTree = "<group>";
- };
- F5CFD36E022D854401120112 = {
- buildSettings = {
- };
- buildStyles = (
- F5CFD370022D854401120112,
- F5CFD371022D854401120112,
- );
- hasScannedForEncodings = 1;
- isa = PBXProject;
- mainGroup = F5CFD36F022D854401120112;
- productRefGroup = F5CFD5CB022D86AD01120112;
- projectDirPath = "";
- targets = (
- F5E59BD503FD803201120114,
- F5CFD5E6022D8A9901120112,
- F5CFD629022D922C01120112,
- A1AB1DEC05DDC40100526345,
- A1AB1E1005DDC43000526345,
- A1AB1E3005DDC45F00526345,
- A1AB1E8105DDC47700526345,
- A1AB1FBF05DDC48A00526345,
- );
- };
- F5CFD36F022D854401120112 = {
- children = (
- A1253783040BF7E6003D8244,
- A125378D040BFA0E003D8244,
- A1253784040BF80F003D8244,
- F5CFD5ED022D8B6001120112,
- F5CFD5EC022D8B6001120112,
- F5CFD5EE022D8B6001120112,
- F5172F7B03F1B65801120114,
- F5CFD5E4022D891701120112,
- F5CFD5CB022D86AD01120112,
- );
- isa = PBXGroup;
- refType = 4;
- sourceTree = "<group>";
- };
- F5CFD370022D854401120112 = {
- buildSettings = {
- COPY_PHASE_STRIP = NO;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_ENABLE_FIX_AND_CONTINUE = YES;
- GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- ZERO_LINK = YES;
- };
- isa = PBXBuildStyle;
- name = Development;
- };
- F5CFD371022D854401120112 = {
- buildSettings = {
- COPY_PHASE_STRIP = YES;
- GCC_ENABLE_FIX_AND_CONTINUE = NO;
- ZERO_LINK = NO;
- };
- isa = PBXBuildStyle;
- name = Deployment;
- };
- F5CFD5CB022D86AD01120112 = {
- children = (
- A1AB1E0205DDC40100526345,
- A1AB1E2205DDC43000526345,
- A1AB1E6F05DDC45F00526345,
- A1AB1FB105DDC47800526345,
- A1AB200305DDC48A00526345,
- );
- isa = PBXGroup;
- name = Products;
- refType = 4;
- sourceTree = "<group>";
- };
- F5CFD5E4022D891701120112 = {
- children = (
- F5E59BD403FD7D5301120114,
- F5CFD5E5022D891701120112,
- F5CFD60D022D8BD601120112,
- A1474D05066D13E700CA2AA8,
- );
- isa = PBXGroup;
- name = Scripts;
- path = ../Scripts;
- refType = 2;
- sourceTree = SOURCE_ROOT;
- };
- F5CFD5E5022D891701120112 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.jam;
- path = Kerberos5Errors.jam;
- refType = 4;
- sourceTree = "<group>";
- };
- F5CFD5E6022D8A9901120112 = {
- buildArgumentsString = "-d3 \"-sJAMFILE=$(SRCROOT)/../Scripts/Kerberos5Errors.jam\" $(ACTION)";
- buildPhases = (
- );
- buildSettings = {
- PRODUCT_NAME = "Error Table Generation";
- WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
- };
- buildToolPath = /Developer/Private/jam;
- dependencies = (
- );
- isa = PBXLegacyTarget;
- name = "Error Table Generation";
- passBuildSettingsInEnvironment = 1;
- productName = "Error Table Generation";
- };
- F5CFD5EC022D8B6001120112 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = GSS.pbexp;
- refType = 2;
- sourceTree = SOURCE_ROOT;
- };
- F5CFD5ED022D8B6001120112 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = Kerberos5.pbexp;
- refType = 2;
- sourceTree = SOURCE_ROOT;
- };
- F5CFD5EE022D8B6001120112 = {
- children = (
- F5E265DF03F443E901120114,
- F5E266F503F443EA01120114,
- F5C2DF100240F9F601650119,
- A12537EA040C0795003D8244,
- A12537EF040C0795003D8244,
- );
- isa = PBXGroup;
- path = Kerberos5.intermediates;
- refType = 3;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- F5CFD60D022D8BD601120112 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.jam;
- lineEnding = 0;
- path = Kerberos5Headers.jam;
- refType = 4;
- sourceTree = "<group>";
- };
- F5CFD629022D922C01120112 = {
- buildArgumentsString = "-d3 \"-sJAMFILE=$(SRCROOT)/../Scripts/Kerberos5Headers.jam\" $(ACTION)";
- buildPhases = (
- );
- buildSettings = {
- PRODUCT_NAME = "Header Generation";
- WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
- };
- buildToolPath = /Developer/Private/jam;
- dependencies = (
- F5CFD62A022D922C01120112,
- );
- isa = PBXLegacyTarget;
- name = "Header Generation";
- passBuildSettingsInEnvironment = 1;
- productName = "Header Generation";
- };
- F5CFD62A022D922C01120112 = {
- isa = PBXTargetDependency;
- target = F5CFD5E6022D8A9901120112;
- targetProxy = A181DA3F05CEFC0400E4C246;
- };
- F5E265DF03F443E901120114 = {
- children = (
- F5E2662703F443E901120114,
- );
- isa = PBXGroup;
- path = build;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E2662703F443E901120114 = {
- children = (
- F5E2662C03F443E901120114,
- );
- isa = PBXGroup;
- path = include;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E2662C03F443E901120114 = {
- children = (
- F5E2662D03F443E901120114,
- F5E2662F03F443E901120114,
- );
- isa = PBXGroup;
- path = krb5;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E2662D03F443E901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = autoconf.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E2662F03F443E901120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = osconf.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E266F503F443EA01120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = file;
- path = configure.stamp;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E2671F03F8200601120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = kadm_err.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E2672003F8200601120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = kadm_err.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E2672103F8200601120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.plist.strings;
- path = kadm_err.strings;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E2672203F8200601120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.c;
- path = krb_err.c;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E2672303F8200601120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.c.h;
- path = krb_err.h;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E2672403F8200601120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.plist.strings;
- path = krb_err.strings;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E59BD403FD7D5301120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = sourcecode.jam;
- path = Kerberos5ServerBuild.jam;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E59BD503FD803201120114 = {
- buildArgumentsString = "-d3 \"-sJAMFILE=$(SRCROOT)/../Scripts/Kerberos5ServerBuild.jam\" $(ACTION)";
- buildPhases = (
- );
- buildSettings = {
- PRODUCT_NAME = ServerBuild;
- WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
- };
- buildToolPath = /Developer/Private/jam;
- dependencies = (
- );
- isa = PBXLegacyTarget;
- name = Servers;
- passBuildSettingsInEnvironment = 1;
- productName = ServerBuild;
- };
- F5E59C0D03FD95A101120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = aclocal.m4;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E59C0E03FD95A101120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = configure.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E59C0F03FD95CF01120114 = {
- children = (
- F5E59C1103FD95D001120114,
- F5E59C1203FD95D001120114,
- F5E59C1303FD95D001120114,
- F5E59C1503FD95D001120114,
- F5E59C1603FD95D001120114,
- F5E59C1703FD95D001120114,
- F5E59C1803FD95D001120114,
- F5E59C1903FD95D001120114,
- F5E59C1A03FD95D001120114,
- F5E59C1B03FD95D001120114,
- F5E59C1C03FD95D001120114,
- F5E59C1D03FD95D001120114,
- F5E59C1E03FD95D001120114,
- F5E59C1F03FD95D001120114,
- F5E59C2003FD95D001120114,
- F5E59C2103FD95D001120114,
- F5E59C2203FD95D001120114,
- F5E59C2303FD95D001120114,
- F5E59C2403FD95D001120114,
- F5E59C2503FD95D001120114,
- F5E59C2603FD95D001120114,
- F5E59C2703FD95D001120114,
- );
- isa = PBXGroup;
- path = config;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E59C1103FD95D001120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ChangeLog;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E59C1203FD95D001120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = config.guess;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E59C1303FD95D001120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = config.sub;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E59C1503FD95D001120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = "install-sh";
- refType = 4;
- sourceTree = "<group>";
- };
- F5E59C1603FD95D001120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = lib.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E59C1703FD95D001120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = libobj.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E59C1803FD95D001120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = "mac-config.cache";
- refType = 4;
- sourceTree = "<group>";
- };
- F5E59C1903FD95D001120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = "mac-config.README";
- refType = 4;
- sourceTree = "<group>";
- };
- F5E59C1A03FD95D001120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = "mac-mf.sed";
- refType = 4;
- sourceTree = "<group>";
- };
- F5E59C1B03FD95D001120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = "mac-post.in";
- refType = 4;
- sourceTree = "<group>";
- };
- F5E59C1C03FD95D001120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = "mac-pre.in";
- refType = 4;
- sourceTree = "<group>";
- };
- F5E59C1D03FD95D001120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = mkinstalldirs;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E59C1E03FD95D001120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = "move-if-changed";
- refType = 4;
- sourceTree = "<group>";
- };
- F5E59C1F03FD95D001120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = post.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E59C2003FD95D001120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = pre.in;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E59C2103FD95D001120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text.script.sh;
- path = ren2long;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E59C2203FD95D001120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = ren2long.awk;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E59C2303FD95D001120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = rm.bat;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E59C2403FD95D001120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = shlib.conf;
- refType = 4;
- sourceTree = "<group>";
- };
- F5E59C2503FD95D001120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = "win-post.in";
- refType = 4;
- sourceTree = "<group>";
- };
- F5E59C2603FD95D001120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = "win-pre.in";
- refType = 4;
- sourceTree = "<group>";
- };
- F5E59C2703FD95D001120114 = {
- fileEncoding = 30;
- isa = PBXFileReference;
- lastKnownFileType = text;
- path = winexclude.sed;
- refType = 4;
- sourceTree = "<group>";
- };
- };
- rootObject = F5CFD36E022D854401120112;
-}
diff --git a/src/mac/MacOSX/Projects/KerberosDES.pbexp b/src/mac/MacOSX/Projects/KerberosDES.pbexp
deleted file mode 100644
index 3c1f88cf01..0000000000
--- a/src/mac/MacOSX/Projects/KerberosDES.pbexp
+++ /dev/null
@@ -1,88 +0,0 @@
-# $Copyright:
-#
-# Copyright 1998-2000 by the Massachusetts Institute of Technology.
-#
-# All rights reserved.
-#
-# Export of this software from the United States of America may require a
-# specific license from the United States Government. It is the
-# responsibility of any person or organization contemplating export to
-# obtain such a license before exporting.
-#
-# WITHIN THAT CONSTRAINT, permission to use, copy, modify, and distribute
-# this software and its documentation for any purpose and without fee is
-# hereby granted, provided that the above copyright notice appear in all
-# copies and that both that copyright notice and this permission notice
-# appear in supporting documentation, and that the name of M.I.T. not be
-# used in advertising or publicity pertaining to distribution of the
-# software without specific, written prior permission. Furthermore if you
-# modify this software you must label your software as modified software
-# and not distribute it in such a fashion that it might be confused with
-# the original MIT software. M.I.T. makes no representations about the
-# suitability of this software for any purpose. It is provided "as is"
-# without express or implied warranty.
-#
-# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
-# WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
-# MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-#
-# Individual source code files are copyright MIT, Cygnus Support,
-# OpenVision, Oracle, Sun Soft, FundsXpress, and others.
-#
-# Project Athena, Athena, Athena MUSE, Discuss, Hesiod, Kerberos, Moira,
-# and Zephyr are trademarks of the Massachusetts Institute of Technology
-# (MIT). No commercial use of these trademarks may be made without prior
-# written permission of MIT.
-#
-# "Commercial use" means use of a name in a product or other for-profit
-# manner. It does NOT prevent a commercial firm from referring to the MIT
-# trademarks in order to convey information (although in doing so,
-# recognition of their trademark status should be given).
-# $
-#
-
-# $Header$
-
-_des_cbc_encrypt
-_des_3cbc_encrypt
-
-_des_cbc_cksum
-
-_des_ecb_encrypt
-_des_3ecb_encrypt
-
-_des_check_key_parity
-_des_fixup_key_parity
-
-_des_pcbc_encrypt
-
-_make_key_sched
-
-_des_key_sched
-
-_des_new_random_key
-_des_generate_random_block
-_des_set_sequence_number
-_des_set_random_generator_seed
-_des_init_random_number_generator
-
-_des_quad_cksum
-
-_des_random_key
-
-_des_read_password
-_des_read_pw_string
-
-_des_string_to_key
-_afs_string_to_key
-
-_des_cblock_print_file
-
-_des_is_weak_key
-
-_des_debug
-
-_des_set_key
-
-_des_crypt
-_des_fcrypt
diff --git a/src/mac/MacOSX/Projects/KerberosProfile.pbexp b/src/mac/MacOSX/Projects/KerberosProfile.pbexp
deleted file mode 100644
index d6fc152af3..0000000000
--- a/src/mac/MacOSX/Projects/KerberosProfile.pbexp
+++ /dev/null
@@ -1,38 +0,0 @@
-#
-# Profile library Macintosh export file
-#
-# $Header$
-
-_profile_init
-_profile_init_path
-_FSp_profile_init
-_FSp_profile_init_path
-_profile_is_writable
-_profile_is_modified
-_profile_flush
-_profile_flush_to_file
-_profile_flush_to_buffer
-_profile_free_buffer
-_profile_abandon
-_profile_release
-_profile_get_values
-_profile_free_list
-_profile_get_string
-_profile_get_boolean
-_profile_get_integer
-_profile_get_relation_names
-_profile_get_subsection_names
-_profile_iterator_create
-_profile_iterator_free
-_profile_iterator
-_profile_release_string
-_profile_update_relation
-_profile_clear_relation
-_profile_rename_section
-_profile_add_relation
-
-### Temporary -- DO NOT USE
-
-_profile_ser_internalize
-_profile_ser_externalize
-_profile_ser_size
diff --git a/src/mac/MacOSX/Scripts/Kerberos5BuildSystem.jam b/src/mac/MacOSX/Scripts/Kerberos5BuildSystem.jam
deleted file mode 100644
index 3f3911842a..0000000000
--- a/src/mac/MacOSX/Scripts/Kerberos5BuildSystem.jam
+++ /dev/null
@@ -1,76 +0,0 @@
-Intermediates = "$(BUILT_PRODUCTS_DIR)/Kerberos5.intermediates" ;
-IntermediateBuild = "$(Intermediates)/build" ;
-Sources = "$(SRCROOT)/../../Kerberos5/Sources" ;
-
-Reconf = "$(Sources)/util/reconf" ;
-Configure = "$(Sources)/configure" ;
-Makefile = "$(IntermediateBuild)/Makefile" ;
-MakefileET = "$(IntermediateBuild)/util/et/Makefile" ;
-MakefileInclude = "$(IntermediateBuild)/include/Makefile" ;
-
-
-# Assemble CFLAGS
-CONFIGURE_CFLAGS = "-fno-common -include /usr/include/TargetConditionals.h -DUSE_PASSWORD_SERVER" ;
-if $(RC_CFLAGS) != "" { CONFIGURE_CFLAGS = "$(CONFIGURE_CFLAGS) $(RC_CFLAGS)" ; }
-if $(CFLAGS) != "" { CONFIGURE_CFLAGS = "$(CONFIGURE_CFLAGS) $(CFLAGS)" ; }
-if $(OTHER_CFLAGS) != "" { CONFIGURE_CFLAGS = "$(CONFIGURE_CFLAGS) $(OTHER_CFLAGS)" ; }
-if $(WARNING_CFLAGS) != "" { CONFIGURE_CFLAGS = "$(CONFIGURE_CFLAGS) $(WARNING_CFLAGS)" ; }
-CONFIGURE_CFLAGS = "CFLAGS=$(CONFIGURE_CFLAGS)" ;
-
-# Assemble LDFLAGS
-CONFIGURE_LDFLAGS = "-Wl,-search_paths_first" ;
-if $(LDFLAGS) != "" { CONFIGURE_LDFLAGS = "$(LDFLAGS) $(CONFIGURE_LDFLAGS)" ; }
-CONFIGURE_LDFLAGS = "LDFLAGS=$(CONFIGURE_LDFLAGS:)" ;
-
-#
-# Note: in this jam script we have separated the dependency tree from the
-# actual scripts. This is so that CVS checkouts trigger a rebuild but the jam
-# script doesn't need to know how the reconf and configure scripts work.
-#
-
-# Reconf <configure> : <configure.in>
-rule Reconf
-{
- DEPENDS "$(1)" : "$(1).in" "$(Reconf)" ;
-}
-actions Reconf
-{
- cd "$(Sources)" && /bin/sh "$(Reconf)" -f
-}
-
-# Configure <makefile> : <configure>
-rule Configure
-{
- DEPENDS "$(1)" : "$(2)" ;
- Reconf "$(2)" : "$(2).in" ;
- Clean.Remove clean "$(1:D)" ;
-}
-actions Configure
-{
- mkdir -p "$(1:D)"
- cd "$(1:D)" && /bin/sh "$(2)" --prefix=/usr --localstatedir=/var/db "$(CONFIGURE_CFLAGS)" "$(CONFIGURE_LDFLAGS)" || rm -f "$(1)"
-}
-
-# MakeInclude <stamp file>
-rule MakeInclude
-{
- DEPENDS "$(1)" : "$(Makefile)" ;
- Configure "$(Makefile)" : "$(Configure)" ;
- Clean.Remove clean "$(1)" ;
-}
-actions MakeInclude
-{
- cd "$(1:D)/util/et" && make && cd "$(1:D)/include" && make && cd "$(1:D)/lib/gssapi/krb5" && make gssapi_krb5.h && touch "$(1)" && echo "### HAPPINESS ###"
-}
-
-# Make <stamp file>
-rule Make
-{
- DEPENDS "$(1)" : "$(Makefile)" ;
- Configure "$(Makefile)" : "$(Configure)" ;
- Clean.Remove clean "$(1)" ;
-}
-actions Make
-{
- cd "$(1:D)" && make && touch "$(1)" && echo "### HAPPINESS ###"
-}
diff --git a/src/mac/MacOSX/Scripts/Kerberos5Errors.jam b/src/mac/MacOSX/Scripts/Kerberos5Errors.jam
deleted file mode 100644
index dfa3e8acb2..0000000000
--- a/src/mac/MacOSX/Scripts/Kerberos5Errors.jam
+++ /dev/null
@@ -1,96 +0,0 @@
-include "$(SRCROOT)/../../KerberosErrors/Scripts/compile_et.jam" ;
-
-Intermediates = "$(BUILT_PRODUCTS_DIR)/Kerberos5.intermediates" ;
-IntermediateErrorTables = "$(Intermediates)/ErrorTables" ;
-
-compile_et "$(IntermediateErrorTables)/prof_err.h"
- "$(IntermediateErrorTables)/prof_err.c"
- "$(IntermediateErrorTables)/prof_err.strings" :
- "$(SRCROOT)/../../Kerberos5/Sources/util/profile/prof_err.et" ;
-
-compile_et "$(IntermediateErrorTables)/krb_err.h"
- "$(IntermediateErrorTables)/krb_err.c"
- "$(IntermediateErrorTables)/krb_err.strings" :
- "$(SRCROOT)/../../Kerberos5/Sources/lib/krb4/krb_err.et" ;
-
-compile_et "$(IntermediateErrorTables)/kadm_err.h"
- "$(IntermediateErrorTables)/kadm_err.c"
- "$(IntermediateErrorTables)/kadm_err.strings" :
- "$(SRCROOT)/../../Kerberos5/Sources/lib/krb4/kadm_err.et" ;
-
-compile_et "$(IntermediateErrorTables)/krb524_err.h"
- "$(IntermediateErrorTables)/krb524_err.c"
- "$(IntermediateErrorTables)/krb524_err.strings" :
- "$(SRCROOT)/../../Kerberos5/Sources/lib/krb5/error_tables/krb524_err.et" ;
-
-compile_et "$(IntermediateErrorTables)/asn1_err.h"
- "$(IntermediateErrorTables)/asn1_err.c"
- "$(IntermediateErrorTables)/asn1_err.strings" :
- "$(SRCROOT)/../../Kerberos5/Sources/lib/krb5/error_tables/asn1_err.et" ;
-
-compile_et "$(IntermediateErrorTables)/kdb5_err.h"
- "$(IntermediateErrorTables)/kdb5_err.c"
- "$(IntermediateErrorTables)/kdb5_err.strings" :
- "$(SRCROOT)/../../Kerberos5/Sources/lib/krb5/error_tables/kdb5_err.et" ;
-
-compile_et "$(IntermediateErrorTables)/krb5_err.h"
- "$(IntermediateErrorTables)/krb5_err.c"
- "$(IntermediateErrorTables)/krb5_err.strings" :
- "$(SRCROOT)/../../Kerberos5/Sources/lib/krb5/error_tables/krb5_err.et" ;
-
-compile_et "$(IntermediateErrorTables)/kv5m_err.h"
- "$(IntermediateErrorTables)/kv5m_err.c"
- "$(IntermediateErrorTables)/kv5m_err.strings" :
- "$(SRCROOT)/../../Kerberos5/Sources/lib/krb5/error_tables/kv5m_err.et" ;
-
-compile_et "$(IntermediateErrorTables)/gssapi_err_generic.h"
- "$(IntermediateErrorTables)/gssapi_err_generic.c"
- "$(IntermediateErrorTables)/gssapi_err_generic.strings" :
- "$(SRCROOT)/../../Kerberos5/Sources/lib/gssapi/generic/gssapi_err_generic.et" ;
-
-compile_et "$(IntermediateErrorTables)/gssapi_err_krb5.h"
- "$(IntermediateErrorTables)/gssapi_err_krb5.c"
- "$(IntermediateErrorTables)/gssapi_err_krb5.strings" :
- "$(SRCROOT)/../../Kerberos5/Sources/lib/gssapi/krb5/gssapi_err_krb5.et" ;
-
-DEPENDS all : "$(IntermediateErrorTables)/prof_err.h"
- "$(IntermediateErrorTables)/prof_err.c"
- "$(IntermediateErrorTables)/prof_err.strings"
-
- "$(IntermediateErrorTables)/krb_err.h"
- "$(IntermediateErrorTables)/krb_err.c"
- "$(IntermediateErrorTables)/krb_err.strings"
-
- "$(IntermediateErrorTables)/kadm_err.h"
- "$(IntermediateErrorTables)/kadm_err.c"
- "$(IntermediateErrorTables)/kadm_err.strings"
-
- "$(IntermediateErrorTables)/krb524_err.h"
- "$(IntermediateErrorTables)/krb524_err.c"
- "$(IntermediateErrorTables)/krb524_err.strings"
-
- "$(IntermediateErrorTables)/asn1_err.h"
- "$(IntermediateErrorTables)/asn1_err.c"
- "$(IntermediateErrorTables)/asn1_err.strings"
-
- "$(IntermediateErrorTables)/kdb5_err.h"
- "$(IntermediateErrorTables)/kdb5_err.c"
- "$(IntermediateErrorTables)/kdb5_err.strings"
-
- "$(IntermediateErrorTables)/krb5_err.h"
- "$(IntermediateErrorTables)/krb5_err.c"
- "$(IntermediateErrorTables)/krb5_err.strings"
-
- "$(IntermediateErrorTables)/kv5m_err.h"
- "$(IntermediateErrorTables)/kv5m_err.c"
- "$(IntermediateErrorTables)/kv5m_err.strings"
-
- "$(IntermediateErrorTables)/gssapi_err_generic.h"
- "$(IntermediateErrorTables)/gssapi_err_generic.c"
- "$(IntermediateErrorTables)/gssapi_err_generic.strings"
-
- "$(IntermediateErrorTables)/gssapi_err_krb5.h"
- "$(IntermediateErrorTables)/gssapi_err_krb5.c"
- "$(IntermediateErrorTables)/gssapi_err_krb5.strings" ;
-DEPENDS install : all ;
-DEPENDS installhdrs : all ;
diff --git a/src/mac/MacOSX/Scripts/Kerberos5Headers.jam b/src/mac/MacOSX/Scripts/Kerberos5Headers.jam
deleted file mode 100644
index 23b411a269..0000000000
--- a/src/mac/MacOSX/Scripts/Kerberos5Headers.jam
+++ /dev/null
@@ -1,160 +0,0 @@
-include "$(SRCROOT)/../Scripts/Kerberos5BuildSystem.jam" ;
-
-ErrorTableRegexp = "/^\\s*#define\\s+\\w+\(\\s+\\(-?\\d+L\\)\)|\(initialize_\\w+_error_table\\(\\)\)\\s*$/" ;
-ExtractErrorCodes = "perl -e 'while (<STDIN>) { if ($(ErrorTableRegexp)) { print; } }'" ;
-
-Intermediates = "$(BUILT_PRODUCTS_DIR)/Kerberos5.intermediates" ;
-IntermediateErrorTables = "$(Intermediates)/ErrorTables" ;
-IntermediateIncludes = "$(Intermediates)/include" ;
-IntermediateV5Includes = "$(IntermediateIncludes)/krb5" ;
-IntermediateV4Includes = "$(IntermediateIncludes)/kerberosIV" ;
-IntermediateGSSIncludes = "$(IntermediateIncludes)/gssapi" ;
-IntermediateFrameworkHeaders = "$(Intermediates)/Kerberos" ;
-IntermediateBuild = "$(Intermediates)/build" ;
-
-MakeIncludeStamp = "$(IntermediateBuild)/makeInclude.stamp" ;
-
-AutoconfH = "$(IntermediateV5Includes)/autoconf.h" ;
-OsconfH = "$(IntermediateV5Includes)/osconf.h" ;
-
-# CatHeader <header> : <macro name> <header.hin> <error tables>
-rule CatHeader
-{
- NOTFILE "$(2[1])" ;
- DEPENDS "$(1)" : "$(2[3-])" "$(AutoconfH)" ;
- Clean.Remove clean : "$(1)" ;
-}
-actions CatHeader
-{
- mkdir -p "$(1:D)"
- echo "/*" > "$(1)"
- echo " * This file is auto generated." >> "$(1)"
- echo " * Please do not edit it." >> "$(1)"
- echo " */" >> "$(1)"
- echo "" >> "$(1)"
- echo "#ifndef $(2[1])" >> "$(1)"
- echo "#define $(2[1])" >> "$(1)"
- echo "" >> "$(1)"
- echo "/* Environment dependent macros */" >> "$(1)"
- if [ -n "$(2[2])" ]; then
- $(SED) -e 's:SIZEOF:$(2[2])SIZEOF:' "$(AutoconfH)" | grep SIZEOF >> "$(1)"
- echo "" >> "$(1)"
- fi
- for header in "$(2[4-])" ; do
- base=`basename "${header}"`
- echo "" >> "$(1)"
- echo "/* Error tables from ${base} */" >> "$(1)"
- cat "${header}" | $(ExtractErrorCodes) >> "$(1)"
- done
- echo "" >> "$(1)"
- cat "$(2[3])" >> "$(1)"
- echo "#endif /* $(2[1]) */" >> "$(1)"
-}
-
-rule MakeFrameworkHeader
-{
- DEPENDS "$(1)" : "$(2)" ;
- Clean.Remove clean : "$(1)" ;
-}
-actions MakeFrameworkHeader
-{
- mkdir -p "$(1:D)"
- $(SED) -e 's:<com_err.h>:<Kerberos/com_err.h>:' \
- -e 's:<kerberosIV/des.h>:<Kerberos/des.h>:' \
- -e 's:<kerberosIV/krb.h>:<Kerberos/krb.h>:' \
- -e 's:<kerberosIV/krb_err.h>:<Kerberos/krb_err.h>:' \
- -e 's:<profile.h>:<Kerberos/profile.h>:' \
- -e 's:<krb5.h>:<Kerberos/krb5.h>:' \
- -e 's:<gssapi/gssapi.h>:<Kerberos/gssapi.h>:' \
- -e 's:<gssapi/gssapi_krb5.h>:<Kerberos/gssapi_krb5.h>:' \
- -e 's:<gssapi/gssapi_generic.h>:<Kerberos/gssapi_generic.h>:' \
- "$(2)" > "$(1)"
-}
-
-rule CopyHeader
-{
- DEPENDS "$(1)" : "$(2)" ;
- Clean.Remove clean : "$(1)" ;
-}
-actions CopyHeader
-{
- mkdir -p "$(1:D)"
- cp -fRP "$(2)" "$(1)"
-}
-
-
-MakeFrameworkHeader "$(IntermediateFrameworkHeaders)/com_err.h" : "$(SRCROOT)/../../KerberosErrors/Headers/Kerberos/com_err.h" ;
-CopyHeader "$(IntermediateIncludes)/com_err.h" : "$(SRCROOT)/../../KerberosErrors/Headers/Kerberos/com_err.h" ;
-
-CopyHeader "$(IntermediateV4Includes)/des.h" : "$(SRCROOT)/../../Kerberos5/Sources/include/kerberosIV/des.h" ;
-MakeFrameworkHeader "$(IntermediateFrameworkHeaders)/des.h" : "$(IntermediateV4Includes)/des.h" ;
-
-CopyHeader "$(IntermediateV4Includes)/krb.h" : "$(SRCROOT)/../../Kerberos5/Sources/include/kerberosIV/krb.h" ;
-CopyHeader "$(IntermediateV4Includes)/krb_err.h" : "$(IntermediateErrorTables)/krb_err.h" ;
-MakeFrameworkHeader "$(IntermediateFrameworkHeaders)/krb.h" : "$(IntermediateV4Includes)/krb.h" ;
-MakeFrameworkHeader "$(IntermediateFrameworkHeaders)/krb_err.h" : "$(IntermediateV4Includes)/krb_err.h" ;
-
-CatHeader "$(IntermediateIncludes)/profile.h" : "__KERBEROSPROFILE__" ""
- "$(SRCROOT)/../../Kerberos5/Sources/util/profile/profile.hin"
- "$(IntermediateErrorTables)/prof_err.h" ;
-MakeFrameworkHeader "$(IntermediateFrameworkHeaders)/profile.h" : "$(IntermediateIncludes)/profile.h" ;
-
-CatHeader "$(IntermediateIncludes)/krb5.h" : "__KERBEROS5__" ""
- "$(SRCROOT)/../../Kerberos5/Sources/include/krb5.hin"
- "$(IntermediateErrorTables)/asn1_err.h"
- "$(IntermediateErrorTables)/kdb5_err.h"
- "$(IntermediateErrorTables)/krb5_err.h"
- "$(IntermediateErrorTables)/krb524_err.h"
- "$(IntermediateErrorTables)/kv5m_err.h" ;
-MakeFrameworkHeader "$(IntermediateFrameworkHeaders)/krb5.h" : "$(IntermediateIncludes)/krb5.h" ;
-
-CatHeader "$(IntermediateGSSIncludes)/gssapi.h" : "__GSSAPI__" "GSS_"
- "$(SRCROOT)/../../Kerberos5/Sources/lib/gssapi/generic/gssapi.hin"
- "$(IntermediateErrorTables)/gssapi_err_generic.h"
- "$(IntermediateErrorTables)/gssapi_err_krb5.h" ;
-CopyHeader "$(IntermediateGSSIncludes)/gssapi_generic.h" : "$(SRCROOT)/../../Kerberos5/Sources/lib/gssapi/generic/gssapi_generic.h" ;
-CopyHeader "$(IntermediateGSSIncludes)/gssapi_krb5.h" : "$(IntermediateBuild)/lib/gssapi/krb5/gssapi_krb5.h" ;
-MakeFrameworkHeader "$(IntermediateFrameworkHeaders)/gssapi.h" : "$(IntermediateGSSIncludes)/gssapi.h" ;
-MakeFrameworkHeader "$(IntermediateFrameworkHeaders)/gssapi_generic.h" : "$(IntermediateGSSIncludes)/gssapi_generic.h" ;
-MakeFrameworkHeader "$(IntermediateFrameworkHeaders)/gssapi_krb5.h" : "$(IntermediateGSSIncludes)/gssapi_krb5.h" ;
-
-
-CopyHeader "$(AutoconfH)" : "$(IntermediateBuild)/include/krb5/autoconf.h" ;
-CopyHeader "$(OsconfH)" : "$(IntermediateBuild)/include/krb5/osconf.h" ;
-
-DEPENDS "$(IntermediateBuild)/include/krb5/autoconf.h"
- "$(IntermediateBuild)/include/krb5/osconf.h"
- "$(IntermediateBuild)/lib/gssapi/krb5/gssapi_krb5.h" : "$(MakeIncludeStamp)" ;
-
-MakeInclude "$(MakeIncludeStamp)" ;
-
-
-DEPENDS all : "$(IntermediateIncludes)/com_err.h"
- "$(IntermediateFrameworkHeaders)/com_err.h"
-
- "$(IntermediateV4Includes)/des.h"
- "$(IntermediateFrameworkHeaders)/des.h"
-
- "$(IntermediateV4Includes)/krb.h"
- "$(IntermediateV4Includes)/krb_err.h"
- "$(IntermediateFrameworkHeaders)/krb.h"
- "$(IntermediateFrameworkHeaders)/krb_err.h"
-
- "$(IntermediateIncludes)/profile.h"
- "$(IntermediateFrameworkHeaders)/profile.h"
-
- "$(IntermediateIncludes)/krb5.h"
- "$(IntermediateFrameworkHeaders)/krb5.h"
-
- "$(IntermediateGSSIncludes)/gssapi.h"
- "$(IntermediateGSSIncludes)/gssapi_generic.h"
- "$(IntermediateGSSIncludes)/gssapi_krb5.h"
- "$(IntermediateFrameworkHeaders)/gssapi.h"
- "$(IntermediateFrameworkHeaders)/gssapi_generic.h"
- "$(IntermediateFrameworkHeaders)/gssapi_krb5.h"
-
- "$(AutoconfH)"
- "$(OsconfH)" ;
-
-DEPENDS install : all ;
-DEPENDS installhdrs : all ;
diff --git a/src/mac/MacOSX/Scripts/Kerberos5ServerBuild.jam b/src/mac/MacOSX/Scripts/Kerberos5ServerBuild.jam
deleted file mode 100644
index 2a9da14857..0000000000
--- a/src/mac/MacOSX/Scripts/Kerberos5ServerBuild.jam
+++ /dev/null
@@ -1,87 +0,0 @@
-include "$(SRCROOT)/../Scripts/Kerberos5BuildSystem.jam" ;
-
-MakeStamp = "$(IntermediateBuild)/make.stamp" ;
-
-# InstallProgram <destination executable> : <source executable>
-rule InstallProgram
-{
- DEPENDS "$(1)" : "$(2)" ;
- DEPENDS "$(2)" : "$(MakeStamp)" ;
- Clean.Remove clean "$(1)" ;
-}
-actions InstallProgram
-{
- mkdir -p "$(1:D)"
- /usr/bin/install -c -s "$(2)" "$(1)"
-}
-
-# InstallFile <destination file> : <source file>
-rule InstallFile
-{
- DEPENDS "$(1)" : "$(2)" ;
- DEPENDS "$(2)" : "$(MakeStamp)" ;
- Clean.Remove clean "$(1)" ;
-}
-actions InstallFile
-{
- mkdir -p "$(1:D)"
- /usr/bin/install -c -m 644 "$(2)" "$(1)"
-}
-
-Make "$(MakeStamp)" : "$(Makefile)" ;
-
-InstallProgram "$(DSTROOT)/usr/sbin/kadmin" : "$(IntermediateBuild)/kadmin/cli/kadmin" ;
-InstallProgram "$(DSTROOT)/usr/sbin/kadmin.local" : "$(IntermediateBuild)/kadmin/cli/kadmin.local" ;
-InstallProgram "$(DSTROOT)/usr/sbin/kadmind" : "$(IntermediateBuild)/kadmin/server/kadmind" ;
-InstallProgram "$(DSTROOT)/usr/sbin/ktutil" : "$(IntermediateBuild)/kadmin/ktutil/ktutil" ;
-InstallProgram "$(DSTROOT)/usr/sbin/kdb5_util" : "$(IntermediateBuild)/kadmin/dbutil/kdb5_util" ;
-InstallProgram "$(DSTROOT)/usr/sbin/kprop" : "$(IntermediateBuild)/slave/kprop" ;
-InstallProgram "$(DSTROOT)/usr/sbin/kpropd" : "$(IntermediateBuild)/slave/kpropd" ;
-InstallProgram "$(DSTROOT)/usr/sbin/krb524d" : "$(IntermediateBuild)/krb524/krb524d" ;
-InstallProgram "$(DSTROOT)/usr/sbin/krb5kdc" : "$(IntermediateBuild)/kdc/krb5kdc" ;
-InstallProgram "$(DSTROOT)/usr/bin/krb5-config" : "$(IntermediateBuild)/krb5-config" ;
-
-InstallFile "$(DSTROOT)/usr/share/man/man1/kerberos.1" : "$(SRCROOT)/../../Kerberos5/Sources/gen-manpages/kerberos.M" ;
-InstallFile "$(DSTROOT)/usr/share/man/man1/krb5-config.1" : "$(SRCROOT)/../../Kerberos5/Sources/krb5-config.M" ;
-InstallFile "$(DSTROOT)/usr/share/man/man5/kdc.conf.5" : "$(SRCROOT)/../../Kerberos5/Sources/config-files/kdc.conf.M" ;
-InstallFile "$(DSTROOT)/usr/share/man/man5/krb5.conf.5" : "$(SRCROOT)/../../Kerberos5/Sources/config-files/krb5.conf.M" ;
-InstallFile "$(DSTROOT)/usr/share/man/man8/kadmin.8" : "$(SRCROOT)/../../Kerberos5/Sources/kadmin/cli/kadmin.M" ;
-InstallFile "$(DSTROOT)/usr/share/man/man8/kadmin.local.8" : "$(SRCROOT)/../../Kerberos5/Sources/kadmin/cli/kadmin.local.M" ;
-InstallFile "$(DSTROOT)/usr/share/man/man8/kadmind.8" : "$(SRCROOT)/../../Kerberos5/Sources/kadmin/server/kadmind.M" ;
-InstallFile "$(DSTROOT)/usr/share/man/man8/ktutil.8" : "$(SRCROOT)/../../Kerberos5/Sources/kadmin/ktutil/ktutil.M" ;
-InstallFile "$(DSTROOT)/usr/share/man/man8/kdb5_util.8" : "$(SRCROOT)/../../Kerberos5/Sources/kadmin/dbutil/kdb5_util.M" ;
-InstallFile "$(DSTROOT)/usr/share/man/man8/kprop.8" : "$(SRCROOT)/../../Kerberos5/Sources/slave/kprop.M" ;
-InstallFile "$(DSTROOT)/usr/share/man/man8/kpropd.8" : "$(SRCROOT)/../../Kerberos5/Sources/slave/kpropd.M" ;
-InstallFile "$(DSTROOT)/usr/share/man/man8/krb5kdc.8" : "$(SRCROOT)/../../Kerberos5/Sources/kdc/krb5kdc.M" ;
-InstallFile "$(DSTROOT)/usr/share/man/man8/krb524d.8" : "$(SRCROOT)/../../Kerberos5/Sources/krb524/krb524d.M" ;
-
-
-DEPENDS all : "$(MakeStamp)" ;
-
-DEPENDS install : all
- "$(DSTROOT)/usr/sbin/kadmin"
- "$(DSTROOT)/usr/sbin/kadmin.local"
- "$(DSTROOT)/usr/sbin/kadmind"
- "$(DSTROOT)/usr/sbin/kdb5_util"
- "$(DSTROOT)/usr/sbin/kprop"
- "$(DSTROOT)/usr/sbin/kpropd"
- "$(DSTROOT)/usr/sbin/krb524d"
- "$(DSTROOT)/usr/sbin/krb5kdc"
- "$(DSTROOT)/usr/sbin/ktutil"
- "$(DSTROOT)/usr/bin/krb5-config"
-
- "$(DSTROOT)/usr/share/man/man1/kerberos.1"
- "$(DSTROOT)/usr/share/man/man1/krb5-config.1"
- "$(DSTROOT)/usr/share/man/man5/kdc.conf.5"
- "$(DSTROOT)/usr/share/man/man5/krb5.conf.5"
- "$(DSTROOT)/usr/share/man/man8/kadmin.8"
- "$(DSTROOT)/usr/share/man/man8/kadmin.local.8"
- "$(DSTROOT)/usr/share/man/man8/kadmind.8"
- "$(DSTROOT)/usr/share/man/man8/kdb5_util.8"
- "$(DSTROOT)/usr/share/man/man8/kprop.8"
- "$(DSTROOT)/usr/share/man/man8/kpropd.8"
- "$(DSTROOT)/usr/share/man/man8/krb5kdc.8"
- "$(DSTROOT)/usr/share/man/man8/ktutil.8"
- "$(DSTROOT)/usr/share/man/man8/krb524d.8" ;
-
-DEPENDS installhdrs : all ;
diff --git a/src/mac/ReadMe b/src/mac/ReadMe
deleted file mode 100644
index 9e5226b691..0000000000
--- a/src/mac/ReadMe
+++ /dev/null
@@ -1,139 +0,0 @@
-Building the Macintosh version of Kerberos 5 and GSS
-----------------------------------------------------
-
-(Last updated $Date$)
-
-If you have questions or comments about the Macintosh build process,
-send e-mail to <macdev@mit.edu> .
-
-
-To build the Macintosh version of Kerberos 5 and GSS:
-
---- Installing tools ---
-
- 1) Install CodeWarrior Pro 4, including MPW.
- This build of Kerberos v5 and GSS requires CodeWarrior Pro4 MPW tools.
- Don't forget to run one of 4 Metrowerks MPW scripts, as described at the
- bottom of MPW worksheet the first time you launch it.
-
- 2) Download MacPerl and MacPerl MPW tool from
-
- <ftp://sunsite.cnlab-switch.ch/software/platform/macos/perl/>
-
- The MacPerl directory contains several versions of the app and the MPW
- tool. The *_appl and *_tool versions work properly with our scripts, e.g.,
- you should download "Mac_Perl_520r4_appl.bin" and "Mac_Perl_520r4_tool.bin".
-
- 3) Install MacPerl and MacPerl MPW tool by following the installation
- instructions provided with them:
- - install MacPerl application before installing MacPerl tool
- - after installing MacPerl tool, run its MPW configuration script
- and follow the instructions
-
---- Preparing Kerberos v5 build tree ---
-
- 4) Launch MPW.
-
- 5) Set directory in MPW to the top level of Kerberos 5 distribution
- (e.g. "GSS-Kerberos5").
-
- 6) Build target "prebuild" in MPW.
- This will create a new Makefile, so you may be asked whether you
- want to save changes to the Makefile if you opened it before step
- 6. Save the changes.
-
---- Building libraries ---
-
- 7) Build target "all" in MPW. Wait.
-
- Example build times: 30-40 minutes on a G3 machine, 80 minutes
- on a PowerMac 9600/233.
-
- You may receive some compile warnings about an ignored pragma, warnings
- about illegal implicit const pointer conversions, and some link warnings.
- These are normal and can be ignored.
-
- We used to see MPW crash during the link stage of the build. We think this
- has been fixed. If this happens to you, you should restart MPW and start
- the build again, and report the problem to macdev@mit.edu.
-
---- Binaries ---
-
- The following assumes that you have followed the steps above to build
- the GSS & Kerberos 5 libraries. What you now have supports both the
- Kerberos 5 and GSS APIs. Each is supported as both CFM shared libraries
- and CodeWarrior static link libraries for both 68k & PowerPC Macs.
- We strongly recommend you use the CFM shared libraries.
-
- The following binary components are provided/built in this release:
-
- ":MIT Kerberos Library"
- * Fat CFM Shared Library including GSS, and Kerberos v5, CCache, and DES
- libraries.
- * Not for linking against in your projects; include in distributions to
- be placed in System Folder:Extensions.
-
- :GSSLib.68K
- * CFM Shared Library including GSS for 68k Macs.
-
- :GSSLib.PPC
- * CFM Shared Library including GSS for PowerPC Macs.
-
- :Kerberos5Lib.68K
- * CFM Shared Library including Kerberos 5 for 68k Macs.
-
- :Kerberos5Lib.68K
- * CFM Shared Library including Kerberos 5 for PowerPC Macs.
-
- :mac:krb5.ini
- * Sample krb5.ini file using CYGNUS.COM as the default realm
-
- :include
- * An include directory containing the files necessary for development
-
---- Installation ---
-
- To install the Kerberos 5 system on your Mac:
-
- 1) Copy the :mac:krb5.ini file (configured for your site) into
- the "Preferences" folder in the "System Folder".
-
- 2) Install the shared libraries by copying the "MIT Kerberos Library" file
- to the "Extensions" folder in the "System Folder".
-
- 3) If you are using System 7.6 or earlier on a 68K Mac, install
- the CFM-68K Runtime Enabler 4.0, available from Apple at:
-
- <ftp://ftp.info.apple.com/Apple_Support_Area/Apple_Software_Updates/US/Macintosh/System/CFM-68K/>
-
---- Getting Started Programming ---
-
- You can program using either the Kerberos 5 or GSS APIs.
-
- To add Kerberos functionality to a Code Warrior based application:
-
- 1) PPC application: use shared libraries:
- For GSSAPI, add GSSLibraryPPC to your project
- For Kerberos v5 API, add K5LibraryPPC to your project
- Set the project options to 4 byte integers and enums treated as ints.
-
- 2) CFM-68K application: use shared libraries
- For GSSAPI, add GSSLibrary68K to your project
- For Kerberos v5 API, add K5Library68K to your project
- Set the project options to 4 byte integers and enums treated as ints.
-
- 3) Classic 68K application: use glue for shared libraries
- For GSSAPI, add GSSLib.glue.c to your project
- For Kerberos v5 API, add Kerberos5.glue.c to your project
- Set the project options to 4 byte integers and enums treated as ints.
-
- A PDF document describing the Kerberos 5 API is located at:
-
- <http://web.mit.edu/macdev/mit/doc/pdf/krb5api.pdf>
-
- (That document was created from tex files in the main Kerberos 5 source tree.)
-
- The GSSAPI is described in Internet RFC's 1508 and 1509:
-
- <http://info.internet.isi.edu/in-notes/rfc/files/rfc1508.txt>
- <http://info.internet.isi.edu/in-notes/rfc/files/rfc1509.txt>
diff --git a/src/mac/Release notes b/src/mac/Release notes
deleted file mode 100644
index 32b8a8b0e3..0000000000
--- a/src/mac/Release notes
+++ /dev/null
@@ -1,173 +0,0 @@
-Changes in 1.1a3:
- no static libraries
- no CNS config
- metaproject to build C and runtime libs
- fragment aliases
- debugging and non-debugging versions of shared libraries
-
-1.1b1
- building with 3des and realms iterator code
- config file changes to turn off 3des
-
-1.1b2
- upped cfm version numbers to prevent new apps from working with old libs
-
-1.1b3
- renamed prebuild "all" target to prebuild
- fixed resource chain mangling in Mac networking layer
-
-1.1b4
- realms iterator fixes
- additional tweaks to config file (reordering realms)
- fix debug targets to link against debug C and runtime libs
-
-1.1b5
- preliminary version of ccache v2 library and headers
- Mac changes for cc_set_cache_name, including addition of Krb5GlobalsLib
-
-1.1b6
- Fixed debug vs. non-debug import mistakes in GSSLib and globals lib.
- Fixed ccache API_VER_1 vs. API_VER_2 bug
-
-1.1b7
- Fixed clean target
- Added template target
- Fixed inconsistency about bugger size in globals API
- Updated to ccache 2.0b1
-
-1.1b8
- 68K builds are back
- Updated to ccache 2.0b2
-
-1.1b9
- Updated to ccache 2.0b3
- Added Krb5GlobalsGetDefaultCacheNameModification to globals library
- Fix for profiler crashing when krb5.ini is missing
-
-1.1b10
- Exported krb5 and gss interfaces to set cache name
-
-1.1b11
- Fixed krb5 globals lib to use existing default cache instead of creating a new one
-
-1.1b12
- CCache 2.0b4 (v5 credentials corruption fix)
- 68K builds gone again
-
-1.1b13
- fixed win-mac.h to not conflict with MSL stat.h
- updated to CCache 2.0b5
-
-1.1b14-1.1b19 skipped
-
-1.1b20
- fixed glue to include gss_krb5_ccache_name
-
------ Version upped to 2.0fc1 -----
-
-2.0fc1
- changed fragment names to "MIT Kerberos¥É"
- updated to DES lib 1.0.3
- updated to CCache 2.0fc1
- removed CLib and RuntimeLib from output binary
- renamed output to MIT Kerberos Library
- changed vers 2 resource to new name (MIT Kerberos for Macintosh)
-
-2.0fc2
- updated to CCache 2.0fc2
- removed 68K builds which snuck in somehow
-
-2.0fc3
- updated to CCache 2.0fc3
- added 68K des library
- removed all traces of CW builds
- forced 68K version of krb globals to build
-
-2.0 GM
- updated to DESLib 1.0.4
- added custom icon, vend, CCIª and hfdr resources
- renamed glue files
- updated readme
-
-2.0.1b1
- Microseconds support added
- Microseconds fixed on machines that don't have hardware support (Chas Williams)
- Fixed a bunch of missing krb5_auth_con_* exports
- Added NRL config file name (Chas Williams)
- Fixed profile layer to handle missing files correctly when looking for multiple ones
-
-2.1d1
- updated to sockets library
-
-2.1d2
- fixed oodles for sockets errno problems
- fixed exports to include krb5_auth_con_* and krb5_rc_*
-
-2.1d3
- rebuilt against MIT Support Library 1.1d3
-
-2.1d4
- separated profile lib
- fixed krb5 library CFM version numbers
- fixed makefile and perl scripts to build form arbitrary root
-
---- version upped to 2.5a1 ---
-
-2.5a1 - Monday, July 26, 1999 1:00:00 PM
- changed profile lib to use FSSpecs
- added krb5_get_profile
- reverted GSS library fragment name to GSSLibrary
- removed "MIT Kerberos¥GSSLib" alias
- removed "K5Library alias"
- removed com_err exports from krb5 lib
- fixed win-mac.h redefinition of size_t
-
-2.5a2 - Friday, August 6, 1999 1:40:00 PM
- fixed huge profile memory leak
- fixed memory leak in krb5_stdcc_destroy
- added traceback tables to PPC versions
-
-2.5b1
- from tag Mac_GSSKerberos5_2_5b1
- separated com_err lib
- now tracking krb5-1-1 branch
- added CCache cleanup to CFM termination procs
-
-2.5b2
- from tag Mac_GSSKerberos5_2_5b2
- cleaned up glue for all libraries
-
-2.5fc1
- from tag Mac_GSSKerberos5_2_5fc1
- added documentation and fixed makefile so that documentation,
- headers, and cfrm glue are always built correctly
-
-3.0d1
- from tag Mac_GSSKerberos5_3_0d1
- now tracking the trunk again
-
-3.0d2
- from tag Mac_GSSKerberos5_3_0d2
- no changes on the Mac side
-
-3.0d3
- from tag Mac_GSSKerberos5_3_0d3
- no changes on the Mac side
- fixed crash in get_init_creds when no network
-
-3.0d4
- from tag Mac_GSSKerberos5_3_0d4
- no changes on the Mac side
-
-3.0d5
- from tag Mac_GSSKerberos5_3_0d5
- no changes on the Mac side
-
-3.0d6
- from tag Mac_GSSKerberos5_3_0d6
- login lib support
- fixed to ccache v5 creds copying code
-
-3.0d7
- from tag Mac_GSSKerberos5_3_0d7
- support for login library in expired passwords
diff --git a/src/mac/libraries/ChangeLog b/src/mac/libraries/ChangeLog
deleted file mode 100644
index 8926b713ad..0000000000
--- a/src/mac/libraries/ChangeLog
+++ /dev/null
@@ -1,101 +0,0 @@
-Fri Feb 21 16:30:00 2003 Alexandra Ellwood <lxs@mit.edu>
- * Removed Mac OS 9 files.
-
-2001-10-09 Ken Raeburn <raeburn@mit.edu>
-
- * autoconf.h (NO_NESTED_PROTOTYPES): Don't define.
-
-2001-04-26 Ken Raeburn <raeburn@mit.edu>
-
- * autoconf.h (KRB5_PROVIDE_PROTOTYPES): Don't define.
-
-Wed Oct 21 17:40:00 1998 Miro Jurisic <meeroh@mit.edu>
-
- * Metrowerks: Added CodeWarrior Pro4 projects and docs
- * CodeWarrior Dependencies: Added CodeWarrior Pro4 deps
-
-Wed Jul 1 19:13:25 1998 Theodore Y. Ts'o <tytso@mit.edu>
-
- * KerberosHeaders.h: Removed #endif with no matching initial #if
- statement. (How did this compile before?)
-
-Tue Sep 30 19:04:20 1997 Tom Yu <tlyu@mit.edu>
-
- * autoconf.h: Replace HAS_STDLIB_H with something more sane. Punt
- POSIX_TYPES.
-
-Thu Sep 25 21:05:23 1997 Tom Yu <tlyu@mit.edu>
-
- * autoconf.h: Change HAS_SETVBUF, KRB5_USE_INET to something more
- sane.
-
-Thu Sep 18 17:59:05 1997 Tom Yu <tlyu@mit.edu>
-
- * autoconf.h: Replace USE_STRING_H with something more sane.
-
-Tue Jul 15 12:36:05 1997 Theodore Y. Ts'o <tytso@mit.edu>
-
- * KerberosHeaders.h: Remove (probably unneeded) size_t definition.
-
-Sat Nov 23 00:18:20 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
-
- * KerberosHeaders.h: Remove DES3 and SHA support for 1.0, since
- what's there isn't the correct final algorithm. (They
- will be re-added later.) [PR #231]
-
-Tue Apr 30 14:53:54 1996 <tytso@rsts-11.mit.edu>
-
- * KerberosHeaders.h: Removed PROVIDE_SNEFRU (shouldn't be there)
- and added PROVIDE_CRC32 (was originally in k5-int.h).
-
-Wed Apr 10 10:14:22 1996 Theodore Y. Ts'o <tytso@dcl>
-
- * KerberosHeaders.h (PROVIDE_DES_CBC_RAW): Fix #define of
- PROVIDE_DES_CBC_RAW so that the mac implementation
- actually exported the raw DES encryption system (needed
- for GSSAPI). Also added defines for the triple-DES
- encryption systems.
-
-Wed Mar 27 00:07:46 1996 Theodore Y. Ts'o <tytso@dcl>
-
- * KerberosHeaders.h: Add #define of HAVE_STDLIB_H, since
- Macintoshes have it!
-
-Wed Wed 27 18:00:00 1995 John Rivlin <jrivlin@fusion.com>
-
- * KerberosHeaders.h: Created the file with the contents of
- KerberosHeaders.pch so that KerberosHeadersCFM.pch can
- also use it.
-
- * KerberosHeadersCFM.pch: Added file so that CFM compiler
- can use a private binary header file.
-
-Wed Wed 27 12:00:00 1995 James Mattly <mattly@fusion.com>
-
- * autoconf.h: File is now moved to include directory as
- Makefile.in is run to create kerbsrc.tar. Also
- the file has been cleaned up as it is not
- automatically generated.
-
- * libraries.sit.hqx: Mac project files have been reworked.
- The CFM projects are now called "Kerberos 5 Library"
- and "GSS Library". The GSS library project includes
- the Kerberos 5 Library so you must install both
- libraries in the system folder to use the GSS API
- interface.
-
-Wed Sep 20 12:00:00 1995 James Mattly <mattly@fusion.com>
-
- * libraries.sit.hqx: Updated project files to exclude verification
- files so users can link without the benefits of a
- preimplemented main.
-
- * KerberosHeaders.pch: Updated to handle change password.
-
-Sun Sep 10 12:00:00 1995 James Mattly <mattly@fusion.com>
-
- * ChangeLog created
-
- * libraries.sit.hqx: Project files changed to include new files
- and renamed files.
-