summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/netcmd
Commit message (Expand)AuthorAgeFilesLines
* s4-net: use an encrypted ldap session when setting passwordsAndrew Tridgell2010-08-171-0/+3
* s4 net: Add spn module to list/add/remove spn on objectsMatthieu Patou2010-07-102-0/+219
* s4:pwsettings net utility - change also here the "minPwdAge" to be the real d...Matthias Dieter Wallnöfer2010-07-031-2/+2
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-2418-18/+18
* s4:net Remove warnings for 2000 native mode and Samba4.Andrew Bartlett2010-06-231-5/+5
* libds:common Remove DS_DC_* domain functionality flagsAndrew Bartlett2010-06-231-9/+5
* Modifications extending functionality of newuser cmd and new net group set of...Lukasz Zalewski2010-06-201-1/+5
* Modifications extending functionality of newuser cmd and new net group set of...Lukasz Zalewski2010-06-203-2/+224
* pynet: Raise proper exceptions rather than invoking sys.exit.Jelmer Vernooij2010-05-192-8/+6
* s4:net domainlevel tool - fix up the error handling as Jelmer suggestedMatthias Dieter Wallnöfer2010-05-141-2/+4
* s4:domainlevel - handle exceptions more preciselyMatthias Dieter Wallnöfer2010-05-131-2/+2
* s4:domainlevel.py - update the script to handle both domain level occourrence...Matthias Dieter Wallnöfer2010-05-131-0/+25
* s4:net utility - make outprinted description comments more consistentMatthias Dieter Wallnöfer2010-05-0913-14/+14
* s4:net utility - remove unixname parameter of samdb.newuserMatthias Dieter Wallnöfer2010-05-091-9/+4
* s4:net utility - add an optional password attribute to "net user add"Matthias Dieter Wallnöfer2010-05-091-3/+5
* s4-net: don't show a full python exception when you can't open sam.ldbAndrew Tridgell2010-04-201-2/+2
* s4-net: nicer error message (and no exception)Andrew Tridgell2010-04-162-5/+17
* s4-net: Add definition of outf.Jelmer Vernooij2010-04-121-0/+2
* s4-net: Cope with options without arguments.Jelmer Vernooij2010-04-091-1/+2
* s4-net: 'net user create' -> 'net user add', for backwards compatibility.Jelmer Vernooij2010-04-091-3/+3
* s4-net: Convert machinepw command to python.Jelmer Vernooij2010-04-094-63/+114
* s4-net: Convert vampire command over to Python.Jelmer Vernooij2010-04-092-0/+117
* s4-net: Convert user subcommand to Python.Jelmer Vernooij2010-04-092-0/+76
* s4-net: Convert 'net time' to python.Jelmer Vernooij2010-04-082-0/+47
* net: Convert time command to python.Jelmer Vernooij2010-04-081-1/+1
* s4-net: Use new Net() object in net export keytab.Jelmer Vernooij2010-04-081-2/+2
* s4-python: Fix formatting, use standard convention to call instance methods.Jelmer Vernooij2010-04-084-16/+16
* s4-python: More cleanups.Jelmer Vernooij2010-04-081-1/+2
* s4-python: Simplify code, improve formatting.Jelmer Vernooij2010-04-082-8/+15
* Migrate 'net export keytab' to python.Jelmer Vernooij2010-04-082-0/+59
* s4-net: Simplify SamDB connect code.Jelmer Vernooij2010-04-088-49/+10
* s4-samdb: Allow skipping global schema.Jelmer Vernooij2010-04-071-1/+1
* s4-python: Move dsdb constants to a separate python module.Jelmer Vernooij2010-04-041-1/+1
* s4-python: Remove duplicate definition of GUID_DRS_* constants.Jelmer Vernooij2010-04-032-12/+10
* Added a net acl ds command for modification of ACLs on directory objectsNadezhda Ivanova2010-03-164-2/+212
* General cleanups of python code, hinted by pyflakes.Jelmer Vernooij2010-03-012-4/+1
* ntacl: Use existing infrastructure.Jelmer Vernooij2010-03-012-27/+27
* python-s4: use secrets.ldb instead of sam.ldb for reading domain SIDMatthieu Patou2010-02-111-2/+2
* Fixed a bug caused by a typo. Infrastructure role didn't work.Nadezhda Ivanova2010-01-291-1/+1
* Implemented net fsmo command for transferring fsmo rolesNadezhda Ivanova2010-01-272-0/+204
* s4: utils recreate in python setntacl and getntaclMatthieu Patou2010-01-212-0/+121
* Fix permissions - net subcommand modules don't need to be executable.Jelmer Vernooij2010-01-162-0/+0
* s4-net: fixed pwsettings commandAndrew Tridgell2009-12-311-6/+6
* net: Support 'super' commands implemented in Python.Jelmer Vernooij2009-12-311-14/+15
* net: Move 'newuser' to 'net newuser'Jelmer Vernooij2009-12-312-5/+80
* net: Fix tests and documentation of setexpiry.Jelmer Vernooij2009-12-313-0/+68
* net: Move setexpiry to 'net setexpiry'Jelmer Vernooij2009-12-312-0/+73
* net: Move 'setpassword' to 'net setpassword'.Jelmer Vernooij2009-12-313-2/+86
* s4/net: Allow options before arguments for Python commands.Jelmer Vernooij2009-12-291-1/+2
* s4/net: Pass all arguments through to the Python commands.Jelmer Vernooij2009-12-291-5/+6