summaryrefslogtreecommitdiffstats
path: root/source4/scripting/bin
Commit message (Expand)AuthorAgeFilesLines
* s4 upgradeprovision: fix the logging stuff so that it actually logMatthieu Patou2010-06-211-0/+2
* testparm: Check netbios name and workgroup characters and length.Jelmer Vernooij2010-06-201-14/+36
* selftest: Use scripted testparm.Jelmer Vernooij2010-06-201-2/+2
* testparm: Simplify default option handling.Jelmer Vernooij2010-06-201-19/+14
* testparm: Fix suppress prompt option.Jelmer Vernooij2010-06-201-7/+5
* testparm: Fix exit value, install.Jelmer Vernooij2010-06-201-13/+20
* s4-python: Implement LoadParm.dump().Jelmer Vernooij2010-06-201-1/+1
* testparm: Split up functions that do multiple things.Jelmer Vernooij2010-06-201-40/+33
* testparm: Convert to Python.Jelmer Vernooij2010-06-201-0/+204
* s4-python: Remove more unused imports, fix use of sets in upgradehelpers.Jelmer Vernooij2010-06-202-7/+3
* Some more formatting fixes, move schema related functions from Ldb to Schema.Jelmer Vernooij2010-06-201-4/+5
* Formatting cleanups; use True/False for booleans, unnecessary backslashes, sp...Jelmer Vernooij2010-06-201-61/+63
* s4-python: Remove trivial function, replace by dictionary.Jelmer Vernooij2010-06-201-4/+11
* s4 upgradeprovision: Check that the policy for DC is present if not warn the ...Matthieu Patou2010-06-201-4/+14
* s4 upgradeprovision: add an option to force the rebuilding of FS ACLs on sysv...Matthieu Patou2010-06-201-1/+6
* s4 upgradeprovision: Restyle importsMatthieu Patou2010-06-201-15/+15
* s4 upgradeprovision: Move functions to helpers and improve codeMatthieu Patou2010-06-201-197/+48
* s4 upgradeprovision: Add documentation on the update processMatthieu Patou2010-06-201-9/+162
* s4 upgradeprovision: move some functions to upgradehelpers for unit testsMatthieu Patou2010-06-201-129/+13
* s4 upgradeprovision: Fix styleMatthieu Patou2010-06-201-85/+137
* s4 upgradeprovision: Use replPropertyMetaData for better guessMatthieu Patou2010-06-201-179/+565
* s4 upgradeprovision: Reformat attributes lists and reformat parserMatthieu Patou2010-06-201-17/+33
* s4 upgradeprovision: Inform about new dns dynamic update if the provision did...Matthieu Patou2010-06-201-3/+41
* s4 upgradeprovision: fix styleMatthieu Patou2010-06-201-76/+123
* s4 upgrade provision: Refactor code to do all the modification within 1 trans...Matthieu Patou2010-06-201-308/+413
* s4 upgrade provision: Fix style in gen_dn_indexMatthieu Patou2010-06-201-2/+1
* s4-test: Use smb.conf path set in environment rather than usingJelmer Vernooij2010-06-131-4/+1
* Remove unused version options for subunitrun.Jelmer Vernooij2010-06-131-1/+0
* upgradeprovision: Use logging infrastructure.Jelmer Vernooij2010-06-131-13/+14
* upgrade: Properly cancel/commit transactions in a couple more places.Jelmer Vernooij2010-06-131-122/+135
* s4-python: Start using standard python logging infrastructure ratherJelmer Vernooij2010-06-132-10/+8
* s4-dsdb: added samba_spnupdateAndrew Tridgell2010-04-271-0/+137
* s4-dns: cope better with comments in dns_update_listAndrew Tridgell2010-04-271-7/+4
* s4-upgradeprovision: fixed --realm option duplicate in upgrade_from_s3Andrew Tridgell2010-04-211-1/+1
* s4-dns: use neater python for reading linesAndrew Tridgell2010-04-191-7/+2
* s4-python: More cleanups.Jelmer Vernooij2010-04-082-7/+3
* s4-python: Simplify code, improve formatting.Jelmer Vernooij2010-04-081-17/+25
* s4-python: Move samdb_ntds_objectGUID to pydsdb.Jelmer Vernooij2010-04-072-5/+4
* s4-python: Install external packages to a different directory but import intoJelmer Vernooij2010-04-011-1/+1
* subunitrun: Find testtools and subunit when they're not provided by theJelmer Vernooij2010-04-011-3/+5
* s4-python: Simplify mechanism for finding included Python modules.Jelmer Vernooij2010-03-291-2/+2
* s4-python: Move dnspython to lib/, like the other Python modulesJelmer Vernooij2010-03-291-5/+3
* upgradeprovision: Fix formatting, syntax error.Jelmer Vernooij2010-03-281-17/+20
* s4 upgradeprovision: add information about upgrade in oEMInformation to keep ...Matthieu Patou2010-03-281-2/+15
* s4: allow upgrade provision to fix acl and missing dir on GPO dirsMatthieu Patou2010-03-281-1/+18
* python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell2010-03-2514-14/+14
* s4:samba_dnsupdate Add a 'file based' mode to samba_dnsupdateAndrew Bartlett2010-03-111-21/+55
* s4-dns: use samba.external to pull in the dns.resolver libraryAndrew Tridgell2010-03-051-3/+5
* dns: make dns update script use unbuffered IOAndrew Tridgell2010-03-031-0/+4
* More formatting fixes.Jelmer Vernooij2010-03-011-69/+74