summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-09-15Fix syntax errors.Jelmer Vernooij1-3/+3
2008-09-15Adapt to changes in Samba API's, fix formatting.Jelmer Vernooij5-86/+62
2008-09-15Fix imports in Python.Jelmer Vernooij1-3/+3
2008-09-15Avoid writing structs for inherited functions.Jelmer Vernooij2-13/+19
2008-09-15Add wikipedia link to WMI.Jelmer Vernooij1-0/+4
2008-09-15Fix imports.Jelmer Vernooij4-14/+11
2008-09-15More improvements.Jelmer Vernooij6-29/+40
2008-09-15use static header for WMI.Jelmer Vernooij2-2/+55
2008-09-15Improve formatting, use printf rather than DEBUG.Jelmer Vernooij1-5/+8
2008-09-15Cope with DCE/RPC -> NDR renames.Jelmer Vernooij1-7/+8
2008-09-15Allow base classes to be defined in other files.Jelmer Vernooij4-39/+48
2008-09-15Re-Import ODL support.Jelmer Vernooij2-1/+109
2008-09-15Cope with struct renames in DCE/RPC and NDR libraries.Jelmer Vernooij2-7/+13
2008-09-15Cope with includes.h splitup in COM code.Jelmer Vernooij2-0/+7
2008-09-15Redefine BSTR.Jelmer Vernooij1-0/+9
2008-09-15Redefine BSTR.Jelmer Vernooij1-0/+2
2008-09-15Disable WMI for now, as it doesn't build properly yet.Jelmer Vernooij1-0/+3
2008-09-15Use other utility typemaps inside wmi python functions.Jelmer Vernooij2-21/+21
2008-09-15Add build system bits for wmi.Jelmer Vernooij3-5/+9
2008-09-15Remove unused imports.Jelmer Vernooij1-3/+1
2008-09-15Fix compilation issues in the WMI code.Jelmer Vernooij3-12/+7
2008-09-15Fix use of interface instances in pidl.Jelmer Vernooij2-8/+8
2008-09-15Fix COM headers.Jelmer Vernooij2-23/+22
2008-09-15Manual prototypes for COM.Jelmer Vernooij2-38/+45
2008-09-15Build (D)COM output again.Jelmer Vernooij2-1/+26
2008-09-15Avoid using unions without discriminants.Jelmer Vernooij2-2/+7
2008-09-15Deal with interface in generated python code, clearer error message on unhand...Jelmer Vernooij2-0/+4
2008-09-15Reimport pidl support for COM.Jelmer Vernooij9-1085/+1808
2008-09-15Fix old style syntax in mk files .Jelmer Vernooij3-55/+59
2008-09-15Use standard directory structure for WMI.Jelmer Vernooij6-0/+0
2008-09-15Move WMI IDL into separate IDL file.Jelmer Vernooij2-2/+0
2008-09-15Import IDL for WMI.Andrzej Hajda2-0/+865
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