summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove unecessary msync.old-v4-0-testJeremy Allison2008-09-141-4/+0
| | | | | Jeremy. (cherry picked from commit 0bae1ef3de8fda5e1e2d641b14a408e627396912)
* The msync manpage reports that msync *must* be called before munmap. Failure ↵Simo Sorce2008-09-142-2/+8
| | | | | | to do so may result in lost data. Fix an ifdef check, I really think we meant to check HAVE_MMAP here. (cherry picked from commit 74c8575b3f3b90ea21ae6aa7ccd95947838af956)
* Attempt to fix bug 5684Volker Lendecke2008-09-141-1/+1
| | | | | | | | | | | | | | With the ctdb checkin dde9f3f006 tdb optimized out write lock checks for write-enabled transaction. Sadly, this also removed the possibility to ever remove dead records left over from tdb_delete calls within a transaction. Tridge, please check this! Did dde9f3f006 have any reason beyond performance optimizations? Thanks, Volker (cherry picked from commit 3f884c4ae36f3260e63626bdd4989d9258ae6497)
* Fix warnings on SuSE 9.0.Stefan Metzmacher2008-09-141-0/+8
| | | | | | | | The macros "[un]likely" are already defined on SuSE 9.0. Patch from Volker. (partialy cherry-picked 30d181c92463aecd6e649330d3645d86d5a17e43) metze
* Fix bug 5400Volker Lendecke2008-09-141-2/+2
| | | | | | | Thanks to Jason Mader! Volker (cherry picked from commit 87d8a63ce4e6dd91ea3193d0a2574520a5857be2)
* Fix out of tree build. Remove the embedded srcdir path from talloc and tdb.Stefan Metzmacher2008-09-141-4/+4
| | | | | (partialy cherry picked from commit 359921acd436684a0b4cf76ba15f82a224d2c337) metze
* using NGROUPS_MAX instead of 32 for the max group value in rep_initgroups() ↵Yannick Bergeron2008-09-141-1/+1
| | | | | | subroutine in lib/replace/replace.c (cherry picked from commit 13b1a232d2fe05ae3e924ea2503d05ff5084146e)
* Solve an IBM XL C/C++ compiler error encountered in get_exit_code() ↵Yannick Bergeron2008-09-141-1/+2
| | | | | | auth_errors array initialization in client/smbspool.c (cherry picked from commit b45e7fabc64e699e4fa013ef15f98a004dae3f32)
* Fix typo.Karolin Seeger2008-09-142-2/+2
| | | | | | | | retieve -> retrieve Karolin (partialy cherry-picked from 37c64130701ab13b6f34998ac17fec2d128c2e08) metze
* Correctly find a [u]int32_t replacementVolker Lendecke2008-09-141-6/+15
| | | | | (cherry picked from commit 346375cda557a675f8f882ca2ae8edffec725a72) (cherry picked from commit 15a53945c9563b4517bd8b69a9bb0554eef5edff)
* 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)
* 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
* 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
* rpc_server: correctly calculate the auth paddingStefan Metzmacher2008-09-131-3/+8
| | | | metze
* client free credentials when not needed anymoreStefan Metzmacher2008-09-131-0/+7
|
* Comment the delay write time tests so I know what they'reJeremy Allison2008-09-121-3/+41
| | | | | testing. Jeremy.
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into manpageJelmer Vernooij2008-09-121378-1836/+45
|\
| * Remove ancient remains of first experimentations aboutSimo Sorce2008-09-124-1781/+0
| | | | | | | | supporting a schema
| * Fix spellings and file namesSimo Sorce2008-09-122-32/+32
| |
| * rename packaging => packaging4Stefan Metzmacher2008-09-126-0/+0
| | | | | | | | metze
| * add '4' to the end of some filesnamesStefan Metzmacher2008-09-126-0/+0
| | | | | | | | metze
| * rename swat => swat2, so that we don't conflict with samba3Stefan Metzmacher2008-09-121359-0/+0
| | | | | | | | metze
| * 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
* | Revert "Add option for generating coverage data from python tests."Jelmer Vernooij2008-09-121-8/+0
|/ | | | This reverts commit 43c0fdfff02021caef2d8f73d6bfdc4b051a65ef.
* 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
* 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
* 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
* Merge branch 'v4-0-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-09-093-3/+6
|\ | | | | | | v4-0-test
| * 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
| | | | | | | | | | | | Andrew Bartlett
* | | A truncate write must be a smbcli_smbwrite, not aJeremy Allison2008-09-091-1/+1
| |/ |/| | | | | | | smbcli_write. Jeremy.
* | 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
| | | | | | | | | | | | This fixes up the "reg_common_open_remote" call because it didn't work anymore without the event context.
| * | 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.
* | | 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
| | | | | | | | metze
* | drsblobs.idl: add parser for ExtendedErrorInfo see [MS-EERR]: ExtendedError ↵Stefan Metzmacher2008-09-091-4/+72
|/ | | | | | Remote Data Structure metze
* 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
* 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
* Make it easier to see when tests start/end.Jeremy Allison2008-09-081-15/+52
| | | | Jeremy.
* BASE-DELAYWRITE: test behavior of SMBwrite truncate, writeX, SMBwrite ↵Stefan Metzmacher2008-09-081-0/+204
| | | | | | truncate and writeX again metze
* BASE-DELAYWRITE: test behavior of writeX, SMBwrite truncate, writeX and ↵Stefan Metzmacher2008-09-081-0/+206
| | | | | | SMBwrite again metze
* BASE-DELAYWRITE: demonstrate that a truncate write doesn't update the write ↵Stefan Metzmacher2008-09-081-0/+157
| | | | | | time after SET_FILE_INFO metze
* BASE-DELAYWRITE: demonstrate that the time between the open and the first ↵Stefan Metzmacher2008-09-081-0/+159
| | | | | | write doesn't matter metze
* BASE-DELAYWRITE: test more details of the truncate write time update behaviorStefan Metzmacher2008-09-081-4/+371
| | | | metze