Andrew Tridgell
87c91e4362
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
2007-10-10 12:28:27 -05:00
Jeremy Allison
c2f7ab1c17
r23780: Find and fix more GPL2 -> GPL3.
...
Jeremy.
2007-10-10 12:28:21 -05:00
Alexander Bokovoy
b090b8983b
r22840: Add -pie support to Python's setup.py. This should fix build of python libs on recent distributions that take care of security.
2007-10-10 12:22:01 -05:00
Lars Müller
4602cb5f53
r13257: Fix python build with older python versions (e.g. 2.2.1) like in United Linux 1 (UL) aka SuSE Linux Enterprise Server (SLES) 8.
2007-10-10 11:06:20 -05:00
Günther Deschner
e33a20c222
r12441: Fix python build.
...
Guenther
2007-10-10 11:05:56 -05:00
Gerald Carter
6c6bf6ca5f
r10819: merging a couple of fixes from trunk
...
* only keep the registry,tdb file open when we have an open key handle
* tpot's setup.py fix
* removing files that no longer exist in trunk and copying some
that were missing in 3.0
2007-10-10 11:04:54 -05:00
Günther Deschner
97412dbaad
r9944: fix python build
...
Guenther
2007-10-10 11:03:28 -05:00
Günther Deschner
d31510d6c5
r8538: honour CC in python build.
...
Guenther
2007-10-10 11:00:07 -05:00
Tim Potter
98a25dcda8
Path for bugzilla #1152 from Timur Bakeyev. Allow python modules to
...
build despite libraries added to LDFLAGS instead of LDPATH.
-
Tim Potter
164ea38357
Fix for bug #60 . Our autoconf code adds both libraries and linker
...
flags in the $LIBS make variable. Separate the two so the python
extensions can build.
-
Tim Potter
68075fb97f
Merge create/delete domain user samr calls from HEAD.
-
Tim Potter
68b4052281
Merge of removal of py_samba.c
-
Tim Potter
dbea592877
Merge of cleanups and srvsvc implementation from HEAD.
-
Tim Potter
b50816b500
Merge of compile tweaks for python tdbpack module.
-
Tim Potter
5bd90f310a
Merge from HEAD:
...
>FUNCTION_MACRO change broke the Python modules.
>
>Also fix up string pasting (I thought this should only be a warning?)
-
Tim Potter
0310e539bb
Sync with HEAD.
-
Tim Potter
105ff7c540
Remove hardcoded -I stuff. Hooray!
-
Tim Potter
19adbf1fae
Implemented getpw{nam,uid} functions.
-
Martin Pool
0d3276355e
Put all Python modules into the 'samba' subpackage. Now you need to
...
write
import samba.tdbutil
samba.tdbutil.pack('f', ['hello'])
You need 'cvs update -d' to get the new subdirectory for this to build
properly.
-
Martin Pool
fc5e8b8f67
Build py_tdbpack as well.
-
Martin Pool
8bebe9ee2b
Python's setup.py does not need to be munged by configure.in -- it is
...
sufficient to just pass the relevant variables to Python from the
Makefile. Therefore, remove setup.py.in.
-