Age | Commit message (Expand) | Author | Files | Lines |
2011-02-22 | python: use os.environ[] instead of os.putenv() | Andrew Tridgell | 2 | -6/+6 |
2011-02-21 | s4:scripting/python/modules.[ch] - explicitly say that "py_update_path" takes... | Matthias Dieter Wallnöfer | 2 | -2/+2 |
2011-02-21 | s4-unittests: replace assertEquals(res, []) by assertEquals(len(res), 0) | Matthieu Patou | 1 | -1/+1 |
2011-02-20 | s4/samba.tests: Raise BlackboxProcessError exception in case check_output met... | Kamen Mazdrashki | 1 | -2/+2 |
2011-02-20 | s4/samba.tests: Extend CalledProcessError class to store STDOUT and STDERR fo... | Kamen Mazdrashki | 1 | -0/+13 |
2011-02-17 | s4:scripting/python/modules.c - remove a really unnecessary variable | Matthias Dieter Wallnöfer | 1 | -1/+0 |
2011-02-14 | s4:ldapcmp: cope with range retrivals of multivalued attributes | Stefan Metzmacher | 1 | -1/+72 |
2011-02-13 | s4/upgradeprovision: Fix help for --debugguess. | Michael Wood | 1 | -1/+1 |
2011-02-13 | s4/upgradeprovision: Typo and better word. | Michael Wood | 1 | -2/+2 |
2011-02-13 | s4: samba_backup: Fix typos. | Michael Wood | 1 | -3/+3 |
2011-02-10 | s4-tools: Added --sddl option, which allows the user to add an ACE to an obje... | Nadezhda Ivanova | 1 | -4/+8 |
2011-02-09 | s4/tests: Implement a blackbox test for 'samba-tool drs' command | Kamen Mazdrashki | 1 | -0/+100 |
2011-02-09 | s4/tests: Move command line processing into separate method to be reused | Kamen Mazdrashki | 1 | -6/+6 |
2011-02-09 | s4/tests: Implement BlackboxTestCase.check_output() method | Kamen Mazdrashki | 1 | -0/+11 |
2011-02-09 | s4/samba-tool/drs: Make use of Command.message() method instead of using 'print' | Kamen Mazdrashki | 1 | -36/+37 |
2011-02-09 | s4/samba-tool/drs: Move get_dsServiceName function at module level to be re-used | Kamen Mazdrashki | 1 | -12/+8 |
2011-02-09 | s4/samba-tool: 'drs options' command implementation | Kamen Mazdrashki | 1 | -0/+71 |
2011-02-07 | s4-provision: added setup_path() import in two more places | Andrew Tridgell | 2 | -1/+3 |
2011-02-07 | s4-python: get ordering right on python paths | Andrew Tridgell | 1 | -3/+5 |
2011-02-07 | s4-python Don't force "bin" into the python sys.path | Andrew Bartlett | 2 | -20/+2 |
2011-02-07 | s4-provision Remove setup_path, setup_dir and find_setup_dir | Andrew Bartlett | 9 | -166/+114 |
2011-02-07 | s4-upgradeprovision: renames need a relax to avoid subtree_rename checks | Andrew Tridgell | 1 | -2/+3 |
2011-02-07 | s4-provision: removed spurious os.chdir() from upgradehelpers.py | Andrew Tridgell | 1 | -1/+0 |
2011-02-07 | s4-test: fixed ndrdump test for top level build | Andrew Tridgell | 1 | -1/+6 |
2011-02-07 | s4-test: fixed setup/ assumption for top level build | Andrew Tridgell | 3 | -6/+13 |
2011-02-07 | s4-loadparm: removed "setup directory" option | Andrew Tridgell | 1 | -8/+0 |
2011-02-07 | s4-provision: cope with top level directory for provision | Andrew Tridgell | 2 | -16/+18 |
2011-02-02 | s4/samba-tool: Add --sync-forced flag to 'drs replicate' command | Kamen Mazdrashki | 1 | -1/+4 |
2011-02-02 | s4-waf Don't install any Samba packages into PYTHONDIR | Andrew Bartlett | 1 | -1/+1 |
2011-02-02 | s4-python Remove manipuation of python path from samba module | Andrew Bartlett | 1 | -2/+1 |
2011-02-02 | s4-python Ensure we add the Samba python path first. | Andrew Bartlett | 1 | -1/+1 |
2011-02-02 | s4-python Remove unused missing.py (used by old build system) | Andrew Bartlett | 1 | -17/+0 |
2011-01-19 | pygensec: remove special case handling for None for buffers | Andrew Tridgell | 1 | -1/+1 |
2011-01-18 | s4-gensec Extend python bindings for GENSEC and the associated test | Andrew Bartlett | 1 | -6/+51 |
2011-01-17 | s4-provision: Fixed owner/group for hard-coded Sites descriptor. | Nadezhda Ivanova | 1 | -3/+1 |
2011-01-17 | s4-tools: Fixed a bug in ldapcmp - DACL was not retrieved correctly if the ob... | Nadezhda Ivanova | 1 | -1/+4 |
2011-01-17 | s4-tools: Added a --sort-aces option to ldapcmp | Nadezhda Ivanova | 1 | -6/+12 |
2011-01-17 | web_server: Display trivial placeholder page if SWAT could not be found. | Jelmer Vernooij | 1 | -6/+19 |
2011-01-17 | web_server: Avoid references to swat. Load samba.web_server instead. | Jelmer Vernooij | 1 | -0/+39 |
2011-01-14 | waf: use PYTHONARCHDIR for installing python shared libs | Andrew Tridgell | 1 | -0/+4 |
2011-01-14 | s4-samba-tool: fixed the gpo command to use the right DN for access checks | Andrew Tridgell | 1 | -5/+14 |
2011-01-14 | s4-samba_tool Added ACL checking to python GPO management tool | Andrew Bartlett | 1 | -8/+26 |
2011-01-08 | s4: upgradeprovision: Improve wording, punctuation | Michael Wood | 1 | -57/+60 |
2011-01-07 | s4/ldapcmp: Two new options are added to the tool | Zahari Zahariev | 1 | -40/+76 |
2011-01-06 | Use new style objects. | Jelmer Vernooij | 1 | -1/+2 |
2011-01-05 | s4/ldapcmp: Correct fix for creds2 | Anatoliy Atanasov | 1 | -0/+3 |
2011-01-05 | Revert "s4/ldapcmp: Fix the parsing of the second set of credentials" | Anatoliy Atanasov | 1 | -1/+1 |
2011-01-05 | Revert "s4/ldapcmp: Check if creds2 is actualy set by the command line" | Anatoliy Atanasov | 1 | -1/+1 |
2011-01-05 | upgradeprovision: Fix use of dict.get(). | Jelmer Vernooij | 1 | -11/+5 |
2011-01-05 | s4-python: Allow setting TEST_DEBUG_LEVEL to override debug level for tests. | Jelmer Vernooij | 1 | -0/+10 |