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-17
smbd: Convert copy_file to cp_smb_filename
Volker Lendecke
1
-3
/
+3
2013-04-17
smbd: Convert rename_internals_fsp to cp_smb_filename
Volker Lendecke
1
-2
/
+3
2013-04-17
smbd: Convert smbd_dirptr_get_entry to cp_smb_filename
Volker Lendecke
1
-3
/
+2
2013-04-17
smbd: Convert smbd_smb2_close to cp_smb_filename
Volker Lendecke
1
-5
/
+3
2013-04-16
Cleanup. Remove unused function dptr_DirCacheAdd(). Make DirCacheAdd() static.
Jeremy Allison
2
-12
/
+3
2013-04-15
smbd: Fix an error return in change_dir_owner_to_parent
Volker Lendecke
1
-1
/
+1
2013-04-12
Remove the "Ugly hack" that was the second use of dirfd().
Jeremy Allison
1
-13
/
+5
2013-04-12
In the struct smb_Dir destructor, use the fsp back pointer to release resources.
Jeremy Allison
1
-10
/
+13
2013-04-12
Maintain a back-pointer to the fsp in struct smb_Dir when opening with FDOPEN...
Jeremy Allison
1
-1
/
+5
2013-04-10
s3:smbd: do not access data behind req->buf+req->buflen in srvstr_pull_req_ta...
Ralph Wuerthner
1
-1
/
+7
2013-04-10
s3:smbd: convert srvstr_pull_req_talloc() into a function
Ralph Wuerthner
2
-0
/
+14
2013-04-10
s3:smbd: do not access data behind req->buf+req->buflen in srvstr_get_path_re...
Ralph Wuerthner
1
-3
/
+10
2013-04-02
Ensure EA value is allocated on the right context.
Jeremy Allison
1
-1
/
+2
2013-04-02
Final fix for bug #9130 - Certain xattrs cause Windows error 0x800700FF
Jeremy Allison
1
-1
/
+1
2013-04-02
Ensure we don't return uninitialized memory in the pad bytes.
Jeremy Allison
1
-1
/
+7
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
[next]