s4-provision: also create the dns_update_list when running net vampire
[idra/samba.git] / source4 / scripting / python /
2010-02-26 Andrew Tridgells4-provision: also create the dns_update_list when...
2010-02-26 Andrew Tridgells4-provision: setup the dns_update_list at provision...
2010-02-26 Andrew Tridgells4-provision: if we aren't doing variable substitution...
2010-02-26 Andrew Tridgellsamdb: added get_ntds_GUID() method
2010-02-26 Andrew Tridgellpy-samdb: added server_site_name method
2010-02-26 Andrew Tridgellpyglue: added py_samdb_server_site_name()
2010-02-26 Andrew Tridgellpy-samdb: added get_invocation_id() method
2010-02-26 Andrew Tridgellpyglue: added py_samdb_ntds_invocation_id()
2010-02-26 Andrew Tridgellpyglue: don't return 127.0.0.0/8 IPs in interface_ips()
2010-02-24 Matthieu Patoupython: ntacls, fix a leftover that is not in the try...
2010-02-23 Andrew Tridgells4-pyglue: added interface_ips() call
2010-02-21 Matthias Dieter... s4:provision.py - try to use other addresses than ...
2010-02-17 Andrew Tridgells4-provision: freeze the DNS zone before creating the...
2010-02-17 Andrew Tridgells4-provision: fix permissions on generated DNS zone...
2010-02-15 Fernando J V da... s4-drs: Function for accessing dsdb_load_partition_usn...
2010-02-12 Matthias Dieter... s4:getopt.py - set the password callback only when...
2010-02-11 Andrew Tridgells4-provision: import the R2 functional level
2010-02-11 Andrew Tridgells4-build: avoid finding python symlinks
2010-02-11 Matthieu Patouprovision: Use short name for assignee of ACE (BA,...
2010-02-11 Matthieu Patoupython-s4: use secrets.ldb instead of sam.ldb for readi...
2010-02-11 Matthieu Patouprovision: Fix an error with eadb when using not defaul...
2010-02-11 Andrew Tridgells4-provision: cope with umask in creating private/dns
2010-02-11 Andrew Tridgells4-provision: pre-create a named.conf.update file
2010-02-11 Andrew Tridgells4-provision: move zone file to dns subdirectory
2010-02-11 Andrew Bartletts4:provision Be more polite to long-suffering Samba...
2010-02-10 Andrew Bartletts4:provision Just 'do the right thing' with empty smb...
2010-02-09 Matthias Dieter... s4:Remove "Py_RETURN_NONE" compatibility code
2010-01-29 Nadezhda IvanovaFixed a bug caused by a typo. Infrastructure role didn...
2010-01-27 Nadezhda IvanovaImplemented net fsmo command for transferring fsmo...
2010-01-25 Jelmer Vernooijs4-python: Fix formatting.
2010-01-25 Jelmer Vernooijpyxattr: Move to the same directory as the xattr code.
2010-01-23 Endi S. Dewatas4-provision: Fixed typos and redundant code
2010-01-21 Jelmer Vernooijpyxattr: Factor out helper functions.
2010-01-21 Jelmer Vernooijpyxattr: Simplify tests.
2010-01-21 Jelmer Vernooijpyxattr: Fix tests by not opening tdb files multiple...
2010-01-21 Jelmer Vernooijpyxattr: Fix tests by avoiding opening tdb files multip...
2010-01-21 Jelmer Vernooijpyxattr: Fix memory leaks.
2010-01-21 Jelmer Vernooijpyxattr: Simplify tests.
2010-01-21 Jelmer Vernooijpyxattr: Use standard functions for error handling.
2010-01-21 Jelmer Vernooijpyxattr: Remove unnecessary hacks.
2010-01-20 Matthieu Patous4-python: add some helper for converting ldb_flag...
2010-01-20 Matthieu Patous4: utils recreate in python setntacl and getntacl
2010-01-20 Matthieu Patouprovision: introduce use-xattr parameter for defining...
2010-01-20 Matthieu Patous4-tests: register new unit tests
2010-01-20 Matthieu Patous4-python: add unit test for ntacls manipulation in...
2010-01-20 Matthieu Patous4-python: add more unit tests for xattr manipulation...
2010-01-20 Matthieu Patous4: update setntacl and getntacl to select the adaquate...
2010-01-20 Matthieu Patous4: Set acls correctly on all sysvol and scripts shares
2010-01-20 Matthieu Patous4: Make unixid optional
2010-01-20 Matthieu Patous4: regroup gpo modification in one function, set acl...
2010-01-20 Matthieu Patous4: Create unit tests for python "samba.xattr" module
2010-01-20 Matthieu Patous4: add python bindings for wrap_(s|g)etxattr
2010-01-16 Jelmer VernooijImport testtools as well, required for subunit.
2010-01-16 Jelmer VernooijFix permissions - net subcommand modules don't need...
2010-01-13 Nadezhda IvanovaFixed a problem with incorrect default SD owner/group.
2010-01-13 Zahari ZaharievComparison tool for LDAP servers (using Ldb)
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-09 Andrew Tridgells4-schema: fixed the SDDL for the schema root security...
2010-01-08 Andrew Tridgells4-schema: switch to W2K8-R2 schema
2010-01-08 Andrew Tridgells4-schema: added adminDisplayName and adminDescription
2010-01-08 Andrew Tridgells4-provision: do a self join for all server types
2010-01-08 Andrew Tridgells4-provision: re-open sam.ldb after creating the schema
2010-01-08 Andrew Tridgells4-provision: don't hard wire the creation of the RID...
2010-01-08 Andrew Tridgells4-provision: allow provision modifies to add records
2010-01-08 Andrew Tridgells4-provision: the DC object itself needs a fixed objectSID
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-31 Andrew Tridgells4-net: fixed pwsettings command
2009-12-31 Jelmer Vernooijsamba: Fix whitespace, remove pointless 'pass' statement.
2009-12-31 Jelmer Vernooijpyldb: Add dom_sid.split in favor of less powerful...
2009-12-31 Jelmer Vernooijnet: Support 'super' commands implemented in Python.
2009-12-31 Jelmer Vernooijnet: Move 'newuser' to 'net newuser'
2009-12-31 Jelmer Vernooijnet: Fix tests and documentation of setexpiry.
2009-12-31 Jelmer Vernooijnet: Move setexpiry to 'net setexpiry'
2009-12-31 Jelmer Vernooijnet: Move 'setpassword' to 'net setpassword'.
2009-12-29 Jelmer Vernooijpython: When updating sys.path to include the Samba...
2009-12-29 Jelmer Vernooijs4/net: Allow options before arguments for Python commands.
2009-12-29 Jelmer Vernooijs4/net: Pass all arguments through to the Python commands.
2009-12-29 Jelmer Vernooijs4/net: Add domainlevel subcommand.
2009-12-29 Jelmer VernooijUse CommandError exception to deal with problems during...
2009-12-29 Jelmer Vernooijs4/net: Make pwsettings a net subcommand.
2009-12-29 Jelmer Vernooijnetcmd: Add some basic tests.
2009-12-29 Jelmer Vernooijs4/net: Support parsing arguments in Python commands.
2009-12-29 Jelmer Vernooijnet: Support usage/help of subcommands implemented...
2009-12-29 Jelmer Vernooijnet: Support implementing subcommands in python.
2009-12-21 Andrew Tridgells4-provision: added a note about where invocationIDs...
2009-12-18 Andrew Bartletts4:provision Give a more useful error message in guess_...
2009-12-01 Matthieu Patous4: load the domain level of the current provision...
2009-11-28 Matthias Dieter... s4:upgrade.py - remove my copyright
2009-11-28 Matthias Dieter... s4:upgrade.py - readd accidentally removed empty lines
2009-11-28 Matthias Dieter... s4:samba3.py/upgrade.py: Revert
2009-11-27 Matthieu Patous4: fix SD update and password change in upgrade script
2009-11-27 Matthias Dieter... s4:provision.py - remove hardcoded SIDs and RIDs
2009-11-27 Matthias Dieter... s4:samba3.py - deactivate also the assertion on line 599
2009-11-27 Matthias Dieter... s4:provision.py - cosmetic
2009-11-27 Matthias Dieter... s4:samba3.py (and test) - deactivate the tests until...
2009-11-27 Matthias Dieter... s4:upgrade.py - Umlaut problem
2009-11-27 Matthias Dieter... s4:upgrade.py - rework to make the upgrade s3 -> s4...
2009-11-27 Matthias Dieter... s4:upgrade.py - the import of WINS databases don't...
2009-11-27 Matthias Dieter... s4:samba3.py - ignore comments in "smb.conf" files
2009-11-27 Matthias Dieter... s4:samba3.py - don't read those informations out from...
next