summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | * | dcerpc.idl: remove used DCERPC_MAX_SIGN_SIZEStefan Metzmacher2008-08-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 54b873e49ff363609632fa2862208bf6b4c1b6ed)
| | | | * | rpc_server: correct the chunk_size depending on the signature sizeStefan Metzmacher2008-08-112-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 20fc0d7bfdaa60d6a8ac939dc64733a91652587e)
| | | | * | librpc/rpc: correct the chunk_size depending on the signature sizeStefan Metzmacher2008-08-111-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 50eb0e726405580dc5ca3a8a3b15f3bd674f722a)
| | | | * | dcerpc.idl: add DCERPC_AUTH_TRAILER_LENGTHStefan Metzmacher2008-08-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit ce36448d74b0c6cdf8928e10c088bf0248a95cf7)
| | | | * | gensec_gssapi: use the correct signature size for cfx/rfc4121 style signaturesStefan Metzmacher2008-08-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit fcabe24f96c9677146ca754a502f336c23050339)
| | | | * | 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)
| | | | * | gensec_gssapi: use gsskrb5_get_subkey() to get the session keyStefan Metzmacher2008-08-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed to get the correct key, when aes keys are used. metze (This used to be commit 7587a7d8b65f27a5865d6873f63a450488da02c9)
| | | | * | 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)
| | | * | More work towards trusted domain support in the KDC.Andrew Bartlett2008-08-081-25/+93
| | | | | | | | | | | | | | | | | | | | (This used to be commit c87d732b23ad7de8dc2f824bf11c9310fb4184e1)
| | | * | We can't use ndr_pull_struct_blob_all in combinatin with relative pointersAndrew Bartlett2008-08-081-3/+4
| | | | | | | | | | | | | | | | | | | | (This used to be commit 931890e028da8da756b7c7c62e2552a9fc04f7bc)
| | | * | Start implementind domain trusts in our KDC.Andrew Bartlett2008-08-051-7/+33
| | | | | | | | | | | | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit 8aba7c36231e58a91fbc6b4fc24c5693353aeef9)
| | * | | Add GenericInfo level for SamLogon calls from the WSPP IDL.Andrew Bartlett2008-08-122-19/+46
| | | | | | | | | | | | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit ea58b650a81b48b0477edbcda1e4e26a3b2a9b9e)
| | * | | Merge branch '4-0-abartlet' into pac-verifyAndrew Bartlett2008-08-080-0/+0
| | |\ \ \ | | | | |/ | | | |/| | | | | | (This used to be commit aba5fbe39c4b93ec75c66f93c46b1967091afa61)
| | | * | Always set a session key, even for the 'no password' case.Andrew Bartlett2008-08-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is for bug 5664 reported by Tom <hto@arcor.de>. Andrew Bartlett (This used to be commit b345c9cf535af35c83da040ac965d9690dc802fe)
| | | * | Clarify commentAndrew Bartlett2008-08-081-2/+2
| | | | | | | | | | | | | | | | | | | | (This used to be commit 580cce9de38ddd9d59b272b58caadce528321d09)
| | * | | Always set a session key, even for the 'no password' case.Andrew Bartlett2008-08-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is for bug 5664 reported by Tom <hto@arcor.de>. Andrew Bartlett (This used to be commit a106a4ccc435d149072fb884caf95e5517cd4204)
| | * | | Clarify commentAndrew Bartlett2008-08-081-2/+2
| | |/ / | | | | | | | | | | | | (This used to be commit 719941e929ddb6fea011fcc0c8c6b91c26e586af)
| | * | We can't use ndr_pull_struct_blob_all in combinatin with relative pointersAndrew Bartlett2008-08-081-3/+4
| | | | | | | | | | | | | | | | (This used to be commit d0a128f35b259d4891edc68fc24aa04a6da7aab7)
| | * | lib: prepare the build of zlibStefan Metzmacher2008-08-074-0/+33
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit 159df68c04c9ae437ab48991154e91161ef72754)
| | * | zlib: add inflateReset2()...Stefan Metzmacher2008-08-073-3/+28
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit 2a4fb661d7e3d601a5eb9ccecb4d4f2b07073097)
| | * | import of zlib-1.2.3Stefan Metzmacher2008-08-07200-0/+54035
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We want to use zlib for the mszip ndr (de)compression later, we'll need to add some new functions to zlib. metze (This used to be commit 65c9e91a1bb24851a030a304d011558562cc50d6)
| | * | drsuapi: fix callers after idl changeStefan Metzmacher2008-08-073-3/+3
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit 7dee6fb62d5adbd2eaaaf4d8ba9e87a72ef9f94b)
| | * | drsuapi.idl: directly use mszip in level 2Stefan Metzmacher2008-08-071-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the push because the switch_level doesn't work otherwise because the pointer is the same as for the outer switch_level. metze (This used to be commit a4c81ee68c91b2d7a9abe668e8b23246c5c9b00d)
| | * | rpc_server: add support for DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGNStefan Metzmacher2008-08-073-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | you need "dcesrv:header signing=yes" to enable it. metze (This used to be commit bde2496e6b7034c99243b22434a97aebeb8f75b9)
| | * | librpc/rpc: add support DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGNStefan Metzmacher2008-08-074-1/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | You can trigger it like this: ncacn_ip_tcp:172.31.9.234[sign,hdrsign] or ncacn_ip_tcp:172.31.9.234[seal,hdrsign] metze (This used to be commit 54f1fca582b1474693b5ee11b7b847086d27f75f)
| | * | librpc/rpc: pass struct dcerpc_pipe to dcerpc_auth3()Stefan Metzmacher2008-08-072-6/+9
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit 60b3523da485d845b1d930d990688d8434d39ef3)
| | * | gensec_gssapi: add support for GENSEC_FEATURE_SIGN_PKT_HEADERStefan Metzmacher2008-08-071-4/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This only works for sign/verify_packet() yet, seal/unseal_packet() doesn't work yet... metze (This used to be commit c62e5d23a69789d23516a6d150fd3b756e270998)
| | * | gensec: add GENSEC_FEATURE_SIGN_PKT_HEADER flagStefan Metzmacher2008-08-071-0/+1
| | |/ | | | | | | | | | | | | metze (This used to be commit d7dfdbaf34843cb6783d8e686e659c53c5ac27ef)
| | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into manpageJelmer Vernooij2008-08-0111-10/+122
| | |\ | | | | | | | | | | | | (This used to be commit 8e201ecf3e86c3c8865c7276fad8dad07106efaf)
| | | * heimdal: add experimental --enable-external-heimdalStefan Metzmacher2008-08-013-1/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should only be used for testing and when you're absolutly sure the installed heimdal libraries support the features we need. (E.g. heimdal-1.2 or lower should NOT work) metze (This used to be commit 66b76b018d6048cec63a75b24ec4c099f6a2eb8c)
| | | * libreplace: include <krb5.h> and <com_err.h> and no heimdal specific headersStefan Metzmacher2008-08-012-4/+14
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit cffed8e19e22a1fa7b7a322b153df5d54e4c3be2)
| | | * auth/kerberos: remove dependencies to internal heimdalStefan Metzmacher2008-08-012-2/+1
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit ed0fc19ac6a1194e6fd9a6534cbf7453fa870066)
| | | * heimdal_build/internal: add some useful definesStefan Metzmacher2008-08-011-0/+6
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit b9727d612bd2e9cf67ca2d4a9c60dc13d4bed5be)
| | | * heimdal: fix dependencyStefan Metzmacher2008-08-011-0/+1
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit 9e8b95dc8d577ea33504f0fb463d4648393e045b)
| | | * lib/crypto: remove dependency to internal heimdalStefan Metzmacher2008-08-011-2/+21
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit 9138fc6639fae7a5567c395254277199c89b0dcb)
| | | * build: remove warning about missing generated include fileStefan Metzmacher2008-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit 495d068df55a94d48f2a4d2e7f2060fb42f66dbd)
| | * | Add helper object Hostconfig to make it easier to get to e.g. theJelmer Vernooij2008-08-013-3/+39
| | | | | | | | | | | | | | | | | | | | SAM database. (This used to be commit be75b2a36ee49f66ada3ec3ababa82d74085d559)
| | * | Use new style python classes.Jelmer Vernooij2008-08-019-12/+27
| | |/ | | | | | | | | | (This used to be commit 2a39aae0cef310a79427feb1b85f6794ea36849a)
| | * Move domain DN determination out of newuser function.Jelmer Vernooij2008-08-011-6/+9
| | | | | | | | | | | | (This used to be commit cbac27e6faa99ebaa3e6d653017c968db836560a)
| | * Actually fix missing substitution variables.Jelmer Vernooij2008-08-011-4/+10
| | | | | | | | | | | | (This used to be commit 783412ecb27d646b171993da0ac2f11a821901d3)
| | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into manpageJelmer Vernooij2008-08-01274-3749/+10633
| | |\ | | | | | | | | | | | | (This used to be commit c87a8ba1fef1ba508ad6527d0bae4bcdd5b3cb69)
| | | * kdc: use mostly only public kerberos headersStefan Metzmacher2008-08-014-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We shoule avoid using the private heimdal function _krb5_principalname2krb5_principal() metze (This used to be commit 10db07c69addce6e90851fb55738d5f9e142946b)
| | | * auth/kerberos: we don't need to include heimdal private headersStefan Metzmacher2008-08-011-2/+0
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit 6ec3887aee9bbb9c182ab966d37212edeaa16b5a)
| | | * gensec_gssapi: include <gssapi/gssapi.h>Stefan Metzmacher2008-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit 49e01d00bded74190c8e3049ac5883fe211e86fd)
| | | * heimdal_build: we should only use PRIVATE_DEPENDENCIESStefan Metzmacher2008-08-011-19/+7
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit 694f5124a523538117bf5d35be1a2d4f275ad0c2)
| | | * build: autogenerate heimdal basicsStefan Metzmacher2008-08-015-30/+4
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit f19d2182b802a49449cbb9e4e6334f223ceb284d)
| | | * build: autogenarate VPATH by configureStefan Metzmacher2008-08-015-3/+9
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit 16147753adcdbdc0ee9faa16fafb1c74240a6858)
| | | * heimdal: add missing filesStefan Metzmacher2008-08-012-0/+107
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit b395cd7acdb3ca5b25368fbbad0606efe4699d04)
| | | * auth_server: set the workstation nameStefan Metzmacher2008-08-011-0/+4
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit 6d640ee4b84c72f6c2da0ee047c9bac916bf3e57)