1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-19 23:17:05 +03:00

18 Commits

Author SHA1 Message Date
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.
-