index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-10
s3:smbd: Fix typo in got_duplicate_group check
Arvid Requate
1
-1
/
+1
2012-11-09
build: add DMAPI configure option and checks
Christian Ambach
2
-1
/
+65
2012-11-09
Revert "s3-winbindd: make sure we obey the -n switch also for samlogon cache ...
David Disseldorp
4
-13
/
+3
2012-11-08
s3fs-client: Burn commandline password of client utils.
Andreas Schneider
6
-0
/
+10
2012-11-08
s3fs-popt: Add function to burn the commandline password.
Andreas Schneider
2
-0
/
+48
2012-11-07
Remove two unused variables
Volker Lendecke
1
-1
/
+0
2012-11-05
s3:smbd: pass the current time to make_connection[_smb1]()
Stefan Metzmacher
3
-6
/
+9
2012-11-05
s3:utils fix a whitespace error
Christian Ambach
1
-1
/
+1
2012-11-05
s3:vfs_default: optimize vfswrap_asys_finished() and read as much as we can
Stefan Metzmacher
1
-16
/
+33
2012-11-05
libads: Always free the talloc_stackframe() on error path
Andrew Bartlett
1
-0
/
+1
2012-11-02
vfs_acl_common: In add_directory_inheritable_components allocate on psd as pa...
Andrew Bartlett
1
-4
/
+16
2012-11-02
smb2_server: Fix typo in comment.
Karolin Seeger
1
-1
/
+1
2012-11-02
build(waf): Fail "configure --with-cluster-support" if ctdb support is not av...
Björn Baumbach
1
-6
/
+10
2012-11-02
s3-torture:test_ctdbconn: fix the build against older ctdb versions
Björn Baumbach
1
-0
/
+6
2012-11-02
s3:ctdb library: fix the build against older ctdb versions
Björn Baumbach
1
-0
/
+5
2012-11-02
build(waf): check if we have ctdb_protocol.h in the cluster checks
Björn Baumbach
1
-0
/
+22
2012-11-02
build(autoconf): check if we have ctdb_protocol.h in the cluster checks
Björn Baumbach
1
-1
/
+1
2012-11-02
build(autoconf): fix check for ctdb_private.h
Björn Baumbach
1
-1
/
+1
2012-11-02
build(waf): fix the cluster(ctdb) build without system talloc installed
Michael Adam
1
-0
/
+3
2012-11-02
build(waf): fix a tab indentation to spaces
Michael Adam
1
-1
/
+1
2012-11-02
s3:smbd:smb2: fix a comment typo in the crediting code.
Michael Adam
1
-1
/
+1
2012-11-01
s3:winbindd: use PROTOCOL_LATEST instead of PROTOCOL_SMB2_02 (bug #9175)
Stefan Metzmacher
1
-1
/
+1
2012-11-01
s3:winbindd: disconnection after getting NETWORK_SESSION_EXPIRED (bug #9175)
Stefan Metzmacher
1
-0
/
+11
2012-11-01
s3:winbindd:cache: fix offline logons with cached credentials (bug #9321)
Michael Adam
1
-0
/
+7
2012-11-01
s3-param: Move the options needed for running smbd in the AD DC to loadparm
Andrew Bartlett
1
-0
/
+17
2012-10-31
Add regression test for bug #9329 - Directory listing with SeBackup can crash...
Jeremy Allison
2
-8
/
+64
2012-10-30
s3fs-utils: Free the popt context in smbcacls and smbquotas.
Andreas Schneider
2
-0
/
+4
2012-10-30
s3fs-net: Use talloc for memory allocation.
Andreas Schneider
1
-1
/
+1
2012-10-30
s3:smb2_read: fix SMBD_SMB2_NUM_IOV_PER_REQ check for sendfile() support (bug...
Stefan Metzmacher
1
-1
/
+1
2012-10-30
s3: Use file_id_string in file_id_string_tos
Volker Lendecke
1
-6
/
+1
2012-10-29
s3: Fix some nonempty line endings
Volker Lendecke
1
-5
/
+5
2012-10-29
s3:smbd:durable: remove a TODO comment about write time updates
Michael Adam
1
-2
/
+0
2012-10-29
BUG 9326: Fix net ads join message for the dns domain.
Andreas Schneider
1
-1
/
+1
2012-10-29
Fix bug #9329 - Directory listing with SeBackup can crash smbd.
Jeremy Allison
3
-1
/
+37
2012-10-27
source3.selftest: Move last variables to selftesthelpers.
Jelmer Vernooij
1
-10
/
+4
2012-10-27
source3.selftest: Move more variables to be in common.
Jelmer Vernooij
1
-6
/
+1
2012-10-27
source3.selftests.tests: Use common plansmbtorture4testsuite() function.
Jelmer Vernooij
1
-56
/
+50
2012-10-27
source3.selftest.tests: Add suffix for smbclient3/ntlm_auth3.
Jelmer Vernooij
1
-23
/
+23
2012-10-27
source3.selftest.tests: Remove tabs.
Jelmer Vernooij
1
-18
/
+18
2012-10-27
selftesthelpers: Add function for printing smbtorture4 version.
Jelmer Vernooij
1
-4
/
+1
2012-10-27
selftest: Move determining of smbtorture4 options to selftesthelpers.
Jelmer Vernooij
1
-1
/
+1
2012-10-27
selftest/selftesthelpers: Share environment handling for extra smbtorture opt...
Jelmer Vernooij
1
-8
/
+7
2012-10-27
selftest/selftesthelpers.py: Share configuration variable, strip whitespace.
Jelmer Vernooij
1
-24
/
+18
2012-10-27
selftesthelpers: Share code for listing smbtorture4 tests.
Jelmer Vernooij
1
-12
/
+6
2012-10-26
ntlm_auth: Increase debug level if we use config domain name.
Andreas Schneider
1
-2
/
+2
2012-10-26
vfstest: set umask(0) in vfstest
Andrew Bartlett
1
-0
/
+5
2012-10-26
pysmbd: Set umask to 0 during smbd operations
Andrew Bartlett
1
-9
/
+34
2012-10-26
pysmbd: Remember to close files after setting the NT ACL
Andrew Bartlett
1
-0
/
+5
2012-10-26
pysmbd: Add hook for unlink() so python scripts can remove xattr.tdb entries
Andrew Bartlett
1
-0
/
+68
2012-10-25
s3:smbd:durable: factor stat checks out into vfs_default_durable_reconnect_ch...
Michael Adam
1
-392
/
+261
[next]