summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python
Commit message (Expand)AuthorAgeFilesLines
* s4-samba-tool ldapcmp: Fix synopsisAndrew Bartlett2012-07-301-1/+1
* s4-samba-tool ldapcmp: Add ridNextRID and rIDPreviousAllocationPool as per-DC...Andrew Bartlett2012-07-301-0/+1
* s4-dbcheck: Add lastKnownParent when moving an object to lostAndFoundAndrew Bartlett2012-07-281-7/+28
* s4-classicupgrade: Add unix attributes during upgradeGeza Gemes2012-07-221-1/+108
* s4-dbcheck: Check for and correct incorrect instanceType valuesAndrew Bartlett2012-07-181-0/+45
* s4-provision: Provide YP/NIS subtree to allow ADUC to see and set rfc2307 attrsGeza Gemes2012-07-131-1/+26
* s4-dbcheck: Check for an object without a parentAndrew Bartlett2012-07-061-0/+44
* pydsdb: Add bindings for dsdb_wellknown_dn()Andrew Bartlett2012-07-061-0/+3
* s4-pydsdb: Add bindings for dsdb_find_nc_root()Andrew Bartlett2012-07-061-0/+3
* s4-classicupgrade: Demote any other 'BDC' accounts back to a member server du...Andrew Bartlett2012-07-061-2/+12
* s4-samba-tool: Provide a samba-tool domain dcpromo that upgrades a member to ...Andrew Bartlett2012-07-062-10/+121
* samba-tool: gpo: Update copyrightAmitay Isaacs2012-07-031-1/+1
* samba-tool: gpo: Improve error messagesAmitay Isaacs2012-07-031-26/+28
* samba-tool: gpo: Add del subcommand to delete GPOAmitay Isaacs2012-07-031-0/+79
* samba-tool: gpo: Add listcontainers subcommand to list containers using given...Amitay Isaacs2012-07-031-0/+37
* samba-tool: gpo: Use utility function dc_url() to set the connection urlAmitay Isaacs2012-07-031-9/+18
* samba-tool: gpo: Refactor code using utility functionsAmitay Isaacs2012-07-031-40/+8
* samba-tool: gpo: Add utility functions get_gpo_containers and del_gpo_linkAmitay Isaacs2012-07-031-0/+50
* samba-tool: Fix indentationAmitay Isaacs2012-07-032-4/+4
* samba-tool: gpo: Use gpo (id) instead of gpo_dn (DN)Amitay Isaacs2012-07-031-3/+3
* samba-tool: gpo: Correct the attribute name from gPlink to gPLinkAmitay Isaacs2012-07-031-3/+3
* samba-tool: gpo: Fix policy DNAmitay Isaacs2012-07-031-1/+1
* s4-join: Setup correct DNS configurationAndrew Bartlett2012-06-242-28/+76
* s4-join: Import DNS zones in AD DC joinAndrew Bartlett2012-06-252-20/+57
* s4-classicupgrade: Allow DNS backend to be specifiedAndrew Bartlett2012-06-242-6/+12
* samdb: Accept a list of member variables rather than a comma-separated string.Jelmer Vernooij2012-06-212-6/+8
* s4-provision: Give better clues on what Samba needs for s3fs ACL supportAndrew Bartlett2012-06-211-1/+7
* samba-tool: gpo: Fix creation of filesystem ACL from directory ACLAmitay Isaacs2012-06-211-2/+8
* s4-idmap: Add parameter 'idmap_ldb:use rfc2307' and correct implementation er...Andrew Bartlett2012-06-202-2/+6
* s4-provision: Remove --slapd-path optionAndrew Bartlett2012-06-201-1/+1
* s4-provision: Remove last unused remenants of the 'sid generator' configurationAndrew Bartlett2012-06-201-10/+3
* s4-classicupgrade: Also ask testparm for 'smb passwd file'Andrew Bartlett2012-06-161-0/+2
* s4-classicupgrade: Use "samba classic" description for samba3 NT4-like domain...Andrew Bartlett2012-06-161-8/+9
* s4-lib/param: FLAG DAY for the default FILE SERVERAndrew Bartlett2012-06-161-4/+4
* s4-s3upgrade: Assert that administrator has a SID of -500, and only skip root...Andrew Bartlett2012-06-161-2/+9
* s4-s3upgrade: Add my wins.dat and fix the parsing errorAndrew Bartlett2012-06-161-1/+2
* s4-s3upgrade: improve idmap import to use posixAccount and posixGroup entriesAndrew Bartlett2012-06-161-2/+32
* s4-dbcheck: Always specify the dhcheck controlAndrew Bartlett2012-06-161-0/+1
* lib/param: Use server role = 'standalone server' to be consistant with member...Andrew Bartlett2012-06-152-7/+11
* lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2012-06-151-13/+14
* s4:tests: fix use of a non-existent word (existant)Michael Adam2012-06-123-4/+4
* s4:provision: fix use of non-existent word (existant)Michael Adam2012-06-121-1/+1
* s4 dns: Correctly handle A questions for CNAMEsKai Blin2012-06-061-0/+76
* s4 dns: Structure tests a bit betterKai Blin2012-06-061-0/+3
* s4-provision: Test for posix ACLs in the actual sysvol pathAndrew Bartlett2012-06-051-12/+16
* s4-provision: Place xattr.tdb in the actual state directoryAndrew Bartlett2012-06-051-13/+14
* Add '--use-ntvfs' option to 'samba-tool domain join'Andriy Syrovenko2012-06-052-13/+17
* s4-provision: Use the s3fs file server by default in migrationsAndrew Bartlett2012-05-301-1/+1
* s4:dbchecker - handle the "none" case correctlyMatthias Dieter Wallnöfer2012-05-291-1/+1
* Avoid all(), as it's not available in Python 2.4.Jelmer Vernooij2012-05-271-1/+5