mech_eap.git
11 years agoCall gssEapCompareName not gss_compare_name ietf-approved
Sam Hartman [Wed, 19 Sep 2012 00:45:25 +0000 (20:45 -0400)]
Call gssEapCompareName not gss_compare_name

we have a mech name not a union name so use the local mechanism.

11 years agoremove references to PADL mechanism OIDs
Luke Howard [Sun, 16 Sep 2012 04:11:31 +0000 (14:11 +1000)]
remove references to PADL mechanism OIDs

11 years agoneglected gss-eap-v1 arc in OID comment table
Luke Howard [Sun, 16 Sep 2012 04:07:44 +0000 (14:07 +1000)]
neglected gss-eap-v1 arc in OID comment table

11 years agoCoding style conform
Luke Howard [Sun, 16 Sep 2012 03:00:04 +0000 (13:00 +1000)]
Coding style conform

11 years agoUpdate to use IETF RADIUS attributes
Sam Hartman [Fri, 14 Sep 2012 17:18:08 +0000 (13:18 -0400)]
Update to use IETF RADIUS attributes

draft-ietf-abfab-gss-eap is approved and IANA has assigned
standardized RADIUS attributes, so these are no longer vendor
specific.

Update dictionary file to change the names of the existing attributes.

11 years agoUpdate name OIDs
Sam Hartman [Fri, 14 Sep 2012 17:53:34 +0000 (13:53 -0400)]
Update name OIDs

Add comment on where OIDs come from and update oid for EAP name type.

11 years agoUpdate mech oid to conform to draft-ietf-abfab-gss-eap-09
Kevin Wasserman [Wed, 12 Sep 2012 15:52:05 +0000 (11:52 -0400)]
Update mech oid to conform to draft-ietf-abfab-gss-eap-09

11 years agoUpdate gitignore
Sam Hartman [Wed, 12 Sep 2012 20:29:21 +0000 (16:29 -0400)]
Update gitignore

11 years agoFix gcc 4.7 warnings
Sam Hartman [Wed, 12 Sep 2012 20:28:58 +0000 (16:28 -0400)]
Fix gcc 4.7 warnings

11 years agoSend acceptor name and verify
Sam Hartman [Tue, 11 Sep 2012 19:50:30 +0000 (15:50 -0400)]
Send acceptor name and verify

In extensions state, send the acceptor name.
When the acceptor name is sent, verify if we already have a name hint.

11 years agoUpdate to gss-eap-naming-04
Sam Hartman [Tue, 11 Sep 2012 18:52:17 +0000 (14:52 -0400)]
Update to gss-eap-naming-04

Update attribute prefixes used to draft-ietf-abfab-gss-eap-naming-04.

11 years agoMerge remote-tracking branch 'origin/radius-new-client-pkcs12'
Sam Hartman [Tue, 11 Sep 2012 18:15:49 +0000 (14:15 -0400)]
Merge remote-tracking branch 'origin/radius-new-client-pkcs12'

11 years agoMerge remote-tracking branch 'origin/rfc3961-mic'
Sam Hartman [Tue, 11 Sep 2012 18:13:12 +0000 (14:13 -0400)]
Merge remote-tracking branch 'origin/rfc3961-mic'

11 years agofix ISCBO for gssEapPseudoRandom signature change
Luke Howard [Sat, 8 Sep 2012 23:47:33 +0000 (09:47 +1000)]
fix ISCBO for gssEapPseudoRandom signature change

11 years agocorresponding header change for gssEapPseudoRandom
Luke Howard [Sat, 8 Sep 2012 02:28:30 +0000 (12:28 +1000)]
corresponding header change for gssEapPseudoRandom

11 years agoCleanup gssEapPseudoRandom()
Luke Howard [Fri, 7 Sep 2012 03:25:09 +0000 (13:25 +1000)]
Cleanup gssEapPseudoRandom()

