summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s3-build: Remove unused configure checks for xattr functionsAndrew Bartlett2012-04-052-3/+3
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Apr 5 07:13:29 CEST 2012 on sn-devel-104
* s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-0517-189/+5
| | | | | | | If this is ever needed again, it would be more appropriate as an options argument to removexattr. Andrew Bartlett
* s3-build: Remove unused configure checks for xattr functionsAndrew Bartlett2012-04-051-1/+1
|
* s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-0517-227/+6
| | | | | | | If this is ever needed again, it would be more appropriate as an options argument to listxattr. Andrew Bartlett
* s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-0516-147/+4
| | | | | | | If this is ever needed again, it would be more appropriate as an options argument to listxattr. Andrew Bartlett
* s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-0517-209/+2
|
* build: Add configure summary checking to waf buildAndrew Bartlett2012-04-051-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
* build: Fix bitrotted configure summary, we now also test HAVE_IFACE_GETIFADDRSAndrew Bartlett2012-04-051-1/+1
|
* build: Restore configure summary checkingAndrew Bartlett2012-04-051-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)
* build: Add more assertions that fcntl locking works 64-bitAndrew Bartlett2012-04-051-4/+15
|
* build: Remove unused GLIBC_HACK_FCNTL64Andrew Bartlett2012-04-051-13/+0
| | | | | | | This is not set from anywhere, and refers to Red Hat 7.0, which is really, really old now. Andrew Bartlett
* build: Fix sys_open() removal by including system/filesys.hAndrew Bartlett2012-04-051-0/+1
|
* build: Remove SMB_F* locking definesAndrew Bartlett2012-04-056-28/+12
|
* build: Remove SMB_STRUCT_FLOCK defineAndrew Bartlett2012-04-053-6/+2
|
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-0532-171/+163
|
* build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett2012-04-0522-62/+54
|
* build: Remove sys_rewinddir wrapperAndrew Bartlett2012-04-054-11/+2
|
* build: Remove sys_closedir wrapperAndrew Bartlett2012-04-059-31/+20
|
* build: Remove sys_telldir wrapperAndrew Bartlett2012-04-054-12/+2
|
* build: Remove sys_seekdir wrapperAndrew Bartlett2012-04-054-12/+2
|
* build: Remove sys_readdir wrapperAndrew Bartlett2012-04-059-18/+8
|
* build: Remove sys_opendir wrapperAndrew Bartlett2012-04-059-20/+10
|
* build: Remove sys_fopen wrapperAndrew Bartlett2012-04-056-17/+6
|
* build: Remove sys_open wrapperAndrew Bartlett2012-04-0516-34/+24
|
* build: Remove sys_creat wrapperAndrew Bartlett2012-04-053-12/+2
|
* build: Remove fallback call to sys_open as HAVE_CREAT is not actually ↵Andrew Bartlett2012-04-051-8/+0
| | | | checked for
* build: Remove sys_ftell wrapperAndrew Bartlett2012-04-053-11/+1
|
* build: Remove sys_lseek wrapperAndrew Bartlett2012-04-059-21/+11
|
* build: Remove sys_ftruncate wrapperAndrew Bartlett2012-04-055-17/+7
|
* build: combine off_t 64 bit and largefile testAndrew Bartlett2012-04-051-24/+10
|
* vfs: Remove -D_LARGEFILE64_SOURCE from vfs examples MakefileAndrew Bartlett2012-04-051-1/+1
|
* build: #ifdef LARGE_SMB_OFF_T as off_t is now always 64 bitsAndrew Bartlett2012-04-055-113/+2
|
* Remove off64_t declarationsAndrew Bartlett2012-04-052-2/+2
|
* build: Fix configure test that was declaring an off64_tAndrew Bartlett2012-04-051-1/+0
|
* build: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and *64() fucntions any moreAndrew Bartlett2012-04-055-212/+49
|
* build: Remove configure tests for *64 functions and typesAndrew Bartlett2012-04-055-589/+40
| | | | | | We now use the standard types only. Andrew Bartlett
* build: Require 64-bit files support and do not define ↵Andrew Bartlett2012-04-053-20/+9
| | | | HAVE_EXPLICIT_LARGEFILE_SUPPORT
* build: Add getconf LFS_CFLAGS support to waf buildAndrew Bartlett2012-04-051-1/+19
|
* build: use only standard _FILE_OFFSET_BITS=64 macro for large filesAndrew Bartlett2012-04-051-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
* lib/replace: Add getconf LFS_CFLAGS support to autoconf buildAndrew Bartlett2012-04-051-0/+8
|
* Third part of fix for bug #8837 - smbd crashes when deleting directory and ↵Jeremy Allison2012-04-051-1/+1
| | | | | | | | | | veto files are enabled. Use correct check to see if veto files has been enabled. Even if not set lp_veto_files() returns a valid string address (to a '\0' character). Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Apr 5 01:36:04 CEST 2012 on sn-devel-104
* Second part of bugfix for bug #8837 - smbd crashes when deleting directory ↵Jeremy Allison2012-04-046-20/+74
| | | | | | | and veto files are enabled. Store the 'struct security_token' as well as the 'struct security_unix_token' inside the locking db when setting a delete on close.
* First part of fix for bug 8837 - smbd crashes when deleting directory and ↵Jeremy Allison2012-04-042-2/+2
| | | | | | veto files are enabled. Add some const to the sec_ctx code.
* systemd: Add samba service file.Andreas Schneider2012-04-042-0/+17
| | | | | Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Apr 4 18:04:09 CEST 2012 on sn-devel-104
* s4:librpc/rpc: also parse ncacn_packet pdus with LIBNDR_FLAG_OBJECT_PRESENTStefan Metzmacher2012-04-031-0/+4
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Apr 3 23:06:31 CEST 2012 on sn-devel-104
* s4:librpc/rpc: don't mix up paylod ndr flags with the dcerpc layerStefan Metzmacher2012-04-031-1/+1
| | | | | | | If the transfer syntax is NDR64, it's only for the payload not for the dcerpc pdus. metze
* build: Remove checks for krb5_decode_ap_req, free_AP_REQ and ↵Andrew Bartlett2012-04-033-67/+1
| | | | | | | | | KRB5_TICKET_HAS_KEYINFO Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Apr 3 19:19:33 CEST 2012 on sn-devel-104
* build: Remove unused check for HAVE_KRB5_TKT_ENC_PART2Andrew Bartlett2012-04-032-13/+0
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-krb5 Remove unused get_kvno_from_ap_req()Andrew Bartlett2012-04-031-13/+0
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-krb5 Remove unused get_enctype_from_ap_reqAndrew Bartlett2012-04-031-10/+0
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>