summaryrefslogtreecommitdiffstats
path: root/source4/scripting
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build (again).Jelmer Vernooij2008-02-261-0/+26
| | | | (This used to be commit ef00f6b5817107738dc44367838095896af4e77d)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-254-3/+29
|\ | | | | | | | | | | | | | | | | Conflicts: source/build/smb_build/header.pm source/build/smb_build/makefile.pm source/lib/ldb/include/ldb_private.h (This used to be commit 1a646af0647f021d99473a8991c35e616a423ea6)
| * idmap: Handle uid->SID mappingKai Blin2008-02-212-0/+28
| | | | | | | | (This used to be commit 6ac6de8476ba036eb041e054bc37e4503dc2fde8)
| * Avoid python2.2-specific types.Jelmer Vernooij2008-02-201-1/+1
| | | | | | | | (This used to be commit d45c6b5574ea732d25e9180c83f1fa807ebe57ba)
| * Fix static module list generation for ldb.Jelmer Vernooij2008-02-201-2/+0
| | | | | | | | (This used to be commit 92c1c0e9137f0845cac6cc96bf78711b6aaffe21)
* | Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-181-11/+11
|\| | | | | | | | | | | | | | | | | Conflicts: source/build/smb_build/input.pm source/build/smb_build/main.pl source/build/smb_build/makefile.pm (This used to be commit bc11e3ef1c34923f5b13571926617a840ad554fe)
| * Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij2008-02-181-1/+1
| | | | | | | | (This used to be commit 0e1d0a874ae3d22b8f97a79b81fe0af3ef53a771)
| * Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'Jelmer Vernooij2008-02-181-10/+10
| | | | | | | | (This used to be commit 269cbf84d8b7dbf3bc88adc04ae283dc908af5ac)
* | Move responsibilities of build.h to makefile.Jelmer Vernooij2008-02-161-1/+0
| | | | | | | | (This used to be commit a43f6d37bce85748e9cf2675e5beced5db26f1c3)
* | use gmake to handle .py file copies.Jelmer Vernooij2008-02-161-0/+4
|/ | | | (This used to be commit 33111f98df7e8f9bb7d62599c6b13a1a4479a2e1)
* Formatting fixes.Jelmer Vernooij2008-02-161-2/+3
| | | | (This used to be commit bc0fab89e325ebb6ab870b1c3f4b263c50631b70)
* Use struct for provision parameters since there are so many of them.Jelmer Vernooij2008-02-151-18/+22
| | | | (This used to be commit 4b9d5bc57ca4ee14c142ea720dce5e4ee97f8c16)
* Initial work on a test for samba.tests.samdbJelmer Vernooij2008-02-132-1/+57
| | | | (This used to be commit 8b33860954ca03be1ea45fd8d40963dbbd5b162f)
* Fix invalid symbol.Jelmer Vernooij2008-02-131-3/+5
| | | | (This used to be commit bd0ef811c4e6419ba05076fbc151827cea5d1ca1)
* Fix subunit runner exit codes.Jelmer Vernooij2008-02-122-2/+4
| | | | (This used to be commit 7911308dbc1233838e44c533302f77b03ea41148)
* Correctly increment counters in Subunit test runner.Jelmer Vernooij2008-02-122-4/+5
| | | | (This used to be commit c474a2bb83a3e28a0b83f3b8ca1b646742dfca3d)
* Remove Samba 3 backwards compatibility code in C.Jelmer Vernooij2008-02-112-508/+0
| | | | | | This code is no longer used, and equivalent code already exists in Python (scripting/python/samba/samba3.py) (This used to be commit c16212e8bf5343496ea4b3afc30a8b4d3a0afe2d)
* Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.Jelmer Vernooij2008-02-115-8/+13
| | | | (This used to be commit eb04de69c0e319e18b148191946808f81e1cc8c4)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pythonJelmer Vernooij2008-02-111-2/+2
|\ | | | | | | (This used to be commit 35f5c8294e9f3b304987597d4bcfc75fdda05982)
| * provision: Fix new user creation.Kai Blin2008-02-111-2/+2
| | | | | | | | | | Spotted by nobody88 in IRC. (This used to be commit 38d4e2407afb942de21379dc886f9e4c5532a2b9)
| * Fix typo.Jelmer Vernooij2008-02-091-1/+1
| | | | | | | | (This used to be commit 80dbf04266d15833f7eb18704cfece1f95965e83)
* | More syntax fixes, use more standard python functions.Jelmer Vernooij2008-02-101-328/+247
| | | | | | | | (This used to be commit ea07509b4a9335a3b3fe6f6da1124fd1aab33c96)
* | Start working on python conversion of minschema.Jelmer Vernooij2008-02-101-0/+660
| | | | | | | | (This used to be commit 239a1616644321e2d1e64985ea3f3c4971997228)
* | Add tests for upgrade of WINS database.Jelmer Vernooij2008-02-092-3/+20
| | | | | | | | (This used to be commit 7777611c0f32a693f0fa057c130e4ea491658f6b)
* | Remove unused define.Jelmer Vernooij2008-02-091-1/+0
| | | | | | | | (This used to be commit 64d6d729135e1b3b19c9bdbbe973fcdaca15e8b3)
* | Merge branch 'v4-0-trivial' into v4-0-pythonJelmer Vernooij2008-02-0918-258/+576
|\| | | | | | | (This used to be commit b874f07175ae38a041f53f0e4ac6a4050dcefeae)
| * Add docstring.Jelmer Vernooij2008-02-091-0/+2
| | | | | | | | (This used to be commit 073ed0dd1cc8fae9eb4a2f7ff6763124917c56e8)
| * Fix syntax of docstrings, set project name when generating Python API ↵Jelmer Vernooij2008-02-093-6/+4
| | | | | | | | | | | | documentation. (This used to be commit 68f13d87eb034fdbc712169f2d1b1a0475751ec5)
| * Re-enable python support in BECOME-DC test.Jelmer Vernooij2008-02-091-1/+1
| | | | | | | | (This used to be commit ed44fd59bfa289bcef82e0650ccda381efb52268)
| * Fix upgrade after provision parameter rename.Jelmer Vernooij2008-02-091-2/+2
| | | | | | | | (This used to be commit 361b9f43fb2abb64f2cbae7740b89a616a3c2646)
| * Fix provision python test.Jelmer Vernooij2008-02-091-15/+9
| | | | | | | | (This used to be commit b173fa6bd2b24b5a3e7b4fbcb926f6c9771c10ba)
| * Add tests for findnss(), add some docstrings.Jelmer Vernooij2008-02-092-14/+48
| | | | | | | | (This used to be commit 4eec2bbc9a139e927ce21c615ebfbb3026b26384)
| * Remove unused class members.Jelmer Vernooij2008-02-091-4/+2
| | | | | | | | (This used to be commit 373ef4287f998b79bf9ba6364d6a67e5c522833d)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-082-18/+27
| |\ | | | | | | | | | | | | | | | | | | Conflicts: source/scripting/python/samba/provision.py (This used to be commit e367df5d994181f08ad1a20a0ce01991ca30bcc8)
| | * LDAP now works with the python provision!Andrew Bartlett2008-02-081-1/+0
| | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit 8f0a89ca19d6a3986dacd981fab1ebbc8b1a4ad0)
| | * Fix LDAP backend with pythonAndrew Bartlett2008-02-081-18/+26
| | | | | | | | | | | | | | | | | | | | | | | | We were still setting the hard-coded users.ldb etc, rather than switching to the ldapi:// URI Andrew Bartlett (This used to be commit 603e981250b26b533ec35dd607cb635226cf99df)
| * | Fix formatting.Jelmer Vernooij2008-02-081-10/+10
| |/ | | | | | | (This used to be commit 73d1b0fcb64fdc7be1e1e1002f3f182fcbe476ae)
| * Rework cluster_id() to take an additional argument, as we needAndrew Bartlett2008-02-041-1/+1
| | | | | | | | | | | | | | <node>.<pid>.<fd> to be unique in a prefork process environment. Andrew Bartlett and David Disseldorp (This used to be commit 931994a7f185bbc98924823e9e8cef1011dd0957)
| * python: Provide PyAPI_DATA macro for older versions of Python (< 2.3).Jelmer Vernooij2008-01-291-0/+5
| | | | | | | | (This used to be commit 421bdd203eab09e560f4919715fa4cc4497e406f)
| * Partially revert d64a2288a2cb3a8f74a18b740b265a460773635d and ↵Jelmer Vernooij2008-01-291-1/+1
| | | | | | | | | | | | 351c2e99ab8b6a91f7355077b2d2944fd820839c to see if that fixes the build. (This used to be commit 2a79cebfd99f4048214be65a6c918cc988dc83ed)
| * python: Use relative paths for registry.Jelmer Vernooij2008-01-261-1/+8
| | | | | | | | (This used to be commit 079200b824de6dd8c7de3e5b76ed1805fde02965)
| * python: Load smb.conf file for the provision tests.Jelmer Vernooij2008-01-261-2/+6
| | | | | | | | (This used to be commit 41571bbb933c763a9608f4ba56f1a5a97af133ab)
| * configure: define HAVE_WORKING_PYTHONStefan Metzmacher2008-01-251-0/+1
| | | | | | | | | | metze (This used to be commit 351c2e99ab8b6a91f7355077b2d2944fd820839c)
| * python: Give precedence to Samba's syspath over the already set system one.Jelmer Vernooij2008-01-251-1/+1
| | | | | | | | (This used to be commit f3ebaf0a0c0b881da28063c69bb6306f6aa1c774)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-01-251-4/+8
| |\ | | | | | | | | | | | | | | | | | | Conflicts: source/scripting/python/samba/provision.py (This used to be commit 64babbec22f165e34799d36ff4b76806d9fead50)
| | * Tidy up the last regresesions on the python smbscript, from my workAndrew Bartlett2008-01-251-10/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Jelmer today. The only remaining issue is that for the build farm, we will need to manually specify the users and groups from the NSS_WRAPPPER, as python isn't compiled with this. Andrew Bartlett (This used to be commit 5370484d25b8c7a5bde730d9be36ecbbb0aaf315)
| * | python/provision: Reload secrets when necessary, fix unix names in mappings.Jelmer Vernooij2008-01-251-7/+9
| |/ | | | | | | | | Pair programmed with Andrew. (This used to be commit 04fe8c8aefae8da8966954d0654c37adf2d0361d)
| * python: Fix representation of UUIDs as strings in zone files rather than ↵Jelmer Vernooij2008-01-255-10/+19
| | | | | | | | | | | | | | binary blobs, fix escaping of LDAP URL's in PHP LDAP admin configuration. Pair-programmed with Andrew, but git doesn't appear to support multiple --author arguments. :-( (This used to be commit dff54ff043563f93b86361039c46e662045f62cc)
| * python: Add test for secretsdb_become_dcJelmer Vernooij2008-01-251-3/+18
| | | | | | | | (This used to be commit 9173c678efb6f74dbec64298bcb00952feff2ed7)
| * python: fix tests for check_all_substituted.Jelmer Vernooij2008-01-251-2/+2
| | | | | | | | (This used to be commit 859cffed9d3a62f9f7610d74472aa3c0d1979a35)