summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-08-134-24/+206
| |\| | |
| | * | | gensec_gssapi: add support for GENSEC_FEATURE_NEW_SPNEGOStefan Metzmacher2008-08-121-0/+25
| | * | | gensec_gssapi: fix compiler warningsStefan Metzmacher2008-08-121-2/+2
| | * | | gensec_gssapi: add a function to load the lucid structure onceStefan Metzmacher2008-08-121-15/+44
| | * | | gensec: add support for new style spnego and correctly handle mechListMICStefan Metzmacher2008-08-123-7/+135
| | | |/ | | |/|
| * | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-08-12224-71/+54380
| |\| |
| | * | dcerpc.idl: remove used DCERPC_MAX_SIGN_SIZEStefan Metzmacher2008-08-111-1/+0
| | * | rpc_server: correct the chunk_size depending on the signature sizeStefan Metzmacher2008-08-112-6/+14
| | * | librpc/rpc: correct the chunk_size depending on the signature sizeStefan Metzmacher2008-08-111-4/+13
| | * | dcerpc.idl: add DCERPC_AUTH_TRAILER_LENGTHStefan Metzmacher2008-08-111-0/+2
| | * | gensec_gssapi: use the correct signature size for cfx/rfc4121 style signaturesStefan Metzmacher2008-08-081-1/+1
| | * | gsskrb5: try to be compatible with windows for gss_wrap* and cfxStefan Metzmacher2008-08-082-11/+39
| | * | gensec_gssapi: use gsskrb5_get_subkey() to get the session keyStefan Metzmacher2008-08-081-3/+3
| | * | krb5: always generate the acceptor subkey as the same enctype as the used ser...Stefan Metzmacher2008-08-081-0/+3
| | * | gsskrb5: add support for DCE_STYLE and des and des3 keysStefan Metzmacher2008-08-082-22/+64
| | |/
| | * Always set a session key, even for the 'no password' case.Andrew Bartlett2008-08-081-0/+2
| | * Clarify commentAndrew Bartlett2008-08-081-2/+2
| * | More work towards trusted domain support in the KDC.Andrew Bartlett2008-08-081-25/+93
| * | We can't use ndr_pull_struct_blob_all in combinatin with relative pointersAndrew Bartlett2008-08-081-3/+4
| * | Start implementind domain trusts in our KDC.Andrew Bartlett2008-08-051-7/+33
* | | Add GenericInfo level for SamLogon calls from the WSPP IDL.Andrew Bartlett2008-08-122-19/+46
* | | Always set a session key, even for the 'no password' case.Andrew Bartlett2008-08-081-0/+2
* | | Clarify commentAndrew Bartlett2008-08-081-2/+2
| |/ |/|
* | We can't use ndr_pull_struct_blob_all in combinatin with relative pointersAndrew Bartlett2008-08-081-3/+4
* | lib: prepare the build of zlibStefan Metzmacher2008-08-074-0/+33
* | zlib: add inflateReset2()...Stefan Metzmacher2008-08-073-3/+28
* | import of zlib-1.2.3Stefan Metzmacher2008-08-07200-0/+54035
* | drsuapi: fix callers after idl changeStefan Metzmacher2008-08-073-3/+3
* | drsuapi.idl: directly use mszip in level 2Stefan Metzmacher2008-08-071-7/+1
* | rpc_server: add support for DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGNStefan Metzmacher2008-08-073-1/+14
* | librpc/rpc: add support DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGNStefan Metzmacher2008-08-074-1/+35
* | librpc/rpc: pass struct dcerpc_pipe to dcerpc_auth3()Stefan Metzmacher2008-08-072-6/+9
* | gensec_gssapi: add support for GENSEC_FEATURE_SIGN_PKT_HEADERStefan Metzmacher2008-08-071-4/+82
* | gensec: add GENSEC_FEATURE_SIGN_PKT_HEADER flagStefan Metzmacher2008-08-071-0/+1
|/
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into manpageJelmer Vernooij2008-08-0111-10/+122
|\
| * heimdal: add experimental --enable-external-heimdalStefan Metzmacher2008-08-013-1/+78
| * libreplace: include <krb5.h> and <com_err.h> and no heimdal specific headersStefan Metzmacher2008-08-012-4/+14
| * auth/kerberos: remove dependencies to internal heimdalStefan Metzmacher2008-08-012-2/+1
| * heimdal_build/internal: add some useful definesStefan Metzmacher2008-08-011-0/+6
| * heimdal: fix dependencyStefan Metzmacher2008-08-011-0/+1
| * lib/crypto: remove dependency to internal heimdalStefan Metzmacher2008-08-011-2/+21
| * build: remove warning about missing generated include fileStefan Metzmacher2008-08-011-1/+1
* | Add helper object Hostconfig to make it easier to get to e.g. theJelmer Vernooij2008-08-013-3/+39
* | Use new style python classes.Jelmer Vernooij2008-08-019-12/+27
|/
* Move domain DN determination out of newuser function.Jelmer Vernooij2008-08-011-6/+9
* Actually fix missing substitution variables.Jelmer Vernooij2008-08-011-4/+10
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into manpageJelmer Vernooij2008-08-01274-3749/+10633
|\
| * kdc: use mostly only public kerberos headersStefan Metzmacher2008-08-014-8/+11
| * auth/kerberos: we don't need to include heimdal private headersStefan Metzmacher2008-08-011-2/+0
| * gensec_gssapi: include <gssapi/gssapi.h>Stefan Metzmacher2008-08-011-1/+1