summaryrefslogtreecommitdiffstats
path: root/source3/python
Commit message (Collapse)AuthorAgeFilesLines
* Converted to #include *.c format.Tim Potter2002-03-272-16/+12
| | | | (This used to be commit 992cbfe98b4131f0aef96da3ddeee00d3d4a1fb1)
* Broke out stuff into other files.Tim Potter2002-03-271-743/+19
| | | | (This used to be commit 9eb3eb8513e82ec11cb8db671cfb5be45619d3fd)
* Moved pyconv definitions across.Tim Potter2002-03-271-4/+19
| | | | | Fixed misc compile problems. (This used to be commit 723bfa1a857b4c3e114b7e510c8f991ba73c1ba1)
* Fixed bug in guards.Tim Potter2002-03-271-1/+1
| | | | (This used to be commit 22990c3dda92278ad813dd20bebb243ed38388aa)
* Converted to #include *.c format to avoid namespace pollution andTim Potter2002-03-272-58/+0
| | | | | header file madness. (This used to be commit 0f179ebf7e35b12b99b58cc42e16efa5b50230a4)
* Moved general printer related calls here.Tim Potter2002-03-271-0/+558
| | | | (This used to be commit eb8cd68bc9c7c7c52a066479712c93e62f0ba5d5)
* Moved printer driver related calls here.Tim Potter2002-03-271-0/+295
| | | | (This used to be commit d4b8000e1f2780a805a5ddf8e13906b4146d65e7)
* Moved conv functions to separate file.Tim Potter2002-03-262-211/+99
| | | | | Converted remaining functions to methods. (This used to be commit 1e894487f59a0c00347fdf28ddea892b40473a6d)
* #include "py_conv.h"Tim Potter2002-03-261-0/+2
| | | | (This used to be commit 2c935bc1eab20fd72f0bd4577c0e2140d6fcc3d3)
* Added ports and conversion routines.Tim Potter2002-03-261-1/+3
| | | | (This used to be commit eff595d068d40ad833d96e545b9918f91669a13c)
* Regenerated patch.Tim Potter2002-03-261-12/+11
| | | | (This used to be commit 34cc49d92988a0d4871b6586776b5d2c9d94de94)
* Port related functions.Tim Potter2002-03-262-0/+127
| | | | (This used to be commit 5dc7e350ec784996f7c8bc824624cd0b8347a3b0)
* Samba structure <-> Python dictionary helper functions.Tim Potter2002-03-262-0/+161
| | | | (This used to be commit 6c8a2ad16774f67f82d95056817ace5c80928893)
* Moved form related functions as methods in the policy handle object.Tim Potter2002-03-262-58/+49
| | | | (This used to be commit 7c4bcc48aa9ff3227673522f32170bcefb0b7208)
* Append $(srcdir) to include directories.Tim Potter2002-03-261-9/+15
| | | | (This used to be commit ff526275669a4464ad274fac1b381945adb21719)
* Pass $(srcdir) to setup.pyTim Potter2002-03-261-0/+1
| | | | (This used to be commit 1926828c5d9f4adf5498268abbe129e8b9f57a9d)
* Renamed internal methods so as not to clash with symbols within Samba.Tim Potter2002-03-261-23/+175
| | | | | | | | | | | | | | Set up and use winbind separator in config object. Implemented: - uid to sid - gid to sid - sid to uid - sid to gid Added RID constants. (This used to be commit 9afd17f1541446a9c5252cd4d0d4d13c800ecac8)
* Added enumerate trusted domains and check secret.Tim Potter2002-03-221-1/+112
| | | | | Added configuration dictionary to retrieve smb.conf parameters. (This used to be commit 4d31151977f358c50986131dbd311c3ee69e9286)
* Actually use flags passed in PYTHON_CFLAGS variable.Tim Potter2002-03-201-21/+33
| | | | | | | Use py_common.c in winbind extension module for correct initialisation. Some reformatting. (This used to be commit b1b7ae8bcfafc92c2d475908f4220f3f1ff941a1)
* Added enum domain users and enum domain groups.Tim Potter2002-03-201-22/+77
| | | | (This used to be commit ba0624d0c397d49b032f34727c910c0be7014813)
* Pass $(CFLAGS) and $(CPPFLAGS) to python compile instead of $(FLAGS)Tim Potter2002-03-201-1/+1
| | | | (This used to be commit 8e4bb2f8a05b37ba508eefe0d0d3f4db103a4418)
* Added name_to_sid and sid_to_name functions.Tim Potter2002-03-201-1/+136
| | | | (This used to be commit 5e955b5fcc53b80238bbc178ca0bcd8b3e81c05f)
* Remove nsswitch from include directories.Tim Potter2002-03-201-2/+4
| | | | (This used to be commit 19dd8ba8267320c0f219639abe3aa701b69e5c56)
* Ignore autogenerated setup.pyTim Potter2002-03-201-0/+1
| | | | (This used to be commit b06fc0cc84a0ba7cfb19c601682351b11a27364c)
* Initial version.Tim Potter2002-03-208-0/+1734
| | | | (This used to be commit d35770d06f7bc396cf32337a4e1104b5fe8a3ca8)
* Patch to configure.in and Makefile.in for Python extensions.Tim Potter2002-03-191-0/+41
| | | | (This used to be commit 4d172b712fc2be697db5d1dbccff29ad5708eeee)
* setup.py for samba python wrappersTim Potter2002-03-191-0/+93
(This used to be commit 85650ee3bcb748fc481ff254168eef5b22b6eae8)