summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/netcmd
Commit message (Expand)AuthorAgeFilesLines
* s4-net: added --ipaddress option to net commandsAndrew Tridgell2010-09-255-6/+6
* s4-finddc: use NBT lookup for a 1C name if joining a short domain nameAndrew Tridgell2010-09-151-3/+0
* s4-join: give a clear error when using short domain formAndrew Tridgell2010-09-151-1/+4
* s4:fsmo.py - fix an obvious typoMatthias Dieter Wallnöfer2010-09-121-1/+1
* s4-rodc: get the domain name from the partitions DNAndrew Tridgell2010-09-091-1/+1
* s4-net: use CommandError() in net rodcAndrew Tridgell2010-09-021-4/+4
* s4-net: fixed docstring on spn commandAndrew Tridgell2010-08-261-1/+1
* s4-net: added "net rodc preload" commandAndrew Tridgell2010-08-262-0/+125
* s4-net: role should be case insensitive for joinAndrew Tridgell2010-08-231-1/+4
* s4-net: added initial implemention of RODC joinAndrew Tridgell2010-08-231-6/+22
* s4-net: moved the net join command to pythonAndrew Tridgell2010-08-232-2/+4
* s4-net: better error message on net setpasswordAndrew Tridgell2010-08-221-3/+5
* 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