summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-09-15Reimport DCOM IDL.Jelmer Vernooij1-0/+307
2008-09-15Import WMI implementation from wmi-0.1.12.Andrzej Hajda6-0/+1832
2008-09-15Reimport COM and DCOM libraries.Jelmer Vernooij10-0/+929
2008-09-14Remove unecessary msync.Jeremy Allison1-4/+0
2008-09-14The msync manpage reports that msync *must* be called before munmap. Failure ...Simo Sorce2-2/+8
2008-09-14Attempt to fix bug 5684Volker Lendecke1-1/+1
2008-09-14Fix warnings on SuSE 9.0.Stefan Metzmacher1-0/+8
2008-09-14Fix bug 5400Volker Lendecke1-2/+2
2008-09-14Fix out of tree build. Remove the embedded srcdir path from talloc and tdb.Stefan Metzmacher1-4/+4
2008-09-14using NGROUPS_MAX instead of 32 for the max group value in rep_initgroups() s...Yannick Bergeron1-1/+1
2008-09-14Solve an IBM XL C/C++ compiler error encountered in get_exit_code() auth_erro...Yannick Bergeron1-1/+2
2008-09-14Fix typo.Karolin Seeger2-2/+2
2008-09-14Correctly find a [u]int32_t replacementVolker Lendecke1-6/+15
2008-09-14Fix replacement getpass. If we ^C at the prompt echo was left off.Jeremy Allison1-5/+2
2008-09-13rpc_server: don't send auth trailers in level connectStefan Metzmacher2-89/+80
2008-09-13librpc/rpc: don't send auth trailers in level connectStefan Metzmacher1-113/+77
2008-09-13rpc_server: correctly calculate the auth paddingStefan Metzmacher1-3/+8
2008-09-13client free credentials when not needed anymoreStefan Metzmacher1-0/+7
2008-09-12Comment the delay write time tests so I know what they'reJeremy Allison1-3/+41
2008-09-12Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into manpageJelmer Vernooij7-1836/+45
2008-09-12Revert "Add option for generating coverage data from python tests."Jelmer Vernooij1-8/+0
2008-09-12Remove ancient remains of first experimentations aboutSimo Sorce4-1781/+0
2008-09-12Fix spellings and file namesSimo Sorce2-32/+32
2008-09-12Fix failure to load the schema on read-only DB.Andrew Bartlett1-23/+13
2008-09-11Remove the complexity of transactions from the attributes-setting code.Andrew Bartlett1-16/+1
2008-09-11Make cn=aggregate output less pretty, by more like Win2008.Andrew Bartlett1-2/+2
2008-09-11Fix failures in the winbind struct-based test.Andrew Bartlett4-15/+0
2008-09-09Merge branch 'v4-0-test' of ssh://jra@git.samba.org/data/git/samba into v4-0-...Jeremy Allison3-3/+6
2008-09-09A truncate write must be a smbcli_smbwrite, not aJeremy Allison1-1/+1
2008-09-10Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett12-66/+107
2008-09-10Return the same privilaged winbindd socket as we actually use.Andrew Bartlett3-3/+6
2008-09-10Fix uninstalling of binaries.Matthias Dieter Wallnöfer1-3/+3
2008-09-10Merge branch 'v4-0-regClient' of git://repo.or.cz/Samba/mdw into manpageJelmer Vernooij4-16/+15
2008-09-09Only try with -LPYTHONDIR/lib when python-config output didn't work.Jelmer Vernooij1-3/+8
2008-09-09Attempt to correctly find python on host sunxVolker Lendecke1-2/+3
2008-09-09Remove unused scripts for installing binaries.Jelmer Vernooij3-39/+1
2008-09-09Fix up the "reg_common_open_remote" callMatthias Dieter Wallnöfer4-8/+9
2008-09-09Two useful "regshell" improvementsMatthias Dieter Wallnöfer1-8/+6
2008-09-09Remove calls to unused uninstallbin.shJelmer Vernooij1-2/+0
2008-09-09Add option for generating coverage data from python tests.Jelmer Vernooij1-0/+8
2008-09-09UNIX-WHOAMI: fix compiler warningsStefan Metzmacher1-2/+2
2008-09-09drsblobs.idl: add parser for ExtendedErrorInfo see [MS-EERR]: ExtendedError R...Stefan Metzmacher1-4/+72
2008-09-09Fix reversed test trying to fix bug #5713Andrew Bartlett1-1/+1
2008-09-09Fix bug #5713 by correcting the generated schema.Andrew Bartlett1-1/+1
2008-09-08Make it easier to see when tests start/end.Jeremy Allison1-15/+52
2008-09-08BASE-DELAYWRITE: test behavior of SMBwrite truncate, writeX, SMBwrite truncat...Stefan Metzmacher1-0/+204
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-08BASE-DELAYWRITE: demonstrate that the time between the open and the first wri...Stefan Metzmacher1-0/+159
2008-09-08BASE-DELAYWRITE: test more details of the truncate write time update behaviorStefan Metzmacher1-4/+371