Andrew Tridgell
6b266b85cf
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
...
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-07-16 18:24:27 +10:00
Olaf Flebbe
d5c3db6f88
work around AIX6.1 name space pollution rename mod_name to module_name
2010-05-12 07:15:07 +02:00
Andrew Tridgell
f9eae32f4b
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them
2010-04-06 20:27:11 +10:00
Andrew Tridgell
b7cc6d48d5
build: teach samba_pild.py about the --com-header and --dcom-proxy options
2010-04-06 20:26:52 +10:00
Andrew Tridgell
87ae97c381
build: fixed the build of the com.so library
2010-04-06 20:26:51 +10:00
Andrew Tridgell
e9ef5cb091
build: enable com library
2010-04-06 20:26:51 +10:00
Andrew Tridgell
845e0cbe6f
build: commit all the waf build files in the tree
2010-04-06 20:26:48 +10:00
Stefan Metzmacher
d4f143258b
s4:dcom: add a comment about unused code.
...
metze
2010-03-12 15:25:49 +01:00
Matthias Dieter Wallnöfer
e34637b2a6
s4:Remove "Py_RETURN_NONE" compatibility code
...
This was needed only by Python 2.3 which we no longer support.
2010-02-09 17:53:09 +01:00
Andrew Tridgell
3050f83288
s4-python: we need to include Python.h first
...
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-23 16:23:01 +11:00
Matthias Dieter Wallnöfer
44df2488e3
s4: fix various warnings (not "const" related ones)
2009-10-02 15:33:48 +02:00
Jelmer Vernooij
ba5d6e6d70
Avoid using a utility header for Python replacements included in Samba,
...
since this will not be shipped with talloc/tdb/tevent/etc.
2009-01-08 12:20:20 +01:00
Tim Prouty
61a23c5eea
s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4
2009-01-07 15:03:16 -08:00
Jelmer Vernooij
d2c70d24e1
py: Properly increase the reference counter of Py_None.
2009-01-06 04:13:57 +01:00
Stefan Metzmacher
183c379fe5
s4:lib/tevent: rename structs
...
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-12-29 20:46:40 +01:00
Jelmer Vernooij
0d99e58f27
Fix include paths for files that aren't compiled - breaks dependency
...
file generation.
2008-10-12 04:41:53 +02:00
Jelmer Vernooij
9565999755
Fix include paths to new location of libutil.
2008-10-11 21:31:42 +02:00
Jelmer Vernooij
bc794246df
Fix merged build.
2008-09-21 23:57:59 +02:00
Jelmer Vernooij
b5e8d8d22a
initialize a COM context.
2008-09-19 02:39:03 +02:00
Jelmer Vernooij
495758a73e
Fix COM compilation, add framework for COM python module.
2008-09-19 02:27:40 +02:00
Stefan Metzmacher
5b827dfd8b
s4:lib/com: fix the build with automatic dependecies
...
metze
2008-09-18 17:38:47 +02:00
Jelmer Vernooij
5062d4c16a
Fix more WMI compilation issues.
2008-09-16 07:22:53 +02:00
Jelmer Vernooij
db872cfe37
Remove more hand-written marshallers.
2008-09-16 05:48:29 +02:00
Jelmer Vernooij
c212a65b65
More changes getting WMI code to compile, import manual marshalling.
2008-09-16 02:27:33 +02:00
Jelmer Vernooij
47b26ef57c
More formatting fixes.
2008-09-15 17:40:36 +02:00
Jelmer Vernooij
51fbc88fc2
Get code closer to compiling without errors, fix formatting, add docstrings.
2008-09-15 17:40:34 +02:00
Jelmer Vernooij
9cfe839527
Fix more syntax errors, etc.
2008-09-15 17:40:30 +02:00
Andrzej Hajda
3667256f97
Import WMI changes.
2008-09-15 17:40:29 +02:00
Andrzej Hajda
4afe6c88e1
Import DCOM improvements.
2008-09-15 17:40:28 +02:00
Jelmer Vernooij
df06b36b46
Cope with includes.h splitup in COM code.
2008-09-15 17:39:41 +02:00
Jelmer Vernooij
701b856c52
Fix COM headers.
2008-09-15 17:37:08 +02:00
Jelmer Vernooij
ea98ddb8a1
Manual prototypes for COM.
2008-09-15 17:37:07 +02:00
Jelmer Vernooij
952be0f104
Fix old style syntax in mk files .
2008-09-15 17:36:56 +02:00
Jelmer Vernooij
d106cb2ee5
Reimport COM and DCOM libraries.
2008-09-15 17:36:46 +02:00