summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2008-01-02r26646: libcli/smb_composite: Allow specifying SMB parameters in ↵Jelmer Vernooij11-5/+71
smb_composite_connect structure. AFAIK no global variables will now be used when doing RPC client connections. (This used to be commit 0ef75e4e3cb0e1bd10e367a00f5e9b725587c40a)
2008-01-02r26645: Janitorial: Fix a couple of warnings.Jelmer Vernooij4-15/+15
(This used to be commit a2bc97e8b01ecee48be60823cb19b4e794fb8f93)
2008-01-02r26644: Janitorial: Pass resolve_context explicitly to various SMB ↵Jelmer Vernooij29-58/+130
functions, should help fix the build for OpenChange. (This used to be commit 385ffe4f4cc9a21a760c0f00410f56e2592fd507)
2008-01-02r26643: librpc: Remove uses of global_loadparm.Jelmer Vernooij3-15/+21
(This used to be commit 924c0890904266af8f50f69a25f89d36f971d710)
2008-01-01r26642: samba3sam.py: Remove more EJS-specific code.Jelmer Vernooij2-263/+240
(This used to be commit 7d14b657b3d59924b15f4f84bbd5745cd7f759ef)
2008-01-01r26641: ldb(Python): Remove some unnecessary {}'s.Jelmer Vernooij2-48/+30
(This used to be commit f250bc18e9e32d62d262901cec65586a15cd8db1)
2008-01-01r26640: Janitorial: Remove some more uses of global_loadparm.Jelmer Vernooij5-10/+11
(This used to be commit c863f4ebde8efa1a695b4469142d6719e30bc419)
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR ↵Jelmer Vernooij50-103/+150
library, so it can be overridden by OpenChange. (This used to be commit 2f29f80e07adef1f020173f2cd6d947d0ef505ce)
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ↵Jelmer Vernooij41-85/+149
ndr_struct_push_blob(). (This used to be commit 61ad78ac98937ef7a9aa32075a91a1c95b7606b3)
2008-01-01r26637: More work converting to Python.Jelmer Vernooij1-16/+16
(This used to be commit 84f1e82d8fe5ecca75e2d7048d1b8b409abcb9b7)
2007-12-31r26636: Remove useless 'backend' parameter, and make the memberof overlay ↵Andrew Bartlett1-3/+2
use global. Andrew Bartlett (This used to be commit 3b6f461e9a1b0fee7a589b8d171f4fcec6340ca4)
2007-12-31r26635: The OpenLDAP folks have been very accommodating, and their memberof ↵Andrew Bartlett1-0/+1
plugin allows the error being returned to be adjusted. Andrew Bartlett (This used to be commit f2731fddf07dfda5d69ad19851dab8f82b05f1a5)
2007-12-30r26634: Add NET-API-CREATEGROUP test.Rafal Szczesniak2-0/+43
(This used to be commit 3d7a18b8231a98ac40bcfb8287b100209190beab)
2007-12-30r26633: A couple of fixes in comments.Rafal Szczesniak1-7/+9
(This used to be commit 9ff6568f9563bf72d11bf437fb6718e6fafe1824)
2007-12-30r26632: Add libnet_CreateGroup function.Rafal Szczesniak2-16/+226
(This used to be commit b8e115a920cfbbb0eb0d98d880734912242b851c)
2007-12-30r26631: ldb/python: Fix missing elements bug and memory leak. * Don't ↵Jelmer Vernooij2-16/+26
increase the PyDict_Next() counter - Python already does that for us. * Fix a talloc(NULL, ...) memory leak in the code that constructed ldb message elements. (This used to be commit dc2a612927289da78017abf4ad51a4d51292e3a1)
2007-12-30r26630: Split up big tests into various smaller functions, making it easier ↵Jelmer Vernooij1-183/+185
to debug. (This used to be commit 4be116133724ac52f9df8adb3feeb93ea616a990)
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)