summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13355: check controls are correctly exportedSimo Sorce1-0/+7
2007-10-10r13354: Add tests to check that controls work properlySimo Sorce3-7/+56
2007-10-10r13353: Fix a crash bug in rootdse when we do not pass in credentialsSimo Sorce2-9/+7
2007-10-10r13352: Integrate Patch to support the ManageDSAIT controlSimo Sorce1-0/+20
2007-10-10r13349: In the end I could not use ldb_caseless_cmpSimo Sorce5-39/+3
2007-10-10r13348: Put a reminder for now.Simo Sorce1-0/+2
2007-10-10r13347: - Now we compare values with an optimized utf8Simo Sorce2-9/+50
2007-10-10r13346: use private proto header files for the torture testsStefan Metzmacher24-1/+66
2007-10-10r13345: let us replicate with NT4sp6aStefan Metzmacher2-0/+35
2007-10-10r13344: Trust SASL to have subtle distinctions between NULL and zero-lengthAndrew Bartlett2-13/+41
2007-10-10r13342: Make the GSSAPI SASL mech actually work, by (shock horror) reading th...Andrew Bartlett3-86/+442
2007-10-10r13341: Trivial.Andrew Bartlett1-1/+1
2007-10-10r13340: The gensec_init() needs to be after the popt processing, as itAndrew Bartlett1-2/+3
2007-10-10r13339: Propogate more error infomation into the error packet and reformat theAndrew Bartlett1-38/+49
2007-10-10r13336: Doh! We actually never optimized for the ascii case.Simo Sorce1-3/+3
2007-10-10r13335: Fix the build and add an utf8 safe ldb_hadler_fold functionSimo Sorce4-17/+46
2007-10-10r13334: Add comments describing what these functions do.Andrew Bartlett1-2/+21
2007-10-10r13333: revert previous commit I will use ldb_caseless_cmp in attrib_handlersSimo Sorce7-15/+70
2007-10-10r13328: After the attribute name check cleanup it turned up ldb_caseless_cmp()Simo Sorce5-46/+6
2007-10-10r13325: let samba register it's own utf8 aware functions in ldbSimo Sorce2-0/+20
2007-10-10r13324: From now on check attribute names obey rfc2251Simo Sorce11-98/+139
2007-10-10r13321: Bind to each interface and to the 0.0.0.0 interface on the KDC. ThisAndrew Bartlett1-9/+24
2007-10-10r13320: Fix kpasswd's use of the local HDB. /dev/null was a bad idea, we wantAndrew Bartlett1-2/+2
2007-10-10r13317: Create a new function messaging_client_init() which can be used whenAndrew Bartlett3-2/+11
2007-10-10r13307: docsSimo Sorce1-0/+787
2007-10-10r13297: It's a good thing the shipment of function headers tridgeJeremy Allison1-221/+404
2007-10-10r13289: Check the tree is not NULLSimo Sorce2-0/+5
2007-10-10r13283: added two optimisations to the tdb transactions code. The first is toAndrew Tridgell1-1/+36
2007-10-10r13282: Indentation, and ensure we handle the talloc_free in the right placeAndrew Bartlett1-4/+4
2007-10-10r13281: Use TALLOC_CTX * not a void *, and use tmp_ctx as the name for consis...Andrew Bartlett1-58/+59
2007-10-10r13280: Tidy up formatting.James Peach1-21/+46
2007-10-10r13278: remove a silly strcasecmp() replacementAndrew Tridgell1-9/+1
2007-10-10r13277: print a useful error message when test 17 failsAndrew Tridgell1-2/+2
2007-10-10r13276: start to work towards the BASE-DELETE test passing. This changeAndrew Tridgell1-11/+22
2007-10-10r13275: With a liberal sprinkling of smb_raw_exit thisJeremy Allison1-9/+70
2007-10-10r13272: Re-arrange so all the normal tests we can pass come first.Jeremy Allison1-90/+92
2007-10-10r13271: Do the same tests with directories.Jeremy Allison1-2/+161
2007-10-10r13270: Add tests for even more insane delete-on-close semantics.Jeremy Allison1-0/+142
2007-10-10r13269: ${prefix} is a special case in the autoconf/build system, and shouldAndrew Bartlett1-2/+2
2007-10-10r13268: fixed typo noticed by Aaron SeigoAndrew Tridgell1-1/+1
2007-10-10r13265: Clarify how delegation works with the remote RPC backend.Andrew Bartlett1-1/+32
2007-10-10r13264: Move declaration before code.James Peach1-5/+6
2007-10-10r13263: Check whether open(2) will accept the O_DIRECT flag. This should fix theJames Peach2-1/+18
2007-10-10r13258: Fix the talloc heirachy for ldb_tdb.Andrew Bartlett3-17/+20
2007-10-10r13256: Free temporary memory on error cases, and try to clean up what's leftAndrew Bartlett2-4/+13
2007-10-10r13255: New CIFS dd client for use in performance testing. The guts of this isJames Peach9-7/+1356
2007-10-10r13253: More work to ensure that we don't keep data on long-term contexts.Andrew Bartlett1-0/+5
2007-10-10r13252: Cleanup, both in code, comments and talloc use:Andrew Bartlett5-53/+102
2007-10-10r13250: I missed a couple of talloc_free()'sAndrew Bartlett1-0/+2
2007-10-10r13249: Check for alloca.h. popt needs this.James Peach1-0/+1