summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/getopt.py
AgeCommit message (Expand)AuthorFilesLines
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-251/+0
2012-10-08s4:scripting/python: add '-V' as alias for '--version'Stefan Metzmacher1-1/+1
2012-03-13s4-python: Remove env from non-executable samba scripts.Andreas Schneider1-2/+0
2011-10-19samba.getopt: Keep exception message when setting a lp option fails.Jelmer Vernooij1-4/+5
2011-10-19samba-tool: Improve getopt.py error handlingGiampaolo Lauria1-4/+5
2011-10-19samba-tool: Improve getopt.py error handlingGiampaolo Lauria1-1/+5
2011-10-19samba-tool: Improve getopt.py error handlingGiampaolo Lauria1-2/+1
2011-10-19samba-tool: Improve getopt.py error handlingGiampaolo Lauria1-0/+3
2011-10-13samba.getopt: Refactor parsing of --kerberos argument into separate function.Jelmer Vernooij1-13/+16
2011-10-12samba.getopt: Allow --kerberos=auto, and fix exception name if an unknownJelmer Vernooij1-1/+4
2011-09-13s4-s3-upgrade Improve samba-tool domain samba3upgrade behaviourAndrew Bartlett1-0/+2
2011-09-13s4-python: Fix some formatting issues.Jelmer Vernooij1-8/+15
2010-12-08samba-tools: more reasonable defaults for samba-tool commandsAndrew Tridgell1-1/+10
2010-11-28samba.getopt: Fix missing import of sys.Jelmer Vernooij1-8/+14
2010-11-28s4-samba-tool: fixed "-k no" for disabling kerberos authAndrew Tridgell1-2/+4
2010-10-03s4-getopt.py: Make Anonymous creds when no credentialsKamen Mazdrashki1-2/+7
2010-09-25s4-net: added --ipaddress option to net commandsAndrew Tridgell1-0/+7
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell1-1/+1
2010-04-21s4-python: added --realm option to python scriptsAndrew Tridgell1-1/+7
2010-04-21s4-python: accept --option arguments in python cmdline parsingAndrew Tridgell1-10/+17
2010-04-09Support --version in python scripts.Jelmer Vernooij1-0/+8
2010-04-08s4-python: rename samba.glue to samba._glue to indicate it's private.Jelmer Vernooij1-2/+2
2010-04-02s4-python: added --debuglevel to our python scriptsAndrew Tridgell1-0/+10
2010-02-12s4:getopt.py - set the password callback only when no password has been providedMatthias Dieter Wallnöfer1-4/+6
2010-01-13Comparison tool for LDAP servers (using Ldb)Zahari Zahariev1-0/+52
2009-12-29Use CommandError exception to deal with problems during net commands.Jelmer Vernooij1-7/+7
2009-07-19Remove unnecessary imports.Jelmer Vernooij1-1/+1
2008-08-01Add helper object Hostconfig to make it easier to get to e.g. theJelmer Vernooij1-0/+4
2008-05-23Add docstrings to samba3 and getopt modules.Jelmer Vernooij1-0/+15
2008-04-14Also look in the environment for smb.conf path.Jelmer Vernooij1-4/+6
2008-03-28Fix and test python scripts and kerberosAndrew Bartlett1-3/+12
2008-01-24python: Support --no-pass.Jelmer Vernooij1-0/+6
2008-01-23python: Add convenience function for getting command line loadparm contextJelmer Vernooij1-2/+18
2007-12-29r26629: python: Improve documentation in various places.Jelmer Vernooij1-8/+8
2007-12-29r26628: python: Add more documentation, simplify code in Samba3 module.Jelmer Vernooij1-1/+1
2007-12-28r26618: Implement -W option support.Jelmer Vernooij1-1/+7
2007-12-27r26616: Support parsing of user data in SAmba 3 tdbsam.Jelmer Vernooij1-1/+1
2007-12-27r26614: Fix options parsing for credentials in Python.Jelmer Vernooij1-6/+18
2007-12-21r26088: Import some native-python python modules and move original python swi...Jelmer Vernooij1-0/+46