| /freebsd/contrib/pam-krb5/ci/ |
| H A D | kdc-setup-heimdal | 3 # Build a Kerberos test realm for Heimdal. 9 # Heimdal package. 18 apt-get install heimdal-kdc 21 cp ci/files/heimdal/heimdal-kdc /etc/default/heimdal-kdc 22 cp ci/files/heimdal/kadmind.acl /etc/heimdal-kdc/kadmind.acl 23 cp ci/files/heimdal/kdc.conf /etc/heimdal-kdc/kdc.conf 24 cp ci/files/heimdal/krb5.conf /etc/krb5.conf 25 cp ci/files/heimdal/pki-mapping /etc/heimdal-kdc/pki-mapping 27 # Some versions of heimdal-kdc require this. 28 ln -s /etc/heimdal-kdc/kadmind.acl /var/lib/heimdal-kdc/kadmind.acl [all …]
|
| /freebsd/crypto/heimdal/ |
| H A D | NEWS | 1 Release Notes - Heimdal - Version Heimdal 1.5.2 7 Release Notes - Heimdal - Version Heimdal 1.5.1 14 Release Notes - Heimdal - Version Heimdal 1.5 25 Release Notes - Heimdal - Version Heimdal 1.4 41 Release Notes - Heimdal - Version Heimdal 1.3.3 47 Release Notes - Heimdal - Version Heimdal 1.3.2 60 Release Notes - Heimdal - Version Heimdal 1.3.1 67 Release Notes - Heimdal - Version Heimdal 1.3.1 73 Release Notes - Heimdal - Version Heimdal 1.3 119 Release Notes - Heimdal - Version Heimdal 1.2.1 [all …]
|
| H A D | README | 2 Heimdal is a Kerberos 5 implementation. 9 the manual on how we prefer them: <heimdal-bugs@h5l.org>. 14 heimdal-announce@sics.se low-volume announcement 15 heimdal-discuss@sics.se high-volume discussion 17 send a mail to heimdal-announce-request@sics.se and 18 heimdal-discuss-request@sics.se respectively to subscribe.
|
| /freebsd/crypto/heimdal/doc/doxyout/krb5/html/ |
| H A D | modules.html | 8 <a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/… 24 <li><a class="el" href="group__krb5.html">Heimdal Kerberos 5 library</a> 25 <li><a class="el" href="group__krb5__address.html">Heimdal Kerberos 5 address functions</a> 26 <li><a class="el" href="group__krb5__principal.html">Heimdal Kerberos 5 principal functions</a> 27 <li><a class="el" href="group__krb5__ccache.html">Heimdal Kerberos 5 credential cache functions</a> 28 <li><a class="el" href="group__krb5__crypto.html">Heimdal Kerberos 5 cryptography functions</a> 29 <li><a class="el" href="group__krb5__credential.html">Heimdal Kerberos 5 credential handing functio… 30 <li><a class="el" href="group__krb5__deprecated.html">Heimdal Kerberos 5 deprecated functions</a> 31 <li><a class="el" href="group__krb5__digest.html">Heimdal Kerberos 5 digest service</a> 32 <li><a class="el" href="group__krb5__error.html">Heimdal Kerberos 5 error reporting functions</a> [all …]
|
| H A D | krb5_introduction.html | 8 <a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/… 29 …how to create a context and module <a class="el" href="group__krb5.html">Heimdal Kerberos 5 librar… 36 …rmation and also module <a class="el" href="group__krb5__principal.html">Heimdal Kerberos 5 princi… 42 …al cache functions</a> and <a class="el" href="group__krb5__ccache.html">Heimdal Kerberos 5 creden… 45 …ment compared to just getting one of the unix error-codes back. However, Heimdal have an extention… 46 See also module <a class="el" href="group__krb5__error.html">Heimdal Kerberos 5 error reporting fun… 48 A keytab is a storage for locally stored keys. Heimdal includes keytab support for Kerberos 5 keyta… 50 … handing functions</a> and <a class="el" href="group__krb5__keytab.html">Heimdal Kerberos 5 keytab… 52 Heimdal includes a implementation of the Kerberos crypto framework, all crypto operations. To creat… 53 See also module <a class="el" href="group__krb5__crypto.html">Heimdal Kerberos 5 cryptography funct… [all …]
|
| /freebsd/contrib/pam-krb5/portable/ |
| H A D | krb5.h | 5 * issues, primarily between MIT Kerberos and Heimdal, so that code can be 9 * and Heimdal, it's not possible to write code to either one of the APIs and 11 * the Heimdal API and fix it for MIT Kerberos, but there are places where MIT 15 * For example, MIT Kerberos has krb5_free_unparsed_name() whereas Heimdal 56 /* Heimdal: KRB5_WELLKNOWN_NAME, MIT: KRB5_WELLKNOWN_NAMESTR. */ 65 /* Heimdal: KRB5_ANON_NAME, MIT: KRB5_ANONYMOUS_PRINCSTR. */ 74 /* Heimdal: KRB5_ANON_REALM, MIT: KRB5_ANONYMOUS_REALMSTR. */ 101 * Now present in both Heimdal and MIT, but very new in MIT and not present in 102 * older Heimdal. 108 /* Heimdal: krb5_data_free, MIT: krb5_free_data_contents. */ [all …]
|
| H A D | kadmin.h | 4 * This header adjusts for differences between the MIT and Heimdal kadmin 6 * (favoring the Heimdal API as the exposed one). 37 * MIT as of 1.10 supports version 3. Heimdal as of 1.5 has a maximum version 39 * (Heimdal does this for us, so we only have to do that with MIT, but be 50 /* Heimdal doesn't define KADM5_PASS_Q_GENERIC. */ 55 /* Heimdal doesn't define KADM5_MISSING_KRB5_CONF_PARAMS. */ 62 * Kerberos context. With Heimdal, just use krb5_init_context. 69 * Heimdal provides _ctx functions that take an existing context. MIT always
|
| /freebsd/crypto/heimdal/doc/doxyout/krb5/man/man3/ |
| H A D | krb5_introduction.3 | 14 See the manual page for \fBkrb5_init_context()\fP how to create a context and module \fBHeimdal Ker… 24 … principal handing functions.\fP for more information and also module \fBHeimdal Kerberos 5 princi… 34 See also \fBThe credential cache functions\fP and \fBHeimdal Kerberos 5 credential cache functions\… 38 …ment compared to just getting one of the unix error-codes back. However, Heimdal have an extention… 40 See also module \fBHeimdal Kerberos 5 error reporting functions\fP . 42 A keytab is a storage for locally stored keys. Heimdal includes keytab support for Kerberos 5 keyta… 46 See also \fBThe keytab handing functions\fP and \fBHeimdal Kerberos 5 keytab handling functions\fP . 48 Heimdal includes a implementation of the Kerberos crypto framework, all crypto operations. To creat… 50 See also module \fBHeimdal Kerberos 5 cryptography functions\fP . 53 … if you want a real working client, please look in appl/test directory in the Heimdal distribution. [all …]
|
| /freebsd/crypto/heimdal/doc/ |
| H A D | intro.texi | 8 @heading What is Heimdal? 10 Heimdal is a free implementation of Kerberos 5. The goals are to: 32 Heimdal has the following features (this does not mean any of this 78 Bug reports should be sent to @email{heimdal-bugs@@h5l.org}. Please 90 Heimdal. @email{heimdal-announce@@sics.se} is a low-volume announcement 91 list, while @email{heimdal-discuss@@sics.se} is for general discussion. 94 @heading Heimdal source code, binaries and the manual 96 The source code for heimdal, links to binaries and the manual (this 98 @url{http://www.pdc.kth.se/heimdal/}.
|
| H A D | heimdal.texi | 4 @setfilename heimdal.info 5 @settitle HEIMDAL 25 * Heimdal: (heimdal). The Kerberos 5 distribution from KTH 31 @title Heimdal 59 @top Heimdal 62 This manual for version @value{VERSION} of Heimdal. 118 * Configuring Windows to use a Heimdal KDC:: 119 * Inter-Realm keys (trust) between Windows and a Heimdal KDC::
|
| H A D | win2k.texi | 10 issues between Heimdal and various Windows versions. 20 * Configuring Windows to use a Heimdal KDC:: 21 * Inter-Realm keys (trust) between Windows and a Heimdal KDC:: 29 @node Configuring Windows to use a Heimdal KDC, Inter-Realm keys (trust) between Windows and a Heim… 31 @section Configuring Windows to use a Heimdal KDC 38 Use the @command{kadmin} program in Heimdal to create a host principal in the 86 …alm keys (trust) between Windows and a Heimdal KDC, Create account mappings, Configuring Windows t… 88 @section Inter-Realm keys (trust) between Windows and a Heimdal KDC 102 to use a Heimdal KDC}. 125 You also need to add the inter-realm keys to the Heimdal KDC. But take [all …]
|
| H A D | Makefile.in | 99 INFO_DEPS = $(srcdir)/heimdal.info $(srcdir)/hx509.info 101 DVIS = heimdal.dvi hx509.dvi 102 PDFS = heimdal.pdf hx509.pdf 103 PSS = heimdal.ps hx509.ps 104 HTMLS = heimdal.html hx509.html 105 TEXINFOS = heimdal.texi hx509.texi 369 libexec_heimdaldir = $(libexecdir)/heimdal 379 MAKEINFOFLAGS = --css-include=$(srcdir)/heimdal.css 381 info_TEXINFOS = heimdal.texi hx509.texi 394 heimdal.texi \ [all …]
|
| /freebsd/contrib/pam-krb5/ci/files/heimdal/ |
| H A D | kdc.conf | 1 # Heimdal KDC configuration. -*- conf -*- 7 acl_file = /etc/heimdal-kdc/kadmind.acl 14 pkinit_identity = FILE:/etc/heimdal-kdc/kdc.pem 15 pkinit_anchors = FILE:/etc/heimdal-kdc/ca/ca.pem 16 pkinit_mappings_file = /etc/heimdal-kdc/pki-mapping 21 default_realm = HEIMDAL.TEST 26 HEIMDAL.TEST.EYRIE.ORG = {
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | doxygen.c | 40 /*! @mainpage Heimdal Kerberos 5 library 44 * Heimdal libkrb5 library is a implementation of the Kerberos 60 * Heimdal, please see: @ref krb5_fileformats 66 /** @defgroup krb5 Heimdal Kerberos 5 library */ 67 /** @defgroup krb5_address Heimdal Kerberos 5 address functions */ 68 /** @defgroup krb5_principal Heimdal Kerberos 5 principal functions */ 69 /** @defgroup krb5_ccache Heimdal Kerberos 5 credential cache functions */ 70 /** @defgroup krb5_crypto Heimdal Kerberos 5 cryptography functions */ 71 /** @defgroup krb5_credential Heimdal Kerberos 5 credential handing functions */ 72 /** @defgroup krb5_deprecated Heimdal Kerberos 5 deprecated functions */ [all …]
|
| /freebsd/contrib/pam-krb5/tests/module/ |
| H A D | expired-t.c | 48 * Ensure we can expire the password. Heimdal has a prompt for the in main() 81 * Heimdal for testing because the prompts changed substantially. Use the in main() 87 run_script("data/scripts/expired/basic-heimdal", &config); in main() 91 run_script("data/scripts/expired/basic-heimdal-debug", &config); in main() 93 run_script("data/scripts/expired/basic-heimdal-old", &config); in main() 97 run_script("data/scripts/expired/basic-heimdal-old-debug", &config); in main() 112 run_script("data/scripts/expired/basic-heimdal-silent", &config); in main() 116 run_script("data/scripts/expired/basic-heimdal-flag-silent", &config); in main() 142 * Skip this check on Heimdal currently (Heimdal 7.4.0) because its in main() 144 * incomplete. See <https://github.com/heimdal/heimdal/issues/322>. in main() [all …]
|
| /freebsd/crypto/heimdal/lib/hx509/ |
| H A D | test_windows.in | 56 --subject="CN=Windows-CA,DC=heimdal,DC=pki" \ 63 --pk-init-principal="krbtgt/HEIMDAL.PKI@HEIMDAL.PKI" \ 64 --hostname=kdc.heimdal.pki \ 66 --subject="CN=kdc.heimdal.pki,dc=heimdal,dc=pki" \ 76 --pk-init-principal="user@HEIMDAL.PKI" \ 78 --subject="CN=User,DC=heimdal,DC=pki" \ 79 --ms-upn="user@heimdal.pki" \
|
| /freebsd/crypto/heimdal/tools/ |
| H A D | Makefile.am | 9 pkgconfig_DATA = heimdal-gssapi.pc 38 heimdal-gssapi.pc: heimdal-gssapi.pc.in 39 $(subst) $(srcdir)/heimdal-gssapi.pc.in > $@.new 46 heimdal-gssapi.pc.in \ 52 heimdal-gssapi.pc \ 53 heimdal-gssapi.pc.new
|
| /freebsd/contrib/pam-krb5/tests/data/ |
| H A D | valgrind.supp | 54 heimdal-base-once 61 heimdal-gss-config 68 heimdal-gss-config-2 74 heimdal-gss-cred 82 heimdal-gss-krb5-init 89 heimdal-gss-load-mech 96 heimdal-krb5-init-context-once 103 heimdal-krb5-reg-plugins-once 111 heimdal-krb5-openssl-init
|
| /freebsd/crypto/heimdal/doc/doxyout/hdb/html/ |
| H A D | index.html | 3 <title>Heimdalhdblibrary: Heimdal database backend library</title> 8 <a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/… 21 <h1>Heimdal database backend library</h1> 25 Heimdal libhdb library provides the backend support for Heimdal kdc and kadmind. Its here where plu… 26 Example of Heimdal backend are:<ul>
|
| /freebsd/contrib/pam-krb5/ |
| H A D | NEWS | 100 When built against recent versions of Heimdal with richer status codes 107 Fix expired password tests to work with Heimdal 7.0.1 and later. 151 Suppress spurious password prompt from Heimdal when authenticating 157 Treat an KRB5_GET_IN_TKT_LOOP error as an incorrect password. Heimdal 158 KDCs sometimes return it, and Heimdal kinit treats it this way. 160 since this error is returned by a Heimdal 1.6-rc2 KDC for incorrect 169 * Fix probing for Heimdal's libroken to work with older versions. 231 but Heimdal does. pam-krb5 previously unconditionally added a colon 232 and space, resulting in doubled colons with Heimdal. Work around this 291 Some old versions of Heimdal (0.7.2 in OpenBSD 4.9, specifically) [all …]
|
| /freebsd/crypto/heimdal/lib/heimdal/ |
| H A D | NTMakefile | 32 RELDIR = lib\heimdal 57 DEF=$(OBJ)\heimdal.def 59 RES=$(OBJ)\heimdal-version.res 70 DLL=$(BINDIR)\heimdal.dll 72 $(LIBHEIMDAL): $(BINDIR)\heimdal.dll 81 -$(RM) $(BINDIR)\heimdal.*
|
| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | privsafe.c | 149 * broken Heimdal implementation (at least as of 0.5.2), which 152 * detecting a Heimdal implementation, so we resort to this mess 158 * contents of the encoding indicates a negative value. Heimdal does 168 * encodings emitted by Heimdal are ambiguous. 170 * Heimdal counter value received uint32 value 193 * initial Heimdal counter values, but we receive them as one of 2^23 194 * possible values. There is a ~1/256 chance of a Heimdal 201 * expecting a value corresponding to an ambiguous Heimdal counter 253 * If sender is not known for certain to be a broken Heimdal in k5_privsafe_check_seqnum() 261 * sent by broken Heimdal implementations. If it matches, we in k5_privsafe_check_seqnum() [all …]
|
| /freebsd/crypto/heimdal/kdc/ |
| H A D | hprop.8 | 36 .Os HEIMDAL 51 .Op Fl Fl source= Ns Ar heimdal|mit-dump 80 a stream of Heimdal database records. This stream can either be 96 .It Fl Fl source= Ns Ar heimdal|mit-dump|krb4-dump|kaserver 100 .It heimdal 101 a Heimdal database
|
| /freebsd/crypto/heimdal/doc/doxyout/ntlm/html/ |
| H A D | index.html | 3 <title>Heimdalntlmlibrary: Heimdal NTLM library</title> 8 <a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/… 23 <h1>Heimdal NTLM library</h1> 27 Heimdal libheimntlm library is a implementation of the NTLM protocol, both version 1 and 2. The GSS… 29 This is a support library for the core protocol, its used in Heimdal to implement and GSS-API mecha… 31 The Heimdal projects web page: <a href="http://www.h5l.org/">http://www.h5l.org/</a><h2><a class="a…
|
| /freebsd/crypto/heimdal/lib/gssapi/ |
| H A D | gssapi.3 | 49 The GSS-API implementation in Heimdal implements the Kerberos 5 and 104 .Nm Heimdal 117 New clients/servers will try both the old and new MIC in Heimdal 0.6. 121 Heimdal 0.6 still generates by default the broken GSS-API DES3 mic, 151 Heimdal defaults to correct SPNEGO when the the kerberos 166 .Nm heimdal
|