summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-28Revert "gensec_gssapi: use gsskrb5_get_subkey() to make smb2 signing with aes...Stefan Metzmacher1-3/+3
2008-07-28rpc_server: remove unused variableStefan Metzmacher1-1/+0
2008-07-28gensec_gssapi: use gsskrb5_get_subkey() to make smb2 signing with aes keys workStefan Metzmacher1-3/+3
2008-07-28libcli/smb2: the session key for SMB2 signing is truncated to 16 bytesStefan Metzmacher2-7/+6
2008-07-28smb2srv: sign SMB2 Logoff repliesStefan Metzmacher1-3/+17
2008-07-28smb2srv: correctly hold the signing state per sessionStefan Metzmacher4-13/+31
2008-07-28libcli/smb2: fix per session signing stateStefan Metzmacher4-17/+12
2008-07-28SMB2-CONNECT: remove reference to req->session before calling smb2_logoff_rec...Stefan Metzmacher1-1/+10
2008-07-28libcli/smb2: sign SMB2 Logoff requestsStefan Metzmacher1-0/+2
2008-07-28We don't use EXTENSIBLEOBJECT any more.Andrew Bartlett1-3/+0
2008-07-28Make it even clearer what to do next in the LDAP backend setupAndrew Bartlett1-1/+5
2008-07-28Always print the slapd startup commandAndrew Bartlett1-1/+2
2008-07-28Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett1-1/+11
2008-07-28auth/credentials: explain why we need to the enctypes for the gssapi layerStefan Metzmacher1-1/+11
2008-07-28Remove unused variableAndrew Bartlett1-1/+0
2008-07-28Remove unused function and make sensitive directories private.Andrew Bartlett1-22/+2
2008-07-28Fix warnings in new prefixMap codeAndrew Bartlett1-2/+3
2008-07-27Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into manpageJelmer Vernooij37-350/+1323
2008-07-27Fix location of manpages.Jelmer Vernooij2-0/+0
2008-07-26gensec_gssapi: add support for signing RPC messagesStefan Metzmacher1-35/+12
2008-07-26lib/ldb/tools: allow -W and --realm when build from samba4Stefan Metzmacher1-0/+1
2008-07-26auth/credentials: use the same enctypes when getting a TGT and a TGSStefan Metzmacher1-0/+23
2008-07-26dsdb: add a comment about the parameter to DSDB_EXTENDED_SCHEMA_UPDATE_NOW_OIDStefan Metzmacher1-0/+4
2008-07-26dsdb/schema: make more clear where we create the value for the new prefix map...Stefan Metzmacher1-0/+6
2008-07-26dsdb/schema: dsdb_write_prefixes_to_ldb() should do the reverse of dsdb_read_...Stefan Metzmacher1-52/+44
2008-07-26dcerpc.idl: add DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN flagStefan Metzmacher1-0/+1
2008-07-26mamachinepw: add better error handlingStefan Metzmacher1-4/+20