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
*
vfs: remove unused function vfs_pread_data()
Michael Adam
2014-06-13
2
-24
/
+0
*
Convert samba_private_attr_name() to a public function
Ralph Boehme
2014-06-13
2
-1
/
+2
*
smbd: tevent_req_nterror already returns bool :-)
Volker Lendecke
2014-06-11
1
-2
/
+1
*
smbd: Use full_path_tos() where appropriate
Volker Lendecke
2014-06-11
1
-7
/
+15
*
s3: smbd : SMB2 - fix SMB2_SEARCH when searching non wildcard string with a c...
Jeremy Allison
2014-06-11
1
-3
/
+34
*
s3: smbd - SMB[2|3]. Ensure a \ or / can't be found anywhere in a search path...
Jeremy Allison
2014-06-11
1
-2
/
+2
*
Use GUID_equal in a few places
Volker Lendecke
2014-06-10
1
-1
/
+1
*
s3/s4: smbd, rpc, ldap, cldap, kdc services.
Jeremy Allison
2014-06-07
1
-6
/
+10
*
s3:lib/afs move afs.c to common lib dir
Christian Ambach
2014-06-04
1
-0
/
+1
*
s3:smb2_server: call smbd_smb2_flush_send_queue() directly
Stefan Metzmacher
2014-05-31
1
-6
/
+5
*
s3:smb2_server: fix invalid TALLOC_FREE(iov) in smbd_smb2_inbuf_parse_compound()
Stefan Metzmacher
2014-05-31
1
-7
/
+7
*
s3/posix_acls: replace dup_sec_desc() usage
David Disseldorp
2014-05-28
1
-3
/
+3
*
smbd: Fix a typo
Volker Lendecke
2014-05-27
1
-1
/
+1
*
s3: smb2: Move from using SBVAL to put NTTIMEs on the wire to put_long_date_t...
Jeremy Allison
2014-05-23
1
-42
/
+43
*
s3: smb2: Move from using SBVAL to put NTTIMEs on the wire to put_long_date_t...
Jeremy Allison
2014-05-23
1
-70
/
+57
*
smbd: Remove unused code for dos attributes in stat struct
Christof Schmitt
2014-05-14
1
-135
/
+4
*
s3: smbd: Remove open_file_fchmod().
Jeremy Allison
2014-05-02
2
-36
/
+0
*
s3: smbd: change file_set_dosmode() to use get_file_handle_for_metadata() ins...
Jeremy Allison
2014-05-02
1
-12
/
+92
*
s3: smbd : Ensure file_new doesn't call into smbXsrv_open_create() for INTERN...
Jeremy Allison
2014-05-02
2
-4
/
+15
*
s3 : smbd : Protect all possible code paths from fsp->op == NULL.
Jeremy Allison
2014-05-02
2
-0
/
+13
*
smbd: Fix compile warning in dmapi.c
Christof Schmitt
2014-05-02
1
-1
/
+1
*
s3: smbd : Fix wildcard unlink to fail if we get an error rather than trying ...
Jeremy Allison
2014-04-30
1
-1
/
+2
*
s3: smbd: Call dgram cleanup init background setup.
Jeremy Allison
2014-04-23
1
-0
/
+4
*
smbd: Always clean up the child's msg_ctx
Volker Lendecke
2014-04-23
1
-6
/
+5
*
smbd: Sort notify events by timestamp
Volker Lendecke
2014-04-23
1
-0
/
+16
*
smbd: Pass on a timestamp in MSG_PVFS_NOTIFY
Volker Lendecke
2014-04-23
1
-34
/
+33
*
smbd: Pass timespec_current through the notify_callback
Volker Lendecke
2014-04-23
3
-6
/
+10
*
smbd: Pass timespec_current to notify_fsp
Volker Lendecke
2014-04-23
1
-4
/
+7
*
smbd: Add a timestamp to queued notify events
Volker Lendecke
2014-04-23
1
-7
/
+14
*
lib: Remove messages_local
Volker Lendecke
2014-04-23
1
-11
/
+0
*
lib: Add messaging_dgm
Volker Lendecke
2014-04-23
1
-0
/
+6
*
lib: Move full_path_tos to util_str.c
Volker Lendecke
2014-04-23
2
-42
/
+0
*
smbd: use exit_daemon() to support reporting to systemd from smbd
Alexander Bokovoy
2014-04-23
1
-25
/
+19
*
add systemd integration
Alexander Bokovoy
2014-04-23
1
-0
/
+4
*
s3:smbd: fix typo in comment for set_conn_force_user_group()
Michael Adam
2014-04-23
1
-1
/
+1
*
s3: use smb_xmemdup instead of smb_memdup and smb_panic
Björn Baumbach
2014-04-16
1
-5
/
+2
*
lib-util: rename memdup to smb_memdup and fix all callers
Björn Baumbach
2014-04-16
2
-3
/
+3
*
s3:smbd: always allow SMB1 signing, but only announce it if configured.
Stefan Metzmacher
2014-04-16
2
-5
/
+8
*
Typo: s/prefered/preferred/
Jelmer Vernooij
2014-04-13
1
-1
/
+1
*
s3:smb2_server: remove unused get_min_receive_file_size() wrapper function
Stefan Metzmacher
2014-04-11
1
-13
/
+2
*
s3:smb2_server: only allocate the required buffer in the smb2 recvfile() code...
Stefan Metzmacher
2014-04-11
2
-19
/
+30
*
s3:smb2_server: prepare smbd_smb2_request_verify_sizes() for the optimized re...
Stefan Metzmacher
2014-04-11
1
-0
/
+9
*
s3:smb2_write: allow SMBD_SMB2_IN_DYN_LEN() to be 0 for the recvfile case.
Stefan Metzmacher
2014-04-11
1
-2
/
+18
*
s3:smb2_server: make sure we don't try recvfile for special NBT messages
Stefan Metzmacher
2014-04-11
1
-0
/
+3
*
s3:smb2_server: use the same logic to avoid recvfile() for IPC/PRINT shares
Stefan Metzmacher
2014-04-11
1
-0
/
+41
*
s3:smbd: use smb1srv_open_lookup() in is_valid_writeX_buffer()
Stefan Metzmacher
2014-04-11
1
-9
/
+20
*
s3:smbXsrv_open: allow now==0 to skip the idle_time update.
Stefan Metzmacher
2014-04-11
1
-1
/
+3
*
s3: smbd: Performance optimization for RECVFILE.
Jeremy Allison
2014-04-10
1
-13
/
+43
*
s3: messages: Implement cleanup of dead records.
Jeremy Allison
2014-04-03
1
-0
/
+7
*
s3-auth: Finally change make_user_info_*() use a parent talloc context
Andrew Bartlett
2014-04-02
1
-8
/
+10
[next]