summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/netcmd/gpo.py
Commit message (Expand)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-1177/+0
* s4:samba-tool/gpo: fix the operation order when creating gposStefan Metzmacher2012-12-031-13/+20
* s4:samba-tool/gpo: use 'gPCFileSysPath' when deleting gposStefan Metzmacher2012-12-031-4/+2
* s4:samba-tool/gpo: use the dns_domain from the server when creating gposStefan Metzmacher2012-12-031-2/+14
* s4:netcmd/gpo.py: let get_gpo_info explicitly ask for the full ntSecurityDesc...Stefan Metzmacher2012-11-301-2/+4
* s4:netcmd/gpo.py: only ask for OWNER/GROUP/DACL when validating the nTSecurit...Stefan Metzmacher2012-11-301-5/+6
* s4:netcmd/gpo.py: the nTSecurityDescriptor may not be visible for the current...Stefan Metzmacher2012-11-301-3/+7
* s4:netcmd/gpo.py: s/ntSecurityDescriptor/nTSecurityDescriptorStefan Metzmacher2012-11-301-5/+5
* samba-tool: Add new samba-tool gpo aclcheck and testAndrew Bartlett2012-11-161-0/+63
* provision: Make dsacl2fsacl() take a security.dom_sid, not strAndrew Bartlett2012-11-061-2/+2
* samba-tool: Some more unifications...Karolin Seeger2012-10-091-1/+1
* samba-tool: Unify usage messages.Karolin Seeger2012-10-081-12/+12
* s4-python: Various formatting fixes.Jelmer Vernooij2012-09-271-2/+2
* 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: 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
* samba-tool: gpo: Fix creation of filesystem ACL from directory ACLAmitay Isaacs2012-06-211-2/+8
* s4-python: Remove env from non-executable netcmd scripts.Andreas Schneider2012-03-131-2/+0
* 'samba-tool gpo': Properly close transaction.Jelmer Vernooij2012-02-251-4/+4
* Revert "samba-tool: moved takes_optiongroups definition to Command base class"Jelmer Vernooij2012-02-071-1/+11
* samba-tool: Add transaction wrapper for creating GPOAmitay Isaacs2011-12-201-51/+44
* samba-tool: Fix DN for GPO entriesAmitay Isaacs2011-12-141-8/+2
* samba-tool: gpo: fix a typoAmitay Isaacs2011-12-141-1/+1
* samba-tool: Remove duplicate code of dsacl to fsacl conversionAmitay Isaacs2011-12-141-38/+10
* samba-tool: Don't require full prog line to be in synopsis.Jelmer Vernooij2011-10-141-20/+20
* samba-tool: Use self.outf in a few more places.Jelmer Vernooij2011-10-131-31/+33
* netcmd: Avoid catching all exceptions, avoid using ';' at the end of lines.Jelmer Vernooij2011-10-081-9/+8
* samba-tool: Expanded acronym descriptionsGiampaolo Lauria2011-09-091-1/+1
* samba-tool: Remove gpo setacl commandAmitay Isaacs2011-08-131-5/+0
* s4:netcmd/gpo.py: we don't need to set autogenerated attributesStefan Metzmacher2011-08-061-21/+11
* samba-tool: Add implementation of gpo create commandAmitay Isaacs2011-08-031-1/+176
* samba-tool: Add functions to create directories and copy files over SMB shareAmitay Isaacs2011-08-031-0/+32
* samba-tool: Rename copy_directory_recurse to copy_directory_remote_to_localAmitay Isaacs2011-08-031-11/+19
* samba-tool: Addd functions to print GPO flags and GPlink optionsAmitay Isaacs2011-08-031-28/+22
* samba-tool: use ldb.binary_encode() on search expression elementsAndrew Tridgell2011-07-291-3/+3
* samba-tool: Added gpo fetch command implementation using python smb module.Amitay Isaacs2011-07-281-0/+94
* samba-tool: Change samba-tool gpo semantics (use gpo name instead of dn)Amitay Isaacs2011-07-281-78/+124
* samba-tool: Reimplement GPO functions in pythonAmitay Isaacs2011-07-281-11/+412
* samba-tool: add -H or --URL where necessaryGiampaolo Lauria2011-07-281-2/+4
* samba-tool: moved takes_optiongroups definition to Command base classGiampaolo Lauria2011-07-211-12/+1
* s4-gpo: fixed display of GPO version numbersAndrew Tridgell2011-06-061-1/+1
* s4-samba-tool: fixed the gpo command to use the right DN for access checksAndrew Tridgell2011-01-141-5/+14
* s4-samba_tool Added ACL checking to python GPO management toolAndrew Bartlett2011-01-141-8/+26