summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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)
| * heimdal: add missing file heimdal/lib/gssapi/mech/gss_pseudo_random.cStefan Metzmacher2008-08-011-0/+69
| | | | | | | | | | metze (This used to be commit 3bd7e68a5cfe80733782367e327b570d04b21586)
| * build with the new heimdal versionStefan Metzmacher2008-08-013-2/+12
| | | | | | | | (This used to be commit 3817d653faecb70bfafb850fe7d6e83aaed7e6d1)
| * heimdal: update to lorikeet-heimdal rev 801Stefan Metzmacher2008-08-01233-3563/+10176
| | | | | | | | | | metze (This used to be commit d6c54a66fb23c784ef221a3c1cf766b72bdb5a0b)
| * build: allow flex-2.34 together with bison-2.3Stefan Metzmacher2008-08-013-3/+15
| | | | | | | | | | metze (This used to be commit 8bd30a7b4392642ef5184f959d801716d2db20b2)
| * auth/ntlmssp: don't crash when the backend give no challengeStefan Metzmacher2008-08-011-0/+6
| | | | | | | | | | metze (This used to be commit c01fee80a79cd9e0f7bb295333bb03bd37328d05)
| * auth_server: fix the logic of server_get_challenge()Stefan Metzmacher2008-08-011-4/+4
| | | | | | | | | | metze (This used to be commit 699e3cdb52acdf2524347d8c053730306c579dd9)
| * auth_server: fix segfault reported by Julien Kerihuel ↵Stefan Metzmacher2008-08-011-1/+1
| | | | | | | | | | | | | | <j.kerihuel@openchange.org> metze (This used to be commit c2cc8ef943e8c2e02edb1eb20214de245cc6914c)
| * Revert "Start implementind domain trusts in our KDC."Stefan Metzmacher2008-08-011-33/+7
| | | | | | | | | | | | | | | | | | This reverts commit 736ce50afd9da9b5fbc3db777fd5341dfa4b721a. This breaks the build... metze (This used to be commit afd07073b9caa4b5f7d2ad747e79afaec4203506)
| * Update to a working trustAuthIncoming and trustAuthOutgoing parser.Andrew Bartlett2008-07-311-4/+25
| | | | | | | | | | | | | | | | | | | | This is based on the docs, as well as testing against a domain trust in windows. Clearly it needs to be more general - perhaps a non IDL parser? Andrew Bartlett (This used to be commit 816bb64a56a75d1eb5e879b4abf211af27243686)
| * Print trustAuthOutgoing and trustAuthIncoming in RPC-DSSYNCAndrew Bartlett2008-07-311-6/+22
| | | | | | | | (This used to be commit 6673a6e62399c4956a44a06685aa91ce8145b92a)
| * Use the cldap reply to avoid segfaulting in RPC-DSSYNCAndrew Bartlett2008-07-311-1/+13
| | | | | | | | | | | | | | | | Also don't fail the test if the server does not implement the NT4 changelog. Andrew Bartlett (This used to be commit 514d88580bee3bb17f1032262f5518e3ab2a349a)
| * Don't fail if the domain has a trust already.Andrew Bartlett2008-07-311-1/+6
| | | | | | | | | | Andrew Bartlett (This used to be commit c2df7ffa6d67dd9381d10397c679746547cd5e17)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-07-3116-73/+101
| |\ | | | | | | | | | (This used to be commit 15d0951b74b46763024560f9cd012338473c5bc3)
| | * Revert "gensec_gssapi: use gsskrb5_get_subkey() to make smb2 signing with ↵Stefan Metzmacher2008-07-281-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | aes keys work" This reverts commit 73964f069056f46f2f27fc690e42e5c91ae1fe19. This breaks more than it gains:-( It seems to break the ncacn_np session key metze (This used to be commit 9678085f75b6cb0ed068e22f3d9f94247b200ce2)
| | * rpc_server: remove unused variableStefan Metzmacher2008-07-281-1/+0
| | | | | | | | | | | | | | | metze (This used to be commit c2186d5d60aa2b57ecafaa57f9fd41f2a6717046)
| | * gensec_gssapi: use gsskrb5_get_subkey() to make smb2 signing with aes keys workStefan Metzmacher2008-07-281-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | SMB signing with aes doesn't work, but still works with arcfour-hmac-md5, des-cbc-md5 and des-cbc-crc. metze (This used to be commit 73964f069056f46f2f27fc690e42e5c91ae1fe19)
| | * libcli/smb2: the session key for SMB2 signing is truncated to 16 bytesStefan Metzmacher2008-07-282-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | To make that work (as a client) with aes128 and aes256 krb5 keys we need to use gsskrb5_get_subkey(). metze (This used to be commit 0c6d988f2083067e1ac7b07a492f88cefd3ba906)
| | * smb2srv: sign SMB2 Logoff repliesStefan Metzmacher2008-07-281-3/+17
| | | | | | | | | | | | | | | metze (This used to be commit 2844e361730a6bc640ea89d0e10059deca1ca867)
| | * smb2srv: correctly hold the signing state per sessionStefan Metzmacher2008-07-284-13/+31
| | | | | | | | | | | | | | | metze (This used to be commit 5b3ba3f3556e8031133128853cd2324ee3852aa1)
| | * libcli/smb2: fix per session signing stateStefan Metzmacher2008-07-284-17/+12
| | | | | | | | | | | | | | | metze (This used to be commit 8bc12dc77a59e792830d96e84a4e8d1b2c651505)
| | * SMB2-CONNECT: remove reference to req->session before calling ↵Stefan Metzmacher2008-07-281-1/+10
| | | | | | | | | | | | | | | | | | | | | smb2_logoff_recv() on the invalid session metze (This used to be commit 93203e8e318dd10b9e7096e586187eb271d42134)
| | * libcli/smb2: sign SMB2 Logoff requestsStefan Metzmacher2008-07-281-0/+2
| | | | | | | | | | | | | | | metze (This used to be commit 35ee165b146b9157b0cff49e1139a0cb37d98926)
| | * We don't use EXTENSIBLEOBJECT any more.Andrew Bartlett2008-07-281-3/+0
| | | | | | | | | | | | (This used to be commit 4b137085c8b89773d4639372bbffd516a41dfc8f)
| | * Make it even clearer what to do next in the LDAP backend setupAndrew Bartlett2008-07-281-1/+5
| | | | | | | | | | | | (This used to be commit bace931ad674b5071d53bf9c99c383f1d8957e1b)
| | * Always print the slapd startup commandAndrew Bartlett2008-07-281-1/+2
| | | | | | | | | | | | (This used to be commit b1d05e7d14c65133e8ab0ff9d41a26fa7e3d41d3)
| | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-07-281-1/+11
| | |\ | | | | | | | | | | | | (This used to be commit 486891bb5167034e54b7477ba09e8f5f914b93e4)
| | | * auth/credentials: explain why we need to the enctypes for the gssapi layerStefan Metzmacher2008-07-281-1/+11
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit 88970c4d4192635544cf63e79e929e9bb05ecb5f)
| | * | Remove unused variableAndrew Bartlett2008-07-281-1/+0
| | | | | | | | | | | | | | | | (This used to be commit 31a303c099e26423160010c48b305434d4cbea25)
| | * | Remove unused function and make sensitive directories private.Andrew Bartlett2008-07-281-22/+2
| | | | | | | | | | | | | | | | (This used to be commit e23333d16397606d38e90684d2d916b5b967cde4)
| | * | Fix warnings in new prefixMap codeAndrew Bartlett2008-07-281-2/+3
| | |/ | | | | | | | | | (This used to be commit b8770a4fd8408473593fa4c6600bce056183958d)
| * | Start implementind domain trusts in our KDC.Andrew Bartlett2008-07-311-7/+33
| | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit 736ce50afd9da9b5fbc3db777fd5341dfa4b721a)
| * | Update trustAuthInOutBlob in line with MS-ADTS 7.1.6.8.1Andrew Bartlett2008-07-311-39/+51
| |/ | | | | | | (This used to be commit 26c2a34dec26890230dfa86827804d8160061ce5)
* | Fix some forgotten substitute variables in provision, add check to prevent ↵Jelmer Vernooij2008-08-011-0/+2
| | | | | | | | | | | | this sort of regression in the future. (This used to be commit a461118f3b668779f907c4d77cebe1e76fa4e39f)
* | Be more pythonic.Jelmer Vernooij2008-07-301-7/+5
|/ | | | (This used to be commit 20d40e31942f96ca9d077e57c6dd4c1d38f79b4b)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into manpageJelmer Vernooij2008-07-2737-350/+1323
|\ | | | | | | (This used to be commit 7e90cc197c4fb2884f368cd72f391d0d8016fb96)
| * gensec_gssapi: add support for signing RPC messagesStefan Metzmacher2008-07-261-35/+12
| | | | | | | | | | metze (This used to be commit dc2847c0acb0adaede4db72a7517046b93221162)
| * lib/ldb/tools: allow -W and --realm when build from samba4Stefan Metzmacher2008-07-261-0/+1
| | | | | | | | | | metze (This used to be commit 0aa6d63ec571b0ca05fbfe14d2b4e9ba3e1082e9)
| * auth/credentials: use the same enctypes when getting a TGT and a TGSStefan Metzmacher2008-07-261-0/+23
| | | | | | | | | | metze (This used to be commit 9fc5750156467f579ea8d7755987d091f5b579c2)