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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3:param convert kernel oplocks to share parameter
Christian Ambach
2012-04-11
3
-9
/
+6
*
Simplify the logic around doing an immediate event reschedule.
Jeremy Allison
2012-04-11
1
-23
/
+7
*
remove --enable-developer from recursive waf build in autoconf build
Andrew Bartlett
2012-04-11
1
-1
/
+1
*
build: Add tevent deps for users of tevent calls
Andrew Bartlett
2012-04-11
1
-3
/
+3
*
Add a new module, aio_linux which implements Linux kernel aio support. Docs t...
Jeremy Allison
2012-04-11
5
-0
/
+786
*
s3: Use talloc_get_size instead of strlen
Volker Lendecke
2012-04-10
1
-1
/
+1
*
On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into ...
Jeremy Allison
2012-04-10
2
-3
/
+0
*
Move blksize_t and blkcnt_t to replace.h from includes.h. Should help with pl...
Jeremy Allison
2012-04-09
3
-12
/
+8
*
s3: Fix the pthreadpool build on OS/X
Volker Lendecke
2012-04-09
1
-0
/
+1
*
s3: Initialize aio_pending_size from aio_pthread
Volker Lendecke
2012-04-09
1
-0
/
+19
*
s3: Initialize aio_pending_size from aio_pthread
Volker Lendecke
2012-04-09
1
-19
/
+22
*
s3: Move the aio signal init to the vfs module
Volker Lendecke
2012-04-09
3
-21
/
+16
*
s3: Compile fix for dbwrap_file.c
Volker Lendecke
2012-04-07
1
-1
/
+1
*
Found whilst back-porting the fix for bug 8837 - smbd crashes when deleting d...
Jeremy Allison
2012-04-07
1
-9
/
+10
*
Bug found by Herb. blkcnt_t st_ex_blksize is defined as a signed value. When ...
Jeremy Allison
2012-04-06
3
-0
/
+53
*
s3-utils: add do_reload_printers command to smbcontol
Björn Baumbach
2012-04-06
1
-0
/
+14
*
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
2012-04-06
61
-367
/
+364
*
s3-build: Remove unused configure checks for xattr functions
Andrew Bartlett
2012-04-05
2
-3
/
+3
*
s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
14
-175
/
+5
*
s3-build: Remove unused configure checks for xattr functions
Andrew Bartlett
2012-04-05
1
-1
/
+1
*
s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
14
-213
/
+6
*
s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
13
-133
/
+4
*
s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configure
Andrew Bartlett
2012-04-05
14
-193
/
+2
*
build: Remove unused GLIBC_HACK_FCNTL64
Andrew Bartlett
2012-04-05
1
-13
/
+0
*
build: Fix sys_open() removal by including system/filesys.h
Andrew Bartlett
2012-04-05
1
-0
/
+1
*
build: Remove SMB_F* locking defines
Andrew Bartlett
2012-04-05
6
-28
/
+12
*
build: Remove SMB_STRUCT_FLOCK define
Andrew Bartlett
2012-04-05
3
-6
/
+2
*
build: Remove SMB_STRUCT_DIR define
Andrew Bartlett
2012-04-05
29
-154
/
+146
*
build: Remove SMB_STRUCT_DIRENT define
Andrew Bartlett
2012-04-05
19
-59
/
+51
*
build: Remove sys_rewinddir wrapper
Andrew Bartlett
2012-04-05
4
-11
/
+2
*
build: Remove sys_closedir wrapper
Andrew Bartlett
2012-04-05
8
-28
/
+17
*
build: Remove sys_telldir wrapper
Andrew Bartlett
2012-04-05
4
-12
/
+2
*
build: Remove sys_seekdir wrapper
Andrew Bartlett
2012-04-05
4
-12
/
+2
*
build: Remove sys_readdir wrapper
Andrew Bartlett
2012-04-05
8
-17
/
+7
*
build: Remove sys_opendir wrapper
Andrew Bartlett
2012-04-05
8
-19
/
+9
*
build: Remove sys_fopen wrapper
Andrew Bartlett
2012-04-05
6
-17
/
+6
*
build: Remove sys_open wrapper
Andrew Bartlett
2012-04-05
15
-33
/
+23
*
build: Remove sys_creat wrapper
Andrew Bartlett
2012-04-05
3
-12
/
+2
*
build: Remove fallback call to sys_open as HAVE_CREAT is not actually checked...
Andrew Bartlett
2012-04-05
1
-8
/
+0
*
build: Remove sys_ftell wrapper
Andrew Bartlett
2012-04-05
3
-11
/
+1
*
build: Remove sys_lseek wrapper
Andrew Bartlett
2012-04-05
9
-21
/
+11
*
build: Remove sys_ftruncate wrapper
Andrew Bartlett
2012-04-05
5
-17
/
+7
*
build: combine off_t 64 bit and largefile test
Andrew Bartlett
2012-04-05
1
-24
/
+10
*
build: #ifdef LARGE_SMB_OFF_T as off_t is now always 64 bits
Andrew Bartlett
2012-04-05
5
-113
/
+2
*
Remove off64_t declarations
Andrew Bartlett
2012-04-05
2
-2
/
+2
*
build: Fix configure test that was declaring an off64_t
Andrew Bartlett
2012-04-05
1
-1
/
+0
*
build: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and *64() fucntions any more
Andrew Bartlett
2012-04-05
4
-206
/
+48
*
build: Remove configure tests for *64 functions and types
Andrew Bartlett
2012-04-05
2
-486
/
+38
*
build: Require 64-bit files support and do not define HAVE_EXPLICIT_LARGEFILE...
Andrew Bartlett
2012-04-05
2
-19
/
+7
*
build: use only standard _FILE_OFFSET_BITS=64 macro for large files
Andrew Bartlett
2012-04-05
1
-145
/
+7
[prev]
[next]