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
/
proto.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-25
s3:smbd: remove now unused invalidate_all_vuids()
Stefan Metzmacher
1
-1
/
+0
2012-06-25
s3:smbd: remove now unused conn_close_all()
Michael Adam
1
-1
/
+0
2012-06-25
s3:smbd: make use of smbXsrv_session for smb1
Stefan Metzmacher
1
-8
/
+0
2012-06-25
s3:smbd: make use of smbXsrv_tcon for smb1
Stefan Metzmacher
1
-3
/
+0
2012-06-25
s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2
Stefan Metzmacher
1
-2
/
+3
2012-06-19
TDB2: make SAMBA use tdb1 again for the moment.
Rusty Russell
1
-5
/
+0
2012-06-15
s3:files: factor fsp_free() out of file_free()
Michael Adam
1
-0
/
+1
2012-06-15
s3:smbd: refactor fsp_new() out of file_new()
Michael Adam
1
-0
/
+2
2012-06-14
s3:smbd: add a fsp_persistent_id() function
Stefan Metzmacher
1
-0
/
+1
2012-06-09
s3:smbd: add file_fsp_smb2()
Stefan Metzmacher
1
-0
/
+3
2012-06-08
s3:smbd: change set_file_oplock() to return NTSTATUS
Michael Adam
1
-1
/
+1
2012-06-06
s3:include: change connection_struct->cnum to uint32_t
Michael Adam
1
-1
/
+1
2012-06-06
s3:smbd: change user_struct->vuid to uint64_t
Stefan Metzmacher
1
-9
/
+9
2012-06-06
s3:smbd: let file_close_pid/file_close_user take a uint64_t vuid
Stefan Metzmacher
1
-2
/
+2
2012-06-06
s3:smbd: pass down vuid as uint64_t in lanman.c
Stefan Metzmacher
1
-1
/
+1
2012-06-06
s3:smbd: change vuid to uint64_t in uid.c
Stefan Metzmacher
1
-3
/
+3
2012-06-06
s3:smbd: let close_cnum() take a uint64_t vuid
Stefan Metzmacher
1
-1
/
+1
2012-06-06
s3:smbd: let make_connection() take a uint64_t vuid
Stefan Metzmacher
1
-1
/
+1
2012-06-06
s3:smbd: let conn_clear_vuid_caches() take a uint64_t vuid
Stefan Metzmacher
1
-1
/
+1
2012-06-06
s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'
Stefan Metzmacher
1
-5
/
+5
2012-06-06
s3:include: move some prototypes (e.g. smb_register_vfs) to vfs.h
Stefan Metzmacher
1
-9
/
+0
2012-06-06
s3:smbd: add change_notify_fsp_has_changes()
Stefan Metzmacher
1
-0
/
+1
2012-06-06
s3:smbd: fcb_or_dos_open() can be static
Stefan Metzmacher
1
-10
/
+0
2012-06-06
s3:smbd: add vfs_remove_all_fsp_extensions()
Stefan Metzmacher
1
-0
/
+1
2012-06-03
s3:smbd: make conn_close_all() a void function
Stefan Metzmacher
1
-1
/
+1
2012-05-25
s3:smbd: pass smbd_server_connection to should_notify_deferred_opens()
Stefan Metzmacher
1
-1
/
+1
2012-05-25
s3:smbd: remove unused get_number_of_exclusive_open_oplocks()
Stefan Metzmacher
1
-1
/
+0
2012-05-24
s3:smbd: remove global 'smbd_server_conn' !!!
Stefan Metzmacher
1
-1
/
+3
2012-05-24
s3:smbd/files: split file_init_global() out of file_init()
Stefan Metzmacher
1
-0
/
+1
2012-05-24
s3:smbd/msdfs: pass allow_broken_path to resolve_dfspath_wcard()
Stefan Metzmacher
1
-0
/
+1
2012-05-24
s3:smbd/msdfs: pass 'allow_broken_path' to get_referred_path()
Stefan Metzmacher
1
-1
/
+1
2012-05-24
s3:smbd/msdfs: let create_conn_struct() also fake the 'smbd_server_connection'
Stefan Metzmacher
1
-6
/
+7
2012-05-23
s3:smbd/proto.h: remove unused resolve_dfspath() prototype
Stefan Metzmacher
1
-5
/
+0
2012-05-23
s3:smbd: add nt_status_np_pipe()
Stefan Metzmacher
1
-0
/
+1
2012-05-16
s3:onefs: remove all onefs related code as it not maintained anymore
Stefan Metzmacher
1
-4
/
+0
2012-04-17
s3: New notify implementation
Volker Lendecke
1
-8
/
+19
2012-04-12
Remove cancel_aio_by_fsp(). It can never work and could lead to memory corrup...
Jeremy Allison
1
-1
/
+0
2012-04-11
s3:smbd add seperate function to initialize kernel oplocks
Christian Ambach
1
-0
/
+1
2012-04-09
s3: Move the aio signal init to the vfs module
Volker Lendecke
1
-0
/
+1
2012-04-06
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
1
-15
/
+15
2012-04-04
First part of fix for bug 8837 - smbd crashes when deleting directory and vet...
Jeremy Allison
1
-1
/
+1
2012-03-26
s3: Pass filters explicitly through vfs notify watch
Volker Lendecke
1
-1
/
+2
2012-03-23
s3: Remove the sys_notify dependency from notify_internal
Volker Lendecke
1
-8
/
+0
2012-03-22
s3:vfs_gpfs: Export disk_norm function
Christof Schmitt
1
-0
/
+1
2012-03-21
s3: Remove "conn" param from notify_init()
Volker Lendecke
1
-2
/
+1
2012-03-21
s3: Remove "conn" param from sys_notify_context_create
Volker Lendecke
1
-2
/
+1
2012-03-21
s3: Pass "conn" to sys_notify_watch()
Volker Lendecke
1
-0
/
+1
2012-03-21
s3: Pass "conn" to notify_add()
Volker Lendecke
1
-1
/
+2
2012-03-21
s3: Pass "path" through vfs_notify_watch
Volker Lendecke
1
-0
/
+2
2012-03-15
s3: Remove the separate server_id arg to notify_init
Volker Lendecke
1
-1
/
+1
[next]