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
/
proto.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3:onefs: remove all onefs related code as it not maintained anymore
Stefan Metzmacher
2012-05-16
1
-4
/
+0
*
s3: New notify implementation
Volker Lendecke
2012-04-17
1
-8
/
+19
*
Remove cancel_aio_by_fsp(). It can never work and could lead to memory corrup...
Jeremy Allison
2012-04-12
1
-1
/
+0
*
s3:smbd add seperate function to initialize kernel oplocks
Christian Ambach
2012-04-11
1
-0
/
+1
*
s3: Move the aio signal init to the vfs module
Volker Lendecke
2012-04-09
1
-0
/
+1
*
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
2012-04-06
1
-15
/
+15
*
First part of fix for bug 8837 - smbd crashes when deleting directory and vet...
Jeremy Allison
2012-04-04
1
-1
/
+1
*
s3: Pass filters explicitly through vfs notify watch
Volker Lendecke
2012-03-26
1
-1
/
+2
*
s3: Remove the sys_notify dependency from notify_internal
Volker Lendecke
2012-03-23
1
-8
/
+0
*
s3:vfs_gpfs: Export disk_norm function
Christof Schmitt
2012-03-22
1
-0
/
+1
*
s3: Remove "conn" param from notify_init()
Volker Lendecke
2012-03-21
1
-2
/
+1
*
s3: Remove "conn" param from sys_notify_context_create
Volker Lendecke
2012-03-21
1
-2
/
+1
*
s3: Pass "conn" to sys_notify_watch()
Volker Lendecke
2012-03-21
1
-0
/
+1
*
s3: Pass "conn" to notify_add()
Volker Lendecke
2012-03-21
1
-1
/
+2
*
s3: Pass "path" through vfs_notify_watch
Volker Lendecke
2012-03-21
1
-0
/
+2
*
s3: Remove the separate server_id arg to notify_init
Volker Lendecke
2012-03-15
1
-1
/
+1
*
s3: Add smb_request_done
Volker Lendecke
2012-03-10
1
-0
/
+1
*
s3: Remove "req_wct_ofs()"
Volker Lendecke
2012-03-10
1
-1
/
+0
*
s3: Remove chain_reply
Volker Lendecke
2012-03-10
1
-1
/
+0
*
s3: Add a new set of andx chain handling routines
Volker Lendecke
2012-03-10
1
-0
/
+12
*
s3-smbd make change_to_user_by_session static
Andrew Bartlett
2012-03-07
1
-2
/
+0
*
s3-auth: Remove security=share (depricated since 3.6).
Andrew Bartlett
2012-03-04
1
-9
/
+1
*
Add open_dir_with_privilege() to ensure we're opening the correct directory w...
Jeremy Allison
2012-03-01
1
-1
/
+3
*
Add accessor functions to set a bool "priv" on a directory handle. Not yet us...
Jeremy Allison
2012-02-29
1
-0
/
+2
*
Add the implementation of check_reduced_name_with_privilege(). Now to plumb into
Jeremy Allison
2012-02-29
1
-2
/
+1
*
Add check_reduced_name_with_privilege(), filename_convert_with_privilege() (c...
Jeremy Allison
2012-02-29
1
-0
/
+11
*
Make dptr_path() and dptr_wcard() const.
Jeremy Allison
2012-02-24
1
-2
/
+2
*
s3:smbd: remove unused code from sesssetup.c
Stefan Metzmacher
2012-01-31
1
-4
/
+0
*
s3:smbd/proto.h: remove unused do_map_to_guest() prototype
Stefan Metzmacher
2012-01-20
1
-4
/
+0
*
Fix bug 8710 - connections.tdb - major leak with SMB2.
Jeremy Allison
2012-01-18
1
-2
/
+4
*
s3:smbd: pass smbd_server_connection and a snumused function pointer to reloa...
Stefan Metzmacher
2011-12-15
1
-1
/
+2
*
s3:smbd: split ID_CACHE_* message handling into parent and child parts
Stefan Metzmacher
2011-12-15
1
-4
/
+0
*
s3:smbd/oplock: make process_oplock_async_level2_break_message() static
Stefan Metzmacher
2011-12-14
1
-5
/
+0
*
s3:smbd: remove unused smbd_messaging_context()
Stefan Metzmacher
2011-12-14
1
-1
/
+0
*
s3:smbd: pass smbd_server_connection to smbd_setup_sig_hup_handler()
Stefan Metzmacher
2011-12-13
1
-2
/
+1
*
s3:smbd: pass smbd_server_connection to smbd_setup_sig_term_handler()
Stefan Metzmacher
2011-12-13
1
-1
/
+1
*
s3:smbd/oplock: pass smbd_server_connection to onefs_init_kernel_oplocks()
Stefan Metzmacher
2011-12-13
1
-1
/
+1
*
s3:smbd/oplock: pass smbd_server_connection to linux_init_kernel_oplocks()
Stefan Metzmacher
2011-12-13
1
-1
/
+1
*
s3:smbd/oplock: pass smbd_server_connection to irix_init_kernel_oplocks()
Stefan Metzmacher
2011-12-13
1
-1
/
+1
*
s3:smbd/oplock: pass smbd_server_connection to init_oplocks()
Stefan Metzmacher
2011-12-13
1
-1
/
+1
*
s3: Move can_delete_directory to smbd/, remove shim
Volker Lendecke
2011-12-13
1
-2
/
+0
*
s3: Move can_set_delete_on_close to smbd/
Volker Lendecke
2011-12-13
1
-0
/
+1
*
s3:smbd/msdfs: enum_msdfs_links() doesn't need a smbd_server_connection anymore
Stefan Metzmacher
2011-12-13
1
-2
/
+1
*
s3:smbd: add connections_snum_used()
Stefan Metzmacher
2011-12-13
1
-0
/
+1
*
Final part of patchset to fix bug #8556 - ACL permissions ignored when SMBset...
Jeremy Allison
2011-11-16
1
-0
/
+4
*
s3:smbd/aio: add cancel_smb2_aio()
Stefan Metzmacher
2011-11-15
1
-0
/
+1
*
Remove can_access_file_acl(). We no longer need this duplicate code (hurrah!).
Jeremy Allison
2011-11-04
1
-6
/
+0
*
Add const to the smb_filename argument of smbd_check_access_rights().
Jeremy Allison
2011-11-04
1
-2
/
+2
*
Expose smbd_check_access_rights() to other modules.
Jeremy Allison
2011-11-04
1
-0
/
+3
*
smb1_file_se_access_check() is now static to smbd/open.c
Jeremy Allison
2011-11-04
1
-5
/
+0
[prev]
[next]