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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s4:dsdb/acl: only give administrators access to attributes marked as confiden...
Stefan Metzmacher
2012-11-12
1
-0
/
+87
*
s4:dsdb/acl: reorganize the logic flow in the password filtering checks
Stefan Metzmacher
2012-11-12
1
-54
/
+92
*
s4:dsdb/acl: fix search filter cleanup for password attributes
Stefan Metzmacher
2012-11-12
1
-1
/
+1
*
selftest: Avoid test cross-contamination in samba.tests.posixacl
Andrew Bartlett
2012-11-12
1
-81
/
+59
*
selftest: Add tests for expected behaviour on directories as well as files
Andrew Bartlett
2012-11-11
1
-0
/
+197
*
pysmbd: Add SMB_ACL_EXECUTE to the mask set by make_simple_acl()
Andrew Bartlett
2012-11-12
1
-2
/
+2
*
selftest: Make samba.tests.ntacl also use TestCaseInTempDir
Andrew Bartlett
2012-11-12
1
-37
/
+31
*
samba-tool: Rework ldap attribute fetch in classicupgrade for missing attributes
Andrew Bartlett
2012-11-12
1
-17
/
+24
*
torture: Fix smb2.create.blob test.
Andreas Schneider
2012-11-09
1
-1
/
+4
*
samba-tool: Fix typo in --help output.
Karolin Seeger
2012-11-09
1
-1
/
+1
*
s4-drs: Remove unused var
Matthieu Patou
2012-11-09
1
-3
/
+0
*
heimdal_build: Fix finding of system heimdal.
Jelmer Vernooij
2012-11-06
1
-26
/
+29
*
heimdal_build: HEIMDAL_LIBRARY(): Remove unused cflags argument.
Jelmer Vernooij
2012-11-06
1
-2
/
+1
*
ldb_secrets_tdb_sync: Add dependency on gssapi.
Jelmer Vernooij
2012-11-06
1
-1
/
+1
*
dsdb: Rename _res argument to _result.
Jelmer Vernooij
2012-11-06
1
-6
/
+6
*
provision: Make dsacl2fsacl() take a security.dom_sid, not str
Andrew Bartlett
2012-11-06
3
-6
/
+5
*
provision: Also walk directories checking ACLs
Andrew Bartlett
2012-11-06
1
-1
/
+1
*
selftest: check that samba-tool gpo works for basic operations
Andrew Bartlett
2012-11-06
2
-0
/
+64
*
dsdb: Simplify DsCrackNameOneFilter a bit
Volker Lendecke
2012-11-06
1
-1
/
+4
*
s4-dns: Fix format string vulnerability in an error message (bug #9354)
Amitay Isaacs
2012-11-04
1
-4
/
+5
*
s4-ldapclient: cope with logon failure retry in LDAP
Andrew Tridgell
2012-11-01
1
-37
/
+79
*
s4-librpc: set error code to LOGON_FAILURE on RPC fault with access denied
Andrew Tridgell
2012-11-01
1
-2
/
+7
*
samba-tool: "drs options" does not need a samdb connection
Andrew Tridgell
2012-11-01
1
-1
/
+0
*
s4-librpc: try a 2nd logon for more error cases
Andrew Tridgell
2012-11-01
1
-3
/
+10
*
s4-librpc: use cli_credentials_failed_kerberos_login to cope with stale tickets
Andrew Tridgell
2012-11-01
1
-1
/
+15
*
libcli: use cli_credentials_failed_kerberos_login() to cope with server changes
Andrew Tridgell
2012-11-01
1
-2
/
+15
*
samba-tool: Add samba-tool processes subcommand
Andrew Bartlett
2012-10-31
4
-0
/
+116
*
pymessaging: Add irpc_servers_byname() and irpc_all_servers()
Andrew Bartlett
2012-10-31
2
-0
/
+108
*
pymessaging: Use the server_id IDL structure rather than a tuple
Andrew Bartlett
2012-10-31
3
-7
/
+28
*
imessaging: Add irpc_all_servers() to list all available servers
Andrew Bartlett
2012-10-31
3
-1
/
+85
*
TestCaseInTempDir: Use addCleanup rather than tearDown.
Jelmer Vernooij
2012-10-27
1
-2
/
+3
*
source4.selftest.tests: Add FIXME about database verification.
Jelmer Vernooij
2012-10-27
1
-0
/
+2
*
source4.selftest.tests: Add suffix for smbclient4/nmblookup4.
Jelmer Vernooij
2012-10-27
1
-16
/
+16
*
selftesthelpers: Add function for printing smbtorture4 version.
Jelmer Vernooij
2012-10-27
1
-2
/
+1
*
selftest: Move determining of smbtorture4 options to selftesthelpers.
Jelmer Vernooij
2012-10-27
1
-10
/
+7
*
selftest/selftesthelpers: Share environment handling for extra smbtorture opt...
Jelmer Vernooij
2012-10-27
1
-6
/
+6
*
selftesthelpers: Share code for listing smbtorture4 tests.
Jelmer Vernooij
2012-10-27
1
-13
/
+0
*
source4.selftest.tests: Rename plansmbtorturesuite() to plansmbtorture4suite().
Jelmer Vernooij
2012-10-27
1
-60
/
+60
*
source4.selftest.tests: Consistent naming of smbtorture binary.
Jelmer Vernooij
2012-10-27
1
-25
/
+25
*
sefltest: use TestCaseInTempDir and setUp/tearDown for posixacl.py temp file
Andrew Bartlett
2012-10-27
1
-170
/
+62
*
provision: Fix comments in checksysvolacl
Andrew Bartlett
2012-10-27
1
-1
/
+2
*
pysmbd: Add hook for unlink() so python scripts can remove xattr.tdb entries
Andrew Bartlett
2012-10-26
1
-20
/
+20
*
python-ntacls: Cope with ACL revision 4
Andrew Bartlett
2012-10-25
1
-0
/
+2
*
selftest: Always unlink the tempf in posixacl test
Andrew Bartlett
2012-10-25
1
-1
/
+4
*
selftest: Cover the important non-Samba invalidation of the NT ACL
Andrew Bartlett
2012-10-25
1
-0
/
+23
*
selftest: Cover one more NT ACL invalidation case and improve comments
Andrew Bartlett
2012-10-25
1
-8
/
+7
*
selftest: Add many more tests for our posix ACL handling
Andrew Bartlett
2012-10-25
1
-1
/
+236
*
dsdb-cracknames: Return DRSUAPI_DS_NAME_STATUS_NO_MAPPING when there is no SID
Andrew Bartlett
2012-10-25
1
-3
/
+7
*
s4:dns_server: fix formatting difference compared to v4-0-test
Stefan Metzmacher
2012-10-24
1
-1
/
+2
*
dsdb-cracknames: Always use talloc_zero()
Andrew Bartlett
2012-10-24
1
-1
/
+1
[prev]
[next]