summaryrefslogtreecommitdiffstats
path: root/source4/scripting
Commit message (Collapse)AuthorAgeFilesLines
...
* python: Compile security module, handle uint.Jelmer Vernooij2008-01-141-0/+2
| | | | (This used to be commit dee64344fb13aaed38a550ebb4048d0fa526d5b6)
* python: Move some convenience macros to a separate header rather than ↵Jelmer Vernooij2008-01-141-0/+2
| | | | | | putting them in every generated py_* file. (This used to be commit 712274b9bdf524da125cbbe6e4bb475b21b1da66)
* python: Enable python bindings for samr and lsa interfaces.Jelmer Vernooij2008-01-142-0/+30
| | | | (This used to be commit 3dfcefd8ac640ef1539185f19f7414fbcea9e741)
* python: Build epmapper module.Jelmer Vernooij2008-01-141-0/+3
| | | | (This used to be commit 6cb78c7634de0f9ab327583844d7860d384356eb)
* python: Be more pythonic - turn WERROR and NTSTATUS return codes into ↵Jelmer Vernooij2008-01-141-21/+18
| | | | | | exceptions. (This used to be commit 16fc69b843e92ae62b15caf927335cc117156499)
* python: Fix python code for winreg, add test.Jelmer Vernooij2008-01-142-1/+53
| | | | (This used to be commit bd3e6c41c42738fcfcc5cef4e65f0e219d358260)
* python: Start building winreg module.Jelmer Vernooij2008-01-141-0/+1
| | | | (This used to be commit f1a9fad83cee7754304b3422aa273d5f64868e40)
* python: Fix last bugs in rpcecho test. It passes now!Jelmer Vernooij2008-01-141-4/+6
| | | | (This used to be commit 25a0cd091bb24e579ceb34472d9c213aae157ba9)
* python: Fix deallocation bug in pytalloc.Jelmer Vernooij2008-01-141-1/+1
| | | | (This used to be commit b849b4a6c4c9b03a9704449a69f00a59fc0df9c5)
* pidl/python: Pass credentials and loadparm context when connecting using ↵Jelmer Vernooij2008-01-141-5/+8
| | | | | | DCE/RPC. (This used to be commit 4c87af95310e4aaee3f2e2da02d0ea70ed1ec25b)
* python: Fix rpcecho tests.Jelmer Vernooij2008-01-143-5/+39
| | | | (This used to be commit ebb78ea4232c1614755844849580e3697b0a53fa)
* pidl/python: Fix compilation of py_echo.Jelmer Vernooij2008-01-142-4/+5
| | | | (This used to be commit 5ee99ff31c80ece6861b2a0323d71170ef9346b9)
* python: Allow wrapping pointers within talloc'ed memory that are not talloc ↵Jelmer Vernooij2008-01-142-7/+14
| | | | | | contexts. (This used to be commit 9c038a74113fb55ed5eb12a7d0ae4a46bad9050c)
* pidl/python: Support repr() for python types.Jelmer Vernooij2008-01-142-1/+12
| | | | (This used to be commit cf3664594d3540db20d32bc844f18e20abfa0d96)
* python: Add some utility functions for working with Python objects based on ↵Jelmer Vernooij2008-01-142-0/+77
| | | | | | talloc pointers. (This used to be commit 9366ddba92e192cd88e12eafba4a90af8c266f1c)
* python: Avoid overwriting flags for already found version of Python.Jelmer Vernooij2008-01-131-3/+3
| | | | (This used to be commit 9041e385fe666c16d9a5b9a030b54a856f17e5e5)
* python: Avoid PyMODINIT_FUNC because it doesn't exist in older pythons.Jelmer Vernooij2008-01-131-1/+1
| | | | (This used to be commit e179db6d0fcf093082f2ad441980a2bb77ac6b17)
* python: Fix initialization of variable.Jelmer Vernooij2008-01-131-1/+2
| | | | (This used to be commit 620ec696657558dbad2a6c7d4231deabcaeaaef1)
* python: Try more possible flags.Jelmer Vernooij2008-01-131-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)
* python: Avoid PyDoc_STRVAR() macro which doesn't exist in Python2.2.Jelmer Vernooij2008-01-131-4/+2
| | | | (This used to be commit dec3f421be5d7fd4ead3b71f8b69921c41bad39a)
* python: Fix typo.Jelmer Vernooij2008-01-111-2/+2
| | | | (This used to be commit d6b06fc03e37781f5f59b15cff8fe3ee8df63444)
* Python: Simplify code in a couple of places. Copy Andrew's changes from ↵Jelmer Vernooij2008-01-113-12/+12
| | | | | | g53b5166. (This used to be commit f056f624958af79204c972eba3f85e36e93daed7)
* ejs: Remove cast to incompatible pointer.Kai Blin2008-01-111-4/+4
| | | | (This used to be commit 89d5b91d3c4dae754178c82cb7a24e7c5af09fcd)
* Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-01-111-1/+1
|\ | | | | | | (This used to be commit 53b51660ae6b733b19b0ba3403f229b215de7b47)
| * Python: Update STATUS.Jelmer Vernooij2008-01-111-1/+1
| | | | | | | | (This used to be commit cbf3b74e5f5076d864b08c772f21b20751ea5163)
* | Use 'dn' less, as this is not a valid attribute in AD, and I want toAndrew Bartlett2008-01-111-4/+4
|/ | | | | | | remove it from ldb. It is not longer mapped against OpenLDAP. Andrew Bartlett (This used to be commit f917ccec85f854423f423bbffc41459d92960a1b)
* python: Update STATUS.Jelmer Vernooij2008-01-101-4/+4
| | | | (This used to be commit bcd82a9ae3cb01b3d8ed0c36999f7a1c0bbab19a)
* r26687: python: Update status after feedback from abartlett.Jelmer Vernooij2008-01-071-0/+3
| | | | (This used to be commit f08192750eecdd8b0ffbed84a53abcae51afd2df)
* r26666: python: Prefer newer Python versions as they use const properly.Jelmer Vernooij2008-01-051-1/+6
| | | | (This used to be commit aa2adf33275dc637022d9feee1531aa79aa08e25)
* r26658: pidl: Register Python modules.Jelmer Vernooij2008-01-031-0/+1
| | | | (This used to be commit f47044aacc8eb6df856524744ab87bee997bae6d)
* r26656: python: Add file documentating the status of the Python migration.Jelmer Vernooij2008-01-031-0/+20
| | | | (This used to be commit 5c86cc6648169bf52161a1ffdbf17a38b62c611f)
* r26654: libcli/smb_composite: Rather than specifying each of the gazillion ↵Jelmer Vernooij2008-01-031-7/+1
| | | | | | options for SMB individually, just specify the smbcli_options struct. (This used to be commit 8a97886e24a4b969aa91409c06f423b71a45f6eb)
* r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij2008-01-031-0/+1
| | | | | | | | The number of arguments is getting a bit excessive now, so it probably makes sense to pass in the smbcli_options struct rather than all members individually and add a convenience function for obtaining a smbcli_options struct from a loadparm context. (This used to be commit 9f64213463b5bf3bcbf36913139e9a5042e967a2)
* r26646: libcli/smb_composite: Allow specifying SMB parameters in ↵Jelmer Vernooij2008-01-021-0/+6
| | | | | | smb_composite_connect structure. AFAIK no global variables will now be used when doing RPC client connections. (This used to be commit 0ef75e4e3cb0e1bd10e367a00f5e9b725587c40a)
* r26644: Janitorial: Pass resolve_context explicitly to various SMB ↵Jelmer Vernooij2008-01-021-1/+4
| | | | | | functions, should help fix the build for OpenChange. (This used to be commit 385ffe4f4cc9a21a760c0f00410f56e2592fd507)
* r26642: samba3sam.py: Remove more EJS-specific code.Jelmer Vernooij2008-01-011-2/+1
| | | | (This used to be commit 7d14b657b3d59924b15f4f84bbd5745cd7f759ef)
* r26629: python: Improve documentation in various places.Jelmer Vernooij2007-12-293-17/+50
| | | | (This used to be commit ee71a27bca66426d34cb1d686a83ac6a342329d3)
* r26628: python: Add more documentation, simplify code in Samba3 module.Jelmer Vernooij2007-12-297-87/+175
| | | | (This used to be commit 3c329ee73d9979236313c37e51750ec06b8dd69e)
* r26624: libnet/python: Use standard function for constructing context, allow ↵Jelmer Vernooij2007-12-281-0/+1
| | | | | | overriding credentials. (This used to be commit a5fb3caedefaf5387e3a384d060272f11a3b4b99)
* r26622: python: Update license version, clarify copyright.Jelmer Vernooij2007-12-281-1/+1
| | | | (This used to be commit 3ee62094074d74b6c69948730f2892f0a430f40b)
* r26618: Implement -W option support.Jelmer Vernooij2007-12-281-1/+7
| | | | (This used to be commit e48026b17d682c01eb3343ef35f6e847b18fa297)
* r26616: Support parsing of user data in SAmba 3 tdbsam.Jelmer Vernooij2007-12-274-115/+111
| | | | (This used to be commit 2f33e0451d6699fed8bc9abfa2f331317502b358)
* r26614: Fix options parsing for credentials in Python.Jelmer Vernooij2007-12-271-6/+18
| | | | (This used to be commit 9ef3b7de6baadeb2240ef9d24c55be9dc4cccf1e)
* r26608: More improvements to the upgrade code.Jelmer Vernooij2007-12-265-148/+307
| | | | (This used to be commit 7ea06d91f602f770f55a1171174f11b922fed8e7)
* r26607: Fix reading of values and subkeys in Samba 3 registry files.Jelmer Vernooij2007-12-264-127/+108
| | | | (This used to be commit e3d7454ef70d6fe9a1ce34eaf57268bd5b713ccf)
* 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)
* r26599: Attempt to also support provisioning using Python in the BECOME-DC test.Jelmer Vernooij2007-12-262-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)
* r26598: Simplify the way Python tests are run.Jelmer Vernooij2007-12-261-1/+2
| | | | (This used to be commit d649f73431fc993e31522e7fc8e1e35e0a4421d8)
* r26597: Attempt to provide alternative for hosts that don't have python-config.Jelmer Vernooij2007-12-261-2/+8
| | | | (This used to be commit fa5d1923efe5c1dc7ef12757b41f8d8eafcb1288)