summaryrefslogtreecommitdiffstats
path: root/source4/scripting
Commit message (Expand)AuthorAgeFilesLines
* 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
* s4-selftest: fix selftest-vars script.Günther Deschner2010-03-221-1/+1
* s4:dsdb Remove unused 'dsdb_make_schema_global' call from pyglueAndrew Bartlett2010-03-221-17/+0
* build: useful shell vars for setting up selftestAndrew Tridgell2010-03-201-0/+9
* charset: fixed a problem with the global use of the iconv_convenience structureAndrew Tridgell2010-03-181-1/+2
* 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-166-2/+242
* s4:dsdb Change dsdb_get_schema() callers to use new talloc argumentAndrew Bartlett2010-03-161-2/+2
* 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-113-25/+60
* s4-python: only install external python libs that are missingAndrew Tridgell2010-03-051-0/+12
* s4-python: import a copy of the python dns libraryAndrew Tridgell2010-03-05114-0/+16829
* s4-dns: use samba.external to pull in the dns.resolver libraryAndrew Tridgell2010-03-051-3/+5
* 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
* dns: make dns update script use unbuffered IOAndrew Tridgell2010-03-031-0/+4
* 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
* python: Add 'make pylint' convenience rule.Jelmer Vernooij2010-03-011-0/+5
* General cleanups of python code, hinted by pyflakes.Jelmer Vernooij2010-03-0114-152/+124
* Add 'pyflakes' rule.Jelmer Vernooij2010-03-011-0/+5
* 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-012-85/+84
* Fix formatting.Jelmer Vernooij2010-03-012-906/+908
* upgradeprovision: Remove unused imports, use shutil.rmtree rather thanJelmer Vernooij2010-03-012-41/+18
* upgradeprovision: Move to pythondoc formatMatthieu Patou2010-03-012-32/+205
* upgradeprovision: Allow script to be called with pydocMatthieu Patou2010-03-011-40/+42
* upgrade provision: change the meaning of handle_security_desc to be similar t...Matthieu Patou2010-03-011-3/+3
* upgradeprovision: code cleanupMatthieu Patou2010-03-012-55/+64
* upgradeprovision: split the big script to put reusable functions appartMatthieu Patou2010-03-012-231/+268
* s4:provision: use generate_random_password()Stefan Metzmacher2010-02-262-6/+6
* s4:pyglue: add generate_random_password()Stefan Metzmacher2010-02-261-2/+22
* devel: get the ownership of the directories right in tmpfs.shAndrew Tridgell2010-02-261-2/+2
* 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-dns: fixed CNAME automatic DNS updatesAndrew Tridgell2010-02-261-1/+1
* 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
* dns: auto-delete incorrect SRV entries for our hostnameAndrew Tridgell2010-02-261-8/+15
* s4-dns: add automatic dynamic DNS updating scriptAndrew Tridgell2010-02-261-1/+223
* samdb: added get_ntds_GUID() methodAndrew Tridgell2010-02-262-0/+39
* py-samdb: added server_site_name methodAndrew Tridgell2010-02-261-0/+3