summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-09-09Add option for generating coverage data from python tests.Jelmer Vernooij1-0/+8
(This used to be commit 43c0fdfff02021caef2d8f73d6bfdc4b051a65ef)
2008-09-09UNIX-WHOAMI: fix compiler warningsStefan Metzmacher1-2/+2
metze (This used to be commit ec5d8ddadb76ff0d2cb72872e4d145a7527f0ec6)
2008-09-09drsblobs.idl: add parser for ExtendedErrorInfo see [MS-EERR]: ExtendedError ↵Stefan Metzmacher1-4/+72
Remote Data Structure metze (This used to be commit 3edbbb12bda8e19a9f5a72849bc79e0fad7976f8)
2008-09-09packaging(RHEL): add makerpms.git.sh to build rpms from inside a git checkoutMichael Adam1-0/+149
This expects a path to a release docs tarball (.tar.bz2) in the DOCS_TARBALL environment variable. The tarball should have a prefix of "docs/". Michael (This used to be commit d87c2192ab7b68b2f68442c50618d94146d77ad9)
2008-09-09packaging(RHEL): use ccache if availableMichael Adam1-6/+6
Michael (This used to be commit e8abbfabde3da0844ffb4e2507084c139a70d503)
2008-09-09packaging(RHEL): add ldbtools binaries and man pages to common packageMichael Adam1-0/+12
Michael (This used to be commit 206985dfda5a9f62df975629046b00a88ec666f5)
2008-09-09packaging(RHEL): add cifs.upcall binary and manpage to client packageMichael Adam1-0/+2
Michael (This used to be commit f1b80bcb58b8aa5c586835dc201ce674b3417835)
2008-09-09packaging(RHEL): fix installation of pam modules.Michael Adam1-5/+2
Michael (This used to be commit 0f045f18ebaa752b9d906afc64fd5badb3bf352c)
2008-09-09packaging(RHEL): remove leftovers of smbmount from SPEC file.Michael Adam1-4/+0
Michael (This used to be commit 041875c64daba3d185b1954eb0eb9a21b2f41ee1)
2008-09-09packaging(RHEL): add new libs (talloc, tdb, ...) to the common packageMichael Adam1-0/+11
Michael (This used to be commit f23183bbec55faf2d6496e04e73f8dd415a08d1c)
2008-09-09packaging(RHEL): remove workaround code for libsmclient/sharemodes installationMichael Adam1-15/+0
With 3.3.0, this is not needed any more (libdir/modulesdir separation and corrected library creation). Michael (This used to be commit 5348e28f6674cab643b42c1265c24983d9a9189d)
2008-09-09packaging(RHEL): fix libdir installation by using _libarch/_libarchdirMichael Adam1-30/+39
Michael (This used to be commit 829f83c27ad03e4d2a7b5dc0b0459823fa4f3804)
2008-09-09packaging(RHEL): remove libmsrpc stuff which is no more...Michael Adam1-10/+0
Michael (This used to be commit 3eaa33e9df6d58ef93f13a840b38a063649fffbc)
2008-09-09packaging(RHEL): remove duplicate installation of pam_smbpass.soMichael Adam1-3/+0
Michael (This used to be commit cdc24fbb195b1a5460c05fcd20d7ba81ad69ef22)
2008-09-09packaging(RHEL): remove smbmount related stuff from spec fileMichael Adam1-10/+0
Michael (This used to be commit 4420cf6199e3c718a3dea84fe814d6ad6e83c2d8)
2008-09-09packaging(RHEL): don't make proto for samba 3.3Michael Adam1-2/+0
Michael (This used to be commit 75c28699496d843e21eefef564c72023b24975a1)
2008-09-09packaging(RHEL): use --libdir and --with-modulesdir instead of --with-libdirMichael Adam1-1/+2
Michael (This used to be commit dc6625637fb9de7d64d4416a1eb43f214590d393)
2008-09-09packaging(RHEL): fix version of GPL (2 --> 3)Michael Adam1-1/+1
Michael (This used to be commit c015e8e0cf4131f21305451943df13b81f51ea6a)
2008-09-09Fix reversed test trying to fix bug #5713Andrew Bartlett1-1/+1
(It instead ensured that only 'top' had a SUP keyword) This clearly shows that 937b466266256d26d02cf8d48e72a26272fe8627 was not a full or correct fix, but despite this I can no longer reproduce the issue. Further investigation is required. Andrew Bartlett (This used to be commit 95a9e9b6b84866cd300b1d19915627c6718b4dde)
2008-09-09Fix a memleak in cli_qfilename (only used in smbtorture)Volker Lendecke1-0/+5
(This used to be commit 7e0cca19fec078c0b46807492a7a035f4fab612b)
2008-09-09Fix bug #5713 by correcting the generated schema.Andrew Bartlett1-1/+1
This bug is entitled 'Schema patch breaks interoperability with Microsoft MMC consoles.', and it does so very spectacularly. The issue is that we would include an entry: objectClasses: ( 2.5.6.0 NAME 'top' SUP top ABSTRACT.. The MMC Active Directory Users and Computers snap in presumably objected to the 'loop' this would present. The fixed entry is: objectClasses: ( 2.5.6.0 NAME 'top' ABSTRACT Thanks to Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> for his persistance in getting me to look at this. Andrew Bartlett (This used to be commit 937b466266256d26d02cf8d48e72a26272fe8627)
2008-09-08Make it easier to see when tests start/end.Jeremy Allison1-15/+52
Jeremy. (This used to be commit 6f89e728272ca14f0ed9557485e21647c0731ef2)
2008-09-08Fix calculation of useable_space for trans2 and nttrans repliesVolker Lendecke2-18/+19
When alignment was in place, we pretended to send more data/params according to the param_offset/param_length and data_offset/data_length parameters than would actually fit into the SMB according to the NBSS length field. (This used to be commit ef3c132b8455c6fe4d0bb9f0be881040a806a4ed)
2008-09-08When setting an NFSv4 ACL, map generic bitsVolker Lendecke1-0/+4
(This used to be commit dbe7a61be2beac50d1665e38ac374cefbbabec00)
2008-09-08Thanks metze for pointing out the missing extern :-)Volker Lendecke1-1/+1
(This used to be commit b62540cd48212a80c8cb4a264f740591a0229944)
2008-09-08smbd: some write time fixesStefan Metzmacher2-8/+8
- only the first non truncating write causes the write time update with 2 seconds delay. It's not enough to check for an existing update event as it will be NULL after the event was triggered. - SMBwrite truncates always update the write time unless the sticky write time is set. - SMBwrite truncates don't trigger a write time update on close. metze (This used to be commit 3d17089b6dc773303c8c553f3f6140e60e348fb7)
2008-09-08BASE-DELAYWRITE: test behavior of SMBwrite truncate, writeX, SMBwrite ↵Stefan Metzmacher1-0/+204
truncate and writeX again metze (This used to be commit 66b8c8d80e1c8e45ab6ca38cabebea07aa122c40)
2008-09-08BASE-DELAYWRITE: test behavior of writeX, SMBwrite truncate, writeX and ↵Stefan Metzmacher1-0/+206
SMBwrite again metze (This used to be commit 051164ba0a69d54aa706ffa876059e8dbbeacb36)
2008-09-08BASE-DELAYWRITE: demonstrate that a truncate write doesn't update the write ↵Stefan Metzmacher1-0/+157
time after SET_FILE_INFO metze (This used to be commit f81014db9d5afbf9e0b1c007bc56fc1d3a201309)
2008-09-08Remove some duplicate codeVolker Lendecke1-6/+1
(This used to be commit 564bfe94ac87c918482ade65980270326dc8ed6d)
2008-09-08packaging(RHEL-CTDB): add fix for versions containing "-" signs.Michael Adam1-0/+1
Michael (cherry picked from commit 423105e29aaef449dbc40d124900a3f654b7266b) (This used to be commit 4bebce268a430a537215b46947e37a8b0225e49d)
2008-09-08packaging(RHEL-CTDB): extend and slightly reformat comment header blockMichael Adam1-4/+5
Michael (cherry picked from commit 1bfc8cc575cd84f24ceb6f6c5d13c9171c0895a5) (This used to be commit 5354e420677eacd62a5297bc38d62cd6b53642b5)
2008-09-08packaging(RHEL-CTDB): unify and extend (C) headerMichael Adam1-1/+2
Michael (cherry picked from commit e051c1cbf7a993e3885c4a515e516da3574a1f57) (This used to be commit 68ec025d06058bcd1c7050ee5d8f7232a3eb901a)
2008-09-08packaging(RHEL-CTDB): autodetect the samba version number from version.hMichael Adam2-2/+28
Generate version.h first. Create samba.spec from (new) samba.spec.tmpl, replacing PVERSION by the version string. (as is done with update-pkginfo called from the create-tarball release script) Michael (This used to be commit f1f3d1bef0440f4294f7278c0c38e13a10b6fb48)
2008-09-08packaging(RHEL-CTDB): introduce variable TOPDIRMichael Adam1-1/+2
Michael (cherry picked from commit 74e335ebf210c4812b0f790d05b697a183803af7) (This used to be commit c6ff392778a75cc74db880fa3d657f5879ae55d5)
2008-09-08packaging(RHEL-CTDB): rename SPECDIR to RPMSPECDIRMichael Adam1-4/+4
Michael (cherry picked from commit ac2b09b2274a12c34c446c4536793a33515958cc) (This used to be commit cbfd805bd25a23299ef770687370dafebefe58d1)
2008-09-08packaging(RHEL-CTDB): rename SRCDIR to RPMSRCDIRMichael Adam1-5/+5
Michael (cherry picked from commit d8a8ea87439315ecf407a866a12e2993343af39c) (This used to be commit ab7575f5d29576518bd5593ec5bd58846b85d23d)
2008-09-08BASE-DELAYWRITE: demonstrate that the time between the open and the first ↵Stefan Metzmacher1-0/+159
write doesn't matter metze (This used to be commit 13d051cd633f4a4152d360453fe5297ad53cc7b5)
2008-09-08netapi: expand NetUser testsuite a little.Günther Deschner1-2/+146
Guenther (This used to be commit fc1b04df78fc0fb5bc59fa0120c0e29bbb3978a1)
2008-09-08netapi: add NetShare testsuite.Günther Deschner4-1/+240
Guenther (This used to be commit 07cf13e43d03803a5f039fa6df3c9a35c701d43a)
2008-09-08net: use NETSETUP flags consistently.Günther Deschner1-1/+1
Guenther (This used to be commit f48e0cacdf7ed458e0e89ab151e3d233fb89240b)
2008-09-08netapi: re-arrange a little NetLocalGroupSetMembers example code.Günther Deschner1-4/+9
Guenther (This used to be commit 84a25e69947c077623165fe4535cddd48aba0a3e)
2008-09-08netapi: fix NetShareGetInfo example output.Günther Deschner1-1/+1
Guenther (This used to be commit 00ecf8205c4cd4a4c150b204811d448d0ac53c0d)
2008-09-08BASE-DELAYWRITE: test more details of the truncate write time update behaviorStefan Metzmacher1-4/+371
metze (This used to be commit 39367ef15fabbb52cd2c05be7ca59b25dc4aff71)
2008-09-08Make it clear that the MMR password can differ from the admin passswordAndrew Bartlett2-7/+9
In the future, we might simply randomly generate this, or allow the admin to specify it seperate to the admin password. However, both are highly sensitive, as they imply read access to the krbtgt. Andrew Bartlett (This used to be commit 57d19ad002c523fb9a09694e6710ab7f588d44ec)
2008-09-08Use DIGEST-MD5 authentication for OpenLDAP replicationOliver Liebel4-6/+31
This avoids passing rootdn passwords or replicated data in cleartext across the network. Signed-of-by: Andrew Bartlett <abartlet@samba.org> (This used to be commit 67373c143a1d8a9f310fd116dbf81c1dd123b75f)
2008-09-08Add definition for SYSTEM_FLAG_ATTR_IS_RDNAndrew Bartlett1-0/+1
(This used to be commit 36f727c4a73ffc8634692b0c5645343cb414de93)
2008-09-08Move blackbox.smbclient to test against the member server.Andrew Bartlett3-7/+41
The DC is now using smb signing, so testing for the old SMB versions won't work. Add a new test script to check 'net join' independent of blackbox.smbclient. Andrew Bartlett (This used to be commit 44ff392ffea52e89a3ac096a6d381ae540d3473c)
2008-09-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into ↵Andrew Bartlett19-166/+923
trusted-domains (This used to be commit a057c3ed9df2670e5cad5f1807e280d77eb58cb0)
2008-09-08Simplfy SetSecrets behaviour in line with RPC-LSA and Win2008.Andrew Bartlett1-51/+64
(This used to be commit 07cb8db799cc22685af4bb63285fa10115790ce1)