Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-08 | s4:lib/wmi: avoid '//' comments | Stefan Metzmacher | 1 | -8/+8 | |
The compiler on openindiana doesn't like them. metze | |||||
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 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 | |||||
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 | |
This was left over from the automatic conversion of the config.mk files | |||||
2010-04-06 | s4-waf: removed the AUTOGENERATED markers | Andrew Tridgell | 1 | -3/+0 | |
we won't be using the mk -> wscript generator again | |||||
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 | |
them | |||||
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 | |
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. | |||||
2009-09-07 | s4:wmic - Output enhancements | Dmitry Karasik | 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. | |||||
2008-11-16 | s4:librpc/ndr: integrate NDR_MISC into LIBNDR | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
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 | |
2008-09-15 | Fix compilation issues in the WMI code. | Jelmer Vernooij | 3 | -12/+7 | |
2008-09-15 | Fix old style syntax in mk files . | Jelmer Vernooij | 1 | -37/+25 | |
2008-09-15 | Use standard directory structure for WMI. | Jelmer Vernooij | 6 | -0/+1832 | |