summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo.Karolin Seeger2008-09-142-2/+2
| | | | | | | | | retieve -> retrieve Karolin (partialy cherry-picked from 37c64130701ab13b6f34998ac17fec2d128c2e08) metze (This used to be commit 4d92e6d582a5b2094b2aaa9008a54b37ccfcc2d7)
* Correctly find a [u]int32_t replacementVolker Lendecke2008-09-141-6/+15
| | | | | | (cherry picked from commit 346375cda557a675f8f882ca2ae8edffec725a72) (cherry picked from commit 15a53945c9563b4517bd8b69a9bb0554eef5edff) (This used to be commit 46c3fc67e91bbdb820e4bddd085933a8570e504c)
* Fix replacement getpass. If we ^C at the prompt echo was left off.Jeremy Allison2008-09-141-5/+2
| | | | | | Jeremy. (cherry picked from commit e54c71954ae484fe4a4e195db33440490e78e256) (This used to be commit d61a86b8cdb4dd474611baadc61a0c37db0f8e62)
* rpc_server: don't send auth trailers in level connectStefan Metzmacher2008-09-132-89/+80
| | | | | | | | | | | | Also ignore auth trailers in level connect on receive. This fixes [krb5,connect] against windows. TODO: maybe the gensec mech need to decide if signatures are needed in level connect. metze (This used to be commit 2e3629719790e7631d9de383b565dc8a0997bcfb)
* librpc/rpc: don't send auth trailers in level connectStefan Metzmacher2008-09-131-113/+77
| | | | | | | | | | | | Also ignore auth trailers in level connect on receive. This fixes [krb5,connect] against windows. TODO: maybe the gensec mech need to decide if signatures are needed in level connect. metze (This used to be commit eca0502b8620f2110a303b84def4f0bf48cc4ea5)
* rpc_server: correctly calculate the auth paddingStefan Metzmacher2008-09-131-3/+8
| | | | | metze (This used to be commit e82468a8f538aa0cf6d477fb54cc0178c0d64574)
* client free credentials when not needed anymoreStefan Metzmacher2008-09-131-0/+7
| | | | (This used to be commit d982b69df638f17da6af398e2613986240031064)
* Comment the delay write time tests so I know what they'reJeremy Allison2008-09-121-3/+41
| | | | | | testing. Jeremy. (This used to be commit 2bf9074c7751324483744f55b02cfb044bb0b2dd)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into manpageJelmer Vernooij2008-09-127-1836/+45
|\ | | | | | | (This used to be commit eff27744d3dcb4f6bcdf9bd03583bb38634c398d)
| * Remove ancient remains of first experimentations aboutSimo Sorce2008-09-124-1781/+0
| | | | | | | | | | supporting a schema (This used to be commit 53b57300c799a079b4d64815243fe6120e0a9fa2)
| * Fix spellings and file namesSimo Sorce2008-09-122-32/+32
| | | | | | | | (This used to be commit baddefd0a6fa430af1a3001064149127e0d29361)
| * Fix failure to load the schema on read-only DB.Andrew Bartlett2008-09-121-23/+13
| | | | | | | | | | | | | | | | This also tries to simplify the logic in the schema -> @ATTRIBUTES and @INDEXES code. Andrew Bartlett (This used to be commit a383b8bf88a5681f9c9c6839ba645c872a735051)
* | Revert "Add option for generating coverage data from python tests."Jelmer Vernooij2008-09-121-8/+0
|/ | | | | This reverts commit 43c0fdfff02021caef2d8f73d6bfdc4b051a65ef. (This used to be commit 696f30fff249656409f2efcc81b86a421d0c6880)
* Remove the complexity of transactions from the attributes-setting code.Andrew Bartlett2008-09-111-16/+1
| | | | | | | | | | I think it is just too complex and error prone to init and cancel transactions during the module init code. Instead, this isn't prone to races as it will always achieve a steady state (eventually), and most cases will never do the write. Andrew Bartlett (This used to be commit d60977cc7f89f89f34187f310c91d1ab7db6ccf2)
* Make cn=aggregate output less pretty, by more like Win2008.Andrew Bartlett2008-09-111-2/+2
| | | | | | | | I'm not sure if this fixes bug #5713, as this is not consistantly reproducably on my equipment. Andrew Bartlett (This used to be commit 02d6645efc84179efd652dd29ab32f62ae310147)
* Fix failures in the winbind struct-based test.Andrew Bartlett2008-09-114-15/+0
| | | | | | | | | | | Don't try to pass the 'privileged' socket directory around for expected value testing - it is just too hard... A better test (once we unify the winbind protocol with Samba3) would be a operation to see if you are on the priv pipe, and that will give acutal end-to-end testing. Andrew Bartlett (This used to be commit 2d4103518ab8a7286e65347b8b9b0ccb660e69f6)
* Merge branch 'v4-0-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-09-093-3/+6
|\ | | | | | | | | | | v4-0-test (This used to be commit 7cd0977a28e9973ff71e9e0146fef6e6771a72b5)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-09-1012-66/+107
| |\ | | | | | | | | | (This used to be commit ed26195d0eda6dd1ca14508cfd31a48dde79d44f)
| * | Return the same privilaged winbindd socket as we actually use.Andrew Bartlett2008-09-103-3/+6
| | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit 2209787812fd9224d104f332e25d8ce64ef9ee95)
* | | A truncate write must be a smbcli_smbwrite, not aJeremy Allison2008-09-091-1/+1
| |/ |/| | | | | | | | | smbcli_write. Jeremy. (This used to be commit 8cebd4d36c862dcdc6551dc6bf4dda2342dfede7)
* | Fix uninstalling of binaries.Matthias Dieter Wallnöfer2008-09-101-3/+3
| | | | | | | | (This used to be commit 6ad94d10f79f206fcdeb23cf71595e38c7a77855)
* | Merge branch 'v4-0-regClient' of git://repo.or.cz/Samba/mdw into manpageJelmer Vernooij2008-09-104-16/+15
|\ \ | | | | | | | | | (This used to be commit 6ac32d0a10a9a27abceca362fcab04bcfc55c33f)
| * | Fix up the "reg_common_open_remote" callMatthias Dieter Wallnöfer2008-09-094-8/+9
| | | | | | | | | | | | | | | This fixes up the "reg_common_open_remote" call because it didn't work anymore without the event context. (This used to be commit 42ab865fc937a625d1eece45abe96bf354ddff8b)
| * | Two useful "regshell" improvementsMatthias Dieter Wallnöfer2008-09-091-8/+6
| | | | | | | | | | | | | | | This patch corrects the "change key" command (Follow up isn't supported yet) and adds a newline in a error message. (This used to be commit d1052dc42ef591208cfbf7059b28a078f6d4f0bf)
* | | Only try with -LPYTHONDIR/lib when python-config output didn't work.Jelmer Vernooij2008-09-091-3/+8
| | | | | | | | | | | | (This used to be commit 62d76356c10b4223236425c4db32c2fc5105d155)
* | | Attempt to correctly find python on host sunxVolker Lendecke2008-09-091-2/+3
| | | | | | | | | | | | (This used to be commit 59b62280d27a9e0a72241e4b60022be07e4cbce2)
* | | Remove unused scripts for installing binaries.Jelmer Vernooij2008-09-093-39/+1
|/ / | | | | | | (This used to be commit 677179234ecaa6980dedc2bb6f77c525b56b532f)
* | Remove calls to unused uninstallbin.shJelmer Vernooij2008-09-091-2/+0
| | | | | | | | (This used to be commit 69956a5597b0339b7c0ee3f394d649421f037f03)
* | Add option for generating coverage data from python tests.Jelmer Vernooij2008-09-091-0/+8
| | | | | | | | (This used to be commit 43c0fdfff02021caef2d8f73d6bfdc4b051a65ef)
* | UNIX-WHOAMI: fix compiler warningsStefan Metzmacher2008-09-091-2/+2
| | | | | | | | | | metze (This used to be commit ec5d8ddadb76ff0d2cb72872e4d145a7527f0ec6)
* | drsblobs.idl: add parser for ExtendedErrorInfo see [MS-EERR]: ExtendedError ↵Stefan Metzmacher2008-09-091-4/+72
|/ | | | | | | Remote Data Structure metze (This used to be commit 3edbbb12bda8e19a9f5a72849bc79e0fad7976f8)
* Fix reversed test trying to fix bug #5713Andrew Bartlett2008-09-091-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)
* Fix bug #5713 by correcting the generated schema.Andrew Bartlett2008-09-091-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)
* Make it easier to see when tests start/end.Jeremy Allison2008-09-081-15/+52
| | | | | Jeremy. (This used to be commit 6f89e728272ca14f0ed9557485e21647c0731ef2)
* BASE-DELAYWRITE: test behavior of SMBwrite truncate, writeX, SMBwrite ↵Stefan Metzmacher2008-09-081-0/+204
| | | | | | | truncate and writeX again metze (This used to be commit 66b8c8d80e1c8e45ab6ca38cabebea07aa122c40)
* BASE-DELAYWRITE: test behavior of writeX, SMBwrite truncate, writeX and ↵Stefan Metzmacher2008-09-081-0/+206
| | | | | | | SMBwrite again metze (This used to be commit 051164ba0a69d54aa706ffa876059e8dbbeacb36)
* BASE-DELAYWRITE: demonstrate that a truncate write doesn't update the write ↵Stefan Metzmacher2008-09-081-0/+157
| | | | | | | time after SET_FILE_INFO metze (This used to be commit f81014db9d5afbf9e0b1c007bc56fc1d3a201309)
* BASE-DELAYWRITE: demonstrate that the time between the open and the first ↵Stefan Metzmacher2008-09-081-0/+159
| | | | | | | write doesn't matter metze (This used to be commit 13d051cd633f4a4152d360453fe5297ad53cc7b5)
* BASE-DELAYWRITE: test more details of the truncate write time update behaviorStefan Metzmacher2008-09-081-4/+371
| | | | | metze (This used to be commit 39367ef15fabbb52cd2c05be7ca59b25dc4aff71)
* Make it clear that the MMR password can differ from the admin passswordAndrew Bartlett2008-09-082-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)
* Use DIGEST-MD5 authentication for OpenLDAP replicationOliver Liebel2008-09-084-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)
* Add definition for SYSTEM_FLAG_ATTR_IS_RDNAndrew Bartlett2008-09-081-0/+1
| | | | (This used to be commit 36f727c4a73ffc8634692b0c5645343cb414de93)
* Move blackbox.smbclient to test against the member server.Andrew Bartlett2008-09-083-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)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into ↵Andrew Bartlett2008-09-0819-166/+923
|\ | | | | | | | | | | trusted-domains (This used to be commit a057c3ed9df2670e5cad5f1807e280d77eb58cb0)
| * ndr_compression: add XPRESS compression supportStefan Metzmacher2008-09-071-1/+49
| | | | | | | | | | metze (This used to be commit 1432a96d37e367d9d97d48b69c6f16351a9ad066)
| * lzxpress: Import of lzxpress compressionMatthieu Suiche2008-09-072-0/+179
| | | | | | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit fd84c5a08f7e8d6402e5f68eede546eb092d22aa)
| * ndr_compression: fix the build after lzxpress_decompress() prototype changeStefan Metzmacher2008-09-071-1/+11
| | | | | | | | | | metze (This used to be commit b36056aac3f55587d2b3e7b66feea8173dbc67f0)
| * lzxpress: fix for decompression...Matthieu Suiche2008-09-072-21/+17
| | | | | | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit ee505df3742dac0af8eec8b9b27d1e1f5ef54ca9)
| * Always free tmp contexts before returningSimo Sorce2008-09-061-0/+1
| | | | | | | | (This used to be commit 40b71bbd718f6dee70c0611e527f55c56623dea6)
| * zlib: we require zlib-1.2.3 or higherStefan Metzmacher2008-09-061-3/+18
| | | | | | | | | | metze (This used to be commit 3f4eb091f0dcc53acbfdc63a8d82a5a0f28954a6)