Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-09 | autobuild: Also test a distribution-style build with external libs | Andrew Bartlett | 1 | -1/+24 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Apr 9 10:06:38 CEST 2012 on sn-devel-104 | |||||
2012-04-08 | wafsamba: Return missing libs rather than last syslib. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Apr 8 05:31:15 CEST 2012 on sn-devel-104 | |||||
2012-04-07 | s3: Compile fix for dbwrap_file.c | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Sat Apr 7 14:10:35 CEST 2012 on sn-devel-104 | |||||
2012-04-07 | Found whilst back-porting the fix for bug 8837 - smbd crashes when deleting ↵ | Jeremy Allison | 1 | -9/+10 | |
directory and veto files are enabled. The delete tokens are unique to each name hash representing a pathname, if we don't correctly return here we'll add duplicate tokens for a given pasname hash. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Apr 7 02:13:58 CEST 2012 on sn-devel-104 | |||||
2012-04-06 | Bug found by Herb. blkcnt_t st_ex_blksize is defined as a signed value. When ↵ | Jeremy Allison | 3 | -0/+53 | |
it is on a 32-bit system and defined as a long, then inside vfswrap_get_alloc_size() we cast to a uint64_t. This sign-extends when converting to unsigned, so if the high bit of st_ex_blksize is set we return insane values to clients. | |||||
2012-04-06 | docs-xml: fix default name resolve order (fix bug #7564) | Björn Baumbach | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Fri Apr 6 09:54:37 CEST 2012 on sn-devel-104 | |||||
2012-04-06 | docs: remove whitespace in example samba.ldif (fix bug #8789) | Björn Baumbach | 1 | -1/+1 | |
2012-04-06 | docs: add reload-printers command to smbcontrol manual page | Björn Baumbach | 1 | -0/+7 | |
2012-04-06 | s3-utils: add do_reload_printers command to smbcontol | Björn Baumbach | 1 | -0/+14 | |
Add command to force smbd to reload printers by sending MSG_PRINTER_PCAP. | |||||
2012-04-06 | build: Remove SMB_OFF_T, replace with off_t | Andrew Bartlett | 63 | -387/+384 | |
Now that we always require a 64 bit off_t, we no longer need SMB_OFF_T. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Apr 6 01:47:43 CEST 2012 on sn-devel-104 | |||||
2012-04-05 | s3-build: Remove unused configure checks for xattr functions | Andrew Bartlett | 2 | -3/+3 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Apr 5 07:13:29 CEST 2012 on sn-devel-104 | |||||
2012-04-05 | s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configure | Andrew Bartlett | 17 | -189/+5 | |
If this is ever needed again, it would be more appropriate as an options argument to removexattr. Andrew Bartlett | |||||
2012-04-05 | s3-build: Remove unused configure checks for xattr functions | Andrew Bartlett | 1 | -1/+1 | |
2012-04-05 | s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configure | Andrew Bartlett | 17 | -227/+6 | |
If this is ever needed again, it would be more appropriate as an options argument to listxattr. Andrew Bartlett | |||||
2012-04-05 | s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configure | Andrew Bartlett | 16 | -147/+4 | |
If this is ever needed again, it would be more appropriate as an options argument to listxattr. Andrew Bartlett | |||||
2012-04-05 | s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configure | Andrew Bartlett | 17 | -209/+2 | |
2012-04-05 | build: Add configure summary checking to waf build | Andrew Bartlett | 1 | -0/+7 | |
When we remove the autoconf build, this can be re-expressed in python, but for now it is good to share this double-check. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Apr 5 04:11:45 CEST 2012 on sn-devel-104 | |||||
2012-04-05 | build: Fix bitrotted configure summary, we now also test HAVE_IFACE_GETIFADDRS | Andrew Bartlett | 1 | -1/+1 | |
2012-04-05 | build: Restore configure summary checking | Andrew Bartlett | 1 | -1/+0 | |
This was accidentily lost in: commit b1ce226af8b61ad7e3c37860a59c6715012e738b Author: James Peach <jpeach@samba.org> Date: Fri Jun 15 21:58:49 2007 +0000 r23510: Tidy calls to smb_panic by removing trailing newlines. Print the failed expression in SMB_ASSERT. (This used to be commit 171dc060e2a576d724eed1ca65636bdafffd7713) | |||||
2012-04-05 | build: Add more assertions that fcntl locking works 64-bit | Andrew Bartlett | 1 | -4/+15 | |
2012-04-05 | build: Remove unused GLIBC_HACK_FCNTL64 | Andrew Bartlett | 1 | -13/+0 | |
This is not set from anywhere, and refers to Red Hat 7.0, which is really, really old now. Andrew Bartlett | |||||
2012-04-05 | build: Fix sys_open() removal by including system/filesys.h | Andrew Bartlett | 1 | -0/+1 | |
2012-04-05 | build: Remove SMB_F* locking defines | Andrew Bartlett | 6 | -28/+12 | |
2012-04-05 | build: Remove SMB_STRUCT_FLOCK define | Andrew Bartlett | 3 | -6/+2 | |
2012-04-05 | build: Remove SMB_STRUCT_DIR define | Andrew Bartlett | 32 | -171/+163 | |
2012-04-05 | build: Remove SMB_STRUCT_DIRENT define | Andrew Bartlett | 22 | -62/+54 | |
2012-04-05 | build: Remove sys_rewinddir wrapper | Andrew Bartlett | 4 | -11/+2 | |
2012-04-05 | build: Remove sys_closedir wrapper | Andrew Bartlett | 9 | -31/+20 | |
2012-04-05 | build: Remove sys_telldir wrapper | Andrew Bartlett | 4 | -12/+2 | |
2012-04-05 | build: Remove sys_seekdir wrapper | Andrew Bartlett | 4 | -12/+2 | |
2012-04-05 | build: Remove sys_readdir wrapper | Andrew Bartlett | 9 | -18/+8 | |
2012-04-05 | build: Remove sys_opendir wrapper | Andrew Bartlett | 9 | -20/+10 | |
2012-04-05 | build: Remove sys_fopen wrapper | Andrew Bartlett | 6 | -17/+6 | |
2012-04-05 | build: Remove sys_open wrapper | Andrew Bartlett | 16 | -34/+24 | |
2012-04-05 | build: Remove sys_creat wrapper | Andrew Bartlett | 3 | -12/+2 | |
2012-04-05 | build: Remove fallback call to sys_open as HAVE_CREAT is not actually ↵ | Andrew Bartlett | 1 | -8/+0 | |
checked for | |||||
2012-04-05 | build: Remove sys_ftell wrapper | Andrew Bartlett | 3 | -11/+1 | |
2012-04-05 | build: Remove sys_lseek wrapper | Andrew Bartlett | 9 | -21/+11 | |
2012-04-05 | build: Remove sys_ftruncate wrapper | Andrew Bartlett | 5 | -17/+7 | |
2012-04-05 | build: combine off_t 64 bit and largefile test | Andrew Bartlett | 1 | -24/+10 | |
2012-04-05 | vfs: Remove -D_LARGEFILE64_SOURCE from vfs examples Makefile | Andrew Bartlett | 1 | -1/+1 | |
2012-04-05 | build: #ifdef LARGE_SMB_OFF_T as off_t is now always 64 bits | Andrew Bartlett | 5 | -113/+2 | |
2012-04-05 | Remove off64_t declarations | Andrew Bartlett | 2 | -2/+2 | |
2012-04-05 | build: Fix configure test that was declaring an off64_t | Andrew Bartlett | 1 | -1/+0 | |
2012-04-05 | build: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and *64() fucntions any more | Andrew Bartlett | 5 | -212/+49 | |
2012-04-05 | build: Remove configure tests for *64 functions and types | Andrew Bartlett | 5 | -589/+40 | |
We now use the standard types only. Andrew Bartlett | |||||
2012-04-05 | build: Require 64-bit files support and do not define ↵ | Andrew Bartlett | 3 | -20/+9 | |
HAVE_EXPLICIT_LARGEFILE_SUPPORT | |||||
2012-04-05 | build: Add getconf LFS_CFLAGS support to waf build | Andrew Bartlett | 1 | -1/+19 | |
2012-04-05 | build: use only standard _FILE_OFFSET_BITS=64 macro for large files | Andrew Bartlett | 1 | -145/+7 | |
(We also already use any other macro as set by getconf LFS_CFLAGS, and the standard AC_SYS_LARGEFILE macro in libreplace). This is instead of using the transitional *64 posix largefile API Andrew Bartlett | |||||
2012-04-05 | lib/replace: Add getconf LFS_CFLAGS support to autoconf build | Andrew Bartlett | 1 | -0/+8 | |