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
...
*
s3:smbd: comment the lp_load call in reload_services()
Michael Adam
2012-05-05
1
-1
/
+5
*
s3: Remove an unused extern declaration
Volker Lendecke
2012-05-04
1
-2
/
+0
*
s3: Remove an unused parameter from check_parent_access()
Volker Lendecke
2012-05-04
1
-10
/
+3
*
s3: In mkdir_internal, don't retrieve parent_dir from check_parent_access
Volker Lendecke
2012-05-04
1
-1
/
+1
*
s3: Fix a typo
Volker Lendecke
2012-05-04
1
-1
/
+1
*
s3-smbd: Use security_session_user_level() rather than nt_token_check_sid()
Andrew Bartlett
2012-05-02
1
-13
/
+1
*
Add an audit file VFS routine so we can handle auditing with SACLs.
Richard Sharpe
2012-04-28
1
-0
/
+14
*
s3: oplock_timeout is a talloc child of fsp
Volker Lendecke
2012-04-26
1
-3
/
+0
*
s3: Remove code TALLOC_FREE already does
Volker Lendecke
2012-04-26
1
-5
/
+1
*
s3: Simplify check_reduced_name a bit
Volker Lendecke
2012-04-24
1
-9
/
+5
*
s3: Fix a typo
Volker Lendecke
2012-04-24
1
-1
/
+1
*
s3: Introduce variable "indyniov" for easier reading
Volker Lendecke
2012-04-24
1
-8
/
+10
*
Fix bug #8882 - Broken processing of %U with vfs_full_audit when force user i...
Jeremy Allison
2012-04-23
1
-0
/
+11
*
s3:id_cache: do not use the in-memory idmap cache (it is going to be removed)
Michael Adam
2012-04-20
1
-13
/
+0
*
s3: Fix Coverity ID 2747: FORWARD_NULL
Volker Lendecke
2012-04-19
1
-1
/
+1
*
s3: Fix Coverity ID 2749: REVERSE_INULL
Volker Lendecke
2012-04-19
1
-1
/
+3
*
Ensure we have 12 bytes of data for a SMB_SET_CIFS_UNIX_INFO call. Add debug.
Jeremy Allison
2012-04-18
1
-1
/
+4
*
s3-dbwrap: push lp_ctx up another layer in the stack
Andrew Bartlett
2012-04-18
1
-1
/
+4
*
s3: New notify implementation
Volker Lendecke
2012-04-17
5
-757
/
+1076
*
s3: Increase debuglevel for unknown child msgs
Volker Lendecke
2012-04-17
1
-1
/
+1
*
s3:smbd/sesssetup: use a helper variable 'action' to mark guest access
Stefan Metzmacher
2012-04-16
1
-1
/
+3
*
param: Change from _lp to lp__ as the prefix for internal parameter wrappers
Andrew Bartlett
2012-04-16
1
-2
/
+2
*
rely on sys/inotify.h for inotify
Adrian Bunk
2012-04-13
1
-37
/
+1
*
We never cancel SMB1 aio, only SMB2 aio - and in this case we always return a...
Jeremy Allison
2012-04-12
1
-12
/
+7
*
Remove cancel_aio_by_fsp(). It can never work and could lead to memory corrup...
Jeremy Allison
2012-04-12
3
-43
/
+18
*
Move the counting of outstanding_aio_calls into the lifecycle of the aio_extr...
Jeremy Allison
2012-04-12
1
-6
/
+2
*
s3: Fix a segfault with debug level 3 on Solaris
Volker Lendecke
2012-04-12
1
-1
/
+2
*
s3:smbd only care about missing level2 support if kernel oplocks are enabled
Christian Ambach
2012-04-11
1
-4
/
+10
*
s3:smbd only initialize kernel oplocks if they are enabled for a share
Christian Ambach
2012-04-11
1
-0
/
+4
*
s3:smbd add seperate function to initialize kernel oplocks
Christian Ambach
2012-04-11
2
-3
/
+8
*
s3:param convert kernel oplocks to share parameter
Christian Ambach
2012-04-11
1
-1
/
+1
*
s3: Use talloc_get_size instead of strlen
Volker Lendecke
2012-04-10
1
-1
/
+1
*
s3: Move the aio signal init to the vfs module
Volker Lendecke
2012-04-09
2
-21
/
+8
*
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
2012-04-06
10
-90
/
+90
*
s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
1
-7
/
+0
*
s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
1
-9
/
+0
*
s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
1
-7
/
+0
*
s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
1
-8
/
+0
*
build: Remove SMB_F* locking defines
Andrew Bartlett
2012-04-05
1
-2
/
+2
*
build: Remove SMB_STRUCT_DIR define
Andrew Bartlett
2012-04-05
3
-12
/
+12
*
build: Remove SMB_STRUCT_DIRENT define
Andrew Bartlett
2012-04-05
1
-2
/
+2
*
build: Remove sys_fopen wrapper
Andrew Bartlett
2012-04-05
1
-1
/
+1
*
build: Remove sys_open wrapper
Andrew Bartlett
2012-04-05
2
-3
/
+3
*
build: #ifdef LARGE_SMB_OFF_T as off_t is now always 64 bits
Andrew Bartlett
2012-04-05
2
-82
/
+0
*
Third part of fix for bug #8837 - smbd crashes when deleting directory and ve...
Jeremy Allison
2012-04-05
1
-1
/
+1
*
Second part of bugfix for bug #8837 - smbd crashes when deleting directory an...
Jeremy Allison
2012-04-04
3
-10
/
+22
*
First part of fix for bug 8837 - smbd crashes when deleting directory and vet...
Jeremy Allison
2012-04-04
2
-2
/
+2
*
s3-vfs: Use new smb_load_module for better diagnostics
Andrew Bartlett
2012-04-03
1
-1
/
+1
*
s3-smbd: Inline init_modules() into only caller
Andrew Bartlett
2012-04-03
1
-1
/
+3
*
Start to add truncate checks on all uses of strlcpy(). Reading lwn
Jeremy Allison
2012-03-29
1
-1
/
+3
[prev]
[next]