1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00

32216 Commits

Author SHA1 Message Date
Volker Lendecke
086c6c0e9a s3: Attempt to fix the non-gnumake build
Björn, please check!
2010-05-22 20:06:16 +02:00
Volker Lendecke
72d2c370e2 s3: Remove unreachable code 2010-05-22 13:08:38 +02:00
Jeremy Allison
d7542b58fc If using fake oplocks, use the correct SMB2 type code for "no oplock".
Jeremy.
2010-05-21 23:59:54 -07:00
Jeremy Allison
82484461e3 Don't forget brackets around bitwise tests.
Jeremy.
2010-05-21 17:12:40 -07:00
Jeremy Allison
b2a7ad8c95 Make DFS work over SMB2.
Jeremy.
2010-05-21 16:56:10 -07:00
Roel van Meer
366333c08f Fix bug #7448 - smbd crash when sambaLMPassword and sambaNTPassword entries missing from ldap.
Protect SMBsesskeygen_ntv1() from a NULL pointer.
2010-05-21 14:17:17 -07:00
Jeremy Allison
efb29227fa Make krb5 over SMB2 identical to the way we handle it in SMB1.
Jeremy.
2010-05-21 12:08:18 -07:00
Jeremy Allison
8c9ea2ba7c Set SMB2 max read/write/trans sizes to Win7 compatible - 1Mb.
Jeremy.
2010-05-21 10:32:46 -07:00
Ira Cooper
28b8d42136 s3: added support for fake oplocks in SMB2. 2010-05-21 09:57:33 -07:00
Günther Deschner
7c979adfbf s3-net: fix net_ads_gpo() for non-ads case.
Guenther
2010-05-21 18:09:14 +02:00
Andrew Bartlett
cba7f8b827 s3:dom_sid Global replace of DOM_SID with struct dom_sid
This matches the structure that new code is being written to,
and removes one more of the old-style named structures, and
the need to know that is is just an alias for struct dom_sid.

Andrew Bartlett

Signed-off-by: Günther Deschner <gd@samba.org>
2010-05-21 10:39:59 +02:00
Andrew Bartlett
a92b653af9 s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 types
Signed-off-by: Günther Deschner <gd@samba.org>
2010-05-21 10:24:55 +02:00
Gregor Beck
304271bd8f s3: registry: add tests with empty valuename
Signed-off-by: Michael Adam <obnox@samba.org>
2010-05-21 00:22:45 +02:00
Gregor Beck
12ce164384 s3: registry: let test_setvalue use getvalueraw instead of enumerate
simplifies code, prerequisite to handle empty valuenames

Signed-off-by: Michael Adam <obnox@samba.org>
2010-05-21 00:22:45 +02:00
Gregor Beck
0a173444ac s3: registry: fix query empty valuenames
Remove a check introduced with commit 80c2446321c519797a57b8006942a983f8481d79
wich causes queries for values with empty name to fail. Empty valuenames are
used for the so called default value of a key.

