summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/netcmd
AgeCommit message (Expand)AuthorFilesLines
2010-12-08samba-tools: more reasonable defaults for samba-tool commandsAndrew Tridgell12-52/+69
2010-12-08samba-tools: export doesn't need any credentialsAndrew Tridgell1-2/+1
2010-12-01s4-drs: cope with invalid NTDS DNs from DsReplicaInfo()Andrew Tridgell1-2/+5
2010-12-01s4-samba-tool Show when we have created the user successfullyAndrew Bartlett1-0/+1
2010-12-01s4-drs: the options attribute is optional on NTDSDSA objectsAndrew Tridgell1-1/+1
2010-11-29s4-samba-tool: fixed exception handling in subcommandsAndrew Tridgell8-48/+40
2010-11-29s4-samba-tool: fixed ldb exception handling in domainlevel commandAndrew Tridgell1-4/+4
2010-11-29s4-samba-tool: improved exception handling in samba-toolAndrew Tridgell1-5/+44
2010-11-29s4-ldapcmp: make ldapcmp a samba-tool commandAndrew Tridgell2-0/+832
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 Tridgell2-0/+122
2010-11-28Revert "s4:netcmd/drs.py - use "objectClass" for discovering the server and i...Matthias Dieter Wallnöfer1-2/+2
2010-11-28s4-samba-tool: support help, and show description of commandsAndrew Tridgell1-7/+7
2010-11-28s4-drs: fixed credit for C versionAndrew Tridgell1-0/+2
2010-11-27s4:netcmd/drs.py - use "objectClass" for discovering the server and it's NTDS...Matthias Dieter Wallnöfer1-2/+2
2010-11-28s4-samba-tool: switched over to python version of samba-tool drsAndrew Tridgell1-0/+2
2010-11-28s4-samba-tool: added python implementation of samba-tool drs commandsAndrew Tridgell1-0/+402
2010-11-16samba-tool pwsettings Allow setting 'store cleartext'Andrew Bartlett1-2/+17
2010-11-06samba-tool: deprecate samba-tool vampire commandAndrew Tridgell1-1/+5
2010-11-05s4-join: added DC join to the python join codeAndrew Tridgell1-8/+8
2010-11-05s4-pydrs: added rodc option to python drs replicationAndrew Tridgell1-1/+1
2010-09-25s4-net: added --ipaddress option to net commandsAndrew Tridgell5-6/+6
2010-09-15s4-finddc: use NBT lookup for a 1C name if joining a short domain nameAndrew Tridgell1-3/+0
2010-09-15s4-join: give a clear error when using short domain formAndrew Tridgell1-1/+4
2010-09-12s4:fsmo.py - fix an obvious typoMatthias Dieter Wallnöfer1-1/+1
2010-09-09s4-rodc: get the domain name from the partitions DNAndrew Tridgell1-1/+1
2010-09-02s4-net: use CommandError() in net rodcAndrew Tridgell1-4/+4
2010-08-26s4-net: fixed docstring on spn commandAndrew Tridgell1-1/+1
2010-08-26s4-net: added "net rodc preload" commandAndrew Tridgell2-0/+125
2010-08-23s4-net: role should be case insensitive for joinAndrew Tridgell1-1/+4
2010-08-23s4-net: added initial implemention of RODC joinAndrew Tridgell1-6/+22
2010-08-23s4-net: moved the net join command to pythonAndrew Tridgell2-2/+4
2010-08-22s4-net: better error message on net setpasswordAndrew Tridgell1-3/+5
2010-08-17s4-net: use an encrypted ldap session when setting passwordsAndrew Tridgell1-0/+3
2010-07-10s4 net: Add spn module to list/add/remove spn on objectsMatthieu Patou2-0/+219
2010-07-03s4:pwsettings net utility - change also here the "minPwdAge" to be the real d...Matthias Dieter Wallnöfer1-2/+2
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell18-18/+18
2010-06-23s4:net Remove warnings for 2000 native mode and Samba4.Andrew Bartlett1-5/+5
2010-06-23libds:common Remove DS_DC_* domain functionality flagsAndrew Bartlett1-9/+5
2010-06-20Modifications extending functionality of newuser cmd and new net group set of...Lukasz Zalewski1-1/+5
2010-06-20Modifications extending functionality of newuser cmd and new net group set of...Lukasz Zalewski3-2/+224
2010-05-19pynet: Raise proper exceptions rather than invoking sys.exit.Jelmer Vernooij2-8/+6
2010-05-14s4:net domainlevel tool - fix up the error handling as Jelmer suggestedMatthias Dieter Wallnöfer1-2/+4
2010-05-13s4:domainlevel - handle exceptions more preciselyMatthias Dieter Wallnöfer1-2/+2
2010-05-13s4:domainlevel.py - update the script to handle both domain level occourrence...Matthias Dieter Wallnöfer1-0/+25
2010-05-09s4:net utility - make outprinted description comments more consistentMatthias Dieter Wallnöfer13-14/+14
2010-05-09s4:net utility - remove unixname parameter of samdb.newuserMatthias Dieter Wallnöfer1-9/+4
2010-05-09s4:net utility - add an optional password attribute to "net user add"Matthias Dieter Wallnöfer1-3/+5
2010-04-20s4-net: don't show a full python exception when you can't open sam.ldbAndrew Tridgell1-2/+2
2010-04-16s4-net: nicer error message (and no exception)Andrew Tridgell2-5/+17