s4-drs: split out drs utility python functions
[nivanova/samba-autobuild/.git] / source4 / scripting /
2010-08-26 Andrew Tridgells4-drs: split out drs utility python functions
2010-08-26 Andrew Tridgells4-pyrpc: convert rpc_talloc.py test to unittest framework
2010-08-25 Andrew Tridgells4-pyrpc: added a test for talloc behaviour in pidl...
2010-08-25 Andrew Tridgells4-pyglue: added talloc_total_blocks() python call
2010-08-25 Andrew Tridgells4-rodc: removed python memory workaround
2010-08-25 Andrew Tridgells4-pyglue: pyglue now depends on pytalloc
2010-08-25 Andrew Tridgells4-rodc: setup secrets database at end of RODC join
2010-08-25 Andrew Tridgells4-pyglue: added talloc_report_full() and talloc_enable...
2010-08-24 Andrew Tridgells4-rodc: broke up RODC join into separate functions
2010-08-24 Andrew Tridgells4-rodc: added REPL_SECRET exop replication of accounts
2010-08-24 Andrew Tridgells4-dsdb: added get_attid_from_lDAPDisplayName() on...
2010-08-24 Andrew Tridgells4-rodc: next step in RODC join code
2010-08-23 Andrew Tridgells4-devel: added a getncchanges developer script
2010-08-23 Andrew Tridgells4-net: role should be case insensitive for join
2010-08-23 Andrew Tridgells4-net: added initial implemention of RODC join
2010-08-23 Andrew Tridgells4-net: moved the net join command to python
2010-08-23 Andrew Tridgells4-python: added ndr_print() method in ndr
2010-08-22 Jelmer Vernooijs4: Only install testparm to /usr/bin/, no longer to...
2010-08-22 Jelmer Vernooijs4: Install testparm to /usr/bin, consistent with old...
2010-08-22 Andrew Tridgells4-net: better error message on net setpassword
2010-08-20 Zahari ZaharievRemove place-holders when it is single domain
2010-08-20 Andrew Tridgells4-pysamdb: fixed get_domain_sid()
2010-08-19 Matthieu Patous4 provision: POLICY_ACL is already an FS acl no need...
2010-08-19 Matthieu Patous4 provision: Add some documentation to GPO related...
2010-08-19 Matthieu Patous4 upgradeprovision: exit with a non null return code...
2010-08-19 Matthieu Patous4 upgradeprovision: add more attrbutes the ignore...
2010-08-19 Matthieu Patous4 upgradeprovision: Deal with bootstrap indexing attri...
2010-08-19 Matthieu Patous4 upgradeprovision: Add a function for schema reloading
2010-08-19 Matthieu Patous4 upgradeprovision: upgrade_delta_samdb return a msg_d...
2010-08-19 Matthieu Patous4 upgradeprovision: Fixes for increment_keyversion
2010-08-19 Matthieu Patous4 upgradeprovision: fix a typo and pass correct parame...
2010-08-17 Andrew Tridgells4-net: use an encrypted ldap session when setting...
2010-08-16 Andrew Tridgells3-provision: cope with the policy directory already...
2010-08-09 Matthieu Patous4 upgradeprovision, fix a typo preventing the ridset...
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-17 Matthieu Patous4: create a simple version of ktpass
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-15 Andrew Bartletts4:provision Handle machine account password changes...
2010-07-15 Matthieu Patous4 upgradeprovision: Adapt the list of attribute modified
2010-07-15 Matthieu Patous4 upgradeprovision: Synchronize the calculated keyvers...
2010-07-15 Matthieu Patous4 upgradeprovision: do not copy RID Set it's automatic...
2010-07-15 Matthieu Patous4 upgradeprovision: add function to backup the provisi...
2010-07-15 Matthieu Patous4 upgradeprovision: fix whitespaces
2010-07-15 Matthieu Patous4: Add unit test for increment_calculated_keyversion_n...
2010-07-15 Matthieu Patous4 upgradeprovision: introduce a new function to update...
2010-07-15 Matthieu Patous4 python: Add functions to samdb to manipulate version...
2010-07-15 Matthieu Patous4 dsdb: Use the changereplmetadata control
2010-07-15 Matthieu Patous4: Add a simple script to change dc password
2010-07-15 Matthieu Patous4 provision: move update_machine_account_password...
2010-07-10 Stefan Metzmachers4:provision: also use fixed GUID names of the default...
2010-07-10 Matthieu Patous4 provision: use correct GUID for default policies
2010-07-10 Matthieu Patous4 net: Add spn module to list/add/remove spn on objects
2010-07-08 Matthias Dieter... s4:samdb.py - "setpassword" - performs password sets...
2010-07-08 Matthieu Patous4 upgradeprovision: For SID > 1000 do not copy them...
2010-07-05 Zahari ZaharievDNS objects should not be ignored
2010-07-03 Matthias Dieter... s4:pwsettings net utility - change also here the "minPw...
2010-06-29 Andrew Bartletts4:provision Add an msDS-SupportedEncryptionTypes entry...
2010-06-28 Endi S. Dewatas4/spnupdate: Fixed spnupdate to use secrets credential...
2010-06-26 Matthias Dieter... s4:provision.py - fix comment regarding DNS entries
2010-06-26 Stefan Metzmachers4:provision: move Samba4 specific DNS stuff to its...
2010-06-26 Stefan Metzmachers4:provision: add --next-rid option
2010-06-26 Stefan Metzmachers4:provision: don't use hardcoded values for 'nextRid...
2010-06-26 Stefan Metzmachers4:provision: pass relax control also to modify_ldif
2010-06-25 Matthieu Patous4 python: Add unit tests related to PyLong/PyInt handling
2010-06-25 Michael Woods4 upgradeprovision: Try to support older Pythons.
2010-06-24 Andrew Tridgells4-python: python is not always in /usr/bin
2010-06-24 Matthias Dieter... s4:upgradeprovision - fix include order for "ldb"
2010-06-23 Lukasz ZalewskiFix to undo nasty hack for for grouptype conversion
2010-06-23 Andrew Bartletts4:net Remove warnings for 2000 native mode and Samba4.
2010-06-23 Andrew Bartletts4:provision Raise default max functional level to...
2010-06-23 Andrew Bartletts4:provision Remove am_rodc from Schema
2010-06-23 Andrew Bartlettlibds:common Remove DS_DC_* domain functionality flags
2010-06-22 Kamen Mazdrashkis4/test: fix DC password in selftest-vars.sh
2010-06-21 Matthieu Patous4 upgradeprovision: fix the logging stuff so that...
2010-06-20 Matthias Dieter... s4:python LDB __init__.py - remove completely unused...
2010-06-20 Jelmer Vernooijprovision: Look for Samba prefix a bit harder.
2010-06-20 Jelmer Vernooijpydsdb: Mark all SamDB and Schema methods that are...
2010-06-20 Jelmer Vernooijtestparm: Check netbios name and workgroup characters...
2010-06-20 Jelmer Vernooijprovision: Properly cancel transactions on the secrets...
2010-06-20 Jelmer Vernooijselftest: Use scripted testparm.
2010-06-20 Jelmer Vernooijtestparm: Simplify default option handling.
2010-06-20 Jelmer Vernooijtestparm: Fix suppress prompt option.
2010-06-20 Jelmer Vernooijtestparm: Fix exit value, install.
2010-06-20 Jelmer Vernooijs4-python: Implement LoadParm.dump().
2010-06-20 Jelmer Vernooijtestparm: Split up functions that do multiple things.
2010-06-20 Jelmer Vernooijtestparm: Convert to Python.
2010-06-20 Jelmer Vernooijs4-python: Remove more unused imports, fix use of sets...
2010-06-20 Jelmer VernooijUse standard Python syntax, booleans and set()'s where...
2010-06-20 Jelmer VernooijRemove unnecessary use of transactions.
2010-06-20 Jelmer Vernooijldb: Remove last import of dsdb.
2010-06-20 Jelmer VernooijSome more formatting fixes, move schema related functio...
2010-06-20 Jelmer VernooijMove convert_to_openldap onto Schema class.
2010-06-19 Jelmer VernooijFormatting cleanups; use True/False for booleans, unnec...
2010-06-19 Jelmer VernooijMove a few more samdb-specific methods to SamDB, away...
2010-06-19 Jelmer Vernooijsamdb: Fix formatting, move get_oid_from_attid from...
2010-06-19 Jelmer Vernooijs4-python: Remove trivial function, replace by dictionary.
2010-06-19 Lukasz ZalewskiModifications extending functionality of newuser cmd...
2010-06-19 Lukasz ZalewskiModifications extending functionality of newuser cmd...
next