summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/netcmd/gpo.py
AgeCommit message (Expand)AuthorFilesLines
2011-10-14samba-tool: Don't require full prog line to be in synopsis.Jelmer Vernooij1-20/+20
2011-10-13samba-tool: Use self.outf in a few more places.Jelmer Vernooij1-31/+33
2011-10-08netcmd: Avoid catching all exceptions, avoid using ';' at the end of lines.Jelmer Vernooij1-9/+8
2011-09-09samba-tool: Expanded acronym descriptionsGiampaolo Lauria1-1/+1
2011-08-13samba-tool: Remove gpo setacl commandAmitay Isaacs1-5/+0
2011-08-06s4:netcmd/gpo.py: we don't need to set autogenerated attributesStefan Metzmacher1-21/+11
2011-08-03samba-tool: Add implementation of gpo create commandAmitay Isaacs1-1/+176
2011-08-03samba-tool: Add functions to create directories and copy files over SMB shareAmitay Isaacs1-0/+32
2011-08-03samba-tool: Rename copy_directory_recurse to copy_directory_remote_to_localAmitay Isaacs1-11/+19
2011-08-03samba-tool: Addd functions to print GPO flags and GPlink optionsAmitay Isaacs1-28/+22
2011-07-29samba-tool: use ldb.binary_encode() on search expression elementsAndrew Tridgell1-3/+3
2011-07-28samba-tool: Added gpo fetch command implementation using python smb module.Amitay Isaacs1-0/+94
2011-07-28samba-tool: Change samba-tool gpo semantics (use gpo name instead of dn)Amitay Isaacs1-78/+124
2011-07-28samba-tool: Reimplement GPO functions in pythonAmitay Isaacs1-11/+412
2011-07-28samba-tool: add -H or --URL where necessaryGiampaolo Lauria1-2/+4
2011-07-21samba-tool: moved takes_optiongroups definition to Command base classGiampaolo Lauria1-12/+1
2011-06-06s4-gpo: fixed display of GPO version numbersAndrew Tridgell1-1/+1
2011-01-14s4-samba-tool: fixed the gpo command to use the right DN for access checksAndrew Tridgell1-5/+14
2011-01-14s4-samba_tool Added ACL checking to python GPO management toolAndrew Bartlett1-8/+26
2010-12-08samba-tools: more reasonable defaults for samba-tool commandsAndrew Tridgell1-6/+2
2010-11-29s4-samba-tool: fixed exception handling in subcommandsAndrew Tridgell1-9/+12
2010-11-29s4-gpo: started on samba-tool gpo list commandAndrew Tridgell1-0/+99
2010-11-29s4-samba-tool: started on gpo subcommands in pythonAndrew Tridgell1-0/+120