summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-08Always set a session key, even for the 'no password' case.Andrew Bartlett1-0/+2
2008-08-08Clarify commentAndrew Bartlett1-2/+2
2008-08-08We can't use ndr_pull_struct_blob_all in combinatin with relative pointersAndrew Bartlett1-3/+4
2008-08-07lib: prepare the build of zlibStefan Metzmacher4-0/+33
2008-08-07zlib: add inflateReset2()...Stefan Metzmacher3-3/+28
2008-08-07import of zlib-1.2.3Stefan Metzmacher200-0/+54035
2008-08-07drsuapi: fix callers after idl changeStefan Metzmacher3-3/+3
2008-08-07drsuapi.idl: directly use mszip in level 2Stefan Metzmacher1-7/+1
2008-08-07rpc_server: add support for DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGNStefan Metzmacher3-1/+14
2008-08-07librpc/rpc: add support DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGNStefan Metzmacher4-1/+35
2008-08-07librpc/rpc: pass struct dcerpc_pipe to dcerpc_auth3()Stefan Metzmacher2-6/+9
2008-08-07gensec_gssapi: add support for GENSEC_FEATURE_SIGN_PKT_HEADERStefan Metzmacher1-4/+82
2008-08-07gensec: add GENSEC_FEATURE_SIGN_PKT_HEADER flagStefan Metzmacher1-0/+1
2008-08-01Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into manpageJelmer Vernooij11-10/+122
2008-08-01Add helper object Hostconfig to make it easier to get to e.g. theJelmer Vernooij3-3/+39
2008-08-01heimdal: add experimental --enable-external-heimdalStefan Metzmacher3-1/+78
2008-08-01libreplace: include <krb5.h> and <com_err.h> and no heimdal specific headersStefan Metzmacher2-4/+14
2008-08-01auth/kerberos: remove dependencies to internal heimdalStefan Metzmacher2-2/+1
2008-08-01heimdal_build/internal: add some useful definesStefan Metzmacher1-0/+6
2008-08-01heimdal: fix dependencyStefan Metzmacher1-0/+1
2008-08-01lib/crypto: remove dependency to internal heimdalStefan Metzmacher1-2/+21
2008-08-01build: remove warning about missing generated include fileStefan Metzmacher1-1/+1
2008-08-01Use new style python classes.Jelmer Vernooij9-12/+27
2008-08-01Move domain DN determination out of newuser function.Jelmer Vernooij1-6/+9
2008-08-01Actually fix missing substitution variables.Jelmer Vernooij1-4/+10
2008-08-01Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into manpageJelmer Vernooij274-3749/+10633
2008-08-01Fix some forgotten substitute variables in provision, add check to prevent th...Jelmer Vernooij1-0/+2
2008-08-01kdc: use mostly only public kerberos headersStefan Metzmacher4-8/+11
2008-08-01auth/kerberos: we don't need to include heimdal private headersStefan Metzmacher1-2/+0
2008-08-01gensec_gssapi: include <gssapi/gssapi.h>Stefan Metzmacher1-1/+1
2008-08-01heimdal_build: we should only use PRIVATE_DEPENDENCIESStefan Metzmacher1-19/+7
2008-08-01build: autogenerate heimdal basicsStefan Metzmacher5-30/+4
2008-08-01build: autogenarate VPATH by configureStefan Metzmacher5-3/+9
2008-08-01heimdal: add missing filesStefan Metzmacher2-0/+107
2008-08-01auth_server: set the workstation nameStefan Metzmacher1-0/+4
2008-08-01heimdal: add missing file heimdal/lib/gssapi/mech/gss_pseudo_random.cStefan Metzmacher1-0/+69
2008-08-01build with the new heimdal versionStefan Metzmacher3-2/+12
2008-08-01heimdal: update to lorikeet-heimdal rev 801Stefan Metzmacher233-3563/+10176
2008-08-01build: allow flex-2.34 together with bison-2.3Stefan Metzmacher3-3/+15
2008-08-01auth/ntlmssp: don't crash when the backend give no challengeStefan Metzmacher1-0/+6
2008-08-01auth_server: fix the logic of server_get_challenge()Stefan Metzmacher1-4/+4
2008-08-01auth_server: fix segfault reported by Julien Kerihuel <j.kerihuel@openchange....Stefan Metzmacher1-1/+1
2008-08-01Revert "Start implementind domain trusts in our KDC."Stefan Metzmacher1-33/+7
2008-07-31Update to a working trustAuthIncoming and trustAuthOutgoing parser.Andrew Bartlett1-4/+25
2008-07-31Print trustAuthOutgoing and trustAuthIncoming in RPC-DSSYNCAndrew Bartlett1-6/+22
2008-07-31Use the cldap reply to avoid segfaulting in RPC-DSSYNCAndrew Bartlett1-1/+13
2008-07-31Don't fail if the domain has a trust already.Andrew Bartlett1-1/+6
2008-07-31Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett16-73/+101
2008-07-31Start implementind domain trusts in our KDC.Andrew Bartlett1-7/+33
2008-07-31Update trustAuthInOutBlob in line with MS-ADTS 7.1.6.8.1Andrew Bartlett1-39/+51