summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Revert "Add option for generating coverage data from python tests."Jelmer Vernooij2008-09-121-8/+0
| | |/
| | * Remove the complexity of transactions from the attributes-setting code.Andrew Bartlett2008-09-111-16/+1
| | * Make cn=aggregate output less pretty, by more like Win2008.Andrew Bartlett2008-09-111-2/+2
| | * Fix failures in the winbind struct-based test.Andrew Bartlett2008-09-114-15/+0
| | * Merge branch 'v4-0-test' of ssh://jra@git.samba.org/data/git/samba into v4-0-...Jeremy Allison2008-09-093-3/+6
| | |\
| | | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-09-1012-66/+107
| | | |\
| | | * | Return the same privilaged winbindd socket as we actually use.Andrew Bartlett2008-09-103-3/+6
| | * | | A truncate write must be a smbcli_smbwrite, not aJeremy Allison2008-09-091-1/+1
| | | |/ | | |/|
| | * | Fix uninstalling of binaries.Matthias Dieter Wallnöfer2008-09-101-3/+3
| | * | Merge branch 'v4-0-regClient' of git://repo.or.cz/Samba/mdw into manpageJelmer Vernooij2008-09-104-16/+15
| | |\ \
| | | * | Fix up the "reg_common_open_remote" callMatthias Dieter Wallnöfer2008-09-094-8/+9
| | | * | Two useful "regshell" improvementsMatthias Dieter Wallnöfer2008-09-091-8/+6
| | * | | Only try with -LPYTHONDIR/lib when python-config output didn't work.Jelmer Vernooij2008-09-091-3/+8
| | * | | Attempt to correctly find python on host sunxVolker Lendecke2008-09-091-2/+3
| | * | | Remove unused scripts for installing binaries.Jelmer Vernooij2008-09-093-39/+1
| | |/ /
| | * | Remove calls to unused uninstallbin.shJelmer Vernooij2008-09-091-2/+0
| | * | Add option for generating coverage data from python tests.Jelmer Vernooij2008-09-091-0/+8
| | * | UNIX-WHOAMI: fix compiler warningsStefan Metzmacher2008-09-091-2/+2
| | * | drsblobs.idl: add parser for ExtendedErrorInfo see [MS-EERR]: ExtendedError R...Stefan Metzmacher2008-09-091-4/+72
| | |/
| | * Fix reversed test trying to fix bug #5713Andrew Bartlett2008-09-091-1/+1
| | * Fix bug #5713 by correcting the generated schema.Andrew Bartlett2008-09-091-1/+1
| | * Make it easier to see when tests start/end.Jeremy Allison2008-09-081-15/+52
| | * BASE-DELAYWRITE: test behavior of SMBwrite truncate, writeX, SMBwrite truncat...Stefan Metzmacher2008-09-081-0/+204
| | * BASE-DELAYWRITE: test behavior of writeX, SMBwrite truncate, writeX and SMBwr...Stefan Metzmacher2008-09-081-0/+206
| | * BASE-DELAYWRITE: demonstrate that a truncate write doesn't update the write t...Stefan Metzmacher2008-09-081-0/+157
| | * BASE-DELAYWRITE: demonstrate that the time between the open and the first wri...Stefan Metzmacher2008-09-081-0/+159
| | * BASE-DELAYWRITE: test more details of the truncate write time update behaviorStefan Metzmacher2008-09-081-4/+371
| | * Make it clear that the MMR password can differ from the admin passswordAndrew Bartlett2008-09-082-7/+9
| | * Use DIGEST-MD5 authentication for OpenLDAP replicationOliver Liebel2008-09-084-6/+31
| | * Add definition for SYSTEM_FLAG_ATTR_IS_RDNAndrew Bartlett2008-09-081-0/+1
| | * Move blackbox.smbclient to test against the member server.Andrew Bartlett2008-09-083-7/+41
| | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into trusted-d...Andrew Bartlett2008-09-0819-166/+923
| | |\
| | | * 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