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
/
proto.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: Make "open_match_attributes" static
Volker Lendecke
2012-09-04
1
-6
/
+0
*
Re-add set_sd(), called from set_sd_blob(). Allows us to centralize all ACL c...
Jeremy Allison
2012-08-30
1
-0
/
+2
*
Rename set_sd() to set_sd_blob() - this describes what it does.
Jeremy Allison
2012-08-30
1
-1
/
+1
*
s3-smbd: Add security_info_wanted argument to get_nt_acl_no_snum
Andrew Bartlett
2012-08-23
1
-1
/
+1
*
s3: Make request_timed_out() static
Volker Lendecke
2012-07-31
1
-2
/
+0
*
s3-aio: Panic if we try to close a fsp with outstanding aio requests
Volker Lendecke
2012-07-19
1
-1
/
+0
*
s3: Fix the build
Volker Lendecke
2012-07-18
1
-0
/
+1
*
s3-aio: Remove unused VFS functions and more
Volker Lendecke
2012-07-18
1
-3
/
+0
*
s3: Properly handle shutdown with the _send/_recv based aio
Volker Lendecke
2012-07-18
1
-0
/
+1
*
Add an optimization to pthread aio writes to also do fsync if requested.
Jeremy Allison
2012-07-12
1
-0
/
+1
*
s3: Factor out "mark_file_modified"
Volker Lendecke
2012-07-12
1
-0
/
+1
*
Make check_same_stat() and check_same_dev_ino() common functions.
Jeremy Allison
2012-07-09
1
-2
/
+0
*
s3:smbd:smb2: fix prototype of make_connection_smb2() to use smbXsrv_tcon
Michael Adam
2012-07-03
1
-2
/
+1
*
Don't allow asynchronous creates to be canceled in SMB2.
Jeremy Allison
2012-06-30
1
-0
/
+1
*
Make schedule_deferred_open_message_smb() return an indication of success.
Jeremy Allison
2012-06-30
1
-1
/
+1
*
s3:smbd: make use of smbXsrv_open for smb1/2/3
Stefan Metzmacher
2012-06-29
1
-1
/
+0
*
s3:smbd: remove now unused invalidate_all_vuids()
Stefan Metzmacher
2012-06-25
1
-1
/
+0
*
s3:smbd: remove now unused conn_close_all()
Michael Adam
2012-06-25
1
-1
/
+0
*
s3:smbd: make use of smbXsrv_session for smb1
Stefan Metzmacher
2012-06-25
1
-8
/
+0
*
s3:smbd: make use of smbXsrv_tcon for smb1
Stefan Metzmacher
2012-06-25
1
-3
/
+0
*
s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2
Stefan Metzmacher
2012-06-25
1
-2
/
+3
*
TDB2: make SAMBA use tdb1 again for the moment.
Rusty Russell
2012-06-19
1
-5
/
+0
*
s3:files: factor fsp_free() out of file_free()
Michael Adam
2012-06-15
1
-0
/
+1
*
s3:smbd: refactor fsp_new() out of file_new()
Michael Adam
2012-06-15
1
-0
/
+2
*
s3:smbd: add a fsp_persistent_id() function
Stefan Metzmacher
2012-06-14
1
-0
/
+1
*
s3:smbd: add file_fsp_smb2()
Stefan Metzmacher
2012-06-09
1
-0
/
+3
*
s3:smbd: change set_file_oplock() to return NTSTATUS
Michael Adam
2012-06-08
1
-1
/
+1
*
s3:include: change connection_struct->cnum to uint32_t
Michael Adam
2012-06-06
1
-1
/
+1
*
s3:smbd: change user_struct->vuid to uint64_t
Stefan Metzmacher
2012-06-06
1
-9
/
+9
*
s3:smbd: let file_close_pid/file_close_user take a uint64_t vuid
Stefan Metzmacher
2012-06-06
1
-2
/
+2
*
s3:smbd: pass down vuid as uint64_t in lanman.c
Stefan Metzmacher
2012-06-06
1
-1
/
+1
*
s3:smbd: change vuid to uint64_t in uid.c
Stefan Metzmacher
2012-06-06
1
-3
/
+3
*
s3:smbd: let close_cnum() take a uint64_t vuid
Stefan Metzmacher
2012-06-06
1
-1
/
+1
*
s3:smbd: let make_connection() take a uint64_t vuid
Stefan Metzmacher
2012-06-06
1
-1
/
+1
*
s3:smbd: let conn_clear_vuid_caches() take a uint64_t vuid
Stefan Metzmacher
2012-06-06
1
-1
/
+1
*
s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'
Stefan Metzmacher
2012-06-06
1
-5
/
+5
*
s3:include: move some prototypes (e.g. smb_register_vfs) to vfs.h
Stefan Metzmacher
2012-06-06
1
-9
/
+0
*
s3:smbd: add change_notify_fsp_has_changes()
Stefan Metzmacher
2012-06-06
1
-0
/
+1
*
s3:smbd: fcb_or_dos_open() can be static
Stefan Metzmacher
2012-06-06
1
-10
/
+0
*
s3:smbd: add vfs_remove_all_fsp_extensions()
Stefan Metzmacher
2012-06-06
1
-0
/
+1
*
s3:smbd: make conn_close_all() a void function
Stefan Metzmacher
2012-06-03
1
-1
/
+1
*
s3:smbd: pass smbd_server_connection to should_notify_deferred_opens()
Stefan Metzmacher
2012-05-25
1
-1
/
+1
*
s3:smbd: remove unused get_number_of_exclusive_open_oplocks()
Stefan Metzmacher
2012-05-25
1
-1
/
+0
*
s3:smbd: remove global 'smbd_server_conn' !!!
Stefan Metzmacher
2012-05-24
1
-1
/
+3
*
s3:smbd/files: split file_init_global() out of file_init()
Stefan Metzmacher
2012-05-24
1
-0
/
+1
*
s3:smbd/msdfs: pass allow_broken_path to resolve_dfspath_wcard()
Stefan Metzmacher
2012-05-24
1
-0
/
+1
*
s3:smbd/msdfs: pass 'allow_broken_path' to get_referred_path()
Stefan Metzmacher
2012-05-24
1
-1
/
+1
*
s3:smbd/msdfs: let create_conn_struct() also fake the 'smbd_server_connection'
Stefan Metzmacher
2012-05-24
1
-6
/
+7
*
s3:smbd/proto.h: remove unused resolve_dfspath() prototype
Stefan Metzmacher
2012-05-23
1
-5
/
+0
*
s3:smbd: add nt_status_np_pipe()
Stefan Metzmacher
2012-05-23
1
-0
/
+1
[next]