Stefan Metzmacher
938a0bc9ac
r23110: add --disable-shared option, very useful for the build-farm...
...
metze
(This used to be commit 251d534a88
)
2007-10-10 14:52:50 -05:00
Michael Adam
a32b648ea1
r23108: Add defines of RTLD_NOW and RTLD_GLOBAL to replace.h.
...
Fixing build of ldb for instance on some systems without dlfcn.h.
(This used to be commit 943acd688d
)
2007-10-10 14:52:49 -05:00
Jeremy Allison
45afb4fdb0
r23104: Add comment explaining the new test.
...
Jeremy.
(This used to be commit 7b9b5c59a4
)
2007-10-10 14:52:49 -05:00
Jeremy Allison
6223ae4015
r23103: Add a torture test for the insane semantics Steve's cifsfs client
...
uses so we don't regress :-).
Jeremy.
(This used to be commit 5ce41ae40c
)
2007-10-10 14:52:49 -05:00
Jeremy Allison
2087e1ce6a
r23099: New interesting delete on close tests :-).
...
This will break all delete tests on the build farm
until I check in my server patch.
Jeremy.
(This used to be commit c31f775f1c
)
2007-10-10 14:52:49 -05:00
Andrew Tridgell
a2a49c5af7
r23090: a test showing two netlogon pipes open at once, using the LogonEx ops
...
(This used to be commit 576dbdc8ee
)
2007-10-10 14:52:48 -05:00
Andrew Bartlett
182ad3f50c
r23089: This is upstream now, so we don't need to add it manually.
...
Andrew Bartlett
(This used to be commit cddffbf602
)
2007-10-10 14:52:48 -05:00
Stefan Metzmacher
dbff619f2a
r23071: print the command on failure only
...
metze
(This used to be commit 65ed391729
)
2007-10-10 14:52:48 -05:00
Stefan Metzmacher
ffe21e4a7c
r23069: print out the command, to find out the problem on host 'tridge'
...
metze
(This used to be commit 3f28a19ea1
)
2007-10-10 14:52:48 -05:00
Stefan Metzmacher
42c1ef4025
r23067: use 'const union smb_search_data *file' also in the server code to get rid
...
of compiler warnings in the cifs backend
metze
(This used to be commit 34ef07b1f5
)
2007-10-10 14:52:47 -05:00
Stefan Metzmacher
3527a578ba
r23066: don't ignore errors
...
metze
(This used to be commit 1a1a339d48
)
2007-10-10 14:52:47 -05:00
Rafal Szczesniak
5088c8add2
r23065: revert local includes to prevent security problems (at least
...
temporarily...)
rafal
(This used to be commit 0ecb8fd81e
)
2007-10-10 14:52:47 -05:00
Andrew Bartlett
615fea1c5c
r23064: Clarify comment and indent
...
(This used to be commit 607e8409f8
)
2007-10-10 14:52:46 -05:00
Andrew Bartlett
c83c39909e
r23063: Make sure to invalidate the ccache when we set a
...
username/password/realm/etc from the command line.
Also make sure it can't 'come back' from a later call to
cli_credentials_guess(), buy setting a threshold.
This should fix the issues with the build farm...
Andrew Bartlett
(This used to be commit 3b1dfb9306
)
2007-10-10 14:52:46 -05:00
Andrew Tridgell
5bb0dcd051
r23062: make sure one node doesn't get ahead of the others at the start
...
(This used to be commit 6ab736f530
)
2007-10-10 14:52:46 -05:00
Andrew Tridgell
9e1c88897c
r23061: keep the RAW-BENCH-OPEN test balanced
...
(This used to be commit 453d6f5c58
)
2007-10-10 14:52:46 -05:00
Andrew Tridgell
1a55a36401
r23060: use #include <roken.h> consistently. Using "roken.h" in this directory
...
breaks Samba builds on some systems as they find the wrong roken.h
(This used to be commit 59cd26b664
)
2007-10-10 14:52:46 -05:00
Andrew Tridgell
145a9dd010
r23059: reject_free needs to be initialised
...
(This used to be commit ffb8b49316
)
2007-10-10 14:52:45 -05:00
Andrew Tridgell
86b91f5073
r23058: the cldap code was getting too intimate with the internals of struct
...
asn1_context. A hangover from when it wasn't a allocated structure
(This used to be commit e4b7968a40
)
2007-10-10 14:52:45 -05:00
Andrew Tridgell
31f047f734
r23057: only call the async recv function for the first pending receive, not
...
all pending receives, when the transport dies. This is because the
async callback most commonly shuts down the connection (it's the only
reasonable thing to do when it's dead), and that frees the whole
context. That means that if we loop more than once, we'll end up using
freed memory.
(This used to be commit 75d537d3a5
)
2007-10-10 14:52:45 -05:00
Andrew Tridgell
4378af38ec
r23056: added automatic reconnect to RAW-BENCH-OPEN, similar to RAW-BENCH-LOCK
...
(This used to be commit 30b1733d75
)
2007-10-10 14:52:45 -05:00
Rafal Szczesniak
fb1078dd18
r23047: Allow local inclusion of js files as well as from predefined
...
path(s).
rafal
(This used to be commit 278d26576a
)
2007-10-10 14:52:44 -05:00
Stefan Metzmacher
6eaf8ee849
r23045: forward SMB2 oplock breaks to the client
...
metze
(This used to be commit 577acc198b
)
2007-10-10 14:52:44 -05:00
Stefan Metzmacher
10498e8a72
r23044: - use uint32_t for handle id's
...
- include the session vuid in the SMB2 128-Bit wire handles
as SMB2 oplock breaks doesn't include a TID or VUID in the header
we need to make sure the handle is unique for the whole TCP connection
metze
(This used to be commit 7c29b8a7e6
)
2007-10-10 14:52:44 -05:00
Stefan Metzmacher
baa81e2959
r23043: allow more than UINT16_MAX - 1 handles on smb2 connections
...
metze
(This used to be commit 6d08c4cef2
)
2007-10-10 14:52:44 -05:00
Stefan Metzmacher
774d66c1e6
r23037: actually fix the asn1 memory leak :-)
...
metze
(This used to be commit 13bda1152d
)
2007-10-10 14:52:43 -05:00
Andrew Tridgell
931f594cf1
r23036: error checking on asn1_init() failure
...
(This used to be commit 26cf849408
)
2007-10-10 14:52:43 -05:00
Andrew Bartlett
43da48650a
r23035: We don't need to add this entry, and I hope to figure out how to avoid
...
adding the other two manually.
However, to do this we do need to skip the check (with -u) that
slaptest can access the db.
Andrew Bartlett
(This used to be commit ea206dce06
)
2007-10-10 14:52:43 -05:00
Andrew Bartlett
4dbbf7fed3
r23034: Thanks to metze for providing some vital clues in the 'kerberos ccache
...
on credentials don't do anything' bug.
The problem was simple, we didn't set the ccache as having been
initialised, so we always created a new one.
Andrew Bartlett
(This used to be commit ec2014f08b
)
2007-10-10 14:52:43 -05:00
Stefan Metzmacher
1b67925851
r23033: regenerate schema.ldif with minischema.js
...
metze
(This used to be commit c9e017c008
)
2007-10-10 14:52:42 -05:00
Andrew Bartlett
d21bfc05ef
r23032: Remove calls to println(), and ensure we print the ldb errstring().
...
Andrew Bartlett
(This used to be commit 5b6f704b24
)
2007-10-10 14:52:42 -05:00
Andrew Tridgell
fcd4f22cd6
r23031: removed bogus event_loop_once() calls in RAW-CONTEXT test - they could
...
hang forever if an ealier one caused two operations to complete at
once
this is why RAW-CONTEXT was taking 5 minutes on the build farm
(This used to be commit eeba37e25c
)
2007-10-10 14:52:42 -05:00
Andrew Tridgell
7bb939b1cb
r23030: finally fixed up our asn1 code to use better memory allocation. This
...
should allow us to fix some long standing memory leaks.
(This used to be commit 3db49c2ec9
)
2007-10-10 14:52:42 -05:00
Andrew Tridgell
042ddf28ec
r23029: fixed formatting
...
(This used to be commit 72ee470772
)
2007-10-10 14:52:41 -05:00
Andrew Bartlett
e0d4923c16
r23028: I've now got a patch to Fedora DS to make it only install the very base schema.
...
I'll post that patch into lorikeet and submit upstram.
Andrew Bartlett
(This used to be commit 90f2412152
)
2007-10-10 14:52:41 -05:00
Andrew Bartlett
e40d9cbdc8
r23027: Make sure the parent object always exists.
...
Andrew Bartlett
(This used to be commit 55c7c0906c
)
2007-10-10 14:52:41 -05:00
Andrew Bartlett
246f94725a
r23026: Add groupPolicyContainer, as we now require this schema element.
...
Andrew Bartlett
(This used to be commit 1c4d376d54
)
2007-10-10 14:52:41 -05:00
Andrew Tridgell
36d7186e72
r23021: test some boundary conditions for idtree, after I saw some suspicious
...
behaviour
(This used to be commit e862cf17b8
)
2007-10-10 14:52:40 -05:00
Andrew Tridgell
d3e28ccd48
r23020: a better fix for the memory leak - this one doesn't stuff up spnego :)
...
(This used to be commit 9a8da730a7
)
2007-10-10 14:52:40 -05:00
Andrew Tridgell
b691b4ad3d
r23019: revert r23018 - this will require more thought.
...
(This used to be commit df60df9678
)
2007-10-10 14:52:40 -05:00
Andrew Tridgell
a8716afce8
r23018: fixed a memory leak in our server side session setup code for failed
...
session setups
(This used to be commit a4e043e1f8
)
2007-10-10 14:52:39 -05:00
Andrew Tridgell
e3036006fe
r23017: fixed the warning we have been getting for a long time:
...
pvfs_close: failed to delete XXX
during the BASE-DELETE test. It was a real bug, and could result in a
delete on close triggering for a handle that had never fully opened.
(This used to be commit 398c3724b4
)
2007-10-10 14:52:39 -05:00
Andrew Tridgell
d2872b42f3
r23013: fixed a bug in the string_replace_w() test that caused OpenBSD to die
...
(This used to be commit 1fe20a4555
)
2007-10-10 14:52:39 -05:00
Andrew Tridgell
7bdc1a8ec9
r23012: we need a POLICYGUID in provision
...
(This used to be commit b9f8650b20
)
2007-10-10 14:52:39 -05:00
Andrew Tridgell
fdc0809b41
r23011: initialisation functions must return NTSTATUS, otherwise we get bus
...
errors on platforms like sparc. This is why sun1 died during
provision.
(This used to be commit ad6a672ec3
)
2007-10-10 14:52:38 -05:00
Stefan Metzmacher
d3f30cab1e
r22997: only if the output of which has a leading '/' the output is useful...
...
metze
(This used to be commit 34968bef6d
)
2007-10-10 14:52:38 -05:00
Stefan Metzmacher
23026646e1
r22996: merge HPUX compiler flag fixes from SAMBA_3_0
...
metze
(This used to be commit 9a9376d902
)
2007-10-10 14:52:38 -05:00
Stefan Metzmacher
ac5cd254fa
r22995: don't run LOCAL-ICONV twice...
...
metze
(This used to be commit 9aa328fbf6
)
2007-10-10 14:52:38 -05:00
Stefan Metzmacher
47e5c163d6
r22993: - make it possible to load a dsdb_schema from ldif via the ejs bindings
...
- make it possible to set ntds_objectGUID and ntds_invocationId via the ejy bindings
metze
(This used to be commit df7863ea1c
)
2007-10-10 14:52:37 -05:00
Stefan Metzmacher
d7e913d193
r22992: add a function to attach the dsdb_schema to a ldb_context
...
loaded from ldif files. The first file should contain
the info's about the 'prefixMap' attribute in the first ldif chunk.
The 2nd file should contain all attributes and classes.
metze
(This used to be commit 587f70e153
)
2007-10-10 14:52:37 -05:00