index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
scripting
/
python
Commit message (
Expand
)
Author
Age
Files
Lines
*
pynet: Raise proper exceptions rather than invoking sys.exit.
Jelmer Vernooij
2010-05-19
2
-8
/
+6
*
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
2010-05-18
1
-3
/
+0
*
s4-rodc: Set am_rodc flag during provision
Anatoliy Atanasov
2010-05-17
3
-11
/
+16
*
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:domain functional level - it is also specified in the domain object under ...
Matthias Dieter Wallnöfer
2010-05-13
1
-1
/
+2
*
Revert "s4-rodc: Fix provision warnings by creating ntds objectGUID in provis...
Anatoliy Atanasov
2010-05-11
2
-9
/
+1
*
s4-rodc: Fix provision warnings by creating ntds objectGUID in provision
Anatoliy Atanasov
2010-05-10
2
-1
/
+9
*
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:samdb python bindings - remove idmap creation stuff from this call
Matthias Dieter Wallnöfer
2010-05-09
1
-22
/
+1
*
s4:net utility - add an optional password attribute to "net user add"
Matthias Dieter Wallnöfer
2010-05-09
1
-3
/
+5
*
s4:py_nttime2string - removed unused variable "nt2"
Matthias Dieter Wallnöfer
2010-05-04
1
-2
/
+3
*
s4 python: fix glues functions manipulating NTTIME
Matthieu Patou
2010-05-02
1
-1
/
+35
*
Revert "s4/dsdb: Set schemaInfo attribute value during provisioning"
Kamen Mazdrashki
2010-04-29
3
-31
/
+0
*
s4:provisionbackend Don't loop forever waiting for OpenLDAP
Andrew Bartlett
2010-04-28
1
-0
/
+6
*
s4-provision: setup spn_update_list in provision
Andrew Tridgell
2010-04-27
1
-1
/
+5
*
s4-python: added --realm option to python scripts
Andrew Tridgell
2010-04-21
1
-1
/
+7
*
s4-python: accept --option arguments in python cmdline parsing
Andrew Tridgell
2010-04-21
1
-10
/
+17
*
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-python: added PYTHONDIR to python search path
Andrew Tridgell
2010-04-20
1
-0
/
+5
*
s4:provisionbackend Print the command we failed to start slapd with
Andrew Bartlett
2010-04-20
1
-1
/
+2
*
s4:provision Pass in the invoication ID and NTDS Settings DN to Schema()
Andrew Bartlett
2010-04-20
3
-11
/
+31
*
s4-net: allow a username to be displayed in setpassword errors
Andrew Tridgell
2010-04-16
1
-1
/
+6
*
s4-net: nicer error message (and no exception)
Andrew Tridgell
2010-04-16
2
-5
/
+17
*
pydsdb: Fix memory leak on invalid parameters, formatting, trivial
Jelmer Vernooij
2010-04-15
1
-9
/
+7
*
s4 python: add a unit test for function dsdb_get_oid_from_attid
Matthieu Patou
2010-04-15
1
-0
/
+44
*
s4 python: make the function dsdb_get_oid_from_attid reachable from a samDB o...
Matthieu Patou
2010-04-15
1
-0
/
+3
*
Fixed a problem with provision missing the default_dir/etc directory.
Nadezhda Ivanova
2010-04-12
1
-2
/
+2
*
s4-net: Add definition of outf.
Jelmer Vernooij
2010-04-12
1
-0
/
+2
*
s4:provision Don't make the 'slaptest' call produce errors
Andrew Bartlett
2010-04-10
1
-6
/
+3
*
s4-waf: only enable the python uuid module if python <= 2.4
Andrew Tridgell
2010-04-09
1
-1
/
+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
*
Support --version in python scripts.
Jelmer Vernooij
2010-04-09
1
-0
/
+8
*
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/dsdb: Set schemaInfo attribute value during provisioning
Kamen Mazdrashki
2010-04-09
3
-0
/
+31
*
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
*
pynet: Create a net class.
Jelmer Vernooij
2010-04-08
1
-3
/
+4
*
s4-python: Fix formatting, use standard convention to call instance methods.
Jelmer Vernooij
2010-04-08
6
-49
/
+51
*
s4-python: Cancel transaction properly in case of exceptions, fix formatting.
Jelmer Vernooij
2010-04-08
1
-29
/
+33
*
s4-python: Move load_partition_usn to dsdb module.
Jelmer Vernooij
2010-04-08
2
-48
/
+3
*
s4-python: More cleanups.
Jelmer Vernooij
2010-04-08
4
-15
/
+27
*
s4-python: rename samba.glue to samba._glue to indicate it's private.
Jelmer Vernooij
2010-04-08
5
-18
/
+18
*
s4-python: Fix formatting, import of FLG_NOSYNC.
Jelmer Vernooij
2010-04-08
2
-2
/
+2
[next]