Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4:lib/wmi: avoid '//' comments | Stefan Metzmacher | 2011-10-08 | 1 | -8/+8 |
| | | | | | | The compiler on openindiana doesn't like them. metze | ||||
* | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 2010-10-31 | 1 | -69/+0 |
| | | | | | | | | The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104 | ||||
* | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 2010-10-26 | 1 | -1/+1 |
| | |||||
* | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 2010-10-24 | 1 | -1/+1 |
| | |||||
* | s4: Rename NDR_TABLE to ndr_table. | Jelmer Vernooij | 2010-10-23 | 1 | -1/+1 |
| | |||||
* | s4-waf: removed the unused installdir= option to SAMBA_BINARY() | Andrew Tridgell | 2010-04-18 | 1 | -2/+0 |
| | | | | | This was left over from the automatic conversion of the config.mk files | ||||
* | s4-waf: removed the AUTOGENERATED markers | Andrew Tridgell | 2010-04-06 | 1 | -3/+0 |
| | | | | we won't be using the mk -> wscript generator again | ||||
* | s4-waf: cleanup use of LIBPOPT vs popt dependency | Andrew Tridgell | 2010-04-06 | 1 | -2/+2 |
| | |||||
* | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 2010-04-06 | 1 | -0/+2 |
| | | | | them | ||||
* | build: commit all the waf build files in the tree | Andrew Tridgell | 2010-04-06 | 1 | -0/+29 |
| | |||||
* | Revert "s4:wmic - Output enhancements" | Matthias Dieter Wallnöfer | 2009-09-30 | 1 | -105/+58 |
| | | | | | | | This reverts commit fb914640ad656b146f732ab33063575e2e47e37c. Jelmer requested the revert since he feels better when we reapply this change after his merge with the updated WMI branch. | ||||
* | s4:wmic - Output enhancements | Dmitry Karasik | 2009-09-07 | 1 | -58/+105 |
| | | | | | | | Outputs shouldn't clash with metadata characters (|,()), special characters should be escaped, "NULL" values should be reported as "(null)" string. For the full explaination look at bug #6076. | ||||
* | s4:librpc/ndr: integrate NDR_MISC into LIBNDR | Stefan Metzmacher | 2008-11-16 | 1 | -1/+1 |
| | | | | metze | ||||
* | Remove use of global_loadparm during initialization of gensec. | Jelmer Vernooij | 2008-11-02 | 1 | -2/+3 |
| | |||||
* | Remove unused include param/param.h. | Jelmer Vernooij | 2008-10-24 | 1 | -1/+0 |
| | |||||
* | wmi: Use cli_credentials. | Jelmer Vernooij | 2008-09-30 | 2 | -14/+2 |
| | |||||
* | Remove more hand-written marshallers. | Jelmer Vernooij | 2008-09-16 | 2 | -241/+27 |
| | |||||
* | More changes getting WMI code to compile, import manual marshalling. | Jelmer Vernooij | 2008-09-16 | 3 | -3/+4 |
| | |||||
* | Fix compilation of Python module. | Jelmer Vernooij | 2008-09-15 | 3 | -125/+297 |
| | |||||
* | Get code closer to compiling without errors, fix formatting, add docstrings. | Jelmer Vernooij | 2008-09-15 | 1 | -62/+48 |
| | |||||
* | Import SWIG-generated files. | Jelmer Vernooij | 2008-09-15 | 2 | -0/+4250 |
| | |||||
* | No spurious warnings in SWIG file. | Jelmer Vernooij | 2008-09-15 | 1 | -0/+3 |
| | |||||
* | Fix more syntax errors, etc. | Jelmer Vernooij | 2008-09-15 | 3 | -107/+104 |
| | |||||
* | Rename Python wmi module to 'wmi' and fix some errors in it. | Jelmer Vernooij | 2008-09-15 | 2 | -20/+5 |
| | |||||
* | Fix syntax errors. | Jelmer Vernooij | 2008-09-15 | 1 | -3/+3 |
| | |||||
* | Adapt to changes in Samba API's, fix formatting. | Jelmer Vernooij | 2008-09-15 | 5 | -86/+62 |
| | |||||
* | Fix imports. | Jelmer Vernooij | 2008-09-15 | 1 | -6/+3 |
| | |||||
* | More improvements. | Jelmer Vernooij | 2008-09-15 | 4 | -28/+32 |
| | |||||
* | use static header for WMI. | Jelmer Vernooij | 2008-09-15 | 2 | -2/+55 |
| | |||||
* | Improve formatting, use printf rather than DEBUG. | Jelmer Vernooij | 2008-09-15 | 1 | -5/+8 |
| | |||||
* | Use other utility typemaps inside wmi python functions. | Jelmer Vernooij | 2008-09-15 | 1 | -20/+21 |
| | |||||
* | Add build system bits for wmi. | Jelmer Vernooij | 2008-09-15 | 1 | -5/+7 |
| | |||||
* | Fix compilation issues in the WMI code. | Jelmer Vernooij | 2008-09-15 | 3 | -12/+7 |
| | |||||
* | Fix old style syntax in mk files . | Jelmer Vernooij | 2008-09-15 | 1 | -37/+25 |
| | |||||
* | Use standard directory structure for WMI. | Jelmer Vernooij | 2008-09-15 | 6 | -0/+1832 |