summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/config.mk
Commit message (Collapse)AuthorAgeFilesLines
...
* python: Build shared python modules for generic use.Jelmer Vernooij2008-01-161-2/+8
| | | | (This used to be commit 502424955237ace5a276d4c91c62e95233ecd978)
* pidl/python: Fix compilation of py_echo.Jelmer Vernooij2008-01-141-1/+1
| | | | (This used to be commit 5ee99ff31c80ece6861b2a0323d71170ef9346b9)
* r26628: python: Add more documentation, simplify code in Samba3 module.Jelmer Vernooij2007-12-291-1/+1
| | | | (This used to be commit 3c329ee73d9979236313c37e51750ec06b8dd69e)
* r26602: Revert my previous commit as it only works with GNU make.Jelmer Vernooij2007-12-261-1/+1
| | | | (This used to be commit ecd2d96c3173e4d2f77a1ca50f26a16ac7a313b1)
* r26600: Provide dir variable with current basedir in Makefile.Jelmer Vernooij2007-12-261-1/+1
| | | | (This used to be commit b06d3e1a52d6b71a1e3e7a9e0ecf69f3b899ae18)
* r26595: Fix includes for hosts without gssapi as system header.Jelmer Vernooij2007-12-261-1/+1
| | | | (This used to be commit 64203a6b7b98be59af192290b0106979c2b2f71a)
* r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij2007-12-241-0/+1
| | | | (This used to be commit f1997dabed584bdc864c4b7235c29603c312ef46)
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-241-2/+5
| | | | | Simplify the way module initialization functions are handled. (This used to be commit ba8be2dfc0de4434c798663336b81f7f95cde520)
* r26575: Build a private copy of the Python executable for Samba 4, so we ↵Jelmer Vernooij2007-12-241-0/+5
| | | | | | know we're always using the same library we build the modules for. (This used to be commit 03270c5ffdb1476bef5eba846c2ea008111375fc)
* r26505: Add python bindings for some samdb-related functions, improve ↵Jelmer Vernooij2007-12-211-1/+1
| | | | | | provisioning in python. (This used to be commit d2402251666738c0372bbbaeaa1d26c06e254033)
* r26474: Move credentials-specific kerberos file to credentials subsystem. ↵Jelmer Vernooij2007-12-211-0/+4
| | | | | | Fixes missing symbols in some of the python bindings. (This used to be commit e26d0fff6d40899113196ac35a86a9baa10cc9c2)
* r26446: Convert param module to SWIG.Jelmer Vernooij2007-12-211-4/+0
| | | | (This used to be commit 94e5f9c92f65070ec8f1c1170c4a0769a4857c6d)
* r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 3378b6a559272cb702b52966692bf423f67a2b41)
* r26242: Don't fail if swig is not available.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 12debcceac6cca1d8c8e1f78a0c7772b944e9f8d)
* r26207: Only compile swig files if swig is available.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit cc5260971c4953ce742363b324ac3804c531e2dd)
* r26201: Build docs for the security module.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 31073a9e4ecaee08b3e27631db620957df8adde6)
* r26197: Add bindings for libsecurity.Jelmer Vernooij2007-12-211-4/+0
| | | | (This used to be commit 8625cd403ba3a7d2b1b1fccfeb5efd7e21de0135)
* r26186: Generate SWIG files as part of autogen.shJelmer Vernooij2007-12-211-2/+2
| | | | (This used to be commit 4429f8b87e057787df0748f93c842c9a634dada5)
* r26114: Allow keyword-arguments.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 99c342641b865e37c9ee8dd280348b659076d1e5)
* r26100: Also check for SWIG.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 1755adffecb8ed68047d6ad69087a680cc63ba8f)
* r26096: No longer include removed headerJelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 42738301b1c88ccf46405d6c9171b3ae082423bd)
* r26088: Import some native-python python modules and move original python ↵Jelmer Vernooij2007-12-211-0/+35
swig torture code to common python directory as well. (This used to be commit cbf656ff054ab2b0b5ca81e1d4f16ac54c8098f1)