summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Collapse)AuthorFilesLines
2010-12-03Replace lseek()/write()/lseek() triple with pwrite call. We already emulate thisJeremy Allison1-12/+2
inside pwrite under the covers. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Dec 3 03:39:42 CET 2010 on sn-devel-104
2010-12-03posix_fallocate() returns an errno, not -1 on error.Jeremy Allison1-1/+1
2010-12-03Merge the two conflicting allocation codes into one function, ↵Jeremy Allison3-56/+50
vfs_slow_fallocate() and use that from both the truncate and fill_sparse functions. Jeremy.
2010-12-03Oops. Missed adding vfswrap_posix_fallocate to vfs_default_fns table.Jeremy Allison1-0/+1
Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Dec 3 02:26:23 CET 2010 on sn-devel-104
2010-12-02Move posix_fallocate into the VFS where it belongs.Jeremy Allison9-4/+111
Jeremy.
2010-12-02Fix bug #7835 - vfs_fill_sparse() doesn't use posix_fallocate when strict ↵Jeremy Allison1-2/+30
allocate is on Tries posix_fallocate() and then falls back to old code. Jeremy.
2010-12-02s3/selftest: add some FIXMEsBjörn Jacke1-0/+7
this needs some rework. Sourced shell code cannot take arguments, at least no portable shell. This generates errors on the buildfarm sind quite a while.
2010-12-02tests: avoid bash in shebang and fix wrong "==" in testBjörn Jacke1-1/+1
2010-12-01Fix a typo - should be '&&' not '&' when checking for privileges.Jeremy Allison1-1/+1
Jeremy.
2010-12-02s3:smbd: remove some commented out legacy codeMichael Adam1-5/+0
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Thu Dec 2 01:18:19 CET 2010 on sn-devel-104
2010-12-01s3-waf: more krb5 configure checks.Günther Deschner1-0/+24
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Dec 1 19:35:50 CET 2010 on sn-devel-104
2010-12-01s3-waf: add configure check for dirfd and build vfs_syncops vfs_dirsort if ↵Günther Deschner1-0/+5
possible. Guenther
2010-12-01s3-waf: add idmap_ldap to default static module list.Günther Deschner1-1/+1
Guenther
2010-12-01s3-waf: align some krb5/gssapi configure checks with classic build.Günther Deschner1-1/+2
Guenther
2010-12-01s3-waf: avoid module name uppercasing.Günther Deschner7-203/+203
This finally allows mixed case module names like the classic build (./configure --shared_modules=charset_CP850) Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Dec 1 18:39:14 CET 2010 on sn-devel-104
2010-12-01s3: Attempt to please autobuildVolker Lendecke1-1/+1
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Dec 1 08:43:37 CET 2010 on sn-devel-104
2010-12-01s3: Fix a typoVolker Lendecke1-1/+1
2010-12-01s3: Attempt to fix the shadow_copy2 moduleVolker Lendecke1-2/+2
This module is from hell. Please make 100% sure that you did test it properly when touching it! This module has probably given me more grey hair than any other piece of Samba, so PLEASE PLEASE PLEASE be careful here!!!
2010-12-01s3-waf: convert RPC_LSARPC into a subsystem.Günther Deschner2-4/+9
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Dec 1 00:13:58 CET 2010 on sn-devel-104
2010-11-30s3-waf: convert RPC_SAMR into a subsystem.Günther Deschner2-5/+9
Guenther
2010-11-30s3-waf: convert INIT_SAMR into a subsystem.Günther Deschner1-10/+10
Guenther
2010-11-30s3-waf: convert INIT_NETLOGON into a subsystem.Günther Deschner1-10/+9
Guenther
2010-11-30s3-waf: convert INIT_LSA into a subsystem.Günther Deschner1-12/+10
Guenther
2010-11-30s3-waf: fix LIBNBT deps.Günther Deschner1-2/+2
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Nov 30 22:39:05 CET 2010 on sn-devel-104
2010-11-30s3-waf: convert IDMAP_AD into a subsystem.Günther Deschner1-4/+12
Guenther
2010-11-30s3-waf: convert IDMAP_HASH into a subsystem.Günther Deschner1-2/+8
Guenther
2010-11-30s3-waf: convert IDMAP_ADEX into a subsystem.Günther Deschner1-2/+8
Guenther
2010-11-30s3-waf: no need to compile ../librpc/ndr/ndr_compression.c twice.Günther Deschner1-4/+1
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Nov 30 19:52:59 CET 2010 on sn-devel-104
2010-11-30s3-waf: use LIBCLI_NDR_NETLOGON.Günther Deschner1-4/+2
Guenther
2010-11-30s3-waf: convert LIBNBT into a subsystem.Günther Deschner1-3/+7
Guenther
2010-11-30s3-waf: convert SPNEGO_PARSE into a subsystem.Günther Deschner1-4/+7
Guenther
2010-11-30s3-waf: use SLCACHE in ntlm_auth.Günther Deschner1-3/+2
Guenther
2010-11-30s3-waf: use TLDAP in smbtorture.Günther Deschner1-2/+2
Guenther
2010-11-30s3-waf: convert NPA_TSTREAM into a subsystem.Günther Deschner1-6/+9
Guenther
2010-11-30s3-waf: add LIBDRSUAPI subsystem.Günther Deschner1-8/+8
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Nov 30 18:58:42 CET 2010 on sn-devel-104
2010-11-30s3-waf: let SMBD_BASE depend on NDR_NOTIFY.Günther Deschner1-3/+2
Guenther
2010-11-30s3-waf: let LIBSMB (in fact LIBNBT) depend on NDR_NBT.Günther Deschner1-3/+2
Guenther
2010-11-30s3-waf: let LIBSMB (in fact LIBNBT) depend on NDR_SVCCTL.Günther Deschner1-4/+2
Guenther
2010-11-30s3-waf: convert LIBCLI_SPOOLSS into a subsystem.Günther Deschner1-10/+12
Guenther
2010-11-30s3-waf: convert RPCCLI_EPMAPPER into a subsystem.Günther Deschner1-7/+7
Guenther
2010-11-30s3-waf: convert RPCCLI_EVENTLOG into a subsystem.Günther Deschner1-6/+5
Guenther
2010-11-30s3-waf: convert RPCCLI_NTSVCS into a subsystem.Günther Deschner1-6/+5
Guenther
2010-11-30s3-waf: convert RPCCLI_DRSUAPI into a subsystem.Günther Deschner1-7/+6
Guenther
2010-11-30s3-waf: convert RPCCLI_DFS into a subsystem.Günther Deschner1-6/+5
Guenther
2010-11-30s3-waf: convert RPCCLI_INITSHUTDOWN into a subsystem.Günther Deschner1-7/+6
Guenther
2010-11-30s3-waf: convert RPCCLI_DSSETUP into a subsystem.Günther Deschner1-9/+7
Guenther
2010-11-30s3-waf: convert RPCCLI_SVCCTL into a subsystem.Günther Deschner1-6/+5
Guenther
2010-11-30s3-waf: convert RPCCLI_WKSSVC into a subsystem.Günther Deschner1-10/+7
Guenther
2010-11-30s3-waf: convert RPCCLI_SRVSVC into a subsystem.Günther Deschner1-19/+19
Guenther
2010-11-30s3-waf: convert LIBCLI_NETLOGON into a subsystem.Günther Deschner1-14/+14
Guenther