summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2007-12-29r26629: python: Improve documentation in various places.Jelmer Vernooij3-17/+50
(This used to be commit ee71a27bca66426d34cb1d686a83ac6a342329d3)
2007-12-29r26628: python: Add more documentation, simplify code in Samba3 module.Jelmer Vernooij7-87/+175
(This used to be commit 3c329ee73d9979236313c37e51750ec06b8dd69e)
2007-12-29r26627: param: Provide a call for loading the system smb.conf.Jelmer Vernooij1-0/+5
(This used to be commit 2596b479abc8e0d1c064e1d191f2d1c894252f3d)
2007-12-29r26626: Install auth/session.hJelmer Vernooij1-0/+1
(This used to be commit 57bf390068d36d85819dac561bdf1224db5c071b)
2007-12-28r26625: Wrap some more events functions for Python and add a trivial test ↵Jelmer Vernooij6-37/+170
for it. (This used to be commit 7873666a958a0b92c979dba93f3c3e5136e28d29)
2007-12-28r26624: libnet/python: Use standard function for constructing context, allow ↵Jelmer Vernooij4-61/+179
overriding credentials. (This used to be commit a5fb3caedefaf5387e3a384d060272f11a3b4b99)
2007-12-28r26623: python: Allow specifying URL rather than host name on the command-line.Jelmer Vernooij1-2/+4
(This used to be commit 108f6caffe2bb311495b89659cfd818f0ec410f2)
2007-12-28r26622: python: Update license version, clarify copyright.Jelmer Vernooij2-2/+4
(This used to be commit 3ee62094074d74b6c69948730f2892f0a430f40b)
2007-12-28r26621: vampire: Add simple Python-based vampire scriptJelmer Vernooij1-0/+54
(This used to be commit 46580d51d3e40ef83754fceefa392fe1df38e37d)
2007-12-28r26620: python: Allow not specifying event contexts, in which case a new ↵Jelmer Vernooij3-1/+51
context is used. (This used to be commit 73c0b1c89763ba61451f3d2a602163090780c56f)
2007-12-28r26619: Add Python bindings for libnet. No tests yet and no way to set the ↵Jelmer Vernooij4-0/+4774
parameters... (This used to be commit 9de0a153e99764583b33fc5d58118296db820653)
2007-12-28r26618: Implement -W option support.Jelmer Vernooij1-1/+7
(This used to be commit e48026b17d682c01eb3343ef35f6e847b18fa297)
2007-12-27r26617: Load smb.conf.Jelmer Vernooij1-2/+8
(This used to be commit 3f7bfef195421083f1401a73f60c5d270a1455f8)
2007-12-27r26616: Support parsing of user data in SAmba 3 tdbsam.Jelmer Vernooij4-115/+111
(This used to be commit 2f33e0451d6699fed8bc9abfa2f331317502b358)
2007-12-27r26615: Fix Python syntaxJelmer Vernooij1-1161/+772
(This used to be commit cc15136c1e29f0a25847568f748cc1af52b7037b)
2007-12-27r26614: Fix options parsing for credentials in Python.Jelmer Vernooij1-6/+18
(This used to be commit 9ef3b7de6baadeb2240ef9d24c55be9dc4cccf1e)
2007-12-27r26613: Add a function to write a DATA_BLOB into an LDAPString.Andrew Bartlett2-3/+10
This respects the length set in the DATA_BLOB, rather than hoping to see NULL termination of the data pointer. (found testing the Ambigious Name Resolution code against OpenLDAP). Andrew Bartlett (This used to be commit bc0022e8c7357b126dc91a945f0e53e4e4108e7d)
2007-12-27r26612: Tests show that we don't need to use a callback.Andrew Bartlett1-3/+0
Andrew Bartlett (This used to be commit 66cb9601e75935c35fb432655e840a0d9022cbe1)
2007-12-27r26611: Tridge didn't write this...Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit 002ddc315fc03ea22083d9d8c87401073688fd29)
2007-12-26r26610: Write out a memberof.conf, to run the memberof plugin on all linkedAndrew Bartlett2-0/+35
attributes, as found in the schema. Index 'cn', as otherwise exact match searches on this attribute always fail (need to figure out what is so special about cn in OpenLDAP). Andrew Bartlett (This used to be commit 5a4a2d10bc5729d4adac4b173b0dc05e2e076c32)
2007-12-26r26609: Try a few more variatations to get the selftest to run againstAndrew Bartlett1-1/+16
OpenLDAP. Andrew Bartlett (This used to be commit ff77bd62ced5a5c46e7d8d7eae8c83a96ec9525a)
2007-12-26r26608: More improvements to the upgrade code.Jelmer Vernooij5-148/+307
(This used to be commit 7ea06d91f602f770f55a1171174f11b922fed8e7)
2007-12-26r26607: Fix reading of values and subkeys in Samba 3 registry files.Jelmer Vernooij4-127/+108
(This used to be commit e3d7454ef70d6fe9a1ce34eaf57268bd5b713ccf)
2007-12-26r26606: masktest: Dynamically allocate strings.Kai Blin1-21/+27
(This used to be commit c38f3c6fe9c54339805490ab5ecd6b3d13a35bdb)
2007-12-26r26605: masktest: Get rid of pstrings.Kai Blin1-23/+35
(This used to be commit d54fcf4f826d3c650c19eea9ccc45b786c6ae68a)
2007-12-26r26604: Don't depend on Python just yet, since the code that uses it is ↵Jelmer Vernooij1-2/+1
ifdeffed out. (This used to be commit b863fdf474503918f347883a578a8c6624fd615a)
2007-12-26r26603: Don't install no longer available upgrade script.Jelmer Vernooij1-1/+0
(This used to be commit 69e469d9e18659d70ed684338b472cd38d231f86)
2007-12-26r26602: Revert my previous commit as it only works with GNU make.Jelmer Vernooij4-11/+10
(This used to be commit ecd2d96c3173e4d2f77a1ca50f26a16ac7a313b1)
2007-12-26r26601: Remove existing files to prevent errors.Jelmer Vernooij1-1/+3
(This used to be commit 9427757ae2ceba987883ed322eb49eac0be6c079)
2007-12-26r26600: Provide dir variable with current basedir in Makefile.Jelmer Vernooij4-10/+11
(This used to be commit b06d3e1a52d6b71a1e3e7a9e0ecf69f3b899ae18)
2007-12-26r26599: Attempt to also support provisioning using Python in the BECOME-DC test.Jelmer Vernooij4-55/+189
Not tested yet as the test it is part of has been disabled because it's broken. (This used to be commit 6b1e25b702847cd6662b4aece35692b099707b74)
2007-12-26r26598: Simplify the way Python tests are run.Jelmer Vernooij6-20/+23
(This used to be commit d649f73431fc993e31522e7fc8e1e35e0a4421d8)
2007-12-26r26597: Attempt to provide alternative for hosts that don't have python-config.Jelmer Vernooij1-2/+8
(This used to be commit fa5d1923efe5c1dc7ef12757b41f8d8eafcb1288)
2007-12-26r26596: Fixed upgrade.py.Jelmer Vernooij11-49/+68
Added blackbox tests for provision and upgrade Python scripts. Clean up temporary files created by the Python tests. (This used to be commit 2227fb6df62240cae64d27a1920d878316f819fc)
2007-12-26r26595: Fix includes for hosts without gssapi as system header.Jelmer Vernooij1-1/+1
(This used to be commit 64203a6b7b98be59af192290b0106979c2b2f71a)
2007-12-26r26594: Add right paths to the Python sys.path setting so we don't have to ↵Jelmer Vernooij2-0/+15
set magic environment variables when running from the build directory. (This used to be commit 2d2674ad79330f59210408fd03e859afc01f40f2)
2007-12-26r26593: - More work on the python versions of samba3dump and the samba3sam ↵Jelmer Vernooij10-968/+132
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 150cf39fbd4fe088546870fb0d8f20c0d9eb4aca)
2007-12-26r26592: Finish fixing the samba3dump script.Jelmer Vernooij5-133/+476
(This used to be commit 85679f3fc98238f90280f9f10d42550d71eeb918)
2007-12-26r26591: Get the first bits of samba3dump to work again.Jelmer Vernooij3-68/+101
(This used to be commit 3511027515f8ea860fbe46639d9169999646a297)
2007-12-26r26590: Parsing routines for the smbpasswd file and idmap database.Jelmer Vernooij2-9/+140
(This used to be commit 0c14e16a2bc965d3319ca990089566bff98a47fe)
2007-12-26r26589: torture: Add non-const version of torture_tcase_add_simple_testKai Blin3-105/+111
(This used to be commit 1ae9cde5105cc4349a44e6098e9393e06acaf95d)
2007-12-26r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const.Kai Blin12-124/+138
Also rename the corresponding wrap_ functions. (This used to be commit e59c2eaf681f076d175b9779d1c27b5f74a57c96)
2007-12-26r26587: Fix reading Samba 3 WINS database and initial work on group db, ↵Jelmer Vernooij3-40/+196
aliases and secrets. (This used to be commit c7c4cf258ac7975b409d26c9386838d4780c756f)
2007-12-26r26586: Rename fetch to get for consistency with the Python dictionary ↵Jelmer Vernooij4-13/+14
interface. (This used to be commit fadab7c60bb6dc5746cb2ee16f9c86fa0e0cdf1a)
2007-12-26r26585: Fix samba3.python tests.Jelmer Vernooij6-58/+128
(This used to be commit 231ec0777b7d1fb1297e3a974871b8735a386cfa)
2007-12-26r26584: Fix exception handling in ldb constructor.Jelmer Vernooij3-79/+18
(This used to be commit 5383cf8e69233b3cb7c1876f52644537e459dea6)
2007-12-26r26583: Throw a proper exception in the python code when tdb_open() fails, ↵Jelmer Vernooij4-29/+26
fix indentation in generated SWIG code from pidl. (This used to be commit 4ff8f4e370d30bf6b0b2f548bca14a9b7e1317f6)
2007-12-24r26582: Use the same swig flags everywhere.Jelmer Vernooij4-4/+4
(This used to be commit 7008f90e03a12687f739e5492b3e0ab36587db6a)
2007-12-24r26581: Make ldb_wait uniform, so that it is easy to remove it completely ↵Simo Sorce5-72/+90
from modules later on. (This used to be commit f75ce8c20aa2b466e9ee86fdf1702b2ffda10ddf)
2007-12-24r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij17-20/+27
(This used to be commit f1997dabed584bdc864c4b7235c29603c312ef46)