Commit Graph

32 Commits

Author SHA1 Message Date
Jeffrey Altman
7ab7fdd269 update .gitignore 2022-01-20 12:49:19 -05:00
Nicolas Williams
04523254c1 asn1: Restore styling of generated sources 2022-01-11 17:45:27 -06:00
Luke Howard
774f50b28b gss: move GSS pre-auth helpers to convenience lib
GSS pre-auth helpers do not belong in libgssapi, so move them to a separate
convenience library.
2021-08-27 15:20:07 +10:00
Nicolas Williams
5447b81fb1 hdb: Move virtual principals into HDB layer
This is a large commit that adds several features:

 - Revamps and moves virtual host-based service principal functionality
   from kdc/ to lib/hdb/ so that it may be automatically visible to
   lib/kadm5/, as well as kadmin(1)/kadmind(8) and ktutil(1).

   The changes are backwards-incompatible.

 - Completes support for documenting a service principal's supported
   enctypes in its HDB entry independently of its long-term keys.  This
   will reduce HDB bloat by not requiring that service principals have
   more long-term keys than they need just to document the service's
   supported enctypes.

 - Adds support for storing krb5.conf content in principals' HDB
   entries.  This may eventually be used for causing Heimdal KDC
   services to reconfigure primary/secondary roles automatically by
   discovering the configured primary in an HDB entry for the realm.

   For now this will be used to help reduce the amount of configuration
   needed by clients of an upcoming HTTP binding of the kadmin service.
2020-09-08 00:25:36 -05:00
Luke Howard
4a7eb74374 gss: SAnon - the Simple Anonymous GSS-API mechanism
Add support for SAnon, a simple key agreement protocol that provides no
authentication of initiator or acceptor using x25519 ECDH key exchange.
See doc/standardization/draft-howard-gss-sanon-xx.txt for a protocol
description.
2020-04-25 23:19:30 -05:00
Luke Howard
7eb397834e hcrypto: make libtommath v1.2.0 work with Heimdal 2020-04-24 11:59:54 +10:00
Roland C. Dowdeswell
06f3507c77 Update .gitignore to catch more test remains 2019-11-20 18:14:44 -05:00
Roland C. Dowdeswell
a86e1076a0 Ignore tags files and *_asn1_oid.x 2019-10-30 18:16:34 +00:00
Jeffrey Altman
7d8a72dbe6 .gitignore
RimStar state file (rs_state.ini)

Change-Id: I110de7d64e23d644d70f8b37f4f5d7c2e3d087a4
2019-06-07 22:12:54 -04:00
Jeffrey Altman
4519757881 .gitignore
ignore Visual Studio Code directory (.vscode)

Change-Id: I4760ef5382cec6ef1c1c178fe477967132d73aed
2019-06-07 22:10:34 -04:00
Luke Howard
6ce1aa84c5 Remove rk_getpw*_r() functions 2018-12-25 22:11:19 -06:00
Nicolas Williams
8a77f45aff Remove appl/su 2018-12-25 22:11:19 -06:00
Luke Howard
511c84fe65 roken: add test-auxval test to .gitignore 2018-12-23 07:42:35 +00:00
Viktor Dukhovni
bb507cd4d4 Goodbye push 2016-11-14 14:19:58 -05:00
Viktor Dukhovni
b77e701a22 Goodbye login 2016-11-14 02:59:12 -05:00
Viktor Dukhovni
63d2935c4f Goodbye FTP 2016-11-14 02:42:08 -05:00
Viktor Dukhovni
77ff7185d7 Updated libedit to NetBSD upstream
Note: This unconditionally assumes wchar_t support.  May need revision
if some platforms prove problematic.
2016-11-14 02:22:51 -05:00
Roland C. Dowdeswell
4fb67dcbc1 Update .gitignore to catch some additional artefacts. 2016-05-12 16:53:36 -04:00
Jelmer Vernooij
88447a543a Update .gitignore to ignore all test binaries and output. 2014-05-10 15:03:57 +02:00
Ken Dreyer
f8753adb64 ignore lib/base/base64.c in Git
lib/base/base64.c is an auto-generated file. Add it to the list in
.gitignore
2014-02-17 14:49:28 -07:00
Jelmer Vernooij
4028bc3b70 Update .gitignore with generated files. 2014-01-20 00:38:54 +00:00
Jelmer Vernooij
2b365b2327 Rename kcc to heimtools.
This should prevent naming clashes with other utilities named 'kcc'.

Signed-off-by: Love Hörnquist Åstrand <lha@h5l.org>
2012-03-06 00:06:26 -08:00
Love Hornquist Astrand
6961424682 path should start with / 2011-04-01 01:12:46 -07:00
Love Hornquist Astrand
bd98e01ff9 ignore generated files better (and remove them from repo) 2011-04-01 00:36:27 -07:00
Jelmer Vernooij
a7b851fad0 gitignore: Ignore generated binaries.
Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
2011-02-23 19:47:48 -08:00
Love Hornquist Astrand
c166adf010 ignore doxyout 2010-08-20 19:39:20 -07:00
Asanka Herath
b252f38c4c .gitgnore Windows artifacts 2010-05-26 12:19:29 -04:00
Russ Allbery
e7d997e8ee Comment .gitignore
Add some header comments and an introductory comment explaining how to
check that no rule ignores files present in the repository.

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
2010-02-02 19:37:44 -08:00
Russ Allbery
dc2b09f167 Remove lib/hx509/*.pem files from .gitignore
These files are included in the repository and don't have makefile
rules to generate them, so don't ignore them.

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
2010-02-02 19:37:28 -08:00
Russ Allbery
92a17668e5 Flesh out .gitignore
Update .gitignore to include all the files generated during a normal
build on Debian squeeze.

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
2010-02-02 19:36:46 -08:00
Love Hornquist Astrand
856b8484c3 ignore different 2009-07-30 15:41:02 +02:00
Love Hörnquist Åstrand
f4c2c5243c x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25273 ec53bebd-3082-4978-b11e-865c3cabbd6b
2009-06-06 05:24:56 +00:00