summaryrefslogtreecommitdiff
path: root/source4/lib/wmi
AgeCommit message (Expand)AuthorFilesLines
2018-08-24PEP8: fix W391: blank line at end of fileJoe Guo1-2/+0
2018-08-24PEP8: fix W291: trailing whitespaceJoe Guo1-3/+3
2018-08-24PEP8: fix E701: multiple statements on one line (colon)Joe Guo1-8/+16
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+7
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+9
2018-08-24PEP8: fix E301: expected 1 blank line, found 0Joe Guo1-0/+3
2018-08-24PEP8: fix E261: at least two spaces before inline commentJoe Guo1-1/+1
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-19/+19
2018-08-24PEP8: fix E203: whitespace before ':'Joe Guo1-1/+1
2018-08-24PEP8: fix W602: deprecated form of raising exceptionJoe Guo1-1/+1
2017-08-17lib: talloc: Use the system <talloc.h> include.Jeremy Allison1-1/+1
2017-07-26s4: COM: Remove talloc_autofree_context() from (unused) COM code.Jeremy Allison1-2/+2
2017-05-11s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison2-2/+2
2016-09-28werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source4/lib...Günther Deschner1-1/+1
2016-09-28werror: replace WERR_BADFUNC with WERR_INVALID_FUNCTION in source4/lib/wmi/Günther Deschner2-3/+3
2016-03-24s4/lib/wmi_wrap: use HAVE___ATTRIBUTE__ instead of __GNUC__Douglas Bagnall1-7/+1
2015-11-06Fix various spelling errorsMathieu Parent1-1/+1
2015-07-31lib/dcom: use HRESULT in dcom_create_object.Günther Deschner2-2/+4
2011-10-08s4:lib/wmi: avoid '//' commentsStefan Metzmacher1-8/+8
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-69/+0
2010-10-26waf: Remove lib prefix from libraries manually.Jelmer Vernooij1-1/+1
2010-10-24s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij1-1/+1
2010-10-23s4: Rename NDR_TABLE to ndr_table.Jelmer Vernooij1-1/+1
2010-04-18s4-waf: removed the unused installdir= option to SAMBA_BINARY()Andrew Tridgell1-2/+0
2010-04-06s4-waf: removed the AUTOGENERATED markersAndrew Tridgell1-3/+0
2010-04-06s4-waf: cleanup use of LIBPOPT vs popt dependencyAndrew Tridgell1-2/+2
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell1-0/+2
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell1-0/+29
2009-09-30Revert "s4:wmic - Output enhancements"Matthias Dieter Wallnöfer1-105/+58
2009-09-07s4:wmic - Output enhancementsDmitry Karasik1-58/+105
2008-11-16s4:librpc/ndr: integrate NDR_MISC into LIBNDRStefan Metzmacher1-1/+1
2008-11-02Remove use of global_loadparm during initialization of gensec.Jelmer Vernooij1-2/+3
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-09-30wmi: Use cli_credentials.Jelmer Vernooij2-14/+2
2008-09-16Remove more hand-written marshallers.Jelmer Vernooij2-241/+27
2008-09-16More changes getting WMI code to compile, import manual marshalling.Jelmer Vernooij3-3/+4
2008-09-15Fix compilation of Python module.Jelmer Vernooij3-125/+297
2008-09-15Get code closer to compiling without errors, fix formatting, add docstrings.Jelmer Vernooij1-62/+48
2008-09-15Import SWIG-generated files.Jelmer Vernooij2-0/+4250
2008-09-15No spurious warnings in SWIG file.Jelmer Vernooij1-0/+3
2008-09-15Fix more syntax errors, etc.Jelmer Vernooij3-107/+104
2008-09-15Rename Python wmi module to 'wmi' and fix some errors in it.Jelmer Vernooij2-20/+5
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.Jelmer Vernooij1-6/+3
2008-09-15More improvements.Jelmer Vernooij4-28/+32
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-15Use other utility typemaps inside wmi python functions.Jelmer Vernooij1-20/+21
2008-09-15Add build system bits for wmi.Jelmer Vernooij1-5/+7