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
2013-04-02
Fix bug #9130 - Certain xattrs cause Windows error 0x800700FF
Jeremy Allison
1
-0
/
+9
2013-04-02
Change estimate_ea_size() to correctly estimate the EA size over SMB2.
Jeremy Allison
1
-0
/
+20
2013-04-02
Modify fill_ea_chained_buffer() to be able to do size calculation only, no ma...
Jeremy Allison
1
-12
/
+15
2013-04-02
Ensure we can never return an uninitialized EA list.
Jeremy Allison
1
-1
/
+2
2013-04-02
Fix bad SMB2 opcode reading in server.
Jeremy Allison
1
-5
/
+5
2013-03-28
Optimization suggested by Volker. Don't do a stat system call on normal read ...
Jeremy Allison
1
-15
/
+15
2013-03-27
Call smb_panic when we try to exit the server uncleanly. This gives us the no...
Richard Sharpe
1
-7
/
+1
2013-03-26
smbd: Remove an optimization that became unnecessary
Volker Lendecke
1
-7
/
+6
2013-03-26
smbd: We don't collect our own vnn anymore
Volker Lendecke
1
-3
/
+0
2013-03-26
smbd: Slightly simplify notify_trigger
Volker Lendecke
1
-0
/
+4
2013-03-26
smbd: Slightly simplify notify_trigger
Volker Lendecke
1
-6
/
+5
2013-03-26
smbd: Avoid some talloc_realloc in notify_internal
Volker Lendecke
1
-6
/
+16
2013-03-26
smbd: Avoid sending 0-sized keys to dbwrap
Volker Lendecke
1
-1
/
+8
2013-03-22
smbd: Tune "dir" a bit.
Volker Lendecke
1
-6
/
+19
2013-03-22
Fix bug #9733 - smbcontrol close-share is not working.
Jeremy Allison
1
-0
/
+3
2013-03-20
s3:smbd: Add functions calc_max_read_pdu()/calc_read_size() to work out the l...
Jeremy Allison
1
-25
/
+86
2013-03-20
s3:smbd: Remove server_will_accept_large_read() and erroneous comment.
Jeremy Allison
1
-28
/
+1
2013-03-20
s3:smbd: Fix off-by 4 error in wrap protection code in create_outbuf()
Jeremy Allison
1
-6
/
+11
2013-03-20
s3:smbd: add some const to req_is_in_chain()
Stefan Metzmacher
2
-2
/
+2
2013-03-20
s3:smbd: remove silly (SMB_OFF_T_BITS == 64) checks
Stefan Metzmacher
1
-3
/
+2
2013-03-20
s3:smbd: keep global_client_caps and max_send from the first successful sessi...
Stefan Metzmacher
1
-4
/
+10
2013-03-16
Fix bug #9724 - is_encrypted_packet() function incorrectly used inside server.
Jeremy Allison
1
-3
/
+2
2013-03-15
s3-smbd/process.c: Cast pid_t result to int for GNU/Solaris build
Andrew Bartlett
1
-1
/
+1
2013-03-14
smbd: Fix a typo
Volker Lendecke
1
-1
/
+1
2013-03-10
smbd:posix_acls Remove incorrectly added lp_create_mask() and lp_dir_mask() c...
Andrew Bartlett
1
-17
/
+0
2013-03-06
Make sure to set umask() before calling mkstemp().
Andreas Schneider
1
-0
/
+4
2013-02-28
s3:smbd: fix missing space in debug message in initial_break_processing()
Michael Adam
1
-1
/
+1
2013-02-22
s3-smbd: Don't leak subcntarr array.
Andreas Schneider
1
-1
/
+1
2013-02-19
s3:smbd: s/event_add_fd/tevent_add_fd and s/EVENT_FD_/TEVENT_FD_
Stefan Metzmacher
3
-5
/
+5
2013-02-19
s3:smbd: s/struct fd_event/struct tevent_fd
Stefan Metzmacher
4
-7
/
+7
2013-02-19
s3:smbd: s/EVENT_FD/TEVENT_FD
Stefan Metzmacher
1
-4
/
+4
2013-02-19
s3:smbd: s/struct timed_event/struct tevent_timer
Stefan Metzmacher
8
-14
/
+14
2013-02-19
s3:smbd: s/struct event_context/struct tevent_context
Stefan Metzmacher
11
-17
/
+17
2013-02-19
s3:smbd: preserve file type mode bits in file_set_dosmode()
Michael Adam
1
-0
/
+3
2013-02-19
s3:smbXsrv_open: add smbXsrv_open_global_traverse()
Gregor Beck
2
-0
/
+77
2013-02-19
s3:smbXsrv_tcon: pass record in smbXsrv_tcon_global_traverse()
Gregor Beck
1
-0
/
+1
2013-02-19
s3:smbXsrv_session: pass record in smbXsrv_session_global_traverse()
Gregor Beck
1
-0
/
+1
2013-02-19
s3:smbd:smb2: fix segfault (access after free) in durable disconnect code
Michael Adam
2
-0
/
+2
2013-02-18
s3:smbd: add debugging to close code (regarding disconnect of a durable)
Michael Adam
1
-0
/
+14
2013-02-18
s3:smbd: use smbXsrv_open_close() instead of smbXsrv_open_update()
Stefan Metzmacher
1
-1
/
+11
2013-02-12
Fix bug 9519 - Samba returns unexpected error on SMB posix open.
Jeremy Allison
1
-2
/
+9
2013-02-08
s3: Make SMB2_GETINFO multi-volume aware.
Ira Cooper
3
-9
/
+20
2013-01-30
smbd: Fix a typo
Volker Lendecke
1
-1
/
+1
2013-01-28
Fix bug #9571 - Unlink after open causes smbd to panic.
Pavel Shilovsky
1
-3
/
+3
2013-01-28
Fix bug #9588 - ACLs are not inherited to directories for DFS shares.
Jeremy Allison
1
-0
/
+13
2013-01-25
Fix bug #9587 - archive flag is always set on directories.
Jeremy Allison
1
-1
/
+2
2013-01-24
Fix bug #9572 - File corruption during SMB1 read by Mac OSX 10.8.2 clients.
Jeremy Allison
1
-2
/
+30
2013-01-24
Revert "s3:smbd: SMB ReadX with size > 0xffff should only possible for samba ...
Jeremy Allison
1
-10
/
+1
2013-01-23
smbd: Fix a NULL vs false return error
Volker Lendecke
1
-1
/
+1
2013-01-19
Fix warnings with mismatched sizes in arguments to DEBUG statements.
Jeremy Allison
1
-8
/
+8
[prev]
[next]