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
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-samr: Fix Bug #6372, usermanager only displaying 1024 groups and aliases.
Günther Deschner
2009-05-25
1
-0
/
+12
*
s3-selftest: enable RPC-SAMR-LARGE-DC against Samba3.
Günther Deschner
2009-05-25
1
-1
/
+1
*
s3-pamsmbpass: copy _pam_get_item and _pam_get_data from pam_winbind.
Günther Deschner
2009-05-25
4
-15
/
+42
*
s3-rpcclient: use get_domain_handle() fn in enum domain users & groups.
Günther Deschner
2009-05-25
1
-12
/
+10
*
Attempt to fix a debian build problem
Volker Lendecke
2009-05-25
1
-1
/
+1
*
TALLOC_FREE happily lives with a NULL ptr. Tim, please check!
Volker Lendecke
2009-05-24
3
-48
/
+16
*
Fix a race condition in winbind leading to a panic
Volker Lendecke
2009-05-24
1
-0
/
+1
*
use epoll for local-wbclient test
Volker Lendecke
2009-05-24
1
-1
/
+1
*
Don't limit the number of retries in wb_trans.
Volker Lendecke
2009-05-24
1
-8
/
+0
*
Don't set a timeout deep inside wb_connect
Volker Lendecke
2009-05-24
1
-5
/
+0
*
Do queueing in wbclient.c
Volker Lendecke
2009-05-24
2
-46
/
+59
*
Fix closed_fd(): select returning 0 means no fd listening
Volker Lendecke
2009-05-24
1
-4
/
+7
*
Fix wb_simple_trans queueing
Volker Lendecke
2009-05-24
1
-16
/
+3
*
Add "err_on_readability" to writev_send
Volker Lendecke
2009-05-24
3
-5
/
+5
*
Ensure we return NT_STATUS_FILE_IS_A_DIRECTORY on a posix open on a
Jeremy Allison
2009-05-22
1
-1
/
+1
*
Test that POSIX open of a directory returns NT_STATUS_FILE_IS_A_DIRECTORY (ER...
Jeremy Allison
2009-05-22
1
-1
/
+12
*
s3:smbd: implement SMB2 Tree Disconnect
Stefan Metzmacher
2009-05-22
3
-1
/
+38
*
s3:smbd: implement SMB2 Tree Connect
Stefan Metzmacher
2009-05-22
5
-2
/
+286
*
s3:smbd: SMB2 session ids are 64bit...
Stefan Metzmacher
2009-05-22
2
-3
/
+3
*
s3:winbind:idmap_ldap: fix a crash bug in idmap_ldap_unixids_to_sids (#6387)
Michael Adam
2009-05-22
1
-1
/
+1
*
s3:smbd: implement SMB2 Logoff
Stefan Metzmacher
2009-05-22
3
-1
/
+47
*
Don't steal when we know the ptr will be null. Thanks to Simo for
Jeremy Allison
2009-05-21
1
-2
/
+1
*
Revert the last two commits (fix for #6386). The actual problem
Jeremy Allison
2009-05-21
1
-7
/
+9
*
Ensure all possible uses of indirection through res are checked after
Jeremy Allison
2009-05-21
1
-6
/
+6
*
Attempt to fix bug #6386 - Samba Panic triggered by Sophos Control Centre.
Jeremy Allison
2009-05-21
1
-1
/
+1
*
s3 torture: Fix warning
Tim Prouty
2009-05-21
1
-1
/
+1
*
s3 onefs: Fix invalid argument from the unix_convert smb_filename struct patch
Tim Prouty
2009-05-21
1
-1
/
+1
*
s3:smbd: we want to get the next command offset and not set it...
Stefan Metzmacher
2009-05-21
1
-1
/
+1
*
s3-build: fix the build of ntlm_auth. Bo Yang, please check.
Günther Deschner
2009-05-21
1
-1
/
+1
*
s3: ignore EPIPE error when winbind finally writes to wb client because clien...
Bo Yang
2009-05-22
1
-2
/
+8
*
s3: Fix onlinestatus msg to return status of all domain instead of omitting t...
Bo Yang
2009-05-22
1
-78
/
+51
*
s3: set winbindd request flags in ntlm_auth to make it contact trusted domain...
Bo Yang
2009-05-22
3
-2
/
+58
*
Make cli_posix_open() and cli_posix_mkdir() async.
Jeremy Allison
2009-05-20
4
-75
/
+243
*
s3: Change unix_convert (and its callers) to use struct smb_filename
Tim Prouty
2009-05-20
10
-383
/
+588
*
s3:smbd: check the incoming session id for SMB2 requests
Stefan Metzmacher
2009-05-20
3
-2
/
+98
*
s3:smbd: implement SMB2 Session Setup with raw NTLMSSP
Stefan Metzmacher
2009-05-20
4
-1
/
+221
*
s3:smbd: for now indicate raw NTLMSSP in the SMB2 Negotiate response
Stefan Metzmacher
2009-05-20
1
-0
/
+3
*
s3:smbd: move the callback functions of smbd_smb2_request_reply() closer itself
Stefan Metzmacher
2009-05-20
1
-42
/
+42
*
s3:smbd: add smbd_smb2_request_done_ex()
Stefan Metzmacher
2009-05-20
2
-5
/
+16
*
s3:smbd: fix initialized memory in SMB2 responses
Stefan Metzmacher
2009-05-20
1
-4
/
+4
*
Add a security model to LSA. Similar to the SAMR code - using
Jeremy Allison
2009-05-20
1
-88
/
+227
*
Use SMB_VFS_NEXT_CLOSE. This VFS stuff is really opaque to me...
Volker Lendecke
2009-05-20
1
-5
/
+1
*
s3:smbd: add support for SMB2 Keepalive (SMB2 Echo)
Stefan Metzmacher
2009-05-20
4
-0
/
+93
*
s3:smbd: allow SMB 2.002 dialect in SMB1 negprot
Stefan Metzmacher
2009-05-20
3
-0
/
+38
*
s3:smbd: add support for SMB2 Negotiate
Stefan Metzmacher
2009-05-20
4
-1
/
+132
*
s3:smbd: make negprot_spnego() non static
Stefan Metzmacher
2009-05-20
2
-1
/
+3
*
s3:smbd: add infrastructure for SMB2 support
Stefan Metzmacher
2009-05-20
4
-0
/
+1050
*
s3:param: add PROTOCOL_SMB2
Stefan Metzmacher
2009-05-20
2
-1
/
+10
*
Fix bug disclosed by lock8 torture test
Volker Lendecke
2009-05-20
1
-0
/
+17
*
Demonstrate a bug we have when dealing with real os-level share modes
Volker Lendecke
2009-05-20
1
-0
/
+75
[next]