Kai Blin
4478413da9
s3-waf: Add dummy configuration option for pthreadpool
2010-05-20 22:16:14 +02:00
Kai Blin
81967f5087
s3-waf: Add dummy configuration option for utmp
2010-05-20 22:16:14 +02:00
Kai Blin
f4ff7a298d
s3-waf: Add dummy configuration option for sendfile-support
2010-05-20 22:16:14 +02:00
Kai Blin
cba7fd170c
s3-waf: Add dummy configuration options for quotas
2010-05-20 22:16:14 +02:00
Kai Blin
f4ebdc98c2
s3-waf: Add dummy configuration option for PAM
2010-05-20 22:16:14 +02:00
Kai Blin
76e054ba98
s3-waf: Add configuration option for merged build
...
This doesn't enable the merged build, but doesn't error out when the --disable-merged-build configuration option is set
2010-05-20 22:16:14 +02:00
Kai Blin
7ba5d2c012
s3-waf: Fix install location of testparm and wbinfo
2010-05-20 22:16:14 +02:00
Kai Blin
1defd6e2a8
s3-waf: Build LDB as a subsystem
2010-05-20 22:16:13 +02:00
Kai Blin
c332a13d74
s3-waf: build testparm and winbindd
2010-05-20 22:16:13 +02:00
Kai Blin
3728186202
s3-waf dynconfig: s3 configfile default is $LIBDIR/smb.conf
2010-05-20 22:16:13 +02:00
Andrew Tridgell
eea89ddf8d
s3-waf: merged auth subsystem changes from master
2010-05-20 22:16:13 +02:00
Andrew Tridgell
c85008e084
s3-waf: move the KRB5_DEPRECATED check into lib/replace
...
this needs to be with the krb5.h check
2010-05-20 22:16:13 +02:00
Kai Blin
ca7226500c
s3-waf: Don't recurse into tsocket dir during configure
2010-05-20 22:16:13 +02:00
Andrew Tridgell
730c57048e
s3-waf: Add enable selftest configuration option
2010-05-20 22:16:13 +02:00
Andrew Tridgell
0077761f7e
s3-waf: correctly handle the libcap dependency when libcap is not installed
2010-05-20 22:16:13 +02:00
Kai Blin
fa48325bb6
s3-waf: build wbinfo using waf
2010-05-20 22:16:13 +02:00
Kai Blin
c7a1708740
s3-waf: Add ctags command
2010-05-20 22:16:13 +02:00
Kai Blin
b14d86f0a9
s3-waf: Build nmbd using waf as well
2010-05-20 22:16:13 +02:00
Kai Blin
8e32f81d4d
s3-waf: Support smbd build without ldap and kerberos
2010-05-20 22:16:13 +02:00
Kai Blin
d59df05ff9
s3-waf: Allow building without ads/ldap/krb5 even if the libs are installed
2010-05-20 22:16:13 +02:00
Kai Blin
771a8c17af
s3-waf: Allow using --enable/--disable options as well
2010-05-20 22:16:13 +02:00
Andrew Tridgell
99a2171f8b
s3-waf: correctly handle cups dependencies when cups development packages are not installed
2010-05-20 22:16:13 +02:00
Kai Blin
3d1c0f1a21
s3-waf: Add helper that facilitates defining --with-x and --without-x options
2010-05-20 22:16:13 +02:00
Kai Blin
adfd1db476
s3-waf: Fix the CUPS dependency
2010-05-20 22:16:13 +02:00
Andrew Tridgell
419873f2ee
s3-waf: All sorts of nasty hacks to finally get smbd to build/link
...
Pair-Programmed-With: Kai Blin <kai@samba.org>
2010-05-20 22:16:13 +02:00
Kai Blin
538edd5fc0
s3-waf: Add some more krb5 checks
...
There is still quite a few of them missing.
2010-05-20 22:16:13 +02:00
Kai Blin
1316fa7b78
s3-waf: Check for LDAP
2010-05-20 22:16:13 +02:00
Kai Blin
2b5f82f259
s3-waf: Move cups, ldap and krb5 checks to the end of the wscript file
2010-05-20 22:16:13 +02:00
Kai Blin
d3c9d299e8
s3-waf: Check for KRB5_DEPRECATED handling
2010-05-20 22:16:13 +02:00
Kai Blin
6f6b32044e
s3-waf: Fake some defines that need to be set by configure options later
2010-05-20 22:16:13 +02:00
Kai Blin
a967deacdc
s3-waf: Add more objects trying to build smbd
2010-05-20 22:16:12 +02:00
Kai Blin
5f87d5a3d0
s3-waf: Added support dynconfig cflags
...
Pair-Programmed-With: Andrew Tridgell <tridge@samba.org>
2010-05-20 22:16:12 +02:00
Jeremy Allison
a8a4fe0605
Fix bug #7410 - samba sends "raw" inode number as uniqueid with unix extensions.
...
Move to a consistent get_FileIndex() function for all inode returns,
that checks if st_dev on the file is identical to the top directory
dev_t of the exported share, and if so uses the raw 64-bit inode
number. If it isn't (we've traversed a mount point) - return what
we used to do for Windows which is the concatination of the bottom
32-bits of the inode with the 32-bit device number. We can get more
creative with this over time (hashing?) if we want as now all inode returns go
through this single function.
Jeremy.
2010-05-20 11:36:47 -07:00
Günther Deschner
e4bdb7e00e
s3-libads: add ads_set_sasl_wrap_flags().
...
Guenther
2010-05-20 18:45:59 +02:00
Günther Deschner
33a156f0c1
s3-net: show how to use filters for group policy processing.
...
Guenther
2010-05-20 18:45:48 +02:00
Günther Deschner
96962277da
s3-net: let net_ads_gpo() call no_ads when built w/o ads support.
...
Guenther
2010-05-20 18:45:40 +02:00
Günther Deschner
32809efe76
s3-net: compile net_ads_gpo_apply().
...
Guenther
2010-05-20 18:45:29 +02:00
Günther Deschner
aadd29356e
s3-registry: support REG_DWORD_BIG_ENDIAN.
...
Just treat it as a REG_DWORD for now. Long term all these checks will need to
pass away, once we get a real registry...
Guenther
2010-05-20 18:44:07 +02:00
Günther Deschner
fb16ac229b
s3-registry: support REG_QWORD.
...
Guenther
2010-05-20 18:32:08 +02:00
Günther Deschner
026fae89d6
s3-utils: remove trailing whitespace from profiles utility.
...
Guenther
2010-05-20 14:18:01 +02:00
Günther Deschner
b75384546a
librpc: finally merge ndr_string.c.
...
Guenther
2010-05-20 13:57:22 +02:00
Günther Deschner
6d9fe52310
s3-libndr: merge in better ndr warnings from s4 ndr_string.c
...
Guenther
2010-05-20 13:54:44 +02:00
Günther Deschner
764cde5190
s3-build: add missing prototype for regtype_by_string().
...
Guenther
2010-05-20 13:54:08 +02:00
Günther Deschner
ba1befd365
s3-services: move services.h closer to services implementation.
...
Guenther
2010-05-20 13:39:46 +02:00
Günther Deschner
e7982bbe0b
s3-lanman: Fix various RAP printing calls according to win98 testing and MS-RAP docs.
...
Guenther
2010-05-20 13:35:49 +02:00
Kai Blin
29629b9390
s3 smb2: Fix the build without kerberos
...
Jeremy, please check
2010-05-20 11:36:14 +02:00
Andreas Schneider
33c96e6d3a
s3-net: Created a migration tool for printing TDBs.
...
Signed-off-by: Günther Deschner <gd@samba.org>
2010-05-20 11:08:14 +02:00
Michael Adam
612a333d65
s3:winbind:idmap_tdb2_set_mapping: untangle assignment from check
2010-05-20 09:18:59 +02:00
Jeremy Allison
2c61c93a51
Fix bug 7442 - Samba returns incorrect SMB2 QFS device info.
...
Add the correct devicetype and characteristics for this info level.
Jeremy.
2010-05-19 21:28:08 -07:00
Jeremy Allison
fad5d33bf8
Fix connecting to [homes] share over SMB2.
...
Jeremy.
2010-05-19 21:27:43 -07:00