Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-13 | s4:lib: use tevent_ fns names instead of legcay event_ ones | Simo Sorce | 1 | -1/+1 | |
2011-03-19 | source4/lib: Fix prototypes for all functions. | Jelmer Vernooij | 2 | -0/+4 | |
2010-11-03 | s4:waf - fix the build on Gentoo platforms | Philip M. White | 1 | -0/+1 | |
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> | |||||
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 1 | -22/+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-30 | s4-build: removed some unnecessary dependencies | Andrew Tridgell | 1 | -1/+1 | |
based on running waf --symbol-check | |||||
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-26 | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-23 | s4: Rename LIBEVENTS to libevents. | Jelmer Vernooij | 1 | -1/+1 | |
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -2/+2 | |
this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-05-12 | work around AIX6.1 name space pollution rename mod_name to module_name | Olaf Flebbe | 1 | -3/+3 | |
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: teach samba_pild.py about the --com-header and --dcom-proxy options | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: fixed the build of the com.so library | Andrew Tridgell | 1 | -1/+6 | |
2010-04-06 | build: enable com library | Andrew Tridgell | 1 | -12/+4 | |
2010-04-06 | build: commit all the waf build files in the tree | Andrew Tridgell | 1 | -0/+33 | |
2010-03-12 | s4:dcom: add a comment about unused code. | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-02-09 | s4:Remove "Py_RETURN_NONE" compatibility code | Matthias Dieter Wallnöfer | 1 | -4/+0 | |
This was needed only by Python 2.3 which we no longer support. | |||||
2009-10-23 | s4-python: we need to include Python.h first | Andrew Tridgell | 1 | -1/+1 | |
If we don't include Python.h first then we get a pile of warnings due to broken redefines of XOPEN_SOURCE in the Python includes. | |||||
2009-10-02 | s4: fix various warnings (not "const" related ones) | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2009-01-08 | Avoid using a utility header for Python replacements included in Samba, | Jelmer Vernooij | 1 | -1/+5 | |
since this will not be shipped with talloc/tdb/tevent/etc. | |||||
2009-01-07 | s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4 | Tim Prouty | 1 | -1/+1 | |
2009-01-06 | py: Properly increase the reference counter of Py_None. | Jelmer Vernooij | 1 | -1/+1 | |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 2 | -4/+4 | |
list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze | |||||
2008-10-12 | Fix include paths for files that aren't compiled - breaks dependency | Jelmer Vernooij | 2 | -2/+2 | |
file generation. | |||||
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 2 | -2/+2 | |
2008-09-21 | Fix merged build. | Jelmer Vernooij | 1 | -4/+4 | |
2008-09-19 | initialize a COM context. | Jelmer Vernooij | 1 | -2/+13 | |
2008-09-19 | Fix COM compilation, add framework for COM python module. | Jelmer Vernooij | 5 | -22/+82 | |
2008-09-18 | s4:lib/com: fix the build with automatic dependecies | Stefan Metzmacher | 2 | -3/+2 | |
metze | |||||
2008-09-16 | Fix more WMI compilation issues. | Jelmer Vernooij | 2 | -1/+11 | |
2008-09-16 | Remove more hand-written marshallers. | Jelmer Vernooij | 1 | -1/+2 | |
2008-09-16 | More changes getting WMI code to compile, import manual marshalling. | Jelmer Vernooij | 3 | -13/+30 | |
2008-09-15 | More formatting fixes. | Jelmer Vernooij | 1 | -7/+14 | |
2008-09-15 | Get code closer to compiling without errors, fix formatting, add docstrings. | Jelmer Vernooij | 2 | -6/+27 | |
2008-09-15 | Fix more syntax errors, etc. | Jelmer Vernooij | 1 | -0/+10 | |
2008-09-15 | Import WMI changes. | Andrzej Hajda | 1 | -1/+44 | |
2008-09-15 | Import DCOM improvements. | Andrzej Hajda | 1 | -141/+433 | |
2008-09-15 | Cope with includes.h splitup in COM code. | Jelmer Vernooij | 2 | -0/+7 | |
2008-09-15 | Fix COM headers. | Jelmer Vernooij | 2 | -23/+22 | |
2008-09-15 | Manual prototypes for COM. | Jelmer Vernooij | 2 | -38/+45 | |
2008-09-15 | Fix old style syntax in mk files . | Jelmer Vernooij | 1 | -15/+9 | |
2008-09-15 | Reimport COM and DCOM libraries. | Jelmer Vernooij | 10 | -0/+929 | |