python-samba3: Secrets file loaded from private dir, not lib dir
[idra/samba.git] / source4 / scripting / python / samba /
2011-08-19 Amitay Isaacspython-samba3: Secrets file loaded from private dir...
2011-08-19 Amitay Isaacss3upgrade: Add idmap migration, users/groups import
2011-08-19 Amitay Isaacsprovision: Add idmap database handle to the result...
2011-08-19 Amitay Isaacssamba3-python: Add methods to get any entry (user/group...
2011-08-17 Andrew Tridgellsamba-tool: changed samba-tool user delete to use samdb...
2011-08-17 Andrew Tridgells4-samdb: added deleteuser() to samdb
2011-08-13 Andrew Bartletts4-provision Add support for fixing the DC rid to a...
2011-08-13 Amitay Isaacsupgrade: Add missing bits for the s3 to s4 upgrade...
2011-08-13 Amitay Isaacspy-samba3: Create samba3 python package to hold other...
2011-08-13 Andrew Bartletts4-scripting Rename passdb upgrade routine to avoid...
2011-08-13 Amitay Isaacssamba-tool: Remove gpo setacl command
2011-08-12 Stefan Metzmachers3:samba-tool: add --domain-critical-only to "samba...
2011-08-12 Stefan Metzmachers4:py/samba/join: add domain_critical_only=False to...
2011-08-12 Stefan Metzmachers4:py/samba/drs_utils: pass down req/req_level to self...
2011-08-12 Andrew Tridgells4-dbcheck: offer to fix dsServiceName to be in GUID...
2011-08-12 Andrew Tridgells4-join: make dsServiceName a GUID in @ROOTDSE on join
2011-08-12 Andrew Tridgells4-provision: create dsServiceName in @ROOTDSE in GUID...
2011-08-09 Andrew Tridgells4-pysamba: fixed double conversion of int32
2011-08-09 Andrew Tridgells4-samdb: support relative paths in SamDB() connect
2011-08-09 Andrew Tridgellpysamdb: move normalise_int32() to common module
2011-08-07 Jelmer Vernooijsd_utils: Fix some formatting, add module docstring.
2011-08-06 Stefan Metzmachers4:netcmd/gpo.py: we don't need to set autogenerated...
2011-08-04 Andrew Tridgells4-samdb: save the url in the samdb class
2011-08-03 Amitay Isaacssamba-tool: Rename samba-tool command gpo2 --> gpo
2011-08-03 Amitay Isaacssamba-tool: Add implementation of gpo create command
2011-08-03 Amitay Isaacssamba-tool: Add functions to create directories and...
2011-08-03 Amitay Isaacssamba-tool: Rename copy_directory_recurse to copy_direc...
2011-08-03 Amitay Isaacssamba-tool: Addd functions to print GPO flags and GPlin...
2011-08-01 Jelmer Vernooijdbcheck: Cancel transaction if operation fails.
2011-08-01 Jelmer Vernooijacl: Improve error message when setting acls fails.
2011-07-29 Andrew Tridgellsamba-tool: use ldb.binary_encode() on search expressio...
2011-07-29 Andrew Tridgellsamba-tool: fixed binary encoding of usernames in setpa...
2011-07-28 Andrew Tridgellsamba-tool: ensure prompting of passwords is in the...
2011-07-28 Amitay Isaacssamba-tool: Added gpo fetch command implementation...
2011-07-28 Amitay Isaacssamba-tool: Change samba-tool gpo semantics (use gpo...
2011-07-28 Amitay Isaacssamba-tool: Add user password command to change user...
2011-07-28 Amitay Isaacssamba-tool: Python routine to find writable/ldap-capable DC
2011-07-28 Amitay Isaacssamba-tool: Raise exception on errors and report using...
2011-07-28 Amitay Isaacssamba-tool: Display Usage line and list commands alphab...
2011-07-28 Amitay Isaacssamba-tool: Replace C version of samba-tool with python...
2011-07-28 Amitay Isaacssamba-tool: Added python version of samba-tool
2011-07-28 Amitay Isaacssamba-tool: Reimplement GPO functions in python
2011-07-28 Giampaolo Lauriasamba-tool: Removed newuser
2011-07-28 Giampaolo Lauriasamba-tool: Changed "user add" implementation
2011-07-28 Giampaolo Lauriasamba-tool: add -H or --URL where necessary
2011-07-26 Stefan Metzmachers4:samba-tool: ldapcmp needs CredentialsOptionsDouble
2011-07-21 Björn Baumbachs4-param: use "state directory" and "cache directory...
2011-07-21 Andrew Tridgellsamba-tool: make sure we exit with an error on a bad...
2011-07-21 Andrew Tridgelldbcheck: use string DN in delete when fixing broken...
2011-07-21 Andrew Tridgells4-provision: run dbcheck on a minimal set of objects...
2011-07-21 Andrew Tridgells4-dsdb: change the samba3sam test to add the show_dele...
2011-07-21 Andrew Tridgellsamba-tool: nicer error in passwordsettings with no...
2011-07-21 Andrew Tridgellsamba-tool: testparm doesn't take any credentials
2011-07-21 Andrew Tridgellsamba-tool: use 'exportkeytab' instead of 'dumpkeys'
2011-07-21 Giampaolo Lauriasamba-tool: Fix __doc_ in base classes
2011-07-21 Giampaolo Lauriasamba-tool: removed synopsis code in base class
2011-07-21 Giampaolo Lauriasamba-tool: Fixed bugs to determine min and max # of...
2011-07-21 Giampaolo Lauriasamba-tool: Improved --help functionality
2011-07-21 Giampaolo Lauriasamba-tool: fixed __doc__ in base classes
2011-07-21 Giampaolo Lauriasamba-tool: Fix error handling in SuperCommand class
2011-07-21 Giampaolo Lauriasamba-tool: improved Option list for all user commands
2011-07-21 Giampaolo Lauriasamba-tool: added error handling for the user command
2011-07-21 Giampaolo Lauriasamba-tool: fixed drs commands synopsis
2011-07-21 Giampaolo Lauriasamba-tool: fixed synopsis on user commands
2011-07-21 Giampaolo Lauriasamba-tool: fixed synopsis on all "user" commands
2011-07-21 Giampaolo Lauriasamba-tool: moved takes_optiongroups definition to...
2011-07-21 Giampaolo Lauriasamba-tool: removed the assignment to parser.prog
2011-07-21 Giampaolo Lauriasamba-tool: fixed prog name in samba-tool
2011-07-21 Giampaolo Lauriasamba-tool: update vampire.py message
2011-07-21 Giampaolo Lauriasamba-tool: removed join as it has been replaced by...
2011-07-21 Giampaolo Lauriasamba-tool: moved join to domain join
2011-07-21 Giampaolo Lauriasamba-tool: removed export as it has been moved to...
2011-07-21 Giampaolo Lauriasamba-tool: moved export to domain dumpkeys
2011-07-21 Giampaolo Lauriasamba-tool: removed domainlevel as it has been moved...
2011-07-21 Giampaolo Lauriasamba-tool: moved domainlevel to domain level
2011-07-21 Giampaolo Lauriasamba-tool: removed machinepw as it has been moved...
2011-07-21 Giampaolo Lauriasamba-tool: moved machinepw to domain machinepassword
2011-07-21 Giampaolo Lauriasamba-tool: removed pwsettings
2011-07-21 Giampaolo Lauriasamba-tool: created domain object, moved pwsettings...
2011-07-21 Giampaolo Lauriasamba-tool: update test suite for add setpassword
2011-07-21 Giampaolo Lauriasamba-tool: removed setpassword.py
2011-07-21 Giampaolo Lauriasamba-tool: added setpassword to user
2011-07-21 Giampaolo Lauriasamba-tool: fix summary of the fsmo command to be clearer
2011-07-13 Andrew Tridgelldbcheck: use samdb_schema for getting the backlink
2011-07-13 Andrew Tridgellldb: use base searches for @ special DNs
2011-07-13 Andrew Tridgelldbcheck: only do the provision dbcheck if there are...
2011-07-13 Andrew Tridgells4-provision: fixed the GUIDs in the provision using...
2011-07-13 Andrew Tridgelldbcheck: only fix replPropertyMetaData if we included...
2011-07-13 Andrew Tridgelldbcheck: added checks for missing and orphansed backlinks
2011-07-13 Andrew Tridgelldbcheck: fixed ldap check with no database specified
2011-07-13 Andrew Tridgelldbcheck: added --reindex option
2011-07-13 Andrew Tridgellsamba-tool: fixed ldapcmp to run as non-root
2011-07-13 Andrew Tridgelldbcheck: added checking of backlinks
2011-07-13 Andrew Tridgellpydsdb: added get_backlink_from_lDAPDisplayName()
2011-07-12 Stefan Metzmachers4:provision: place the sysvol share under "state dir...
2011-07-12 Stefan Metzmachers4:param: add "state dir" and "cache dir" options
2011-07-11 Andrew Tridgelldbcheck: use get_lDAPDisplayName_by_attid()
2011-07-11 Andrew Tridgelldsdb: added get_lDAPDisplayName_by_attid
2011-07-11 Andrew Tridgelldbcheck: improved error checking in fixup of missing...
2011-07-11 Andrew Tridgells4-provision: use samba.unix2nttime() instead of hard...
next