jelmer/winexe.git
2011-10-11 Jelmer VernooijMerge branch 'master' of git://winexe.git.sourceforge... master
2011-09-29 Thomas HoodUpdate samba
2011-09-28 Thomas HoodUpdate submodule samba to latest head
2011-09-28 Thomas HoodAdd more MinGW compiler names
2011-09-28 Jelmer VernooijUse tevent_context_init.
2011-09-28 Jelmer VernooijFix headers in svcinstall.c.
2011-09-28 Jelmer VernooijAlways build against system Samba, fix include paths.
2011-09-28 Jelmer VernooijSupport mingw-w64 compiler.
2011-09-27 Thomas Hoodtweak
2011-09-27 Thomas HoodCreate header file the Python way
2011-09-27 Thomas HoodNullify DEBUGLVL() properly
2011-09-27 Thomas HoodAdd comment about what's still needed to link winexe...
2011-09-27 Thomas HoodNull out DEBUG statements for now
2011-09-27 Thomas HoodFix typos
2011-09-27 Thomas HoodFurther header work
2011-09-27 Thomas HoodInitial implementation of new waf option to control...
2011-09-26 Thomas HoodMore work on adding #includes of public headers
2011-09-26 Thomas HoodRename macro that controls header choice
2011-09-26 Thomas HoodFor now include some headers from the samba tree even...
2011-09-26 Thomas HoodStart adding #includes for public headers.
2011-09-25 Thomas HoodUpdate samba submodule
2011-09-24 Thomas HoodHarmonize order of #include statements
2011-09-23 Thomas Hoods/util.h/samba_util.h/ following rename in Samba
2011-09-21 Thomas HoodAdd COPYING
2011-09-21 Thomas HoodUse 'includes' parameter to add lib/popt to the header...
2011-09-20 Andrzej HajdaAdded compiler/linker options to build task instead...
2011-09-20 Thomas HoodAdd Issues section to the README with issue #1: the...
2011-09-20 Thomas HoodFix typo
2011-09-20 Thomas HoodEliminate #include of popt_common.h from svcinstall.c
2011-09-19 Thomas HoodAdd to README
2011-09-08 Thomas HoodAlso strip winexe
2011-09-08 Thomas HoodPatch Samba wscript to omit unneeded functions
2011-09-08 Thomas HoodAdd comments and prints to wscript and edit slightly...
2011-09-08 Thomas HoodEdit wscript for readability
2011-09-06 Thomas HoodRemove another unneeded #include
2011-09-06 Thomas HoodRemove headers no longer needed in winexe.c, due to...
2011-09-06 Thomas HoodMove dcerpc_init() to svcinstall.c
2011-09-06 Thomas HoodUpdate samba submodule to latest commit
2011-09-02 Andrzej Hajdawinexe will be statically linked against samba libraries.
2011-09-02 Thomas HoodAdd "--bundled-libraries=ALL" option to "waf configure...
2011-09-01 Thomas HoodRename shared.h to winexesvc.h
2011-09-01 Thomas HoodRemove now unused winexe.h
2011-09-01 Thomas HoodFix panic
2011-09-01 Thomas HoodAdd new header files
2011-09-01 Thomas HoodPort to tevent lib
2011-09-01 Thomas HoodPass service exe data pointers as parameters.
2011-09-01 Thomas HoodPass service name and filename as parameter.
2011-09-01 Thomas HoodPass ev_ctx as argument rather than linking it statically.
2011-09-01 Thomas HoodAdd comment
2011-09-01 Thomas HoodSplit winexe.h into async.h and svcinstall.h
2011-09-01 Thomas HoodDeclare more internal functions as static
2011-09-01 Thomas HoodDeclare async_read static, since it's not used outside...
2011-08-30 Thomas HoodAdd project description
2011-08-30 Thomas HoodAdd README file
2011-08-29 Andrzej HajdaTest version of new build system.