1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-02 20:23:50 +03:00
Commit Graph

959 Commits

Author SHA1 Message Date
Jelmer Vernooij
b849b4a6c4 python: Fix deallocation bug in pytalloc. 2008-01-14 19:53:06 +01:00
Jelmer Vernooij
4c87af9531 pidl/python: Pass credentials and loadparm context when connecting using DCE/RPC. 2008-01-14 19:53:06 +01:00
Jelmer Vernooij
ebb78ea423 python: Fix rpcecho tests. 2008-01-14 19:53:06 +01:00
Jelmer Vernooij
5ee99ff31c pidl/python: Fix compilation of py_echo. 2008-01-14 19:53:06 +01:00
Jelmer Vernooij
9c038a7411 python: Allow wrapping pointers within talloc'ed memory that are not talloc contexts. 2008-01-14 19:53:05 +01:00
Jelmer Vernooij
cf3664594d pidl/python: Support repr() for python types. 2008-01-14 19:53:05 +01:00
Jelmer Vernooij
9366ddba92 python: Add some utility functions for working with Python objects based on talloc pointers. 2008-01-14 19:53:04 +01:00
Jelmer Vernooij
9041e385fe python: Avoid overwriting flags for already found version of Python. 2008-01-13 14:59:16 +01:00
Jelmer Vernooij
e179db6d0f python: Avoid PyMODINIT_FUNC because it doesn't exist in older pythons. 2008-01-13 06:07:20 +01:00
Jelmer Vernooij
620ec69665 python: Fix initialization of variable. 2008-01-13 04:23:09 +01:00
Jelmer Vernooij
1fbc3a9f47 python: Try more possible flags.
The flags returned by python-config may be for gcc and may not work for other compilers.
2008-01-13 04:17:04 +01:00
Jelmer Vernooij
dec3f421be python: Avoid PyDoc_STRVAR() macro which doesn't exist in Python2.2. 2008-01-13 03:32:44 +01:00
Jelmer Vernooij
d6b06fc03e python: Fix typo. 2008-01-11 16:28:17 +01:00
Jelmer Vernooij
f056f62495 Python: Simplify code in a couple of places. Copy Andrew's changes from g53b5166. 2008-01-11 16:13:46 +01:00
Kai Blin
89d5b91d3c ejs: Remove cast to incompatible pointer. 2008-01-11 11:12:45 +01:00
Andrew Bartlett
53b51660ae Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local 2008-01-11 15:22:22 +11:00
Andrew Bartlett
f917ccec85 Use 'dn' less, as this is not a valid attribute in AD, and I want to
remove it from ldb.  It is not longer mapped against OpenLDAP.

Andrew Bartlett
2008-01-11 15:21:23 +11:00
Jelmer Vernooij
cbf3b74e5f Python: Update STATUS. 2008-01-11 04:07:14 +01:00
Jelmer Vernooij
bcd82a9ae3 python: Update STATUS. 2008-01-10 17:53:56 +01:00
Jelmer Vernooij
6aaccdb0b3 configure: Complain when Python is not found. 2008-01-10 17:47:58 +01:00
Jelmer Vernooij
f08192750e r26687: python: Update status after feedback from abartlett. 2008-01-07 08:18:05 -06:00
Jelmer Vernooij
aa2adf3327 r26666: python: Prefer newer Python versions as they use const properly. 2008-01-05 08:06:04 -06:00
Jelmer Vernooij
f47044aacc r26658: pidl: Register Python modules. 2008-01-03 15:51:02 -06:00
Jelmer Vernooij
5c86cc6648 r26656: python: Add file documentating the status of the Python migration. 2008-01-03 15:27:01 -06:00
Jelmer Vernooij
8a97886e24 r26654: libcli/smb_composite: Rather than specifying each of the gazillion options for SMB individually, just specify the smbcli_options struct. 2008-01-03 12:33:36 -06:00
Jelmer Vernooij
9f64213463 r26651: libsmb: Allow specifying signing policy from higher up.
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.
2008-01-03 12:33:36 -06:00
Jelmer Vernooij
0ef75e4e3c r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composite_connect structure. AFAIK no global variables will now be used when doing RPC client connections. 2008-01-02 12:48:04 -06:00
Jelmer Vernooij
385ffe4f4c r26644: Janitorial: Pass resolve_context explicitly to various SMB functions, should help fix the build for OpenChange. 2008-01-02 12:48:03 -06:00
Jelmer Vernooij
7d14b657b3 r26642: samba3sam.py: Remove more EJS-specific code. 2008-01-01 19:57:02 -06:00
Jelmer Vernooij
ee71a27bca r26629: python: Improve documentation in various places. 2007-12-29 12:21:04 -06:00
Jelmer Vernooij
3c329ee73d r26628: python: Add more documentation, simplify code in Samba3 module. 2007-12-29 12:21:04 -06:00
Jelmer Vernooij
a5fb3caede r26624: libnet/python: Use standard function for constructing context, allow overriding credentials. 2007-12-28 10:33:02 -06:00
Jelmer Vernooij
3ee6209407 r26622: python: Update license version, clarify copyright. 2007-12-28 10:33:02 -06:00
Jelmer Vernooij
e48026b17d r26618: Implement -W option support. 2007-12-28 09:42:01 -06:00
Jelmer Vernooij
2f33e0451d r26616: Support parsing of user data in SAmba 3 tdbsam. 2007-12-27 17:36:06 -06:00
Jelmer Vernooij
9ef3b7de6b r26614: Fix options parsing for credentials in Python. 2007-12-27 17:36:05 -06:00
Jelmer Vernooij
7ea06d91f6 r26608: More improvements to the upgrade code. 2007-12-26 21:18:02 -06:00
Jelmer Vernooij
e3d7454ef7 r26607: Fix reading of values and subkeys in Samba 3 registry files. 2007-12-26 15:03:02 -06:00
Jelmer Vernooij
ecd2d96c31 r26602: Revert my previous commit as it only works with GNU make. 2007-12-26 11:57:09 -06:00
Jelmer Vernooij
b06d3e1a52 r26600: Provide dir variable with current basedir in Makefile. 2007-12-26 11:57:08 -06:00
Jelmer Vernooij
6b1e25b702 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.
2007-12-26 11:57:08 -06:00
Jelmer Vernooij
d649f73431 r26598: Simplify the way Python tests are run. 2007-12-26 11:57:08 -06:00
Jelmer Vernooij
fa5d1923ef r26597: Attempt to provide alternative for hosts that don't have python-config. 2007-12-26 11:57:08 -06:00
Jelmer Vernooij
2227fb6df6 r26596: Fixed upgrade.py.
Added blackbox tests for provision and upgrade Python scripts.
Clean up temporary files created by the Python tests.
2007-12-26 11:57:08 -06:00
Jelmer Vernooij
64203a6b7b r26595: Fix includes for hosts without gssapi as system header. 2007-12-26 11:57:07 -06:00
Jelmer Vernooij
2d2674ad79 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. 2007-12-26 11:57:07 -06:00
Jelmer Vernooij
150cf39fbd 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.
2007-12-26 11:57:07 -06:00
Jelmer Vernooij
85679f3fc9 r26592: Finish fixing the samba3dump script. 2007-12-26 11:57:06 -06:00
Jelmer Vernooij
3511027515 r26591: Get the first bits of samba3dump to work again. 2007-12-26 11:57:06 -06:00
Jelmer Vernooij
0c14e16a2b r26590: Parsing routines for the smbpasswd file and idmap database. 2007-12-26 11:57:06 -06:00