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
/
smbd
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-18
s3-smbd Give the nt error string when failing to set up encrypted transport
Andrew Bartlett
1
-3
/
+5
2011-10-18
ntlmssp: Move ntlmssp code to auth/ntlmssp
Andrew Bartlett
3
-3
/
+3
2011-10-17
First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.
Frank Lahm
7
-13
/
+33
2011-10-14
s3: remove some dead prototypes.
Günther Deschner
1
-2
/
+0
2011-10-14
Add support for VFS op streaminfo chaining in all relevant VFS modules.
Frank Lahm
5
-10
/
+10
2011-10-13
lib/util: Add back control of mmap and hash size in tdb for top level build
Andrew Bartlett
1
-2
/
+11
2011-10-13
libcli/auth: Provide a struct loadparm_context to schannel calls
Andrew Bartlett
1
-1
/
+4
2011-10-13
s3:smb2_server: get/set info are limited by max_trans size (bug #8473)
Stefan Metzmacher
2
-0
/
+11
2011-10-13
s3:smb2_server: reject writes larger then the negotiated max_write size (bug ...
Stefan Metzmacher
1
-2
/
+0
2011-10-13
s3:smb2_server: remember the max_{trans,read,write} sizes we negotiated (bug ...
Stefan Metzmacher
6
-8
/
+12
2011-10-12
s3:smbcontrol: let smbd pass the idmap msg to its children for convenience
Gregor Beck
3
-4
/
+36
2011-10-12
s3: factor out messaging_send_to_children()
Gregor Beck
2
-8
/
+19
2011-10-12
s3: fix id_cache_kill to delete the the id-mappig from caches
Gregor Beck
1
-0
/
+1
2011-10-11
s3:smbd: convert notify db to use dbwrap wrapper functions
Michael Adam
1
-28
/
+30
2011-10-11
s3:smbd: convert session.c to use dbwrap wrapper functions only
Michael Adam
1
-6
/
+12
2011-10-11
s3:smbd: convert connections.c to use only dbrwap wrapper functions
Michael Adam
1
-3
/
+3
2011-10-11
s3:sessionid: use dbwrap_travers_read() in sessionid_travers_read()
Michael Adam
1
-3
/
+3
2011-10-10
s3:smb2_create: fix allocation size return value when opening existing files
Christian Ambach
1
-2
/
+2
2011-10-08
s3:msdfs: removed unused variables
Stefan Metzmacher
1
-209
/
+0
2011-10-08
s3:msdfs: implement setup_dfs_referral() on top of SMB_VFS_GET_DFS_REFERRALS()
Stefan Metzmacher
1
-85
/
+31
2011-10-08
s3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooks
Stefan Metzmacher
1
-0
/
+7
2011-10-06
s3: Use the uid_wrapper
Volker Lendecke
1
-0
/
+1
2011-10-05
Fix bug #8507 - smbd doesn't correctly honor the "force create mode" bits fro...
Jeremy Allison
1
-6
/
+6
2011-10-01
Move FSCTL handling into the VFS. Initial code changes. Passes smbtorture NTT...
Richard Sharpe
2
-335
/
+49
2011-10-01
Fix bug #8493 - DFS breaks zip file extracting unless "follow symlinks = no" set
Jeremy Allison
1
-11
/
+2
2011-09-29
s3-smb2_server: fix ioctl InputOffset checking
David Disseldorp
1
-1
/
+10
2011-09-29
s3-smb2_server: SMB2_OP_IOCTL doesn't require at least 1 dyn byte
David Disseldorp
1
-0
/
+1
2011-09-29
s3:smb2_server: SMB2_OP_CANCEL requests don't have to be signed
Stefan Metzmacher
1
-0
/
+2
2011-09-26
s3: Remove the smbd_server_conn ref from create_junction
Volker Lendecke
2
-2
/
+4
2011-09-26
s3: Remove the smbd_server_conn ref from setup_dfs_referral
Volker Lendecke
1
-1
/
+1
2011-09-26
s3: Remove the smbd_server_conn ref from get_referred_path
Volker Lendecke
2
-5
/
+7
2011-09-26
s3: Remove the smbd_server_conn ref from dfs_redirect
Volker Lendecke
1
-1
/
+3
2011-09-26
s3: Remove the smbd_server_conn ref from create_conn_struct
Volker Lendecke
2
-8
/
+10
2011-09-26
s3: Remove the smbd_server_conn ref from parse_dfs_path
Volker Lendecke
1
-5
/
+8
2011-09-23
s3:smbd: disconnect the socket if we got an unexpected request
Stefan Metzmacher
2
-1
/
+20
2011-09-23
s3:smbd: don't call smbd_terminate_connection in smb2_validate_message_id() (...
Stefan Metzmacher
1
-2
/
+3
2011-09-23
Fix bug #8477 - Map to guest can return uninitialized blob of data.
Jeremy Allison
1
-1
/
+3
2011-09-22
s3:smb2_server: fix a logic error, we should sign non guest sessions
Stefan Metzmacher
1
-1
/
+1
2011-09-22
Fix bug #8476 - Samba asserts when SMB2 client breaks the crediting rules.
Jeremy Allison
1
-1
/
+6
2011-09-21
Fix bug #8458] - IE9 on Windows 7 cannot download files to samba 3.5.11 share
Jeremy Allison
1
-0
/
+25
2011-09-21
Fix bug #8473 - smb2_find uses a hard coded max reply size of 0x10000 instead...
Jeremy Allison
1
-1
/
+1
2011-09-21
s3:smb2-server: session setup replies should always be signed (except for gue...
Michael Adam
1
-2
/
+7
2011-09-18
s3: Trim a debug to 80 chars
Volker Lendecke
1
-6
/
+11
2011-09-17
s3: Fix a cut&paste error
Volker Lendecke
1
-1
/
+1
2011-09-14
s3:smbd: SMB ReadX with size > 0xffff should only possible for samba clients.
Stefan Metzmacher
1
-1
/
+10
2011-09-14
s3:smbd: remember the client unix capabilities on the connection
Stefan Metzmacher
2
-43
/
+44
2011-09-14
s3:smb2_server: SMB2_OP_GETINFO doesn't require at least 1 dyn byte
Stefan Metzmacher
1
-1
/
+13
2011-09-14
s3:smbd: make use of better SMB signing negotiation
Stefan Metzmacher
4
-4
/
+31
2011-09-14
s3:smb_signing: add support for easier negotiation of SMB signing
Stefan Metzmacher
1
-3
/
+7
2011-09-14
s3:smbd: echo FLAGS2_SMB_SECURITY_SIGNATURES* and the signature field in the ...
Stefan Metzmacher
1
-3
/
+9
[next]