Signed-off-by: Michael Adam <obnox@samba.org>
2010-05-21 00:22:45 +02:00
Kai Blin
136ea7b91d s3-waf: Actually make --with/--without-swat work 2010-05-21 00:15:52 +02:00
Kai Blin
c926acf7f1 s3-waf: Really disable winbindd build when --without-winbind is specified 2010-05-21 00:15:52 +02:00
Kai Blin
29f549e3fb s3-waf: ndr string functions moved to top level 2010-05-20 22:30:24 +02:00
Kai Blin
aca2b5461c s3-waf: Fix the build after rebase 2010-05-20 22:16:15 +02:00
Kai Blin
73f6fed4d6 s3-waf: more elaborate host_os check for STAT_ST_BLOCKSIZE 2010-05-20 22:16:15 +02:00
Michael Adam
9ab3316250 s3-waf: fix linking of eventlogadm by adding cap as dependency 2010-05-20 22:16:15 +02:00
Michael Adam
f35bafe39c s3-waf: fix linking of swat by adding cap as dependency 2010-05-20 22:16:15 +02:00
Kai Blin
c33ba1f9d1 s3-waf: Fix build with ldap by adding a SMBLDAP subsystem 2010-05-20 22:16:15 +02:00
Kai Blin
17b136a79f s3-waf: fix the winbindd build again 2010-05-20 22:16:15 +02:00
Kai Blin
b6c5d5de37 s3-waf: Fix up PIDL includes.
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
2010-05-20 22:16:15 +02:00
Kai Blin
9cc39ffb56 s3-waf: Some files moved during the rebase 2010-05-20 22:16:15 +02:00
Stefan Metzmacher
5556deee7a s3-waf: Add autogeneration with PIDL 2010-05-20 22:16:15 +02:00
Kai Blin
d704d52954 s3-waf: Remove references to LDB
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
2010-05-20 22:16:15 +02:00
Stefan Metzmacher
1c6ba8551d s3-waf: Also include source4/ when looking for headers 2010-05-20 22:16:15 +02:00
Kai Blin
8e04ad2db1 s3-waf: build shared modules as subsystems 2010-05-20 22:16:15 +02:00
Kai Blin
2650198ff7 s3-waf: autogenerate lists of static modules 2010-05-20 22:16:15 +02:00
Kai Blin
e48b73fc67 s3-waf: clean up includes 2010-05-20 22:16:15 +02:00
Kai Blin
3ea211feb4 s3-waf: create a SECRETS subsystem 2010-05-20 22:16:15 +02:00
Kai Blin
1e97982633 s3-waf: clean up dependencies a little 2010-05-20 22:16:15 +02:00
Kai Blin
997114564d s3-waf: tdb includes are in lib/tdb/include 2010-05-20 22:16:15 +02:00
Kai Blin
6a32dbd857 s3-waf: fix eventlogadm build with winbind 2010-05-20 22:16:15 +02:00
Kai Blin
0e7e039778 s3-waf: Autogenerate the static and dynamic init function calls 2010-05-20 22:16:15 +02:00
Kai Blin
25f33a3f8e s3-waf: add popt and tdb include dirs to the includes list 2010-05-20 22:16:15 +02:00
Kai Blin
63a30619b6 s3-waf: Fix up the winbindd build 2010-05-20 22:16:15 +02:00
Kai Blin
015c09031e s3-waf: add eventlogadm binary 2010-05-20 22:16:15 +02:00
Kai Blin
0766128764 s3-waf: Use a common subsystem for the kerberos client code 2010-05-20 22:16:14 +02:00
Kai Blin
149167f574 s3-waf: Use a common subsystem for samba-popt code 2010-05-20 22:16:14 +02:00
Kai Blin
be712a8eea s3-waf: Build swat 2010-05-20 22:16:14 +02:00
Kai Blin
8f9a3c9eb2 s3-waf: build winbindd again 2010-05-20 22:16:14 +02:00
Kai Blin
cf0cea838f s3-waf: fix up the LDAP objects if LDAP isn't built 2010-05-20 22:16:14 +02:00
Andrew Tridgell
0cb99738ca s3-waf: install swat files 2010-05-20 22:16:14 +02:00
Andrew Tridgell
5800e45fdd s3-waf: fixed install path for sbin binaries 2010-05-20 22:16:14 +02:00
Andrew Tridgell
e86b212739 s3-waf: fixed SWATDIR to match old build 2010-05-20 22:16:14 +02:00
Kai Blin
2261e8c087 s3-waf: Fix the minimal build
When using the internal zlib and popt, the dependencies and includes
have to be adapted a bit
2010-05-20 22:16:14 +02:00
Kai Blin
c59da6e9a5 s3-waf: Fix the build --with-ldap
The LDAP source files as set by configure weren't detected correctly in the wscript_build
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
2010-05-20 22:16:14 +02:00