11 years agoDon't define inline if compiling C++ on Win32
Luke Howard [Wed, 5 Sep 2012 01:38:53 +0000 (11:38 +1000)]
Don't define inline if compiling C++ on Win32

11 years agoHandle NULL sequence state in exported partial contexts
Luke Howard [Sat, 11 Aug 2012 04:30:56 +0000 (14:30 +1000)]
Handle NULL sequence state in exported partial contexts

This could be further improved by not encoding the sequence state
if it is zero.

11 years agoDon't expect OID for imported initiator name
Luke Howard [Sat, 11 Aug 2012 04:23:05 +0000 (14:23 +1000)]
Don't expect OID for imported initiator name

11 years agoallow GSS_C_NO_CREDENTIAL to gssEapPrimaryMechForCred
Luke Howard [Tue, 19 Jun 2012 15:45:38 +0000 (01:45 +1000)]
allow GSS_C_NO_CREDENTIAL to gssEapPrimaryMechForCred

11 years agopreserve name mechanism on imported contexts
Luke Howard [Sat, 11 Aug 2012 00:54:38 +0000 (10:54 +1000)]
preserve name mechanism on imported contexts

11 years agoallow GSS_C_NO_CREDENTIAL to gssEapPrimaryMechForCred
Luke Howard [Tue, 19 Jun 2012 15:45:38 +0000 (01:45 +1000)]
allow GSS_C_NO_CREDENTIAL to gssEapPrimaryMechForCred

12 years agoMerge branch 'master' into radius-new-client-pkcs12
Luke Howard [Thu, 2 Feb 2012 21:04:00 +0000 (08:04 +1100)]
Merge branch 'master' into radius-new-client-pkcs12

12 years agoBump spec version
Sam Hartman [Tue, 24 Jan 2012 17:39:42 +0000 (12:39 -0500)]
Bump spec version

12 years agoInitializeshib resolver before opensaml so catalog path is set
Sam Hartman [Tue, 3 Jan 2012 20:41:17 +0000 (15:41 -0500)]
Initializeshib resolver before opensaml so catalog path is set

12 years agoutil_moonshot.c: Handle empty strings in trust anchor arguments.
Sam Hartman [Tue, 24 Jan 2012 17:38:03 +0000 (12:38 -0500)]
util_moonshot.c: Handle empty strings in trust anchor arguments.

