summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unecessary msync.old-v4-0-testJeremy Allison2008-09-141-4/+0
* The msync manpage reports that msync *must* be called before munmap. Failure ...Simo Sorce2008-09-142-2/+8
* Attempt to fix bug 5684Volker Lendecke2008-09-141-1/+1
* Fix warnings on SuSE 9.0.Stefan Metzmacher2008-09-141-0/+8
* Fix bug 5400Volker Lendecke2008-09-141-2/+2
* Fix out of tree build. Remove the embedded srcdir path from talloc and tdb.Stefan Metzmacher2008-09-141-4/+4
* using NGROUPS_MAX instead of 32 for the max group value in rep_initgroups() s...Yannick Bergeron2008-09-141-1/+1
* Solve an IBM XL C/C++ compiler error encountered in get_exit_code() auth_erro...Yannick Bergeron2008-09-141-1/+2
* Fix typo.Karolin Seeger2008-09-142-2/+2
* Correctly find a [u]int32_t replacementVolker Lendecke2008-09-141-6/+15
* Fix replacement getpass. If we ^C at the prompt echo was left off.Jeremy Allison2008-09-141-5/+2
* rpc_server: don't send auth trailers in level connectStefan Metzmacher2008-09-132-89/+80
* librpc/rpc: don't send auth trailers in level connectStefan Metzmacher2008-09-131-113/+77
* rpc_server: correctly calculate the auth paddingStefan Metzmacher2008-09-131-3/+8
* 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
* 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
| * Fix spellings and file namesSimo Sorce2008-09-122-32/+32
| * rename packaging => packaging4Stefan Metzmacher2008-09-126-0/+0
| * add '4' to the end of some filesnamesStefan Metzmacher2008-09-126-0/+0
| * rename swat => swat2, so that we don't conflict with samba3Stefan Metzmacher2008-09-121359-0/+0
| * Fix failure to load the schema on read-only DB.Andrew Bartlett2008-09-121-23/+13
* | 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