s4-python: Move dnspython to lib/, like the other Python modules
[idra/samba.git] / source4 / scripting /
2010-03-29 Jelmer Vernooijs4-python: Move dnspython to lib/, like the other Pytho...
2010-03-29 Jelmer Vernooijs4-python: Format to PEP8, simplify tests.
2010-03-28 Jelmer Vernooijupgradeprovision: Fix formatting, syntax error.
2010-03-28 Matthieu Patous4 upgradeprovision: add information about upgrade...
2010-03-28 Matthieu Patous4: allow upgrade provision to fix acl and missing...
2010-03-28 Matthieu Patouprovision: make gpo related function more reusable...
2010-03-28 Jelmer Vernooijprovision: Remove unnecessary whitespace.
2010-03-25 Andrew Tridgellpython: use '#!/usr/bin/env python' to cope with varyin...
2010-03-24 Andrew Tridgells4-provision: FreeBSD uses 'staff' for users
2010-03-24 Andrew Tridgells4-provision: solaris uses the group "other"
2010-03-22 Günther Deschners4-selftest: fix selftest-vars script.
2010-03-22 Andrew Bartletts4:dsdb Remove unused 'dsdb_make_schema_global' call...
2010-03-20 Andrew Tridgellbuild: useful shell vars for setting up selftest
2010-03-18 Andrew Tridgellcharset: fixed a problem with the global use of the...
2010-03-18 Oliver LiebelFixed MMR-URL-Split and changed RID-Range OpenLDAP...
2010-03-16 Nadezhda IvanovaAdded a net acl ds command for modification of ACLs...
2010-03-16 Andrew Bartletts4:dsdb Change dsdb_get_schema() callers to use new...
2010-03-12 Matthias Dieter... s4:provision.py - small output improvement
2010-03-11 Andrew Bartletts4:provision Improve the handling of provision errors
2010-03-11 Andrew Bartletts4:samba_dnsupdate Add a 'file based' mode to samba_dns...
2010-03-05 Andrew Tridgells4-python: only install external python libs that are...
2010-03-05 Andrew Tridgells4-python: import a copy of the python dns library
2010-03-05 Andrew Tridgells4-dns: use samba.external to pull in the dns.resolver...
2010-03-05 Andrew Tridgells4-python: allow us to have samba copies of python...
2010-03-04 Matthias Dieter... s4:provision - use the new "interface_ips" python call...
2010-03-03 Andrew Tridgelldns: make dns update script use unbuffered IO
2010-03-02 Endi S. Dewatas4:provision - Moved default FDS SASL mappings deletion...
2010-03-02 Endi S. Dewatas4:provision - Moved setup_db_config() into OpenLDAPBac...
2010-03-02 Endi S. Dewatas4:provision - Moved backend-specific variables into...
2010-03-02 Endi S. Dewatas4:provision - Use netbios name for FDS instance name.
2010-03-01 Jelmer VernooijFix the build, add filtered subunit runner.
2010-03-01 Jelmer VernooijMore formatting fixes, pointed out by pylint.
2010-03-01 Jelmer Vernooijpython: Add 'make pylint' convenience rule.
2010-03-01 Jelmer VernooijGeneral cleanups of python code, hinted by pyflakes.
2010-03-01 Jelmer VernooijAdd 'pyflakes' rule.
2010-03-01 Jelmer Vernooijntacl: Use existing infrastructure.
2010-03-01 Jelmer VernooijRemove __contains__ from mock object for consistency...
2010-03-01 Ricardo JorgeFix SharesContainer.__len__.
2010-03-01 Jelmer VernooijMore formatting fixes.
2010-03-01 Jelmer VernooijFix formatting.
2010-03-01 Jelmer Vernooijupgradeprovision: Remove unused imports, use shutil...
2010-03-01 Matthieu Patouupgradeprovision: Move to pythondoc format
2010-03-01 Matthieu Patouupgradeprovision: Allow script to be called with pydoc
2010-03-01 Matthieu Patouupgrade provision: change the meaning of handle_securit...
2010-03-01 Matthieu Patouupgradeprovision: code cleanup
2010-03-01 Matthieu Patouupgradeprovision: split the big script to put reusable...
2010-02-26 Stefan Metzmachers4:provision: use generate_random_password()
2010-02-26 Stefan Metzmachers4:pyglue: add generate_random_password()
2010-02-26 Andrew Tridgelldevel: get the ownership of the directories right in...
2010-02-26 Andrew Tridgells4-provision: fixed use of rndc command from python
2010-02-26 Andrew Tridgells4-provision: also create the dns_update_list when...
2010-02-26 Andrew Tridgells4-dns: fixed CNAME automatic DNS updates
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 Tridgelldns: auto-delete incorrect SRV entries for our hostname
2010-02-26 Andrew Tridgells4-dns: add automatic dynamic DNS updating script
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-26 Andrew Tridgelldns: dummy samba_dnsupdate script
2010-02-24 Andrew Bartletts4:scripting/devel Allow tmpfs script to be re-run
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-20 Andrew Bartletts4:credentials Add hooks to extract a named Kerberos...
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 Andrew Tridgells4-script: make enablerecyclebin use system_session
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 Patouupgradeprovision: forbid running upgradeprovision when...
2010-01-20 Matthieu Patouupgradeprovision: mark rIDAvailablePool never upgraded
next