Andrew Tridgell
6cb5128dd6
r18372: don't use the system inotify until in the build farm until we work out
...
how to work around a problem with it giving unpredictable orderings in
renames (sometimes target is first event, sometimes source)
(This used to be commit 066e3b51b1
)
2007-10-10 14:18:20 -05:00
Andrew Tridgell
bca38ba866
r18371: made the directory depth notify test independent of timing
...
(This used to be commit 39458e62f5
)
2007-10-10 14:18:20 -05:00
Andrew Tridgell
c4aaa094e7
r18370: allow system inotify to be disabled
...
(This used to be commit 31bbf865a0
)
2007-10-10 14:18:20 -05:00
Andrew Bartlett
35d30de095
r18368: Don't list GENSEC mechs that only have client implementations in our
...
supportedSASLMechanism list.
Andrew Bartlett
(This used to be commit 3e69637b5f
)
2007-10-10 14:18:20 -05:00
Andrew Bartlett
a41b696346
r18367: When converting to entryUUID, ensure we don't double-convert a
...
string-format GUID.
Andrew Bartlett
(This used to be commit 11cc6408c9
)
2007-10-10 14:18:19 -05:00
Stefan Metzmacher
dd4fac5a55
r18366: check if we can link using the selected flags
...
metze
(This used to be commit d905bb499d
)
2007-10-10 14:18:19 -05:00
Andrew Bartlett
87c998b1e7
r18365: When adding a new structure member, always remember to fragment it.
...
Andrew Bartlett
(This used to be commit 27259f3632
)
2007-10-10 14:18:19 -05:00
Andrew Bartlett
2687eeab57
r18364: Get us closer to schema compliance. The corrent names for "secret"
...
and "priorSecret" are "currentValue" and "priorValue".
With this, we pass RPC-LSA against OpenLDAP.
Andrew Bartlett
(This used to be commit 4380bcaaee
)
2007-10-10 14:18:19 -05:00
Andrew Bartlett
72c5be634c
r18363: Found a rather nasty bug in our fragment handling.
...
We were adding packet fragments onto the *reply* queue, not the
recieve queue. This worked, as long as we got a whole packet before
we did any reply work, but failed once the backend called a remote
LDAP server (and I presume something invoked the event loop).
Andrew Bartlett
(This used to be commit a0162e0ace
)
2007-10-10 14:18:19 -05:00
Andrew Bartlett
79a1d08324
r18362: Make LookupSids map onto LookupSids2, as they both take a policy
...
handle. Avoids a lookup for the basic domain information for every
request.
Andrew Bartlett
(This used to be commit 35b69bc5f4
)
2007-10-10 14:18:18 -05:00
Andrew Bartlett
459a2301a5
r18361: Invert the way we handle LookupSids2/LookupSids3 and LookupNames3/LookupNames4
...
The latter calls don't supply a policy handle
The latter calls now acquire a policy handle, then call the earlier
calls. This means we still share the codepaths, but don't need to
fetch policy state when it is already provided.
Andrew Bartlett
(This used to be commit 5fa9e96bd0
)
2007-10-10 14:18:18 -05:00
Andrew Tridgell
f793748f43
r18360: better handling of child process killing in standard mode
...
(This used to be commit 6a2144caab
)
2007-10-10 14:18:18 -05:00
Andrew Tridgell
cb487062c8
r18359: better handling of child process killing in standard mode
...
(This used to be commit 3752cc2b57
)
2007-10-10 14:18:18 -05:00
Andrew Tridgell
2d60d3b492
r18358: handle errors in the RPC-LSA async test
...
(This used to be commit d46c3be9f9
)
2007-10-10 14:18:18 -05:00
Andrew Bartlett
2059aa0949
r18357: Convert more crypto tests from using function results as initialisers.
...
(Fails on older Unix C compilers)
Andrew Bartlett
(This used to be commit a4cc13a93f
)
2007-10-10 14:18:17 -05:00
Andrew Tridgell
bfe8de6949
r18356: doing 1000 of these requests can take over an hour under
...
valgrind. Reduce to 50, which is plenty for testing the code
(This used to be commit 911c8e1c73
)
2007-10-10 14:18:17 -05:00
Andrew Tridgell
8942893c39
r18355: increase the delays waiting for all events to propogate in the
...
RAW-NOTIFY test.
(This used to be commit 81fd19ba3f
)
2007-10-10 14:18:17 -05:00
Andrew Bartlett
cbed4ba5af
r18354: It seems safe to enable the DIGEST-MD5 module now.
...
Andrew Bartlett
(This used to be commit 8357f8be45
)
2007-10-10 14:18:17 -05:00
Andrew Tridgell
691ba583af
r18353: try to fix the assumption of NULL being handled in printf()
...
permanently by replacing printf() on systems that don't have a C99
printf lib
(This used to be commit eacb5357c3
)
2007-10-10 14:18:16 -05:00
Andrew Tridgell
f466901945
r18352: printf("%s") is not safe for NULL strings on all platforms, but
...
d_printf() is. This fixes a crash on solaris
(This used to be commit 52d1566711
)
2007-10-10 14:18:16 -05:00
Andrew Tridgell
db96ce03e9
r18351: functions as initialisers in structures doesn't work on some compilers
...
(This used to be commit db694a7c82
)
2007-10-10 14:18:16 -05:00
Andrew Tridgell
620a1488b3
r18350: we have to check for lstat() to keep roken happen on hpux
...
(This used to be commit e251c211f7
)
2007-10-10 14:18:15 -05:00
Andrew Tridgell
c4f16ffcf9
r18349: don't do validation when using valgrind. It's way too slow (can be
...
hours for a single test)
(This used to be commit febaf6af4c
)
2007-10-10 14:18:14 -05:00
Andrew Tridgell
2c6a880321
r18348: fixed a valgrind error in RPC-SRVSVC
...
(This used to be commit cc89ef3e1f
)
2007-10-10 14:18:14 -05:00
Andrew Tridgell
81e4403e79
r18347: run slapd in the foreground so timelimit can kill it
...
(This used to be commit 8cc456e6dc
)
2007-10-10 14:18:14 -05:00
Andrew Tridgell
d939ff7bee
r18346: make sure we kill off the slapd process
...
(This used to be commit 0e1d4be23a
)
2007-10-10 14:18:13 -05:00
Simo Sorce
dc221581f0
r18345: test also flags
...
(This used to be commit 06469a6ba0
)
2007-10-10 14:18:13 -05:00
Simo Sorce
8f107700a5
r18344: add a test to show hoe NetNameValidate behaves.
...
fix the misleading idl names
(This used to be commit 8367b3bcee
)
2007-10-10 14:18:13 -05:00
Andrew Tridgell
a8421e8107
r18343: fixed setlinebuf() prototype, added test for it, and use it in two
...
places to avoid a #ifdef
(This used to be commit 095b805774
)
2007-10-10 14:18:13 -05:00
Andrew Tridgell
3dc237eb28
r18342: a bit more explanation of these strange values
...
(This used to be commit e191f84f24
)
2007-10-10 14:18:13 -05:00
Andrew Tridgell
06bc06cf08
r18341: ooh this gets subtle - this needed for xfs on linux
...
(This used to be commit 9d688eb9cb
)
2007-10-10 14:18:12 -05:00
Andrew Tridgell
a9aa66ab32
r18340: some HPUX boxes don't have ptrdiff_t
...
(This used to be commit f3b24ea48a
)
2007-10-10 14:18:12 -05:00
Andrew Tridgell
5c104c1d2f
r18339: need these checks for roken.h on hpux
...
(This used to be commit e98e0a28a0
)
2007-10-10 14:18:12 -05:00
Stefan Metzmacher
d159cffe2f
r18338: this isn't needed anymore
...
metze
(This used to be commit 91800fd80c
)
2007-10-10 14:18:12 -05:00
Andrew Tridgell
d82ed849cc
r18337: more -Ae tests in check_cc.m4
...
honor the MMAP_BLACKLIST
(This used to be commit c2f2dbb5d1
)
2007-10-10 14:18:11 -05:00
Andrew Tridgell
2e24543b21
r18336: autoconf tries to force on C89 mode on HP-UX, using the -Ae
...
flag. Unfortunately that flag conflicts with the -AC99 flag, and we
get lots of breakage.
This is a trick to force off the -Ae option
(This used to be commit eb93fb8e54
)
2007-10-10 14:18:11 -05:00
Andrew Tridgell
3f8383cd61
r18335: more portable bool tests
...
(This used to be commit 45a3a6a566
)
2007-10-10 14:18:11 -05:00
Andrew Tridgell
ee66b69a8b
r18334: AIX 5.1 doesn't have any of 'users', 'guest', 'other' or 'unknown'
...
it does have 'usr'
(This used to be commit 96db975024
)
2007-10-10 14:18:11 -05:00
Stefan Metzmacher
2cebef3a9e
r18333: $< is broken in older BSD version:
...
when $@ is foo/bar.o, $< could be torture/foo/bar.c
if it also exists. So better use $* which is foo/bar
to get foo/bar.c
metze
(This used to be commit 7aad9f81d9
)
2007-10-10 14:18:11 -05:00
Andrew Tridgell
fc8960ee9a
r18332: added back in our shared mmap test code
...
(This used to be commit 6ff100b266
)
2007-10-10 14:18:10 -05:00
Andrew Tridgell
0ee52751f3
r18331: fixed a warning
...
(This used to be commit 997ed10bf5
)
2007-10-10 14:18:10 -05:00
Andrew Tridgell
f6d98fe853
r18330: don't mix pointer types in RPC replies
...
(This used to be commit cc86719f53
)
2007-10-10 14:18:10 -05:00
Stefan Metzmacher
bcabebf502
r18329: print out special make variables when failing, to track down the
...
build failures on older BSD systems with broken make
metze
(This used to be commit 7edb40569a
)
2007-10-10 14:18:10 -05:00
Andrew Tridgell
2696cc3120
r18328: when we bail out early, set *offset to 0
...
(This used to be commit 8123046460
)
2007-10-10 14:18:10 -05:00
Andrew Tridgell
f658414c5f
r18327: 'struct token' is defined on some hosts
...
(This used to be commit b2bba4e726
)
2007-10-10 14:18:09 -05:00
Stefan Metzmacher
354bf04db9
r18326: these are not used anymore, I found the bug on *BSD
...
it's the broken BSD make again where we endup with this:
... -c torture/libnet/libnet_rpc.c -o libnet/libnet_rpc.o
metze
(This used to be commit 97d73452c5
)
2007-10-10 14:18:09 -05:00
Andrew Tridgell
aab0622a75
r18325: more warnings and one compile error on aix fixed
...
(This used to be commit 6e7e151432
)
2007-10-10 14:18:09 -05:00
Andrew Tridgell
cac69cdd74
r18324: fixed a uninitialised variable
...
(This used to be commit 08562d6ebe
)
2007-10-10 14:18:09 -05:00
Andrew Tridgell
fbb301a72d
r18323: this function returns a pointer, not a bool
...
(This used to be commit 86ef345cbf
)
2007-10-10 14:18:09 -05:00
Andrew Tridgell
d2e72c46c1
r18322: fixed a compilation problem on AIX caused by lex not putting config.h
...
first. That leads to a conflicting define for lseek() due to
_LARGE_FILES being defined after standards headers are included
(This used to be commit 9034238e27
)
2007-10-10 14:18:08 -05:00