12 years agoTreat empty cert hash as NULL (LP: #917956)
Sam Hartman [Wed, 18 Jan 2012 00:27:48 +0000 (19:27 -0500)]
Treat empty cert hash as NULL (LP: #917956)

12 years agofix order of operations merge regression
Luke Howard [Wed, 11 Jan 2012 05:56:39 +0000 (16:56 +1100)]
fix order of operations merge regression

12 years agouse rs_attr_display_name/rs_attr_parse_name
Luke Howard [Mon, 14 Nov 2011 07:54:59 +0000 (18:54 +1100)]
use rs_attr_display_name/rs_attr_parse_name

12 years agouse "26" as prefix for vendor attributes
Luke Howard [Mon, 14 Nov 2011 07:23:49 +0000 (18:23 +1100)]
use "26" as prefix for vendor attributes

12 years agouse urn:ietf:params:gssapi:aaa-radius prefix
Luke Howard [Mon, 14 Nov 2011 06:36:59 +0000 (17:36 +1100)]
use urn:ietf:params:gssapi:aaa-radius prefix

12 years agoremove dictionary param from sample radsec config
Luke Howard [Mon, 14 Nov 2011 06:06:21 +0000 (17:06 +1100)]
remove dictionary param from sample radsec config

12 years agocheck rs_attr_find return code correctly
Luke Howard [Mon, 14 Nov 2011 03:41:11 +0000 (14:41 +1100)]
check rs_attr_find return code correctly

12 years agoremove rs_context_init_freeradius_dict
Luke Howard [Mon, 14 Nov 2011 01:44:01 +0000 (12:44 +1100)]
remove rs_context_init_freeradius_dict

12 years agoport to new RADIUS client library
Luke Howard [Mon, 14 Nov 2011 00:54:07 +0000 (11:54 +1100)]
port to new RADIUS client library

12 years agoMerge remote-tracking branch 'origin/master'
Sam Hartman [Tue, 3 Jan 2012 16:56:17 +0000 (11:56 -0500)]
Merge remote-tracking branch 'origin/master'

12 years agoAutomated builds and creation fo installer package and disk image works
Pete Fotheringham [Mon, 2 Jan 2012 18:33:40 +0000 (18:33 +0000)]
Automated builds and creation fo installer package and disk image works

12 years agoRevert "InitOnceExecuteOnce not present on XP" mac-installer
Luke Howard [Mon, 12 Dec 2011 09:30:38 +0000 (20:30 +1100)]
Revert "InitOnceExecuteOnce not present on XP"

This reverts commit 061ae16ba14ef7a70bdb4741a1e04ced4d5d7b09.

There is still a race in this lockless one-time initialization which
could cause an assertion failure. Until we decide whether XP support
for the acceptor is required, back this out.

12 years agoInitOnceExecuteOnce not present on XP
Luke Howard [Sat, 10 Dec 2011 09:39:17 +0000 (20:39 +1100)]
InitOnceExecuteOnce not present on XP

12 years agoMerge branch 'master' of ssh://moonshot.suchdamage.org:822/srv/git/moonshot
Luke Howard [Sat, 10 Dec 2011 23:57:48 +0000 (10:57 +1100)]
Merge branch 'master' of ssh://moonshot.suchdamage.org:822/srv/git/moonshot

12 years agoadd MS-Windows-Group-Sid
Luke Howard [Thu, 1 Dec 2011 03:19:18 +0000 (14:19 +1100)]
add MS-Windows-Group-Sid

12 years agoMerge branch 'master' of http://www.project-moonshot.org/git/moonshot
Pete Fotheringham [Wed, 30 Nov 2011 18:33:33 +0000 (18:33 +0000)]
Merge branch 'master' of project-moonshot.org/git/moonshot

Conflicts:
moonshot/mech_eap/Makefile.am

12 years agoLink against the Kerberos library in /usr/local instead of the version in /usr
Pete Fotheringham [Wed, 30 Nov 2011 17:31:26 +0000 (17:31 +0000)]
Link against the Kerberos library in /usr/local instead of the version in /usr

12 years agoRevert "Support EAP-TLS in Moonshot (requires OpenSSL)"
Luke Howard [Mon, 28 Nov 2011 15:01:39 +0000 (02:01 +1100)]
Revert "Support EAP-TLS in Moonshot (requires OpenSSL)"

This reverts commit 2ef42df0ecea8745a678fe26ff9b16072b93586b.

12 years agoRevert "remember to duplicate clientCertificate"
Luke Howard [Mon, 28 Nov 2011 15:01:34 +0000 (02:01 +1100)]
Revert "remember to duplicate clientCertificate"

This reverts commit 0bde9b2ad5a4a36f745f1c91e9155edb337922b8.

12 years agoRevert "Allow certificate/private key to contain binary data"
Luke Howard [Mon, 28 Nov 2011 15:01:28 +0000 (02:01 +1100)]
Revert "Allow certificate/private key to contain binary data"

This reverts commit 6196f93aaca970f23276407af0812179c51a29ea.

12 years agoNFSv4 patch from Daniel Kouril
Luke Howard [Thu, 17 Nov 2011 11:15:47 +0000 (22:15 +1100)]
NFSv4 patch from Daniel Kouril

12 years agoAllow certificate/private key to contain binary data
Luke Howard [Thu, 17 Nov 2011 09:34:12 +0000 (20:34 +1100)]
Allow certificate/private key to contain binary data

12 years agoremember to duplicate clientCertificate
Luke Howard [Thu, 17 Nov 2011 09:04:08 +0000 (20:04 +1100)]
remember to duplicate clientCertificate

12 years agoSupport EAP-TLS in Moonshot (requires OpenSSL)
Luke Howard [Thu, 17 Nov 2011 08:33:22 +0000 (19:33 +1100)]
Support EAP-TLS in Moonshot (requires OpenSSL)

12 years agoMerge branch 'moonshot' of ssh://moonshot.suchdamage.org:822/srv/git/libeap into...
Luke Howard [Thu, 17 Nov 2011 08:32:47 +0000 (19:32 +1100)]
Merge branch 'moonshot' of ssh://moonshot.suchdamage.org:822/srv/git/libeap into moonshot

Conflicts:
Makefile.am

12 years agolink against OpenSSL backend
Luke Howard [Thu, 17 Nov 2011 05:37:06 +0000 (16:37 +1100)]
link against OpenSSL backend

12 years agowrap gssQueryMechanismInfo
Luke Howard [Sat, 22 Oct 2011 02:38:51 +0000 (13:38 +1100)]
wrap gssQueryMechanismInfo

12 years agoMerge branch 'master' of ssh://moonshot.suchdamage.org:822/srv/git/moonshot
Luke Howard [Fri, 21 Oct 2011 03:51:09 +0000 (14:51 +1100)]
Merge branch 'master' of ssh://moonshot.suchdamage.org:822/srv/git/moonshot

12 years agoFix for building without acceptor
Luke Howard [Fri, 21 Oct 2011 03:50:05 +0000 (14:50 +1100)]
Fix for building without acceptor

12 years agouse RFC3961 checksums for CB/exts MIC rfc3961-mic
Luke Howard [Wed, 5 Oct 2011 22:44:51 +0000 (09:44 +1100)]
use RFC3961 checksums for CB/exts MIC

12 years agoFix merge conflict
Sam Hartman [Thu, 13 Oct 2011 13:55:00 +0000 (09:55 -0400)]
Fix merge conflict

12 years agoAdd freeradius to rpath; disable ui integration from spec for now
Sam hartman [Mon, 10 Oct 2011 13:46:46 +0000 (14:46 +0100)]
Add freeradius to rpath; disable ui integration from spec for now

12 years agoSpec file update
Sam hartman [Sat, 8 Oct 2011 14:54:59 +0000 (15:54 +0100)]
Spec file update

12 years agoUpdate libeap to include make dist
Sam hartman [Fri, 16 Sep 2011 18:56:38 +0000 (19:56 +0100)]
Update libeap to include make dist

12 years agomake dist: distribute sources
Sam hartman [Fri, 16 Sep 2011 18:41:51 +0000 (19:41 +0100)]
make dist: distribute sources

Distribute headers so that make dist works

Include headers in built sources to fix dependencies for parallel builds

Distribute exports files and require that the resulting library depend on them

12 years agoDon't fail if password supplied by caller
Luke Howard [Fri, 7 Oct 2011 14:39:32 +0000 (01:39 +1100)]
Don't fail if password supplied by caller

If the libmoonshot or static (file-based) identity resolver fails, and
the caller provided a password via gss_acquire_cred_with_password(), then
resolving the credential should not fail.

12 years agofix incorrect reauth cred assert check
Luke Howard [Fri, 7 Oct 2011 07:06:57 +0000 (18:06 +1100)]
fix incorrect reauth cred assert check

12 years agonote about whether initiator cred lock is required
Luke Howard [Thu, 6 Oct 2011 10:34:10 +0000 (21:34 +1100)]
note about whether initiator cred lock is required

12 years agoremove unnecessary cred lock in acceptor
Luke Howard [Thu, 6 Oct 2011 10:29:55 +0000 (21:29 +1100)]
remove unnecessary cred lock in acceptor

12 years agoallow building without libmoonshot
Luke Howard [Wed, 5 Oct 2011 07:47:39 +0000 (18:47 +1100)]
allow building without libmoonshot

12 years agopoke buildbot
Luke Howard [Wed, 5 Oct 2011 02:22:38 +0000 (13:22 +1100)]
poke buildbot

12 years agoinitialize major in gss_query_meta_data
Luke Howard [Wed, 5 Oct 2011 02:07:47 +0000 (13:07 +1100)]
initialize major in gss_query_meta_data

12 years agoMerge branch 'master' into negoex
Luke Howard [Wed, 5 Oct 2011 01:56:19 +0000 (12:56 +1100)]
Merge branch 'master' into negoex

12 years agoNegoEx SPIs
Luke Howard [Mon, 3 Oct 2011 23:22:14 +0000 (10:22 +1100)]
NegoEx SPIs

12 years agocheck radsec config when acquiring acceptor cred
Luke Howard [Thu, 22 Sep 2011 09:24:09 +0000 (19:24 +1000)]
check radsec config when acquiring acceptor cred

12 years agonote gssEapAcquireCred should validate RADIUS config
Luke Howard [Tue, 20 Sep 2011 13:44:28 +0000 (23:44 +1000)]
note gssEapAcquireCred should validate RADIUS config

12 years agoFix regression where error tokens were not being sent
Luke Howard [Tue, 20 Sep 2011 02:21:43 +0000 (12:21 +1000)]
Fix regression where error tokens were not being sent

12 years agoAdd GSSEAP_NO_LOCAL_MAPPING error
Luke Howard [Mon, 19 Sep 2011 12:49:16 +0000 (22:49 +1000)]
Add GSSEAP_NO_LOCAL_MAPPING error

12 years agouse krb5_auth_con_setlocalsubkey on Heimdal
Luke Howard [Mon, 19 Sep 2011 08:58:52 +0000 (18:58 +1000)]
use krb5_auth_con_setlocalsubkey on Heimdal

12 years agoAdd CRED_FLAG_TARGET
Luke Howard [Sun, 18 Sep 2011 03:39:51 +0000 (13:39 +1000)]
Add CRED_FLAG_TARGET

Set a flag indicating whether the credential has been bound to a service

12 years agoSimplify verify_mic path
Luke Howard [Sat, 17 Sep 2011 09:25:16 +0000 (19:25 +1000)]
Simplify verify_mic path

Allow verify_mic, wrapped on top of the IOV routines, to pass in a single
HEADER buffer rather than needing to understand the underlying split between
header and trailer.

12 years agoMerge branch 'master' of ssh://moonshot.suchdamage.org:822/srv/git/moonshot
Luke Howard [Sat, 17 Sep 2011 07:47:01 +0000 (17:47 +1000)]
Merge branch 'master' of ssh://moonshot.suchdamage.org:822/srv/git/moonshot

12 years agomake sure imported sec context keys correctly allocated
Luke Howard [Sat, 17 Sep 2011 07:32:28 +0000 (17:32 +1000)]
make sure imported sec context keys correctly allocated

12 years agoPRF/random_to_key allocation fix
Luke Howard [Sat, 17 Sep 2011 06:24:53 +0000 (16:24 +1000)]
PRF/random_to_key allocation fix

MIT and Heimdal uses different allocation strategies
(caller-allocates, callee-allocates) for the same functions,
unfortunately.

Conflicts:

moonshot/mech_eap/util.h

12 years agouse calloc to match with Heimdal (heim_alloc not exported)
Luke Howard [Fri, 16 Sep 2011 23:46:06 +0000 (09:46 +1000)]
use calloc to match with Heimdal (heim_alloc not exported)

12 years agocreate TLD on-demand for threads started pre-DLL load
Luke Howard [Sat, 17 Sep 2011 06:17:57 +0000 (16:17 +1000)]
create TLD on-demand for threads started pre-DLL load

Conflicts:

moonshot/mech_eap/util_tld.c

12 years agomore cleanup of TLD
Luke Howard [Fri, 16 Sep 2011 22:10:21 +0000 (08:10 +1000)]
more cleanup of TLD

12 years agogeneral cleanup of TLD init
Luke Howard [Fri, 16 Sep 2011 21:49:44 +0000 (07:49 +1000)]
general cleanup of TLD init

12 years agomech_eap.spec: new redhat packaging
Sam hartman [Fri, 16 Sep 2011 18:56:45 +0000 (19:56 +0100)]
mech_eap.spec: new redhat packaging

Add build infrastructure to generate spec file.

12 years agoUpdate libeap to include make dist
Sam hartman [Fri, 16 Sep 2011 18:56:38 +0000 (19:56 +0100)]
Update libeap to include make dist

12 years agoFix unused variable in non-acceptor mode
Sam hartman [Fri, 16 Sep 2011 18:43:04 +0000 (19:43 +0100)]
Fix unused variable in non-acceptor mode

12 years agomake dist: distribute sources
Sam hartman [Fri, 16 Sep 2011 18:41:51 +0000 (19:41 +0100)]
make dist: distribute sources

Distribute headers so that make dist works

Include headers in built sources to fix dependencies for parallel builds

Distribute exports files and require that the resulting library depend on them

12 years agomake dist: distribute sources
Sam hartman [Fri, 16 Sep 2011 18:40:41 +0000 (19:40 +0100)]
make dist: distribute sources

Distribute enough sources that a tar includes a set sufficient to build

12 years agoMakefile: build fixes
Sam hartman [Fri, 16 Sep 2011 15:17:53 +0000 (16:17 +0100)]
Makefile: build fixes

mech_eap_la_CFLAGS was multiply defined.

Also, disable-acceptor sources were set incorrectly.

12 years agoconfigure: GNU_SOURCE is redundant
Sam hartman [Fri, 16 Sep 2011 15:16:28 +0000 (16:16 +0100)]
configure: GNU_SOURCE is redundant

You only want either use_extensions or gnu_source. use_extensions is
the modern preferred way to enable gnu_source.

This commit fixes a lot of useless warnings at autoreconf time.

12 years agoconfigure: support krb5 --with-system-et
Sam Hartman [Fri, 16 Sep 2011 15:13:03 +0000 (16:13 +0100)]
configure: support krb5 --with-system-et

If the system et and compile_et are used, then compile_et may not be
in the krb5 directory; support this.

12 years agoMore careful matching of alloc/free functions
Luke Howard [Fri, 16 Sep 2011 14:02:34 +0000 (00:02 +1000)]
More careful matching of alloc/free functions

12 years agouse GSSEAP_ASSERT macro instead of assert
Luke Howard [Fri, 16 Sep 2011 06:14:48 +0000 (16:14 +1000)]
use GSSEAP_ASSERT macro instead of assert

12 years agodon't release TLS data in DLL_PROCESS_DETACH
Luke Howard [Fri, 16 Sep 2011 05:37:50 +0000 (15:37 +1000)]
don't release TLS data in DLL_PROCESS_DETACH

12 years agoDon't assert fail on Windows if mech does not init
Luke Howard [Fri, 16 Sep 2011 05:02:31 +0000 (15:02 +1000)]
Don't assert fail on Windows if mech does not init

12 years agoinclude Windows-specific GSS flags in flags token
Luke Howard [Thu, 15 Sep 2011 09:19:35 +0000 (19:19 +1000)]
include Windows-specific GSS flags in flags token

12 years agoWindows acceptor build fixes
Luke Howard [Wed, 14 Sep 2011 15:23:42 +0000 (01:23 +1000)]
Windows acceptor build fixes

Windows will require C++ clean FreeRADIUS headers

another Windows acceptor-side fix

Conflicts:

moonshot/mech_eap/util.h

12 years agomake gssEapImportContext un-static for other internal consumers
Luke Howard [Wed, 14 Sep 2011 07:30:06 +0000 (17:30 +1000)]
make gssEapImportContext un-static for other internal consumers

12 years agoadd gssEapPseudoRandom for internal consumers
Luke Howard [Wed, 14 Sep 2011 06:38:55 +0000 (16:38 +1000)]
add gssEapPseudoRandom for internal consumers