summaryrefslogtreecommitdiff
path: root/source4/scripting/python
AgeCommit message (Collapse)AuthorFilesLines
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)
2007-12-21r26536: More tests for provisioning code.Jelmer Vernooij5-24/+39
(This used to be commit 43c8bfeedf06ce806c524a28fa72c643f6db60f4)
2007-12-21r26535: Get rid of all-knowing ProvisionSettings object.Jelmer Vernooij1-264/+258
(This used to be commit 40bf88c8a70e8379a6081cb6050034bcd7ae56eb)
2007-12-21r26534: configure: using == in shell scripts isn't portableStefan Metzmacher1-1/+1
Thanks to Björn Jacke <bj@sernet.de> for reporting this. metze (This used to be commit 1d5d97083029956fd1ce5eb2c0333052a46a334a)
2007-12-21r26527: Start on tests for provision.Jelmer Vernooij4-42/+96
(This used to be commit 84ac6c6bbfc4baaf28906ee5826a9cf888043656)
2007-12-21r26525: Consistency in the API.Jelmer Vernooij1-50/+53
(This used to be commit 37577fee582e7c9896b5cf8b62016d480b8f147e)
2007-12-21r26524: Import self join.Jelmer Vernooij1-42/+75
(This used to be commit daae983c260da6af6a4f1cba1290bc7240d7a970)
2007-12-21r26523: Refactor provisioning code.Jelmer Vernooij3-156/+250
(This used to be commit ac1083178f9e521dcd5d3d8b5199abcb00159adf)
2007-12-21r26522: Fix warnings on SamDB connect from Python, simplify the setup code ↵Jelmer Vernooij3-33/+43
for the various LDBs. (This used to be commit 20c686f501b652ec0578a075a124b72ecb5f41b6)
2007-12-21r26521: Fix newlines.Jelmer Vernooij1-1/+1
(This used to be commit 174aa1583791a4c305bc49cf78f8f10d42701bc9)
2007-12-21r26520: More Python updates.Jelmer Vernooij6-7/+96
(This used to be commit a8b1fe15ac853082961132ede061fe1556ae29f7)
2007-12-21r26518: Fix provision of registry using Python.Jelmer Vernooij1-14/+26
(This used to be commit 12eb38e553993b2726a803af4ae9c05229d6ebe4)
2007-12-21r26517: Add functions for setting and getting parameters on a LoadParm.Jelmer Vernooij2-32/+36
Pass loadparm context along to Ldb contexts. Other minor Python improvements. (This used to be commit 7a15b486bae8fb774058b2d94cc12b7b01ee6ac0)
2007-12-21r26516: Fix line splitting in subunitrun.Jelmer Vernooij1-2/+2
(This used to be commit 623b7b31144f9da5e256e5541d04db8698dd39d3)
2007-12-21r26513: Update substitution dictionary for ldifs.Jelmer Vernooij5-0/+27
(This used to be commit 60fb2de2119cb2f42f858868e39c3b0d303ac20f)
2007-12-21r26506: Start running (really trivial) tests for upgrade script.Jelmer Vernooij2-302/+302
(This used to be commit 73bd4a9566d15f85a971e3a87cefbec2e2eece1c)
2007-12-21r26505: Add python bindings for some samdb-related functions, improve ↵Jelmer Vernooij6-27/+223
provisioning in python. (This used to be commit d2402251666738c0372bbbaeaa1d26c06e254033)
2007-12-21r26503: Change order of arguments in param interface so it's easier to make theJelmer Vernooij4-53/+60
section name optional. Fix several smaller bits and pieces in the Python code. (This used to be commit 1b89311e5fa4fcde060df50e580dc221205cc8ca)
2007-12-21r26499: Allow testing python provision by setting the PROVISION_PYTHON ↵Jelmer Vernooij1-10/+0
environment variable. (This used to be commit 379d0bbb2f9e0cd9b1855fd77bbb89827e0315ad)
2007-12-21r26496: Move some provision functions to a new SamDB class, support setting ↵Jelmer Vernooij6-234/+316
session_info on a ldb context from python. (This used to be commit 75cfb0d609687538048a7d72a499a5205af46a34)
2007-12-21r26484: Don't rely on removed header.Jelmer Vernooij1-3/+3
(This used to be commit 6ca2b350858c0747449671234d54584635512705)
2007-12-21r26480: Add utility class for testing LDB code.Jelmer Vernooij1-0/+37
(This used to be commit d7f0b12c9e43b93705f6b9fa6b5ab74fe68e80a0)
2007-12-21r26477: Allow setting loadparm context for a ldb context in python, plus ↵Jelmer Vernooij4-7/+96
some other minor improvements. (This used to be commit d88527a9d6435203faa8273347d5aa41937e5395)
2007-12-21r26475: Add ldb.set_credentials function.Jelmer Vernooij4-14/+141
(This used to be commit dbebb4ef477d2c8de7b8d1e5cde9b9dada47044f)
2007-12-21r26474: Move credentials-specific kerberos file to credentials subsystem. ↵Jelmer Vernooij2-0/+13
Fixes missing symbols in some of the python bindings. (This used to be commit e26d0fff6d40899113196ac35a86a9baa10cc9c2)
2007-12-21r26471: Sync with js version.Jelmer Vernooij1-0/+1
(This used to be commit c0eea26e8e8eb326112e1833d137751fb7e900d2)
2007-12-21r26450: The subprocess is only available in python >= 2.4 so avoid it for now.Jelmer Vernooij1-4/+2
(This used to be commit 5300bc175ea425e2d28332c5e18bd8e3846b458d)
2007-12-21r26446: Convert param module to SWIG.Jelmer Vernooij2-185/+0
(This used to be commit 94e5f9c92f65070ec8f1c1170c4a0769a4857c6d)
2007-12-21r26422: build: let configure print out if we have working python module supportStefan Metzmacher1-5/+13
metze (This used to be commit dfb9d704d053455d636d4f9d9d49cbfb70ada53e)
2007-12-21r26411: Double check Python installation - make sure we can compile and link ↵Jelmer Vernooij1-1/+15
using it. (This used to be commit 3d8fc5808ced6f54274701d80fe2d42423bf9fee)
2007-12-21r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij3-3/+25
(This used to be commit 3378b6a559272cb702b52966692bf423f67a2b41)
2007-12-21r26375: Move provision-independent utility function to main samba python module.Jelmer Vernooij2-10/+13
(This used to be commit 9d0ff47be069422de7ef2794357c6f3e9c540e67)
2007-12-21r26369: Start on tests for the upgrade python code.Jelmer Vernooij2-0/+30
(This used to be commit c4458d11c710d4f0f892b26c7cb0701a43273587)
2007-12-21r26366: Import provision scripts in Python.Jelmer Vernooij2-0/+1403
(This used to be commit 090c799f98adf2c4186daca445c81b4e26e91f2f)
2007-12-21r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij5-175/+3333
(This used to be commit 08501fbef38f81ce5ff4885a1696f9cb392fd631)
2007-12-21r26247: Don't allow use of older SWIG versions.Jelmer Vernooij2-1/+129
(This used to be commit def0ae919b9b65e70124ee5bfcd70d3a22973a9b)
2007-12-21r26243: stdint.i requires swigarch.iJelmer Vernooij1-0/+65
(This used to be commit d9391316a982cfff6b283e7d4a86103ec6fe370d)
2007-12-21r26242: Don't fail if swig is not available.Jelmer Vernooij1-1/+1
(This used to be commit 12debcceac6cca1d8c8e1f78a0c7772b944e9f8d)
2007-12-21r26232: Provide replacement for stdint.i for users of older versions of swig.Jelmer Vernooij1-0/+109
(This used to be commit fb2150a07aa6460165efb4587c86ecc820cdeac0)
2007-12-21r26207: Only compile swig files if swig is available.Jelmer Vernooij1-1/+1
(This used to be commit cc5260971c4953ce742363b324ac3804c531e2dd)
2007-12-21r26201: Build docs for the security module.Jelmer Vernooij1-1/+1
(This used to be commit 31073a9e4ecaee08b3e27631db620957df8adde6)
2007-12-21r26197: Add bindings for libsecurity.Jelmer Vernooij2-60/+0
(This used to be commit 8625cd403ba3a7d2b1b1fccfeb5efd7e21de0135)