summaryrefslogtreecommitdiff
path: root/source4/scripting/python
AgeCommit message (Collapse)AuthorFilesLines
2008-01-13python: Avoid overwriting flags for already found version of Python.Jelmer Vernooij1-3/+3
(This used to be commit 9041e385fe666c16d9a5b9a030b54a856f17e5e5)
2008-01-13python: Avoid PyMODINIT_FUNC because it doesn't exist in older pythons.Jelmer Vernooij1-1/+1
(This used to be commit e179db6d0fcf093082f2ad441980a2bb77ac6b17)
2008-01-13python: Fix initialization of variable.Jelmer Vernooij1-1/+2
(This used to be commit 620ec696657558dbad2a6c7d4231deabcaeaaef1)
2008-01-13python: Try more possible flags.Jelmer Vernooij1-31/+34
The flags returned by python-config may be for gcc and may not work for other compilers. (This used to be commit 1fbc3a9f47a33f785d935e39345021d9ca455bb9)
2008-01-13python: Avoid PyDoc_STRVAR() macro which doesn't exist in Python2.2.Jelmer Vernooij1-4/+2
(This used to be commit dec3f421be5d7fd4ead3b71f8b69921c41bad39a)
2008-01-11python: Fix typo.Jelmer Vernooij1-2/+2
(This used to be commit d6b06fc03e37781f5f59b15cff8fe3ee8df63444)
2008-01-11Python: Simplify code in a couple of places. Copy Andrew's changes from ↵Jelmer Vernooij3-12/+12
g53b5166. (This used to be commit f056f624958af79204c972eba3f85e36e93daed7)
2008-01-11Python: Update STATUS.Jelmer Vernooij1-1/+1
(This used to be commit cbf3b74e5f5076d864b08c772f21b20751ea5163)
2008-01-10python: Update STATUS.Jelmer Vernooij1-4/+4
(This used to be commit bcd82a9ae3cb01b3d8ed0c36999f7a1c0bbab19a)
2008-01-07r26687: python: Update status after feedback from abartlett.Jelmer Vernooij1-0/+3
(This used to be commit f08192750eecdd8b0ffbed84a53abcae51afd2df)
2008-01-05r26666: python: Prefer newer Python versions as they use const properly.Jelmer Vernooij1-1/+6
(This used to be commit aa2adf33275dc637022d9feee1531aa79aa08e25)
2008-01-03r26658: pidl: Register Python modules.Jelmer Vernooij1-0/+1
(This used to be commit f47044aacc8eb6df856524744ab87bee997bae6d)
2008-01-03r26656: python: Add file documentating the status of the Python migration.Jelmer Vernooij1-0/+20
(This used to be commit 5c86cc6648169bf52161a1ffdbf17a38b62c611f)
2008-01-01r26642: samba3sam.py: Remove more EJS-specific code.Jelmer Vernooij1-2/+1
(This used to be commit 7d14b657b3d59924b15f4f84bbd5745cd7f759ef)
2007-12-29r26629: python: Improve documentation in various places.Jelmer Vernooij3-17/+50
(This used to be commit ee71a27bca66426d34cb1d686a83ac6a342329d3)
2007-12-29r26628: python: Add more documentation, simplify code in Samba3 module.Jelmer Vernooij7-87/+175
(This used to be commit 3c329ee73d9979236313c37e51750ec06b8dd69e)
2007-12-28r26624: libnet/python: Use standard function for constructing context, allow ↵Jelmer Vernooij1-0/+1
overriding credentials. (This used to be commit a5fb3caedefaf5387e3a384d060272f11a3b4b99)
2007-12-28r26622: python: Update license version, clarify copyright.Jelmer Vernooij1-1/+1
(This used to be commit 3ee62094074d74b6c69948730f2892f0a430f40b)
2007-12-28r26618: Implement -W option support.Jelmer Vernooij1-1/+7
(This used to be commit e48026b17d682c01eb3343ef35f6e847b18fa297)
2007-12-27r26616: Support parsing of user data in SAmba 3 tdbsam.Jelmer Vernooij4-115/+111
(This used to be commit 2f33e0451d6699fed8bc9abfa2f331317502b358)
2007-12-27r26614: Fix options parsing for credentials in Python.Jelmer Vernooij1-6/+18
(This used to be commit 9ef3b7de6baadeb2240ef9d24c55be9dc4cccf1e)
2007-12-26r26608: More improvements to the upgrade code.Jelmer Vernooij5-148/+307
(This used to be commit 7ea06d91f602f770f55a1171174f11b922fed8e7)
2007-12-26r26607: Fix reading of values and subkeys in Samba 3 registry files.Jelmer Vernooij3-122/+102
(This used to be commit e3d7454ef70d6fe9a1ce34eaf57268bd5b713ccf)
2007-12-26r26602: Revert my previous commit as it only works with GNU make.Jelmer Vernooij1-1/+1
(This used to be commit ecd2d96c3173e4d2f77a1ca50f26a16ac7a313b1)
2007-12-26r26600: Provide dir variable with current basedir in Makefile.Jelmer Vernooij1-1/+1
(This used to be commit b06d3e1a52d6b71a1e3e7a9e0ecf69f3b899ae18)
2007-12-26r26599: Attempt to also support provisioning using Python in the BECOME-DC test.Jelmer Vernooij2-3/+27
Not tested yet as the test it is part of has been disabled because it's broken. (This used to be commit 6b1e25b702847cd6662b4aece35692b099707b74)
2007-12-26r26597: Attempt to provide alternative for hosts that don't have python-config.Jelmer Vernooij1-2/+8
(This used to be commit fa5d1923efe5c1dc7ef12757b41f8d8eafcb1288)
2007-12-26r26596: Fixed upgrade.py.Jelmer Vernooij5-29/+30
Added blackbox tests for provision and upgrade Python scripts. Clean up temporary files created by the Python tests. (This used to be commit 2227fb6df62240cae64d27a1920d878316f819fc)
2007-12-26r26595: Fix includes for hosts without gssapi as system header.Jelmer Vernooij1-1/+1
(This used to be commit 64203a6b7b98be59af192290b0106979c2b2f71a)
2007-12-26r26594: Add right paths to the Python sys.path setting so we don't have to ↵Jelmer Vernooij2-0/+15
set magic environment variables when running from the build directory. (This used to be commit 2d2674ad79330f59210408fd03e859afc01f40f2)
2007-12-26r26593: - More work on the python versions of samba3dump and the samba3sam ↵Jelmer Vernooij3-65/+33
tests. - Initial work converting the upgrade code to Python. - Removed the old EJS upgrade code because it has been broken for a long time. (This used to be commit 150cf39fbd4fe088546870fb0d8f20c0d9eb4aca)
2007-12-26r26592: Finish fixing the samba3dump script.Jelmer Vernooij1-10/+53
(This used to be commit 85679f3fc98238f90280f9f10d42550d71eeb918)
2007-12-26r26591: Get the first bits of samba3dump to work again.Jelmer Vernooij2-14/+32
(This used to be commit 3511027515f8ea860fbe46639d9169999646a297)
2007-12-26r26590: Parsing routines for the smbpasswd file and idmap database.Jelmer Vernooij2-9/+140
(This used to be commit 0c14e16a2bc965d3319ca990089566bff98a47fe)
2007-12-26r26587: Fix reading Samba 3 WINS database and initial work on group db, ↵Jelmer Vernooij3-40/+196
aliases and secrets. (This used to be commit c7c4cf258ac7975b409d26c9386838d4780c756f)
2007-12-26r26585: Fix samba3.python tests.Jelmer Vernooij2-22/+30
(This used to be commit 231ec0777b7d1fb1297e3a974871b8735a386cfa)
2007-12-24r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij1-0/+1
(This used to be commit f1997dabed584bdc864c4b7235c29603c312ef46)
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij5-8/+63
Simplify the way module initialization functions are handled. (This used to be commit ba8be2dfc0de4434c798663336b81f7f95cde520)
2007-12-24r26575: Build a private copy of the Python executable for Samba 4, so we ↵Jelmer Vernooij3-0/+33
know we're always using the same library we build the modules for. (This used to be commit 03270c5ffdb1476bef5eba846c2ea008111375fc)
2007-12-24r26572: Fix warnings in the Python code.Jelmer Vernooij2-1/+3
(This used to be commit 15038d9586d0b58f301ca8c39c21ef10c4283f28)
2007-12-24r26571: Hide warnings about unused macros and casting qualifiers in ↵Jelmer Vernooij1-6/+2
autogenerated files. (This used to be commit cb76c60007ae1254181c09ba1ab09c419f500bc5)
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij7-60/+335
bunch of {}'s. - Start working on Python equivalents for various EJS tests. - Fix regression in argument order for reg_diff_apply() in EJS bindings. (This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852)
2007-12-24r26566: Fix member provision when using python.Jelmer Vernooij1-9/+9
(This used to be commit e5573283df9e98bccc8eae227cf0f11367ecf084)
2007-12-24r26565: Fix python registry bindings. 'PROVISION_PYTHON=yes make test' works ↵Jelmer Vernooij1-2/+2
now. (This used to be commit 485d1fa3d17fe6cc7a0ecd80e8bac42d173bbb19)
2007-12-24r26564: More python bindings for registry code.Jelmer Vernooij1-3/+2
(This used to be commit f40fad9827d0e9567224bc1e64ea91e610a07a3f)
2007-12-24r26562: Fix provisioning using Python.Jelmer Vernooij1-30/+43
(This used to be commit b07ca944ba62a3f3de58c06b66533c0953a32de9)
2007-12-24r26559: Make the provision function a bit smaller.Jelmer Vernooij1-164/+182
(This used to be commit a1175231a58c60f32574816643dafc78ff867161)
2007-12-24r26555: Use python-config utility to find python compile/link flags.Jelmer Vernooij1-102/+8
(This used to be commit 6cc5e838e6c411ce74e7abde685720aa1f3cbdfb)
2007-12-21r26545: Sync output with ejs.Jelmer Vernooij3-36/+32
(This used to be commit 48ceaa964327ed7094275780cc3c0767636bcb18)
2007-12-21r26538: Pass path generation function around rather than base directory.Jelmer Vernooij6-148/+164
(This used to be commit 5f921af41e4dcd6844f6a662d56bd27c4e76ff88)