summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba
Commit message (Expand)AuthorAgeFilesLines
* s4:python/samba/__init__.py - import "sys" for "ensure_external_module" methodMatthias Dieter Wallnöfer2010-04-051-1/+1
* s4-python: Move dsdb_convert_schema_to_openldap to dsdb.Jelmer Vernooij2010-04-041-1/+1
* s4-python: Move set_opaque_integer -> dsdb.Jelmer Vernooij2010-04-041-1/+1
* s4-python: Avoid importing glue directly.Jelmer Vernooij2010-04-043-12/+18
* s4-python: Move samdb_server_site_name to dsdb module.Jelmer Vernooij2010-04-041-1/+2
* s4-python: Move dsdb constants to a separate python module.Jelmer Vernooij2010-04-044-45/+4
* s4-python: Remove remaining constants.Jelmer Vernooij2010-04-031-6/+0
* s4-python: Remove duplicate definition of GUID_DRS_* constants.Jelmer Vernooij2010-04-033-28/+10
* s4-python: added --debuglevel to our python scriptsAndrew Tridgell2010-04-021-0/+10
* s4-python: Install external packages to a different directory but import intoJelmer Vernooij2010-04-011-4/+9
* s4-test: oLschema2ldif doesn't take -H any moreAndrew Tridgell2010-03-301-1/+1
* s4-python: Simplify mechanism for finding included Python modules.Jelmer Vernooij2010-03-292-31/+15
* s4-python: Move dnspython to lib/, like the other Python modulesJelmer Vernooij2010-03-291-23/+4
* s4-python: Format to PEP8, simplify tests.Jelmer Vernooij2010-03-293-103/+84
* upgradeprovision: Fix formatting, syntax error.Jelmer Vernooij2010-03-281-48/+49
* provision: make gpo related function more reusable for upgradeprovisionMatthieu Patou2010-03-281-26/+30
* provision: Remove unnecessary whitespace.Jelmer Vernooij2010-03-281-6/+1
* s4-provision: FreeBSD uses 'staff' for usersAndrew Tridgell2010-03-241-1/+1
* s4-provision: solaris uses the group "other"Andrew Tridgell2010-03-241-1/+1
* Fixed MMR-URL-Split and changed RID-Range OpenLDAP ITS6394Oliver Liebel2010-03-181-8/+10
* Added a net acl ds command for modification of ACLs on directory objectsNadezhda Ivanova2010-03-165-2/+227
* s4:provision.py - small output improvementMatthias Dieter Wallnöfer2010-03-121-1/+1
* s4:provision Improve the handling of provision errorsAndrew Bartlett2010-03-112-11/+17
* s4:samba_dnsupdate Add a 'file based' mode to samba_dnsupdateAndrew Bartlett2010-03-111-1/+1
* s4-python: allow us to have samba copies of python libraries we depend onAndrew Tridgell2010-03-051-0/+50
* s4:provision - use the new "interface_ips" python call to detect the right ho...Matthias Dieter Wallnöfer2010-03-041-8/+8
* s4:provision - Moved default FDS SASL mappings deletion from post_setup() to ...Endi S. Dewata2010-03-021-7/+0
* s4:provision - Moved setup_db_config() into OpenLDAPBackend class.Endi S. Dewata2010-03-021-16/+16
* s4:provision - Moved backend-specific variables into backend class.Endi S. Dewata2010-03-022-75/+60
* s4:provision - Use netbios name for FDS instance name.Endi S. Dewata2010-03-021-3/+5
* Fix the build, add filtered subunit runner.Jelmer Vernooij2010-03-011-1/+1
* More formatting fixes, pointed out by pylint.Jelmer Vernooij2010-03-018-44/+51
* General cleanups of python code, hinted by pyflakes.Jelmer Vernooij2010-03-0114-152/+124
* ntacl: Use existing infrastructure.Jelmer Vernooij2010-03-012-27/+27
* Remove __contains__ from mock object for consistency with actualJelmer Vernooij2010-03-011-3/+0
* Fix SharesContainer.__len__.Ricardo Jorge2010-03-011-1/+1
* More formatting fixes.Jelmer Vernooij2010-03-011-16/+10
* Fix formatting.Jelmer Vernooij2010-03-011-172/+174
* upgradeprovision: Remove unused imports, use shutil.rmtree rather thanJelmer Vernooij2010-03-011-30/+11
* upgradeprovision: Move to pythondoc formatMatthieu Patou2010-03-011-9/+33
* upgradeprovision: code cleanupMatthieu Patou2010-03-011-6/+7
* upgradeprovision: split the big script to put reusable functions appartMatthieu Patou2010-03-011-0/+220
* s4:provision: use generate_random_password()Stefan Metzmacher2010-02-261-5/+5
* s4-provision: fixed use of rndc command from pythonAndrew Tridgell2010-02-261-1/+1
* s4-provision: also create the dns_update_list when running net vampireAndrew Tridgell2010-02-261-0/+10
* s4-provision: setup the dns_update_list at provision timeAndrew Tridgell2010-02-261-0/+5
* s4-provision: if we aren't doing variable substitution then don't check for varsAndrew Tridgell2010-02-261-1/+1
* samdb: added get_ntds_GUID() methodAndrew Tridgell2010-02-261-0/+4
* py-samdb: added server_site_name methodAndrew Tridgell2010-02-261-0/+3
* py-samdb: added get_invocation_id() methodAndrew Tridgell2010-02-261-0/+5