index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
scripting
/
python
/
samba
/
netcmd
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4-net: added --ipaddress option to net commands
Andrew Tridgell
2010-09-25
5
-6
/
+6
*
s4-finddc: use NBT lookup for a 1C name if joining a short domain name
Andrew Tridgell
2010-09-15
1
-3
/
+0
*
s4-join: give a clear error when using short domain form
Andrew Tridgell
2010-09-15
1
-1
/
+4
*
s4:fsmo.py - fix an obvious typo
Matthias Dieter Wallnöfer
2010-09-12
1
-1
/
+1
*
s4-rodc: get the domain name from the partitions DN
Andrew Tridgell
2010-09-09
1
-1
/
+1
*
s4-net: use CommandError() in net rodc
Andrew Tridgell
2010-09-02
1
-4
/
+4
*
s4-net: fixed docstring on spn command
Andrew Tridgell
2010-08-26
1
-1
/
+1
*
s4-net: added "net rodc preload" command
Andrew Tridgell
2010-08-26
2
-0
/
+125
*
s4-net: role should be case insensitive for join
Andrew Tridgell
2010-08-23
1
-1
/
+4
*
s4-net: added initial implemention of RODC join
Andrew Tridgell
2010-08-23
1
-6
/
+22
*
s4-net: moved the net join command to python
Andrew Tridgell
2010-08-23
2
-2
/
+4
*
s4-net: better error message on net setpassword
Andrew Tridgell
2010-08-22
1
-3
/
+5
*
s4-net: use an encrypted ldap session when setting passwords
Andrew Tridgell
2010-08-17
1
-0
/
+3
*
s4 net: Add spn module to list/add/remove spn on objects
Matthieu Patou
2010-07-10
2
-0
/
+219
*
s4:pwsettings net utility - change also here the "minPwdAge" to be the real d...
Matthias Dieter Wallnöfer
2010-07-03
1
-2
/
+2
*
s4-python: python is not always in /usr/bin
Andrew Tridgell
2010-06-24
18
-18
/
+18
*
s4:net Remove warnings for 2000 native mode and Samba4.
Andrew Bartlett
2010-06-23
1
-5
/
+5
*
libds:common Remove DS_DC_* domain functionality flags
Andrew Bartlett
2010-06-23
1
-9
/
+5
*
Modifications extending functionality of newuser cmd and new net group set of...
Lukasz Zalewski
2010-06-20
1
-1
/
+5
*
Modifications extending functionality of newuser cmd and new net group set of...
Lukasz Zalewski
2010-06-20
3
-2
/
+224
*
pynet: Raise proper exceptions rather than invoking sys.exit.
Jelmer Vernooij
2010-05-19
2
-8
/
+6
*
s4:net domainlevel tool - fix up the error handling as Jelmer suggested
Matthias Dieter Wallnöfer
2010-05-14
1
-2
/
+4
*
s4:domainlevel - handle exceptions more precisely
Matthias Dieter Wallnöfer
2010-05-13
1
-2
/
+2
*
s4:domainlevel.py - update the script to handle both domain level occourrence...
Matthias Dieter Wallnöfer
2010-05-13
1
-0
/
+25
*
s4:net utility - make outprinted description comments more consistent
Matthias Dieter Wallnöfer
2010-05-09
13
-14
/
+14
*
s4:net utility - remove unixname parameter of samdb.newuser
Matthias Dieter Wallnöfer
2010-05-09
1
-9
/
+4
*
s4:net utility - add an optional password attribute to "net user add"
Matthias Dieter Wallnöfer
2010-05-09
1
-3
/
+5
*
s4-net: don't show a full python exception when you can't open sam.ldb
Andrew Tridgell
2010-04-20
1
-2
/
+2
*
s4-net: nicer error message (and no exception)
Andrew Tridgell
2010-04-16
2
-5
/
+17
*
s4-net: Add definition of outf.
Jelmer Vernooij
2010-04-12
1
-0
/
+2
*
s4-net: Cope with options without arguments.
Jelmer Vernooij
2010-04-09
1
-1
/
+2
*
s4-net: 'net user create' -> 'net user add', for backwards compatibility.
Jelmer Vernooij
2010-04-09
1
-3
/
+3
*
s4-net: Convert machinepw command to python.
Jelmer Vernooij
2010-04-09
4
-63
/
+114
*
s4-net: Convert vampire command over to Python.
Jelmer Vernooij
2010-04-09
2
-0
/
+117
*
s4-net: Convert user subcommand to Python.
Jelmer Vernooij
2010-04-09
2
-0
/
+76
*
s4-net: Convert 'net time' to python.
Jelmer Vernooij
2010-04-08
2
-0
/
+47
*
net: Convert time command to python.
Jelmer Vernooij
2010-04-08
1
-1
/
+1
*
s4-net: Use new Net() object in net export keytab.
Jelmer Vernooij
2010-04-08
1
-2
/
+2
*
s4-python: Fix formatting, use standard convention to call instance methods.
Jelmer Vernooij
2010-04-08
4
-16
/
+16
*
s4-python: More cleanups.
Jelmer Vernooij
2010-04-08
1
-1
/
+2
*
s4-python: Simplify code, improve formatting.
Jelmer Vernooij
2010-04-08
2
-8
/
+15
*
Migrate 'net export keytab' to python.
Jelmer Vernooij
2010-04-08
2
-0
/
+59
*
s4-net: Simplify SamDB connect code.
Jelmer Vernooij
2010-04-08
8
-49
/
+10
*
s4-samdb: Allow skipping global schema.
Jelmer Vernooij
2010-04-07
1
-1
/
+1
*
s4-python: Move dsdb constants to a separate python module.
Jelmer Vernooij
2010-04-04
1
-1
/
+1
*
s4-python: Remove duplicate definition of GUID_DRS_* constants.
Jelmer Vernooij
2010-04-03
2
-12
/
+10
*
Added a net acl ds command for modification of ACLs on directory objects
Nadezhda Ivanova
2010-03-16
4
-2
/
+212
*
General cleanups of python code, hinted by pyflakes.
Jelmer Vernooij
2010-03-01
2
-4
/
+1
*
ntacl: Use existing infrastructure.
Jelmer Vernooij
2010-03-01
2
-27
/
+27
*
python-s4: use secrets.ldb instead of sam.ldb for reading domain SID
Matthieu Patou
2010-02-11
1
-2
/
+2
[next]