summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23158: Set version to 1.0.1.Jelmer Vernooij1-1/+1
2007-10-10r23157: Add news file for talloc.Jelmer Vernooij1-0/+13
2007-10-10r23153: a first cut at a fix for the dgram flood problem that volkerAndrew Tridgell1-1/+41
2007-10-10r23152: fixed some async retry issues in openbenchAndrew Tridgell1-37/+34
2007-10-10r23149: Fix up the trusted domain lookup code to use the new structures.Andrew Bartlett2-24/+21
2007-10-10r23146: fix the build (temporary)Stefan Metzmacher1-0/+7
2007-10-10r23145: try to fix the build on solarisStefan Metzmacher1-1/+2
2007-10-10r23144: splitup RAW-OPLOCK into small unitsStefan Metzmacher2-84/+630
2007-10-10r23143: error found by valgrindAndrew Tridgell2-8/+10
2007-10-10r23142: added error checking and reconnect on echo repliesAndrew Tridgell2-8/+50
2007-10-10r23141: Use the finddcs() library call rather than a winbind-specific version.Andrew Bartlett3-64/+35
2007-10-10r23140: send send echos while disconnectedAndrew Tridgell2-2/+6
2007-10-10r23139: use echo operations once a second in lockbench and openbench to ensureAndrew Tridgell2-0/+21
2007-10-10r23138: added a raw interface for SMBecho operationsAndrew Tridgell2-0/+86
2007-10-10r23137: make it possible to skip the pidl testsStefan Metzmacher1-1/+3
2007-10-10r23136: Set the event context onto the credentials in more places.Andrew Bartlett2-0/+3
2007-10-10r23135: inet_ntop and inet_pton are now provided by libreplaceStefan Metzmacher2-15/+0
2007-10-10r23134: Set the event context onto the cli_credentials.Andrew Bartlett1-0/+1
2007-10-10r23133: I felt pity on Kai, as he starts work on winbind in Samba4, so IAndrew Bartlett7-477/+228
2007-10-10r23132: Resolve an issue where we would use the ccache after we free()ed it.Andrew Bartlett2-31/+64
2007-10-10r23129: Merge from 3_0:Günther Deschner3-15/+69
2007-10-10r23126: this was sitting on my laptop for a while...Rafal Szczesniak2-18/+14
2007-10-10r23125: add host manager subcontext function.Rafal Szczesniak1-0/+2
2007-10-10r23124: add host subcontext providing (at the moment) list of domainsRafal Szczesniak3-1/+203
2007-10-10r23123: Fix two utterly simply typos that broke the whole build farm...Michael Adam1-2/+2
2007-10-10r23118: Make inet_pton and inet_ntop available through lib/replace.Michael Adam6-0/+418
2007-10-10r23115: the attribute array needs to be NULL terminated...Stefan Metzmacher1-1/+1
2007-10-10r23114: we fail the new BASE-DELETE/deltest20a|b testsStefan Metzmacher1-0/+2
2007-10-10r23111: nicer ./configure --help outputStefan Metzmacher2-2/+2
2007-10-10r23110: add --disable-shared option, very useful for the build-farm...Stefan Metzmacher1-2/+10
2007-10-10r23108: Add defines of RTLD_NOW and RTLD_GLOBAL to replace.h.Michael Adam1-0/+6
2007-10-10r23104: Add comment explaining the new test.Jeremy Allison1-1/+7
2007-10-10r23103: Add a torture test for the insane semantics Steve's cifsfs clientJeremy Allison1-0/+104
2007-10-10r23099: New interesting delete on close tests :-).Jeremy Allison1-1/+62
2007-10-10r23090: a test showing two netlogon pipes open at once, using the LogonEx opsAndrew Tridgell2-0/+96
2007-10-10r23089: This is upstream now, so we don't need to add it manually.Andrew Bartlett1-13/+0
2007-10-10r23071: print the command on failure onlyStefan Metzmacher1-1/+1
2007-10-10r23069: print out the command, to find out the problem on host 'tridge'Stefan Metzmacher1-0/+1
2007-10-10r23067: use 'const union smb_search_data *file' also in the server code to ge...Stefan Metzmacher13-33/+33
2007-10-10r23066: don't ignore errorsStefan Metzmacher1-0/+1
2007-10-10r23065: revert local includes to prevent security problems (at leastRafal Szczesniak1-17/+0
2007-10-10r23064: Clarify comment and indentAndrew Bartlett2-13/+13
2007-10-10r23063: Make sure to invalidate the ccache when we set aAndrew Bartlett3-6/+70
2007-10-10r23062: make sure one node doesn't get ahead of the others at the startAndrew Tridgell1-2/+4
2007-10-10r23061: keep the RAW-BENCH-OPEN test balancedAndrew Tridgell1-19/+34
2007-10-10r23060: use #include <roken.h> consistently. Using "roken.h" in this directoryAndrew Tridgell18-18/+18
2007-10-10r23059: reject_free needs to be initialisedAndrew Tridgell1-0/+1
2007-10-10r23058: the cldap code was getting too intimate with the internals of structAndrew Tridgell1-3/+9
2007-10-10r23057: only call the async recv function for the first pending receive, notAndrew Tridgell1-2/+5
2007-10-10r23056: added automatic reconnect to RAW-BENCH-OPEN, similar to RAW-BENCH-LOCKAndrew Tridgell1-28/+163