Tim Potter
cda829f0d9
r9992: More fixes from the 64-bit warning police.
2007-10-10 13:36:27 -05:00
Tim Potter
a64b813ff7
r9991: Some more 64-bit size_t warnings. There are a few more but they are
...
too hard to fix right now. (-:
2007-10-10 13:36:27 -05:00
Tim Potter
dd148451d7
r9990: Fix some 64-bit size_t warnings.
2007-10-10 13:36:26 -05:00
Tim Potter
73dffade2c
r9984: Honour the NOEMIT conformance directive for entire IDL files.
2007-10-10 13:36:26 -05:00
Tim Potter
55a98b3dfd
r9983: Make the NOEMIT conformance directive with no argument mean do not
...
emit any dissectors for this IDL.
2007-10-10 13:36:26 -05:00
Tim Potter
ec80c5ceec
r9982: Strip prefixes off the check for noemit in the conformance info so you
...
can use the typedef names in the IDL rather than the autogenerated
function names. This means you can say "NOEMIT security_descriptor"
instead of "NOEMIT dissect_security_descriptor_type" or whatever.
2007-10-10 13:36:26 -05:00
Tim Potter
716011dd92
r9980: Fix some warnings.
2007-10-10 13:36:26 -05:00
Jelmer Vernooij
b17478229e
r9959: Fix bug where data offset was incorrect after parsing element with
...
[charset]
2007-10-10 13:36:25 -05:00
Jelmer Vernooij
351149d160
r9957: Switch to using DATA_BLOBs internally in TDR
2007-10-10 13:36:25 -05:00
Stefan Metzmacher
0e5cac10cb
r9954: getntacl depends on EXT_LIB_XATTR
...
(maybe we need to disable this binary when EXT_LIB_XATTR isn't enabled)
metze
2007-10-10 13:36:25 -05:00
Jelmer Vernooij
a143234ac7
r9951: Add another value to the default HKLM.
...
Convert Samba3 policy "refuse machine pw change" to registry value.
2007-10-10 13:36:24 -05:00
Jelmer Vernooij
994093b08e
r9949: Portability fixes for mingw32
2007-10-10 13:36:24 -05:00
Jelmer Vernooij
071dba2d0a
r9948: Be a bit less verbose
2007-10-10 13:36:24 -05:00
Andrew Bartlett
530d91de7c
r9942: CN=Configuration is always under the database-wide base dn, so don't
...
try and pass it down as a parameter.
Andrew Bartlett
2007-10-10 13:36:24 -05:00
Andrew Bartlett
ed24d88f0e
r9941: Update the CrackNames test, and provide a much improved server-side
...
DRSUAPI CrackNames.
We can't pass the full cracknames test until the initial provision is
updated, the seperate DomainControllerInfo and canonical names support
is added.
Andrew Bartlett
2007-10-10 13:36:24 -05:00
Andrew Bartlett
664736e73d
r9940: When guessing, don't make DEBUG(1,... errors.
...
Andrew Bartlett
2007-10-10 13:36:23 -05:00
James Peach
0300f2329c
r9939: Add configure check for yapp.
2007-10-10 13:36:23 -05:00
Andrew Bartlett
6aef275efd
r9931: Make use of new 'norealm' parsing functions rather than strchr(p '@').
...
Merge these norealm functions from lorikeet-heimdal.
Andrew Bartlett
2007-10-10 13:36:23 -05:00
Andrew Bartlett
0761b22f99
r9930: Use a single samdb_base_dn() function rather than lots of silly
...
searches all over the place.
This can be extended to cover an NT4 (no ADS) mode in future as well.
Andrew Bartlett
2007-10-10 13:36:23 -05:00
Andrew Bartlett
d6f57ec921
r9929: Fix indentation
...
Andrew Bartlett
2007-10-10 13:36:23 -05:00
Andrew Bartlett
b89e7a7fcd
r9928: ncName is a DN, and needs to use DN matching rules.
...
Andrew Bartlett
2007-10-10 13:36:22 -05:00
Andrew Bartlett
b50e546eb4
r9927: Extend copyright for all the hard work I've done this year.
...
Andrew Bartlett
2007-10-10 13:36:22 -05:00
Jelmer Vernooij
4f0ee80f6c
r9925: Fix swapped nt/lm password hashes - caught by Andrew Bartlett
2007-10-10 13:36:22 -05:00
Jelmer Vernooij
152c1a37b5
r9919: Remove debug statement from samba3sam
...
Add SOC STATUS doc
2007-10-10 13:36:22 -05:00
Jelmer Vernooij
c61efb2ff8
r9918: Fix two copy-n-paste bugs that were preventing the modification
...
of special DN's when the rdn_name or timestamps modules were in use.
2007-10-10 13:36:22 -05:00
Jelmer Vernooij
8ff1358f40
r9915: Some more mappings. Fix weird sAMAccountName values.
2007-10-10 13:36:21 -05:00
Jelmer Vernooij
4c3b37d660
r9912: Fix another bug in ldb_map.
2007-10-10 13:36:21 -05:00
Jelmer Vernooij
ebed25b47d
r9908: Generate posixUser and posixGroup as well
2007-10-10 13:36:21 -05:00
Jelmer Vernooij
76e943d441
r9899: Be more conservative about what is sent to the remote server in ldb_map.
2007-10-10 13:36:21 -05:00
Jelmer Vernooij
7666993fa9
r9898: Add extra registry key used by WinXP (see r9894)
2007-10-10 13:36:21 -05:00
Günther Deschner
d717e878bd
r9888: add IDL for lsa_QueryDomainInformationPolicy to query Kerberos Settings.
...
Guenther
2007-10-10 13:36:20 -05:00
Tim Potter
b7d982c94b
r9885: Fix code before declarations.
2007-10-10 13:36:20 -05:00
Tim Potter
6e30dd8a50
r9884: Fix compiler warning.
2007-10-10 13:36:20 -05:00
Tim Potter
579d111478
r9883: More nested initialiser fixes.
2007-10-10 13:36:20 -05:00
Tim Potter
31069bfd18
r9881: I can't believe this can make a difference...
2007-10-10 13:36:20 -05:00
Tim Potter
c34fbdc6c3
r9880: Convert remaining initialisers to more portable form. This should
...
clean out a lot of build farm breakage.
2007-10-10 13:36:19 -05:00
Tim Potter
7cc8df0c2f
r9879: A quick check to see if nested initialisers (?) is portable across the
...
build farm. I have a feeling it isn't.
2007-10-10 13:36:19 -05:00
Andrew Bartlett
a6597181f6
r9878: This is getting a bit out of control, but a few more tests.
...
Andrew Bartlett
2007-10-10 13:36:19 -05:00
Andrew Bartlett
53f2bf3b91
r9877: Merge from lorikeet-heimdal, to try and fix build failures.
...
Andrew Bartlett
2007-10-10 13:36:19 -05:00
Tim Potter
9e375d82e8
r9876: Fix some 64-bit warnings for Itanium machine.
2007-10-10 13:36:19 -05:00
Andrew Bartlett
0913dec6a9
r9861: I need to convert this to table-driven, but anyway...
...
More CrackNames testing
Andrew Bartlett
2007-10-10 13:36:18 -05:00
Andrew Bartlett
32fb50d025
r9859: Enable (blocking) KDC resolution with DNS.
...
To enable, set:
[libdefaults]
dns_lookup_realm = true
dns_lookup_kdc = true
in your /etc/krb5.conf.
In the future I may override the krb5.conf and set this on by default
in Samba4.
Andrew Bartlett
2007-10-10 13:36:18 -05:00
Jelmer Vernooij
d6dce7ef3e
r9857: Fix rename/delete issues
2007-10-10 13:36:18 -05:00
Jelmer Vernooij
de2bde2526
r9854: Finish ldb_map testsuite
...
Update PLAN
Some more small other fixes
2007-10-10 13:36:18 -05:00
Jelmer Vernooij
5cbe1e6b70
r9849: Extend testsuite a bit more.
2007-10-10 13:36:17 -05:00
Jelmer Vernooij
b7992de4b7
r9842: More error checks in the ldb_map modules, extend testsuite
2007-10-10 13:36:17 -05:00
Jelmer Vernooij
2283a336e0
r9835: Make ldb_map compile in the stand-alone LDB build
2007-10-10 13:36:17 -05:00
Jelmer Vernooij
d2db164d6f
r9834: More tests for the upgrade from Samba3
2007-10-10 13:36:17 -05:00
Jelmer Vernooij
11e2a19389
r9830: Fix support for importing registry values. Extended the examplre registry tdb.
2007-10-10 13:36:16 -05:00
Jelmer Vernooij
96ccbd6402
r9829: Registry key and value names are case insensitive
2007-10-10 13:36:16 -05:00