index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
smbd: Remove superfluous ()
Volker Lendecke
2014-07-22
1
-1
/
+1
*
smbd: Fix a typo
Volker Lendecke
2014-07-22
1
-1
/
+1
*
smbd: "err" is no longer set in get_lock_offset
Volker Lendecke
2014-07-22
3
-29
/
+6
*
smbd: Add comments
Volker Lendecke
2014-07-22
1
-0
/
+6
*
smbd/nmbd: Remove HAVE_LONGLONG
Volker Lendecke
2014-07-22
2
-98
/
+0
*
smbd: Simplify unpack_nt_owners
Volker Lendecke
2014-07-22
1
-11
/
+3
*
lib/util: move memcache.[ch] to the toplevel 'samba-util' library
Stefan Metzmacher
2014-07-18
6
-6
/
+6
*
s3:smbd: initialize stat_ex buffer in smbd_dirptr_get_entry()
Michael Adam
2014-07-13
1
-1
/
+1
*
s3:smb2_read: let smb2_sendfile_send_data() behave like send_file_readX()
Stefan Metzmacher
2014-07-11
1
-16
/
+53
*
s3:smb2_negprot: allow "smb max {read,write,trans}" up to 8MiB
Stefan Metzmacher
2014-07-11
1
-4
/
+4
*
s3:smbd: make dptr_ReadDirName() static.
Michael Adam
2014-07-10
2
-8
/
+4
*
smbd: Use mutex instead of fcntl lock for echohandler coordination
Christof Schmitt
2014-07-09
3
-34
/
+173
*
smbd: Factor out smbd_smb2_send_break
Volker Lendecke
2014-07-08
1
-22
/
+36
*
smbd: Rename smbd_smb2_send_oplock_break_state->buf to ->body
Volker Lendecke
2014-07-08
1
-3
/
+3
*
smbd: no "dyn" in smbd_smb2_send_oplock_break
Volker Lendecke
2014-07-08
1
-6
/
+3
*
smbd: Make hdr a field of its own in smbd_smb2_send_oplock_break
Volker Lendecke
2014-07-08
1
-19
/
+20
*
smbd: Make tf a field of its own in smbd_smb2_send_oplock_break
Volker Lendecke
2014-07-08
1
-14
/
+15
*
smbd: Make nbt_hdr a field of its own in smbd_smb2_send_oplock_break
Volker Lendecke
2014-07-08
1
-4
/
+7
*
smbd: Use BVAL
Volker Lendecke
2014-07-07
1
-8
/
+4
*
smbd: do_lock_cancel does not need "blr" anymore
Volker Lendecke
2014-07-04
1
-2
/
+1
*
smbd: brl_lock_cancel does not need "blr" anymore
Volker Lendecke
2014-07-04
2
-10
/
+5
*
smbd: do_lock does not need "blr" anymore
Volker Lendecke
2014-07-04
4
-14
/
+6
*
smbd: brl_lock does not need "blr" anymore
Volker Lendecke
2014-07-04
2
-6
/
+3
*
smbd: Remove two outdated comments
Volker Lendecke
2014-07-04
1
-5
/
+0
*
smbd: Factor out unlocking from smbd_do_locking
Volker Lendecke
2014-07-04
3
-49
/
+62
*
smbd: Remove an outdated comment
Volker Lendecke
2014-07-04
1
-4
/
+0
*
s3: smbd: Locking - re-add pending lock records if we fail to acquire a lock ...
Jeremy Allison
2014-07-03
1
-17
/
+80
*
s3: smbd: Locking - treat lock timeout the same as any other error.
Jeremy Allison
2014-07-03
1
-53
/
+38
*
s3: smbd: Locking - add and use utility function lock_timed_out().
Jeremy Allison
2014-07-03
1
-3
/
+21
*
s3: smbd: Locking - convert to using utility macro used elsewhere.
Jeremy Allison
2014-07-03
1
-2
/
+1
*
smbd: Fix some typos
Volker Lendecke
2014-07-02
1
-3
/
+3
*
smbd: Remove an unused variable
Volker Lendecke
2014-07-02
1
-1
/
+0
*
smbd: Clarify smb2 lock checks
Volker Lendecke
2014-07-02
1
-5
/
+18
*
lib: Align nt_time_to_unix_timespec with unix_timespec_to_nt_time
Volker Lendecke
2014-06-30
1
-2
/
+2
*
lib: Align unix_timespec_to_nt_time with nt_time_to_unix_timespec
Volker Lendecke
2014-06-30
2
-2
/
+2
*
smbd: Make messaging_send_to_children static
Christof Schmitt
2014-06-30
2
-4
/
+2
*
smbd: Use common function for FORCE_DIS and KILL_CLIENT_IP in parent
Christof Schmitt
2014-06-30
1
-22
/
+11
*
s3: SMB2 : Fix leak of blocking lock records in the database.
Jeremy Allison
2014-06-30
1
-0
/
+1
*
s3: smb2: Simplify logic in reprocess_blocked_smb2_lock().
Jeremy Allison
2014-06-30
1
-30
/
+25
*
s3: smb2: Remove unused code from remove_pending_lock().
Jeremy Allison
2014-06-30
1
-13
/
+0
*
smbd: Remove 2 indentation levels
Volker Lendecke
2014-06-25
1
-11
/
+11
*
s3: smbd - Prevent file truncation on an open that fails with share mode viol...
Jeremy Allison
2014-06-25
1
-2
/
+20
*
s3: smbd - fix processing of packets with invalid DOS charset conversions.
Jeremy Allison
2014-06-25
1
-2
/
+2
*
s3: Fix fsctl_validate_neg_info to pass MS compliance suite.
Ira Cooper
2014-06-23
1
-11
/
+17
*
s3: Refactor smbd_smb2_request_process_negprot
Ira Cooper
2014-06-23
2
-63
/
+80
*
smbd: Fix bug 10593
Volker Lendecke
2014-06-21
1
-1
/
+1
*
smbd: First watch, then defer
Volker Lendecke
2014-06-21
1
-5
/
+6
*
smbd: Store "struct deferred_open_record" instead of anonymous data on pml
Volker Lendecke
2014-06-21
5
-52
/
+48
*
messaging3: Make messaging_dgm_cleanup return 0/errno
Volker Lendecke
2014-06-18
1
-3
/
+3
*
s3: smb2 - strictly obey file name restrictions w.r.t. the SMB2 protocol spec.
Jeremy Allison
2014-06-18
1
-0
/
+16
[prev]
[next]