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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pyglue: Add prototype for init function.
Jelmer Vernooij
2010-12-18
1
-0
/
+2
*
join: Properly cancel transaction on exceptions.
Jelmer Vernooij
2010-12-15
1
-35
/
+44
*
Move get_loadparm() and get_credentials() to samba.tests.TestCase.
Jelmer Vernooij
2010-12-15
1
-8
/
+15
*
s4:scripting/python/pyglue.c - add a OOM handling
Matthias Dieter Wallnöfer
2010-12-12
1
-0
/
+4
*
s4:scripting/python/pyglue.c - optimise includes
Matthias Dieter Wallnöfer
2010-12-12
1
-4
/
+0
*
s4-tests: Moved some commonly redefined security descriptor methods to a util...
Nadezhda Ivanova
2010-12-10
1
-0
/
+79
*
subunitrun: Use unittest.TestProgram if subunit.TestProgram is not
Jelmer Vernooij
2010-12-10
1
-16
/
+1
*
s4-python: Add convenience function for forcibly importing bundled
Jelmer Vernooij
2010-12-10
1
-0
/
+15
*
s4-python: Fix use of bundled modules.
Jelmer Vernooij
2010-12-10
1
-1
/
+1
*
s4-python: Split up ensure_external_module.
Jelmer Vernooij
2010-12-10
1
-8
/
+22
*
build: do not duplicate the checks for python in samba4
Matthieu Patou
2010-12-09
1
-12
/
+0
*
samba-tools: more reasonable defaults for samba-tool commands
Andrew Tridgell
2010-12-08
13
-53
/
+79
*
samba-tools: export doesn't need any credentials
Andrew Tridgell
2010-12-08
1
-2
/
+1
*
s4-provision Always run slaptest to convert the config file
Andrew Bartlett
2010-12-08
1
-13
/
+13
*
s4-provision Add an invalid names check for 'domain == netbiosname'
Andrew Bartlett
2010-12-08
1
-1
/
+4
*
s4-python: Add more module docstrings.
Jelmer Vernooij
2010-12-05
10
-3
/
+23
*
s4-python: Add some more module docstrings.
Jelmer Vernooij
2010-12-05
16
-0
/
+33
*
s4:password_hash LDB module - allow empty ("") passwords
Matthias Dieter Wallnöfer
2010-12-02
1
-0
/
+30
*
s4-drs: cope with invalid NTDS DNs from DsReplicaInfo()
Andrew Tridgell
2010-12-01
1
-2
/
+5
*
s4-samba-tool Show when we have created the user successfully
Andrew Bartlett
2010-12-01
1
-0
/
+1
*
s4-drs: the options attribute is optional on NTDSDSA objects
Andrew Tridgell
2010-12-01
1
-1
/
+1
*
s4-provision: fixed check for missing msDS-SupportedEncryptionTypes
Andrew Tridgell
2010-12-01
1
-3
/
+2
*
s4-samdb: give a better exception if multiple users match in password change
Andrew Tridgell
2010-11-29
1
-1
/
+2
*
s4-samba-tool: fixed exception handling in subcommands
Andrew Tridgell
2010-11-29
13
-74
/
+68
*
s4-samba-tool: fixed ldb exception handling in domainlevel command
Andrew Tridgell
2010-11-29
1
-4
/
+4
*
s4-samba-tool: improved exception handling in samba-tool
Andrew Tridgell
2010-11-29
1
-5
/
+44
*
s4-join: fixed exception handling in join command
Andrew Tridgell
2010-11-29
1
-9
/
+10
*
s4-ldapcmp: make ldapcmp a samba-tool command
Andrew Tridgell
2010-11-29
2
-0
/
+832
*
s4-pyglue: added get_debug_level() method
Andrew Tridgell
2010-11-29
2
-0
/
+8
*
s4-gpo: started on samba-tool gpo list command
Andrew Tridgell
2010-11-29
1
-0
/
+99
*
s4-samba-tool: started on gpo subcommands in python
Andrew Tridgell
2010-11-29
2
-0
/
+122
*
samba.tests.hostconfig: Fix import.
Jelmer Vernooij
2010-11-28
1
-1
/
+1
*
s4-python: Some reformatting for the purpose of pydoctor.
Jelmer Vernooij
2010-11-28
11
-64
/
+105
*
samba.upgradehelpers: Simplify code a bit.
Jelmer Vernooij
2010-11-28
1
-21
/
+17
*
samba.hostconfig: Move samba.shares into samba.hostconfig.
Jelmer Vernooij
2010-11-28
3
-68
/
+57
*
samba.getopt: Fix missing import of sys.
Jelmer Vernooij
2010-11-28
1
-8
/
+14
*
Revert "s4:netcmd/drs.py - use "objectClass" for discovering the server and i...
Matthias Dieter Wallnöfer
2010-11-28
1
-2
/
+2
*
samba.provision: Fix setup_path.
Jelmer Vernooij
2010-11-28
3
-72
/
+73
*
samba.provision: Add package with provision and backend modules.
Jelmer Vernooij
2010-11-28
3
-323
/
+337
*
s4-python: Fix formatting of docstrings for the purpose of pydoctor.
Jelmer Vernooij
2010-11-28
6
-104
/
+114
*
samba.tests: Fix formatting.
Jelmer Vernooij
2010-11-28
1
-22
/
+25
*
s4-samba-tool: support help, and show description of commands
Andrew Tridgell
2010-11-28
1
-7
/
+7
*
s4-drs: fixed credit for C version
Andrew Tridgell
2010-11-28
1
-0
/
+2
*
s4:netcmd/drs.py - use "objectClass" for discovering the server and it's NTDS...
Matthias Dieter Wallnöfer
2010-11-27
1
-2
/
+2
*
s4-samba-tool: switched over to python version of samba-tool drs
Andrew Tridgell
2010-11-28
1
-0
/
+2
*
s4-samba-tool: added python implementation of samba-tool drs commands
Andrew Tridgell
2010-11-28
1
-0
/
+402
*
s4-pyglue: expose the remaining NTTIME functions from glue
Andrew Tridgell
2010-11-28
1
-0
/
+3
*
s4-samba-tool: fixed "-k no" for disabling kerberos auth
Andrew Tridgell
2010-11-28
1
-2
/
+4
*
s4-provision: fixed eadb automatic and manual setting in provision
Andrew Tridgell
2010-11-26
2
-17
/
+16
*
s4-provision: don't try to look for an IPv6 address when not specified
Andrew Tridgell
2010-11-26
1
-11
/
+0
[next]