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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pygensec: remove special case handling for None for buffers
Andrew Tridgell
2011-01-19
1
-1
/
+1
*
s4-gensec Extend python bindings for GENSEC and the associated test
Andrew Bartlett
2011-01-18
1
-6
/
+51
*
s4-provision: Fixed owner/group for hard-coded Sites descriptor.
Nadezhda Ivanova
2011-01-17
1
-3
/
+1
*
s4-tools: Fixed a bug in ldapcmp - DACL was not retrieved correctly if the ob...
Nadezhda Ivanova
2011-01-17
1
-1
/
+4
*
s4-tools: Added a --sort-aces option to ldapcmp
Nadezhda Ivanova
2011-01-17
1
-6
/
+12
*
web_server: Display trivial placeholder page if SWAT could not be found.
Jelmer Vernooij
2011-01-17
1
-6
/
+19
*
web_server: Avoid references to swat. Load samba.web_server instead.
Jelmer Vernooij
2011-01-17
1
-0
/
+39
*
s4-samba-tool: fixed the gpo command to use the right DN for access checks
Andrew Tridgell
2011-01-14
1
-5
/
+14
*
s4-samba_tool Added ACL checking to python GPO management tool
Andrew Bartlett
2011-01-14
1
-8
/
+26
*
s4/ldapcmp: Two new options are added to the tool
Zahari Zahariev
2011-01-07
1
-40
/
+76
*
Use new style objects.
Jelmer Vernooij
2011-01-06
1
-1
/
+2
*
s4/ldapcmp: Correct fix for creds2
Anatoliy Atanasov
2011-01-05
1
-0
/
+3
*
Revert "s4/ldapcmp: Fix the parsing of the second set of credentials"
Anatoliy Atanasov
2011-01-05
1
-1
/
+1
*
Revert "s4/ldapcmp: Check if creds2 is actualy set by the command line"
Anatoliy Atanasov
2011-01-05
1
-1
/
+1
*
s4-python: Allow setting TEST_DEBUG_LEVEL to override debug level for tests.
Jelmer Vernooij
2011-01-05
1
-0
/
+10
*
s4/ldapcmp: Check if creds2 is actualy set by the command line
Anatoliy Atanasov
2011-01-04
1
-1
/
+1
*
s4/ldapcmp: Fix the parsing of the second set of credentials
Anatoliy Atanasov
2011-01-04
1
-1
/
+1
*
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-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
*
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
1
-0
/
+1
*
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
[next]