summaryrefslogtreecommitdiff
path: root/source4/heimdal
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build. Looks like no one ever compiled this on a systemJeremy Allison2009-02-242-0/+14
| | | | | with a libintl.h before. Jeremy.
* Start fixing Solaris build failures.Jeremy Allison2009-02-242-2/+2
| | | | Jeremy.
* heimdal: void functions should not return a valueStefan Metzmacher2009-01-311-1/+1
| | | | metze
* heimdal:hdb: always include "config.h" firstStefan Metzmacher2009-01-301-0/+4
| | | | metze
* heimdal:camellia: include roken.hStefan Metzmacher2009-01-302-0/+4
| | | | metze
* heimdal:roken: arg_match_long() should return a valueStefan Metzmacher2009-01-301-0/+3
| | | | | | This should fix a build problem on IRIX. metze
* heimdal:roken: arg_printusage() should not try to return a value.Stefan Metzmacher2009-01-301-2/+2
| | | | | | This should fix problems with the IRIX build. metze
* heimdal:camellia-ntt.c: include config.h as first headerStefan Metzmacher2009-01-301-0/+3
| | | | metze
* heimdal: don't include <sys/cdefs.h> without knowing it's thereStefan Metzmacher2009-01-301-0/+2
| | | | metze
* heimdal: don't include <ifaddrs.h> without knowing it's thereStefan Metzmacher2009-01-301-0/+2
| | | | metze
* Re-add support for supporting the PAC over domain trusts.Andrew Bartlett2008-11-041-19/+17
| | | | | | (This was not entered in lorikeet-heimdal.diff, so missed by metze's import). Andrew Bartlett
* Use standard heimdal function for finding interfaces - libreplace provides ↵Jelmer Vernooij2008-11-021-0/+292
| | | | support for the underlying functions now.
* s4: import lorikeet-heimdal-200810271034Stefan Metzmacher2008-10-28408-12179/+13824
| | | | metze
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-3/+3
| | | | remove some unused functions.
* Add samba4kpasswd and rkpty binariesAndrew Bartlett2008-10-204-0/+753
| | | | | | | | smaba4kpasswd will be used to test the kpasswdd componet of the KDC (which is up until now untested), and rkpty is an expect-like wrapper we can use to blackbox that utility. Andrew Bartlett
* Allow the PAC to be passed along during cross-realm authenticationAndrew Bartlett2008-10-061-18/+16
|
* Rename hdb_ldb to hdb_samba4 and load as a plugin into the kdc.Andrew Bartlett2008-09-292-14/+34
| | | | | | | | | | This avoids one more custom patch to the Heimdal code, and provides a more standard way to produce hdb plugins in future. I've renamed from hdb_ldb to hdb_samba4 as it really is not generic ldb. Andrew Bartlett
* Merge krb5_cksumtype_to_enctype from Heimdal svn -r 23719Andrew Bartlett2008-09-031-32/+70
| | | | (This used to be commit cc1df3c002e6af25add3c8ae20e7efc2ab6f2fa8)
* Don't wipe the PAC checksums, the caller may actually need them.Andrew Bartlett2008-08-281-14/+0
| | | | (This used to be commit 9db5a966fce0b71a0d2167b4aff70cc081abc1cc)
* heimdal: add missing heimdal/lib/hcrypto/{evp-aes-cts.c,evp-hcrypto.c}, sorry...Stefan Metzmacher2008-08-262-0/+453
| | | | | metze (This used to be commit 0c4227e45d6b8e31a0219358042318e9d2a0b36d)
* heimdal: import heimdal's trunk svn rev 23697 + lorikeet-heimdal patchesStefan Metzmacher2008-08-26465-1953/+2747
| | | | | | | This is based on f56a3b1846c7d462542f2e9527f4d0ed8a34748d in my heimdal-wip repo. metze (This used to be commit 467a1f2163a63cdf1a4c83a69473db50e8794f53)
* heimdal_build: autogenerate the heimdal private/proto headersStefan Metzmacher2008-08-2613-8824/+351
| | | | | | | | Now it's possible to just use a plain heimdal tree in source/heimdal/ without any pregenerated files. metze (This used to be commit da333ca7113f78eeacab4f93b401f075114c7d88)
* heimdal_build: autogenerate table files in heimdal/lib/wind/Stefan Metzmacher2008-08-2632-26563/+46056
| | | | | metze (This used to be commit f4cfba26aebb18fecdb50478bec9c07d4910ab3b)
* heimdal_build: add fallback for AC_WARNING_ENABLE()Stefan Metzmacher2008-08-261-1/+1
| | | | | metze (This used to be commit 8d6d96898dcc948aa0ee004eaeb48dc847946361)
* heimdal: remove unused old filesStefan Metzmacher2008-08-262-509/+0
| | | | | metze (This used to be commit 94cef56212d7d7c1150aea760dba24bda7190442)
* heimdal_build: add a fake sqlite keytab implementationStefan Metzmacher2008-08-261-2/+0
| | | | | | | This remove a difference against lorikeet-heimdal. metze (This used to be commit 4314df3561dfe60228db0af220549300b0137c85)
* Revert "gsskrb5: add support for DCE_STYLE and des and des3 keys"Stefan Metzmacher2008-08-262-64/+22
| | | | | | | | | This reverts commit 86848dd0f217774faed81af8fbf68618013e20a1. This should come back via a merge from heimdal's trunk later. metze (This used to be commit 585e5360e2d9f722e80850eb86c3d4253530e8ba)
* Revert "gsskrb5: always return an acceptor subkey"Stefan Metzmacher2008-08-261-18/+4
| | | | | | | | | | This reverts commit 6a8b07c39558f240b89e833ecba15d8b9fc020e8. This isn't strictly needed and will come back in the next merge from heimdal's trunk. metze (This used to be commit 8ed040c8c4bed082ab74ab267090b35bb57db3f3)
* Revert "krb5: always generate the acceptor subkey as the same enctype as the ↵Stefan Metzmacher2008-08-141-3/+0
| | | | | | | | | | | | used service key" This reverts commit dbb94133e0313cae933d261af0bf1210807a6d11. As we fixed gensec_gssapi to only return a session key when it's have the correct session key, this hack isn't needed anymore. metze (This used to be commit 697cd1896bccaa55ee422f17d9312d787ca699ed)
* gsskrb5: always return an acceptor subkeyStefan Metzmacher2008-08-141-4/+18
| | | | | | | | For non cfx keys it's the same as the intiator subkey. This matches windows behavior. metze (This used to be commit 6a8b07c39558f240b89e833ecba15d8b9fc020e8)
* gsskrb5: try to be compatible with windows for gss_wrap* and cfxStefan Metzmacher2008-08-082-11/+39
| | | | | | | | | The good thing is that windows and heimdal both use EC=0 in the non DCE_STYLE case, so we need the windows compat hack only in DCE_STYLE mode. metze (This used to be commit 0fa41a94e466d5e11bcf362ccd8ff41b72733d1a)
* krb5: always generate the acceptor subkey as the same enctype as the used ↵Stefan Metzmacher2008-08-081-0/+3
| | | | | | | | | service key With this patch samba4 can use gsskrb5_get_subkey() to get the session key. metze (This used to be commit dbb94133e0313cae933d261af0bf1210807a6d11)
* gsskrb5: add support for DCE_STYLE and des and des3 keysStefan Metzmacher2008-08-082-22/+64
| | | | | | | Only the des keys are tested as windows doesn't support des3 metze (This used to be commit 86848dd0f217774faed81af8fbf68618013e20a1)
* heimdal: add missing filesStefan Metzmacher2008-08-012-0/+107
| | | | | metze (This used to be commit b395cd7acdb3ca5b25368fbbad0606efe4699d04)
* heimdal: add missing file heimdal/lib/gssapi/mech/gss_pseudo_random.cStefan Metzmacher2008-08-011-0/+69
| | | | | metze (This used to be commit 3bd7e68a5cfe80733782367e327b570d04b21586)
* heimdal: update to lorikeet-heimdal rev 801Stefan Metzmacher2008-08-01233-3563/+10176
| | | | | metze (This used to be commit d6c54a66fb23c784ef221a3c1cf766b72bdb5a0b)
* gsskrb5: just don't force, but allow the flags when GSS_CF_NO_CI_FLAGS is givenStefan Metzmacher2008-06-271-0/+6
| | | | | metze (This used to be commit f10c9ca3612d7bdc4c2c221e959f8c48ec2f9349)
* gsskrb5: fix gss_krb5_cred_no_ci_flags_x_oid_desc variable nameStefan Metzmacher2008-06-271-2/+2
| | | | | metze (This used to be commit d88be1a1cb543b4e2cc5d15262da786558aa276d)
* krb5_init_sec_context: skip the token header when GSS_C_DCE_STYLE is specifiedStefan Metzmacher2008-06-021-5/+11
| | | | | | | | | | Windows (and heimdal) accepts packets with token header in the server, but it doesn't match the windows client. We now match the windows client and that fixes also the display in wireshark. metze (This used to be commit 58f66184f0f732a78e86bbb0f3c29e920f086d08)
* Merge branch 'v4-0-logon' of git://git.id10ts.net/samba into 4-0-localAndrew Bartlett2008-03-194-5/+7
|\ | | | | | | (This used to be commit 8252b51850f108aa8f43ec25c752a411c32f9764)
| * heimdal: Add parameter to windc_plugin to allow extended return codes.Andrew Kroeger2008-03-134-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | These changes add a krb5_data parameter named e_data to the windc_plugin to allow the samba KDC to return extended error information in addition to the standard KRB5KDC_ERR_* codes. Windows uses the extended information to provide detailed information in user dialogs (e.g. account disabled, logon hours restriction, must change password, etc.). This particular commit modifies only heimdal code. Hopefully this can be submitted and accepted into the upstream heimdal codebase. (This used to be commit f542362be25e7182a0836de7a0163f6b9fce9408)
* | Merge lorikeet-heimdal -r 787 into Samba4 tree.Andrew Bartlett2008-03-19152-1344/+36640
|/ | | | | Andrew Bartlett (This used to be commit d88b530522d3cef67c24422bd5182fb875d87ee2)
* idl: Use typedef rather than declare.Jelmer Vernooij2008-01-121-5/+27
| | | | (This used to be commit 3fd750bd54f150ff62fd8165406bd26d03d624cf)
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 6ac86f8be7d9a8c5ab396a93e6d1e6819e11f173)
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit e53e79eebef3ece6978f0a2b4a1ee0a0814bb5d2)
* r26310: Remove more uses of global_loadparm.Jelmer Vernooij2007-12-211-5/+27
| | | | (This used to be commit 9d806da113b5f0688b6193dfdee9b8765e18b38f)
* r25738: always include config.h first.Stefan Metzmacher2007-12-212-0/+8
| | | | | | | this needs merging to heimdal and lorikeet-heimdal metze (This used to be commit c2c2c991c7f568af833f10d8cf0946d90b097fab)
* r25734: regenerate yacc output (parse.[ch] files)Stefan Metzmacher2007-12-214-112/+116
| | | | | metze (This used to be commit cb3aec0d22e87086d8f922b7d8f0a2530842053f)
* r25732: import updated parse.y files from lorikeet-heimdalStefan Metzmacher2007-12-212-19/+57
| | | | | | | | I wonder why they're not updated as the parse.[ch] are generated from the new versions already... metze (This used to be commit 9735715a0f2c8ea0c6ff5ba5adde6b6a6fb43aed)
* r25298: regenerate lex.c files with config.h as first includeStefan Metzmacher2007-10-102-54/+12
| | | | | | | this should help on aix 5.3. metze (This used to be commit bfd8c275bb90b2709753ef3177c8ab24f91c75c0)