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
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the "Ugly hack" that was the second use of dirfd().
Jeremy Allison
2013-04-12
1
-13
/
+5
*
In the struct smb_Dir destructor, use the fsp back pointer to release resources.
Jeremy Allison
2013-04-12
1
-10
/
+13
*
Maintain a back-pointer to the fsp in struct smb_Dir when opening with FDOPEN...
Jeremy Allison
2013-04-12
1
-1
/
+5
*
s3:smbd: do not access data behind req->buf+req->buflen in srvstr_pull_req_ta...
Ralph Wuerthner
2013-04-10
1
-1
/
+7
*
s3:smbd: convert srvstr_pull_req_talloc() into a function
Ralph Wuerthner
2013-04-10
2
-0
/
+14
*
s3:smbd: do not access data behind req->buf+req->buflen in srvstr_get_path_re...
Ralph Wuerthner
2013-04-10
1
-3
/
+10
*
Ensure EA value is allocated on the right context.
Jeremy Allison
2013-04-02
1
-1
/
+2
*
Final fix for bug #9130 - Certain xattrs cause Windows error 0x800700FF
Jeremy Allison
2013-04-02
1
-1
/
+1
*
Ensure we don't return uninitialized memory in the pad bytes.
Jeremy Allison
2013-04-02
1
-1
/
+7
*
Fix bug #9130 - Certain xattrs cause Windows error 0x800700FF
Jeremy Allison
2013-04-02
1
-0
/
+9
*
Change estimate_ea_size() to correctly estimate the EA size over SMB2.
Jeremy Allison
2013-04-02
1
-0
/
+20
*
Modify fill_ea_chained_buffer() to be able to do size calculation only, no ma...
Jeremy Allison
2013-04-02
1
-12
/
+15
*
Ensure we can never return an uninitialized EA list.
Jeremy Allison
2013-04-02
1
-1
/
+2
*
Fix bad SMB2 opcode reading in server.
Jeremy Allison
2013-04-02
1
-5
/
+5
*
Optimization suggested by Volker. Don't do a stat system call on normal read ...
Jeremy Allison
2013-03-28
1
-15
/
+15
*
Call smb_panic when we try to exit the server uncleanly. This gives us the no...
Richard Sharpe
2013-03-27
1
-7
/
+1
*
smbd: Remove an optimization that became unnecessary
Volker Lendecke
2013-03-26
1
-7
/
+6
*
smbd: We don't collect our own vnn anymore
Volker Lendecke
2013-03-26
1
-3
/
+0
*
smbd: Slightly simplify notify_trigger
Volker Lendecke
2013-03-26
1
-0
/
+4
*
smbd: Slightly simplify notify_trigger
Volker Lendecke
2013-03-26
1
-6
/
+5
*
smbd: Avoid some talloc_realloc in notify_internal
Volker Lendecke
2013-03-26
1
-6
/
+16
*
smbd: Avoid sending 0-sized keys to dbwrap
Volker Lendecke
2013-03-26
1
-1
/
+8
*
smbd: Tune "dir" a bit.
Volker Lendecke
2013-03-22
1
-6
/
+19
*
Fix bug #9733 - smbcontrol close-share is not working.
Jeremy Allison
2013-03-22
1
-0
/
+3
*
s3:smbd: Add functions calc_max_read_pdu()/calc_read_size() to work out the l...
Jeremy Allison
2013-03-20
1
-25
/
+86
*
s3:smbd: Remove server_will_accept_large_read() and erroneous comment.
Jeremy Allison
2013-03-20
1
-28
/
+1
*
s3:smbd: Fix off-by 4 error in wrap protection code in create_outbuf()
Jeremy Allison
2013-03-20
1
-6
/
+11
*
s3:smbd: add some const to req_is_in_chain()
Stefan Metzmacher
2013-03-20
2
-2
/
+2
*
s3:smbd: remove silly (SMB_OFF_T_BITS == 64) checks
Stefan Metzmacher
2013-03-20
1
-3
/
+2
*
s3:smbd: keep global_client_caps and max_send from the first successful sessi...
Stefan Metzmacher
2013-03-20
1
-4
/
+10
*
Fix bug #9724 - is_encrypted_packet() function incorrectly used inside server.
Jeremy Allison
2013-03-16
1
-3
/
+2
*
s3-smbd/process.c: Cast pid_t result to int for GNU/Solaris build
Andrew Bartlett
2013-03-15
1
-1
/
+1
*
smbd: Fix a typo
Volker Lendecke
2013-03-14
1
-1
/
+1
*
smbd:posix_acls Remove incorrectly added lp_create_mask() and lp_dir_mask() c...
Andrew Bartlett
2013-03-10
1
-17
/
+0
*
Make sure to set umask() before calling mkstemp().
Andreas Schneider
2013-03-06
1
-0
/
+4
*
s3:smbd: fix missing space in debug message in initial_break_processing()
Michael Adam
2013-02-28
1
-1
/
+1
*
s3-smbd: Don't leak subcntarr array.
Andreas Schneider
2013-02-22
1
-1
/
+1
*
s3:smbd: s/event_add_fd/tevent_add_fd and s/EVENT_FD_/TEVENT_FD_
Stefan Metzmacher
2013-02-19
3
-5
/
+5
*
s3:smbd: s/struct fd_event/struct tevent_fd
Stefan Metzmacher
2013-02-19
4
-7
/
+7
*
s3:smbd: s/EVENT_FD/TEVENT_FD
Stefan Metzmacher
2013-02-19
1
-4
/
+4
*
s3:smbd: s/struct timed_event/struct tevent_timer
Stefan Metzmacher
2013-02-19
8
-14
/
+14
*
s3:smbd: s/struct event_context/struct tevent_context
Stefan Metzmacher
2013-02-19
11
-17
/
+17
*
s3:smbd: preserve file type mode bits in file_set_dosmode()
Michael Adam
2013-02-19
1
-0
/
+3
*
s3:smbXsrv_open: add smbXsrv_open_global_traverse()
Gregor Beck
2013-02-19
2
-0
/
+77
*
s3:smbXsrv_tcon: pass record in smbXsrv_tcon_global_traverse()
Gregor Beck
2013-02-19
1
-0
/
+1
*
s3:smbXsrv_session: pass record in smbXsrv_session_global_traverse()
Gregor Beck
2013-02-19
1
-0
/
+1
*
s3:smbd:smb2: fix segfault (access after free) in durable disconnect code
Michael Adam
2013-02-19
2
-0
/
+2
*
s3:smbd: add debugging to close code (regarding disconnect of a durable)
Michael Adam
2013-02-18
1
-0
/
+14
*
s3:smbd: use smbXsrv_open_close() instead of smbXsrv_open_update()
Stefan Metzmacher
2013-02-18
1
-1
/
+11
*
Fix bug 9519 - Samba returns unexpected error on SMB posix open.
Jeremy Allison
2013-02-12
1
-2
/
+9
[next]