summaryrefslogtreecommitdiff
path: root/source4/lib/wmi
Commit message (Expand)AuthorAgeFilesLines
* py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett2020-03-231-2/+2
* py3: Remove #define PyInt_AsLong PyLong_AsLongAndrew Bartlett2020-03-232-6/+6
* py3: Remove #define PyInt_Check PyLong_CheckAndrew Bartlett2020-03-232-5/+5
* Spelling fixes s/staticly/statically/Mathieu Parent2019-09-011-1/+1
* PEP8: fix W391: blank line at end of fileJoe Guo2018-08-241-2/+0
* PEP8: fix W291: trailing whitespaceJoe Guo2018-08-241-3/+3
* PEP8: fix E701: multiple statements on one line (colon)Joe Guo2018-08-241-8/+16
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-241-0/+7
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+9
* PEP8: fix E301: expected 1 blank line, found 0Joe Guo2018-08-241-0/+3
* PEP8: fix E261: at least two spaces before inline commentJoe Guo2018-08-241-1/+1
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-08-241-19/+19
* PEP8: fix E203: whitespace before ':'Joe Guo2018-08-241-1/+1
* PEP8: fix W602: deprecated form of raising exceptionJoe Guo2018-08-241-1/+1
* lib: talloc: Use the system <talloc.h> include.Jeremy Allison2017-08-171-1/+1
* s4: COM: Remove talloc_autofree_context() from (unused) COM code.Jeremy Allison2017-07-261-2/+2
* s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison2017-05-112-2/+2
* werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source4/lib...Günther Deschner2016-09-281-1/+1
* werror: replace WERR_BADFUNC with WERR_INVALID_FUNCTION in source4/lib/wmi/Günther Deschner2016-09-282-3/+3
* s4/lib/wmi_wrap: use HAVE___ATTRIBUTE__ instead of __GNUC__Douglas Bagnall2016-03-241-7/+1
* Fix various spelling errorsMathieu Parent2015-11-061-1/+1
* lib/dcom: use HRESULT in dcom_create_object.Günther Deschner2015-07-312-2/+4
* s4:lib/wmi: avoid '//' commentsStefan Metzmacher2011-10-081-8/+8
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-69/+0
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-261-1/+1
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-241-1/+1
* s4: Rename NDR_TABLE to ndr_table.Jelmer Vernooij2010-10-231-1/+1
* s4-waf: removed the unused installdir= option to SAMBA_BINARY()Andrew Tridgell2010-04-181-2/+0
* s4-waf: removed the AUTOGENERATED markersAndrew Tridgell2010-04-061-3/+0
* s4-waf: cleanup use of LIBPOPT vs popt dependencyAndrew Tridgell2010-04-061-2/+2
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-061-0/+2
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+29
* Revert "s4:wmic - Output enhancements"Matthias Dieter Wallnöfer2009-09-301-105/+58
* s4:wmic - Output enhancementsDmitry Karasik2009-09-071-58/+105
* s4:librpc/ndr: integrate NDR_MISC into LIBNDRStefan Metzmacher2008-11-161-1/+1
* Remove use of global_loadparm during initialization of gensec.Jelmer Vernooij2008-11-021-2/+3
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* wmi: Use cli_credentials.Jelmer Vernooij2008-09-302-14/+2
* Remove more hand-written marshallers.Jelmer Vernooij2008-09-162-241/+27
* More changes getting WMI code to compile, import manual marshalling.Jelmer Vernooij2008-09-163-3/+4
* Fix compilation of Python module.Jelmer Vernooij2008-09-153-125/+297
* Get code closer to compiling without errors, fix formatting, add docstrings.Jelmer Vernooij2008-09-151-62/+48
* Import SWIG-generated files.Jelmer Vernooij2008-09-152-0/+4250
* No spurious warnings in SWIG file.Jelmer Vernooij2008-09-151-0/+3
* Fix more syntax errors, etc.Jelmer Vernooij2008-09-153-107/+104
* Rename Python wmi module to 'wmi' and fix some errors in it.Jelmer Vernooij2008-09-152-20/+5
* Fix syntax errors.Jelmer Vernooij2008-09-151-3/+3
* Adapt to changes in Samba API's, fix formatting.Jelmer Vernooij2008-09-155-86/+62
* Fix imports.Jelmer Vernooij2008-09-151-6/+3
* More improvements.Jelmer Vernooij2008-09-154-28/+32