summaryrefslogtreecommitdiff
path: root/source4/scripting/python
AgeCommit message (Expand)AuthorFilesLines
2011-06-06s4-param Remove 'modules dir'Andrew Bartlett1-2/+3
2011-06-06s4-param Remove 'sid generator'Andrew Bartlett2-7/+5
2011-06-06s4-param Remove 'idmap database'Andrew Bartlett2-3/+2
2011-06-06s4-param Remove 'secrets database' parameterAndrew Bartlett1-2/+1
2011-06-06s4-param Remove 'sam database' parameterAndrew Bartlett3-5/+4
2011-06-06s4-ipv6: update callers to load_interface_list()Andrew Tridgell1-1/+1
2011-06-06s4-gpo: fixed display of GPO version numbersAndrew Tridgell1-1/+1
2011-06-02samba3sam.py: don't assume order of ldb results.Rusty Russell1-142/+164
2011-06-01samba-tool: improved error handling in user setexpiryAndrew Tridgell2-1/+9
2011-06-01samba-tool: improved user enable error handlingAndrew Tridgell2-1/+8
2011-06-01s4:samba-tool: Move samba-tool setexpiry to samba-tool user setexpiry <user>Theresa Halloran3-70/+37
2011-06-01s4/samba-tool: Move samba-tool enableaccount to samba-tool user enable command.Theresa Halloran3-62/+43
2011-05-25s4-provision Use correct tkey-gssapi-credentialAndrew Bartlett1-1/+3
2011-05-21s4-python: Remove not used importsMatthieu Patou2-7/+4
2011-05-21s4-python: move function find_provision_key_parameters to provision namespace...Matthieu Patou3-110/+108
2011-05-18selftest: Re-enable strings.py from source3/stf as a python subunit testAndrew Bartlett4-0/+169
2011-05-18s4-libnet: Remove libnet_Join and create libnet_Join_memberAndrew Bartlett1-8/+7
2011-05-17s4-python: keep wheel_gid as an integerMatthieu Patou1-1/+1
2011-05-17s4-python: raise an error if unable to bind remote ldap while joiningMatthieu Patou1-0/+11
2011-05-08s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett1-6/+6
2011-05-05s4-samba-tool: allow specification of targetdir when joining as (RO)DCMatthieu Patou1-4/+5
2011-04-30provision: reorganize attributes so that we don't attribute with DN syntax th...Matthieu Patou1-0/+5
2011-04-17samba-tool: fix machinepw command so that we use the full path to the secret ...Matthieu Patou1-3/+6
2011-04-06s4-test: fixed a problem with very verbose NDR debugAndrew Tridgell2-3/+3
2011-04-05s4 samba-tool: Implement "testparm" commandKai Blin2-0/+208
2011-04-04s4-samba-tool: give a bit better error on user delete failureAndrew Tridgell1-1/+5
2011-04-03Avoid uppercasing server role in error message.Jelmer Vernooij1-1/+1
2011-03-29s4-fsmo: say which role is being transferredAndrew Tridgell1-4/+4
2011-03-29s4-fsmo: samba-tool fsmo transfer now gets full error codeAndrew Tridgell1-2/+2
2011-03-29s4-fsmo: nicer error messages on failed FSMO transfersAndrew Tridgell1-5/+12
2011-03-29s4-drs: default hostname in samba-tool drs commandAndrew Tridgell1-2/+2
2011-03-29s4-fsmo: samba-tool fsmo takes a URL, not a hostnameAndrew Tridgell1-3/+3
2011-03-20upgradeprovision: Fix typoMatthieu Patou1-1/+1
2011-02-21s4:scripting/python/modules.[ch] - explicitly say that "py_update_path" takes...Matthias Dieter Wallnöfer2-2/+2
2011-02-21s4-unittests: replace assertEquals(res, []) by assertEquals(len(res), 0)Matthieu Patou1-1/+1
2011-02-20s4/samba.tests: Raise BlackboxProcessError exception in case check_output met...Kamen Mazdrashki1-2/+2
2011-02-20s4/samba.tests: Extend CalledProcessError class to store STDOUT and STDERR fo...Kamen Mazdrashki1-0/+13
2011-02-17s4:scripting/python/modules.c - remove a really unnecessary variableMatthias Dieter Wallnöfer1-1/+0
2011-02-14s4:ldapcmp: cope with range retrivals of multivalued attributesStefan Metzmacher1-1/+72
2011-02-10s4-tools: Added --sddl option, which allows the user to add an ACE to an obje...Nadezhda Ivanova1-4/+8
2011-02-09s4/tests: Implement a blackbox test for 'samba-tool drs' commandKamen Mazdrashki1-0/+100
2011-02-09s4/tests: Move command line processing into separate method to be reusedKamen Mazdrashki1-6/+6
2011-02-09s4/tests: Implement BlackboxTestCase.check_output() methodKamen Mazdrashki1-0/+11
2011-02-09s4/samba-tool/drs: Make use of Command.message() method instead of using 'print'Kamen Mazdrashki1-36/+37
2011-02-09s4/samba-tool/drs: Move get_dsServiceName function at module level to be re-usedKamen Mazdrashki1-12/+8
2011-02-09s4/samba-tool: 'drs options' command implementationKamen Mazdrashki1-0/+71
2011-02-07s4-provision: added setup_path() import in two more placesAndrew Tridgell1-0/+2
2011-02-07s4-python: get ordering right on python pathsAndrew Tridgell1-3/+5
2011-02-07s4-python Don't force "bin" into the python sys.pathAndrew Bartlett2-20/+2
2011-02-07s4-provision Remove setup_path, setup_dir and find_setup_dirAndrew Bartlett8-156/+111