summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * ndr_compression: add XPRESS compression supportStefan Metzmacher2008-09-071-1/+49
| | | * lzxpress: Import of lzxpress compressionMatthieu Suiche2008-09-072-0/+179
| | | * ndr_compression: fix the build after lzxpress_decompress() prototype changeStefan Metzmacher2008-09-071-1/+11
| | | * lzxpress: fix for decompression...Matthieu Suiche2008-09-072-21/+17
| | | * Always free tmp contexts before returningSimo Sorce2008-09-061-0/+1
| | | * zlib: we require zlib-1.2.3 or higherStefan Metzmacher2008-09-061-3/+18
| | | * Revert "zlib: add inflateReset2()..."Stefan Metzmacher2008-09-063-28/+3
| | | * Revert "zlib: we don't need the inflateReset2 prototype twice"Stefan Metzmacher2008-09-061-0/+2
| | | * ndr_compression: change debug levelsStefan Metzmacher2008-09-061-6/+6
| | | * ndr_compression: use deflateReset() together with defalteSetDictionary()Stefan Metzmacher2008-09-061-8/+17
| | | * ndr_compression: use inflateReset() and inflateSetDictionary() instead of inf...Stefan Metzmacher2008-09-061-7/+14
| | | * Don't compare identity, it'll never be different.Jeremy Allison2008-09-051-2/+2
| | | * Added tests that show that write time update is immediateJeremy Allison2008-09-051-1/+347
| | | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-09-0416-95/+474
| | | |\
| | | * \ Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-08-30545-38319/+51311
| | | |\ \
| | | * | | Add a setexpiry operation in samdb.pyAndrew Tridgell2008-08-309-102/+233
| | | * | | added a simple script for setting password expiryAndrew Tridgell2008-08-301-0/+44
| | * | | | Simplfy SetSecrets behaviour in line with RPC-LSA and Win2008.Andrew Bartlett2008-09-081-51/+64
| | * | | | Try to implement the right logic for systemFlagsAndrew Bartlett2008-09-081-0/+37
| | * | | | Don't expose passwords, even to the administrator.Andrew Bartlett2008-09-081-1/+14
| | * | | | More work towards trusted domains support in Samba4's LSAAndrew Bartlett2008-09-083-54/+327
| | * | | | Remove <tab> in OpenLDAP MMR configOliver Liebel2008-09-061-1/+0
| | * | | | Make SMB signing work with Windows 2008 and kerberos.Andrew Bartlett2008-09-061-4/+1
| | * | | | Add a new error codeAndrew Bartlett2008-09-052-0/+2
| | * | | | Update copyrightAndrew Bartlett2008-09-051-1/+1
| | * | | | Update copyright, I've been working here many long years...Andrew Bartlett2008-09-051-1/+1
| | * | | | Move our DC to implement mandetory signing.Andrew Bartlett2008-09-052-4/+10
| | * | | | With a windows 2008 client, even anonymous requires signing...Andrew Bartlett2008-09-051-6/+0
| | * | | | More work to implement LSA CreateTrustedDomainEx2Andrew Bartlett2008-09-043-11/+63
| | * | | | Merge commit 'origin/v4-0-test' into trusted-domainsAndrew Bartlett2008-09-049-63/+62
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Regenerate SWIG file.Jelmer Vernooij2008-09-033-12/+32
| | | * | | Avoid using version call for version string.Jelmer Vernooij2008-09-033-33/+4
| | | * | | Allow overriding shared library policy using environment variable.Jelmer Vernooij2008-09-031-2/+4
| | | * | | Fix embedding of Samba 4.Jelmer Vernooij2008-09-033-17/+23
| | * | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-09-038-42/+428
| | |\| | |
| | | * | | Implement NETLOGON PAC verfication on the server-sideAndrew Bartlett2008-09-036-38/+164
| | | * | | Merge krb5_cksumtype_to_enctype from Heimdal svn -r 23719Andrew Bartlett2008-09-031-32/+70
| | | * | | Test a few more error cases in RPC-PACAndrew Bartlett2008-09-031-2/+179
| | | * | | Start implementing the server-sde NETLOGON PAC verification.Andrew Bartlett2008-08-291-1/+46
| | | | |/ | | | |/|
| | * | | Start testing CreateTrustedDomainEx2Andrew Bartlett2008-09-021-1/+108
| | * | | Share IDL between the LSA and drsblob representations of trustsAndrew Bartlett2008-09-022-41/+51
| | * | | Follow MS-LSAD 3.1.4.7.12 and set defaults when creating a trust.Andrew Bartlett2008-09-012-3/+24
| | |/ /
| | * | It turns out that the Netlogon PAC verification is encrypted.Andrew Bartlett2008-08-293-3/+12
| | * | Update packaging per suggestions on the reviewAndrew Bartlett2008-08-292-6/+53
| | * | Further rework the RPC-PAC test.Andrew Bartlett2008-08-282-35/+16
| | * | Heimdal provides Kerberos PAC parsing routines. Use them.Andrew Bartlett2008-08-286-129/+243
| | * | Don't wipe the PAC checksums, the caller may actually need them.Andrew Bartlett2008-08-281-14/+0
| | * | Add missing file - netlogon.hAndrew Bartlett2008-08-271-0/+6
| | * | Add a test to explore Netlogon PAC validationAndrew Bartlett2008-08-278-9/+263
| | * | Put the internal gensec_gssapi state into a header.Andrew Bartlett2008-08-272-43/+69