• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..27-May-2015211

acinclude.m4H A D14-Nov-2012261

aclocal.m4H A D14-Nov-201239.3 KiB

admin/H25-Aug-201419

appl/H25-Aug-201421

autogen.shH A D14-Nov-2012297

base/H25-Aug-201427

cf/H25-Aug-201484

ChangeLogH A D14-Nov-201213.4 KiB

ChangeLog.1998H A D14-Nov-201290.9 KiB

ChangeLog.1999H A D14-Nov-201262.1 KiB

ChangeLog.2000H A D14-Nov-201240.8 KiB

ChangeLog.2001H A D14-Nov-201235.1 KiB

ChangeLog.2002H A D14-Nov-201220.7 KiB

ChangeLog.2003H A D14-Nov-201254.9 KiB

ChangeLog.2004H A D14-Nov-201244.1 KiB

ChangeLog.2005H A D14-Nov-201260.3 KiB

ChangeLog.2006H A D14-Nov-201260 KiB

ChangeLog.2007H A D14-Nov-201236.7 KiB

code-size.txtH A D14-Nov-20125.6 KiB

compileH A D14-Nov-20123.7 KiB

config.guessH A D14-Nov-201243.9 KiB

config.subH A D14-Nov-201233.6 KiB

configureH A D14-Nov-2012747.7 KiB

configure.acH A D14-Nov-201216.7 KiB

depcompH A D14-Nov-201218.2 KiB

doc/H25-Aug-201438

etc/H25-Aug-20145

Heimdal.xcodeproj/H25-Aug-20143

include/H25-Aug-201413

install-shH A D14-Nov-201213.3 KiB

kadmin/H25-Aug-201437

kcm/H25-Aug-201422

kdc/H25-Aug-201448

kpasswd/H25-Aug-201410

krb5.confH A D14-Nov-2012406

kuser/H25-Aug-201441

lib/H25-Aug-201427

LICENSEH A D14-Nov-20121.6 KiB

ltmain.shH A D14-Nov-2012219.8 KiB

Makefile.amH A D14-Nov-2012970

Makefile.am.commonH A D14-Nov-201253

missingH A D14-Nov-201211.2 KiB

NEWSH A D14-Nov-201224.5 KiB

NTMakefileH A D14-Nov-20121.7 KiB

packages/H25-Aug-20147

plugins/H25-Aug-20148

po/H25-Aug-201417

profiles/H25-Aug-20143

READMEH A D14-Nov-2012590

README.fastH A D26-Sep-2013228

README.pku2uH A D14-Nov-20121 KiB

Sample/H25-Aug-20147

scripts/H25-Aug-201415

tests/H25-Aug-201415

TODOH A D14-Nov-2012624

TODO-appleH A D14-Nov-2012380

tools/H25-Aug-20149

windows/H25-Aug-20148

xcconfig/H25-Aug-20146

ylwrapH A D14-Nov-20126 KiB

README

1
2Heimdal is a Kerberos 5 implementation.
3
4For information how to install see <http://www.h5l.org/compile.html>.
5
6There are briefer man pages for most of the commands.
7
8Bug reports and bugs are appreciated, see more under Bug reports in
9the manual on how we prefer them: <heimdal-bugs@h5l.org>.
10
11For more information see the web-page at
12<http://www.h5l.org/> or the mailing lists:
13
14heimdal-announce@sics.se	low-volume announcement
15heimdal-discuss@sics.se		high-volume discussion
16
17send a mail to heimdal-announce-request@sics.se and
18heimdal-discuss-request@sics.se respectively to subscribe.
19

README.fast

1
2-- in order of preference
3
4- client: plugin support for fast plugins
5
6- kdc: plugin support for fast plugins
7	partly done with "struct kdc_patypes"
8
9- kcm: support FAST armor ticket
10-- using PK-INIT anonymous
11-- using host key
12

README.pku2u

1draft comments:
2
3- tag for nameNotInCert (GeneralName is a choice)
4
5- TargetName.exportedTargName have spelling error on OCTET STRING
6
7- padata number is wrong (page 13)
8
9still missing:
10
11- storing credentials so we can skip pku2u
12- mapping server names into kerberos name
13- setting target asserted name
14- Make target name have a real meaning
15- Implemement GSS_C_NT_DN
16- Verify ad-pku2u-client-name in acceptor
17
18How to try:
19
20- sudo dscl . append /Users/lha RecordName 'description=MobileMe Sharing Certificate,CN=bitcollector,OU=me.com,O=Apple Inc.,C=US'
21
22- sudo chmod 644 /etc/krb5.keytab 
23
24- /usr/local/libexec/heimdal/bin/test_context --mech-type=PKU2U --mutual-auth --wrap service@host 
25
26
27
28sudo dscl . append  /Users/lha RecordName  55D20C14EE9EB4C41962801D1AD88AD7ACF34D72
29sudo dscl . append  /Users/lha dsAttrTypeStandard:AltSecurityIdentities 'X509:<T>CN=Apple Root Certificate Authority,OU=Apple Computer Certificate Authority,O=Apple Computer\, Inc.,C=US<S>description=MobileMe Sharing Certificate,CN=bitcollector,OU=me.com,O=Apple Inc.,C=US'
30