summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-08BASE-DELAYWRITE: test behavior of writeX, SMBwrite truncate, writeX and SMBwr...Stefan Metzmacher1-0/+206
2008-09-08BASE-DELAYWRITE: demonstrate that a truncate write doesn't update the write t...Stefan Metzmacher1-0/+157
2008-09-08Remove some duplicate codeVolker Lendecke1-6/+1
2008-09-08packaging(RHEL-CTDB): add fix for versions containing "-" signs.Michael Adam1-0/+1
2008-09-08packaging(RHEL-CTDB): extend and slightly reformat comment header blockMichael Adam1-4/+5
2008-09-08packaging(RHEL-CTDB): unify and extend (C) headerMichael Adam1-1/+2
2008-09-08packaging(RHEL-CTDB): autodetect the samba version number from version.hMichael Adam2-2/+28
2008-09-08packaging(RHEL-CTDB): introduce variable TOPDIRMichael Adam1-1/+2
2008-09-08packaging(RHEL-CTDB): rename SPECDIR to RPMSPECDIRMichael Adam1-4/+4
2008-09-08packaging(RHEL-CTDB): rename SRCDIR to RPMSRCDIRMichael Adam1-5/+5
2008-09-08BASE-DELAYWRITE: demonstrate that the time between the open and the first wri...Stefan Metzmacher1-0/+159
2008-09-08netapi: expand NetUser testsuite a little.Günther Deschner1-2/+146
2008-09-08netapi: add NetShare testsuite.Günther Deschner4-1/+240
2008-09-08net: use NETSETUP flags consistently.Günther Deschner1-1/+1
2008-09-08netapi: re-arrange a little NetLocalGroupSetMembers example code.Günther Deschner1-4/+9
2008-09-08netapi: fix NetShareGetInfo example output.Günther Deschner1-1/+1
2008-09-08BASE-DELAYWRITE: test more details of the truncate write time update behaviorStefan Metzmacher1-4/+371
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-05Fix debug message to show correct function name.Jeremy Allison1-1/+1
2008-09-06Remove <tab> in OpenLDAP MMR configOliver Liebel1-1/+0
2008-09-05Write times code update.Jeremy Allison7-48/+117
2008-09-06Make SMB signing work with Windows 2008 and kerberos.Andrew Bartlett1-4/+1
2008-09-05Remove unecessary msync.Jeremy Allison1-4/+0
2008-09-05Fix "warning: pointer of type 'void *' used in arithmetic".Jeremy Allison1-1/+1
2008-09-05Revert "winbindd: the ad trusted_domains call should return talloced strings."Günther Deschner1-5/+2
2008-09-05Added tests that show that write time update is immediateJeremy Allison1-1/+347
2008-09-05Fix a memleakQiao Yang1-1/+2
2008-09-05re-run make idl.Günther Deschner3-0/+47
2008-09-05netapi: add SHARE_INFO_1005_FLAGS.Günther Deschner1-1/+16
2008-09-05netapi: implement NetShareSetInfo_r.Günther Deschner1-1/+59