summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-09-08Make it clear that the MMR password can differ from the admin passswordAndrew Bartlett2-7/+9
2008-09-08Use DIGEST-MD5 authentication for OpenLDAP replicationOliver Liebel4-6/+31
2008-09-08Add definition for SYSTEM_FLAG_ATTR_IS_RDNAndrew Bartlett1-0/+1
2008-09-08Move blackbox.smbclient to test against the member server.Andrew Bartlett3-7/+41
2008-09-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into trusted-d...Andrew Bartlett19-166/+923
2008-09-08Simplfy SetSecrets behaviour in line with RPC-LSA and Win2008.Andrew Bartlett1-51/+64
2008-09-08Try to implement the right logic for systemFlagsAndrew Bartlett1-0/+37
2008-09-08Don't expose passwords, even to the administrator.Andrew Bartlett1-1/+14
2008-09-08More work towards trusted domains support in Samba4's LSAAndrew Bartlett3-54/+327
2008-09-07ndr_compression: add XPRESS compression supportStefan Metzmacher1-1/+49
2008-09-07lzxpress: Import of lzxpress compressionMatthieu Suiche2-0/+179
2008-09-07ndr_compression: fix the build after lzxpress_decompress() prototype changeStefan Metzmacher1-1/+11
2008-09-07lzxpress: fix for decompression...Matthieu Suiche2-21/+17
2008-09-06Always free tmp contexts before returningSimo Sorce1-0/+1
2008-09-06zlib: we require zlib-1.2.3 or higherStefan Metzmacher1-3/+18
2008-09-06Revert "zlib: add inflateReset2()..."Stefan Metzmacher3-28/+3
2008-09-06Revert "zlib: we don't need the inflateReset2 prototype twice"Stefan Metzmacher1-0/+2
2008-09-06ndr_compression: change debug levelsStefan Metzmacher1-6/+6
2008-09-06ndr_compression: use deflateReset() together with defalteSetDictionary()Stefan Metzmacher1-8/+17
2008-09-06ndr_compression: use inflateReset() and inflateSetDictionary() instead of inf...Stefan Metzmacher1-7/+14
2008-09-05Don't compare identity, it'll never be different.Jeremy Allison1-2/+2
2008-09-06Remove <tab> in OpenLDAP MMR configOliver Liebel1-1/+0
2008-09-06Make SMB signing work with Windows 2008 and kerberos.Andrew Bartlett1-4/+1
2008-09-05Added tests that show that write time update is immediateJeremy Allison1-1/+347
2008-09-05Add a new error codeAndrew Bartlett2-0/+2
2008-09-05Update copyrightAndrew Bartlett1-1/+1
2008-09-05Update copyright, I've been working here many long years...Andrew Bartlett1-1/+1
2008-09-05Move our DC to implement mandetory signing.Andrew Bartlett2-4/+10
2008-09-05With a windows 2008 client, even anonymous requires signing...Andrew Bartlett1-6/+0
2008-09-04More work to implement LSA CreateTrustedDomainEx2Andrew Bartlett3-11/+63
2008-09-04Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell16-95/+474
2008-09-04Merge commit 'origin/v4-0-test' into trusted-domainsAndrew Bartlett9-63/+62
2008-09-03Regenerate SWIG file.Jelmer Vernooij3-12/+32
2008-09-03Avoid using version call for version string.Jelmer Vernooij3-33/+4
2008-09-03Allow overriding shared library policy using environment variable.Jelmer Vernooij1-2/+4
2008-09-03Fix embedding of Samba 4.Jelmer Vernooij3-17/+23
2008-09-03Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett8-42/+428
2008-09-03Implement NETLOGON PAC verfication on the server-sideAndrew Bartlett6-38/+164
2008-09-03Merge krb5_cksumtype_to_enctype from Heimdal svn -r 23719Andrew Bartlett1-32/+70
2008-09-03Test a few more error cases in RPC-PACAndrew Bartlett1-2/+179
2008-09-02Start testing CreateTrustedDomainEx2Andrew Bartlett1-1/+108
2008-09-02Share IDL between the LSA and drsblob representations of trustsAndrew Bartlett2-41/+51
2008-09-01Follow MS-LSAD 3.1.4.7.12 and set defaults when creating a trust.Andrew Bartlett2-3/+24
2008-08-30Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell540-38311/+51243
2008-08-30Add a setexpiry operation in samdb.pyAndrew Tridgell9-102/+233
2008-08-30added a simple script for setting password expiryAndrew Tridgell1-0/+44
2008-08-29Start implementing the server-sde NETLOGON PAC verification.Andrew Bartlett1-1/+46
2008-08-29It turns out that the Netlogon PAC verification is encrypted.Andrew Bartlett3-3/+12
2008-08-28Further rework the RPC-PAC test.Andrew Bartlett2-35/+16
2008-08-28Heimdal provides Kerberos PAC parsing routines. Use them.Andrew Bartlett6-129/+243