| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-08-24 | PEP8: fix W391: blank line at end of file | Joe Guo | 1 | -2/+0 |
| 2018-08-24 | PEP8: fix W291: trailing whitespace | Joe Guo | 1 | -3/+3 |
| 2018-08-24 | PEP8: fix E701: multiple statements on one line (colon) | Joe Guo | 1 | -8/+16 |
| 2018-08-24 | PEP8: fix E305: expected 2 blank lines after class or function definition, fo... | Joe Guo | 1 | -0/+7 |
| 2018-08-24 | PEP8: fix E302: expected 2 blank lines, found 1 | Joe Guo | 1 | -0/+9 |
| 2018-08-24 | PEP8: fix E301: expected 1 blank line, found 0 | Joe Guo | 1 | -0/+3 |
| 2018-08-24 | PEP8: fix E261: at least two spaces before inline comment | Joe Guo | 1 | -1/+1 |
| 2018-08-24 | PEP8: fix E231: missing whitespace after ',' | Joe Guo | 1 | -19/+19 |
| 2018-08-24 | PEP8: fix E203: whitespace before ':' | Joe Guo | 1 | -1/+1 |
| 2018-08-24 | PEP8: fix W602: deprecated form of raising exception | Joe Guo | 1 | -1/+1 |
| 2017-08-17 | lib: talloc: Use the system <talloc.h> include. | Jeremy Allison | 1 | -1/+1 |
| 2017-07-26 | s4: COM: Remove talloc_autofree_context() from (unused) COM code. | Jeremy Allison | 1 | -2/+2 |
| 2017-05-11 | s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia... | Jeremy Allison | 2 | -2/+2 |
| 2016-09-28 | werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source4/lib... | Günther Deschner | 1 | -1/+1 |
| 2016-09-28 | werror: replace WERR_BADFUNC with WERR_INVALID_FUNCTION in source4/lib/wmi/ | Günther Deschner | 2 | -3/+3 |
| 2016-03-24 | s4/lib/wmi_wrap: use HAVE___ATTRIBUTE__ instead of __GNUC__ | Douglas Bagnall | 1 | -7/+1 |
| 2015-11-06 | Fix various spelling errors | Mathieu Parent | 1 | -1/+1 |
| 2015-07-31 | lib/dcom: use HRESULT in dcom_create_object. | Günther Deschner | 2 | -2/+4 |
| 2011-10-08 | s4:lib/wmi: avoid '//' comments | Stefan Metzmacher | 1 | -8/+8 |
| 2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 1 | -69/+0 |
| 2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 1 | -1/+1 |
| 2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 1 | -1/+1 |
| 2010-10-23 | s4: Rename NDR_TABLE to ndr_table. | Jelmer Vernooij | 1 | -1/+1 |
| 2010-04-18 | s4-waf: removed the unused installdir= option to SAMBA_BINARY() | Andrew Tridgell | 1 | -2/+0 |
| 2010-04-06 | s4-waf: removed the AUTOGENERATED markers | Andrew Tridgell | 1 | -3/+0 |
| 2010-04-06 | s4-waf: cleanup use of LIBPOPT vs popt dependency | Andrew Tridgell | 1 | -2/+2 |
| 2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ... | Andrew Tridgell | 1 | -0/+2 |
| 2010-04-06 | build: commit all the waf build files in the tree | Andrew Tridgell | 1 | -0/+29 |
| 2009-09-30 | Revert "s4:wmic - Output enhancements" | Matthias Dieter Wallnöfer | 1 | -105/+58 |
| 2009-09-07 | s4:wmic - Output enhancements | Dmitry Karasik | 1 | -58/+105 |
| 2008-11-16 | s4:librpc/ndr: integrate NDR_MISC into LIBNDR | Stefan Metzmacher | 1 | -1/+1 |
| 2008-11-02 | Remove use of global_loadparm during initialization of gensec. | Jelmer Vernooij | 1 | -2/+3 |
| 2008-10-24 | Remove unused include param/param.h. | Jelmer Vernooij | 1 | -1/+0 |
| 2008-09-30 | wmi: Use cli_credentials. | Jelmer Vernooij | 2 | -14/+2 |
| 2008-09-16 | Remove more hand-written marshallers. | Jelmer Vernooij | 2 | -241/+27 |
| 2008-09-16 | More changes getting WMI code to compile, import manual marshalling. | Jelmer Vernooij | 3 | -3/+4 |
| 2008-09-15 | Fix compilation of Python module. | Jelmer Vernooij | 3 | -125/+297 |
| 2008-09-15 | Get code closer to compiling without errors, fix formatting, add docstrings. | Jelmer Vernooij | 1 | -62/+48 |
| 2008-09-15 | Import SWIG-generated files. | Jelmer Vernooij | 2 | -0/+4250 |
| 2008-09-15 | No spurious warnings in SWIG file. | Jelmer Vernooij | 1 | -0/+3 |
| 2008-09-15 | Fix more syntax errors, etc. | Jelmer Vernooij | 3 | -107/+104 |
| 2008-09-15 | Rename Python wmi module to 'wmi' and fix some errors in it. | Jelmer Vernooij | 2 | -20/+5 |
| 2008-09-15 | Fix syntax errors. | Jelmer Vernooij | 1 | -3/+3 |
| 2008-09-15 | Adapt to changes in Samba API's, fix formatting. | Jelmer Vernooij | 5 | -86/+62 |
| 2008-09-15 | Fix imports. | Jelmer Vernooij | 1 | -6/+3 |
| 2008-09-15 | More improvements. | Jelmer Vernooij | 4 | -28/+32 |
| 2008-09-15 | use static header for WMI. | Jelmer Vernooij | 2 | -2/+55 |
| 2008-09-15 | Improve formatting, use printf rather than DEBUG. | Jelmer Vernooij | 1 | -5/+8 |
| 2008-09-15 | Use other utility typemaps inside wmi python functions. | Jelmer Vernooij | 1 | -20/+21 |
| 2008-09-15 | Add build system bits for wmi. | Jelmer Vernooij | 1 | -5/+7 |