1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-23 20:59:10 +03:00
Commit Graph

158 Commits

Author SHA1 Message Date
aca6bd5a2a python: Fix deallocation bug in pytalloc.
(This used to be commit b849b4a6c4)
2008-01-14 19:53:06 +01:00
3b16c532f2 pidl/python: Pass credentials and loadparm context when connecting using DCE/RPC.
(This used to be commit 4c87af9531)
2008-01-14 19:53:06 +01:00
db4ee4cce5 python: Fix rpcecho tests.
(This used to be commit ebb78ea423)
2008-01-14 19:53:06 +01:00
d5903fd75e pidl/python: Fix compilation of py_echo.
(This used to be commit 5ee99ff31c)
2008-01-14 19:53:06 +01:00
bfab9862fc python: Allow wrapping pointers within talloc'ed memory that are not talloc contexts.
(This used to be commit 9c038a7411)
2008-01-14 19:53:05 +01:00
f7a0ef04f0 pidl/python: Support repr() for python types.
(This used to be commit cf3664594d)
2008-01-14 19:53:05 +01:00
252675a578 python: Add some utility functions for working with Python objects based on talloc pointers.
(This used to be commit 9366ddba92)
2008-01-14 19:53:04 +01:00
ecf52b2bc7 python: Avoid overwriting flags for already found version of Python.
(This used to be commit 9041e385fe)
2008-01-13 14:59:16 +01:00
6ef36c1f82 python: Avoid PyMODINIT_FUNC because it doesn't exist in older pythons.
(This used to be commit e179db6d0f)
2008-01-13 06:07:20 +01:00
2c90e6fc7a python: Fix initialization of variable.
(This used to be commit 620ec69665)
2008-01-13 04:23:09 +01:00
c264fb4bde python: Try more possible flags.
The flags returned by python-config may be for gcc and may not work for other compilers.
(This used to be commit 1fbc3a9f47)
2008-01-13 04:17:04 +01:00
53c33aa2b4 python: Avoid PyDoc_STRVAR() macro which doesn't exist in Python2.2.
(This used to be commit dec3f421be)
2008-01-13 03:32:44 +01:00
378dff1365 python: Fix typo.
(This used to be commit d6b06fc03e)
2008-01-11 16:28:17 +01:00
7c3e8c838f Python: Simplify code in a couple of places. Copy Andrew's changes from g53b5166.
(This used to be commit f056f62495)
2008-01-11 16:13:46 +01:00
63bbb92398 Python: Update STATUS.
(This used to be commit cbf3b74e5f)
2008-01-11 04:07:14 +01:00
5b8ffcca53 python: Update STATUS.
(This used to be commit bcd82a9ae3)
2008-01-10 17:53:56 +01:00
48c75bade7 configure: Complain when Python is not found.
(This used to be commit 6aaccdb0b3)
2008-01-10 17:47:58 +01:00
ff1017b142 r26687: python: Update status after feedback from abartlett.
(This used to be commit f08192750e)
2008-01-07 08:18:05 -06:00
e652fc802a r26666: python: Prefer newer Python versions as they use const properly.
(This used to be commit aa2adf3327)
2008-01-05 08:06:04 -06:00
1548d8d2be r26658: pidl: Register Python modules.
(This used to be commit f47044aacc)
2008-01-03 15:51:02 -06:00
6ed5fc0919 r26656: python: Add file documentating the status of the Python migration.
(This used to be commit 5c86cc6648)
2008-01-03 15:27:01 -06:00
5e03b92182 r26642: samba3sam.py: Remove more EJS-specific code.
(This used to be commit 7d14b657b3)
2008-01-01 19:57:02 -06:00
2bd4bf6a1b r26629: python: Improve documentation in various places.
(This used to be commit ee71a27bca)
2007-12-29 12:21:04 -06:00
6817c5d885 r26628: python: Add more documentation, simplify code in Samba3 module.
(This used to be commit 3c329ee73d)
2007-12-29 12:21:04 -06:00
68b6982704 r26624: libnet/python: Use standard function for constructing context, allow overriding credentials.
(This used to be commit a5fb3caede)
2007-12-28 10:33:02 -06:00
a61e25f174 r26622: python: Update license version, clarify copyright.
(This used to be commit 3ee6209407)
2007-12-28 10:33:02 -06:00
77c825f08b r26618: Implement -W option support.
(This used to be commit e48026b17d)
2007-12-28 09:42:01 -06:00
8ad2a035e3 r26616: Support parsing of user data in SAmba 3 tdbsam.
(This used to be commit 2f33e0451d)
2007-12-27 17:36:06 -06:00
094f364fe1 r26614: Fix options parsing for credentials in Python.
(This used to be commit 9ef3b7de6b)
2007-12-27 17:36:05 -06:00
222262b54e r26608: More improvements to the upgrade code.
(This used to be commit 7ea06d91f6)
2007-12-26 21:18:02 -06:00
c4d3666ac2 r26607: Fix reading of values and subkeys in Samba 3 registry files.
(This used to be commit e3d7454ef7)
2007-12-26 15:03:02 -06:00
aa79008d4b r26602: Revert my previous commit as it only works with GNU make.
(This used to be commit ecd2d96c31)
2007-12-26 11:57:09 -06:00
251a4e0780 r26600: Provide dir variable with current basedir in Makefile.
(This used to be commit b06d3e1a52)
2007-12-26 11:57:08 -06:00
7ff974a226 r26599: Attempt to also support provisioning using Python in the BECOME-DC test.
Not tested yet as the test it is part of has been disabled because it's broken.
(This used to be commit 6b1e25b702)
2007-12-26 11:57:08 -06:00
327847b987 r26597: Attempt to provide alternative for hosts that don't have python-config.
(This used to be commit fa5d1923ef)
2007-12-26 11:57:08 -06:00
533cc583ed r26596: Fixed upgrade.py.
Added blackbox tests for provision and upgrade Python scripts.
Clean up temporary files created by the Python tests.
(This used to be commit 2227fb6df6)
2007-12-26 11:57:08 -06:00
cea31e3216 r26595: Fix includes for hosts without gssapi as system header.
(This used to be commit 64203a6b7b)
2007-12-26 11:57:07 -06:00
e8bca8dd71 r26594: Add right paths to the Python sys.path setting so we don't have to set magic environment variables when running from the build directory.
(This used to be commit 2d2674ad79)
2007-12-26 11:57:07 -06:00
7c146c42d2 r26593: - More work on the python versions of samba3dump and the samba3sam 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 150cf39fbd)
2007-12-26 11:57:07 -06:00
cc30cb5e24 r26592: Finish fixing the samba3dump script.
(This used to be commit 85679f3fc9)
2007-12-26 11:57:06 -06:00
3c22677a8c r26591: Get the first bits of samba3dump to work again.
(This used to be commit 3511027515)
2007-12-26 11:57:06 -06:00
8ada900ee6 r26590: Parsing routines for the smbpasswd file and idmap database.
(This used to be commit 0c14e16a2b)
2007-12-26 11:57:06 -06:00
95b1f554b2 r26587: Fix reading Samba 3 WINS database and initial work on group db, aliases and secrets.
(This used to be commit c7c4cf258a)
2007-12-26 11:57:04 -06:00
59efa6e5d0 r26585: Fix samba3.python tests.
(This used to be commit 231ec0777b)
2007-12-26 11:57:04 -06:00
c13ae70731 r26580: Include sentinel in build.h, in case the list is empty.
(This used to be commit f1997dabed)
2007-12-24 01:51:07 -06:00
be33f4c611 r26576: Allow the static module loading code to be used for the Python modules.
Simplify the way module initialization functions are handled.
(This used to be commit ba8be2dfc0)
2007-12-24 01:51:06 -06:00
1ab5bcfb93 r26575: Build a private copy of the Python executable for Samba 4, so we know we're always using the same library we build the modules for.
(This used to be commit 03270c5ffd)
2007-12-24 01:51:04 -06:00
d0ba9f0014 r26572: Fix warnings in the Python code.
(This used to be commit 15038d9586)
2007-12-24 01:51:04 -06:00
3ee442c54f r26571: Hide warnings about unused macros and casting qualifiers in autogenerated files.
(This used to be commit cb76c60007)
2007-12-24 01:51:03 -06:00
aa0a06f13c r26570: - Trim size of the swig-generated Python bindings by removing a 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 c550c03372)
2007-12-24 01:51:03 -06:00