summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r16239: Search for the domain in the correct partition, so this will work withAndrew Bartlett2007-10-101-1/+2
* r16238: Use a baseDN for the auth_sam searches, to allow continued functionAndrew Bartlett2007-10-102-7/+11
* r16237: Use an appropriate basedn for these searches, so they occour into theAndrew Bartlett2007-10-101-2/+4
* r16236: Add a proper baseDN to a large number of queries. Searching the NULLAndrew Bartlett2007-10-103-22/+40
* r16235: Don't update minor_status when cleaning up on error. This restoresAndrew Bartlett2007-10-101-2/+2
* r16234: Set the request timeout from the LDAP search. Without this, theAndrew Bartlett2007-10-101-1/+3
* r16232: Avoid searching on domainDns, as it is not an AD attribute in theAndrew Bartlett2007-10-101-17/+50
* r16227: Don't segfault if the ldb_search() fails.Andrew Bartlett2007-10-101-2/+5
* r16226: Fixes for various segfault bugs found against a buggy Samba4. WithAndrew Bartlett2007-10-102-2/+15
* r16218: If a connection is forced as 'anonymous', don't treat it asAndrew Bartlett2007-10-101-2/+2
* r16211: Refactor domain_opened function a bit and add a few comments.Rafal Szczesniak2007-10-101-28/+60
* r16186: Use full include path to make sure it's being picked up by theJelmer Vernooij2007-10-101-1/+1
* r16185: Remove autogenerated file from SVN.Jelmer Vernooij2007-10-101-25/+0
* r16184: Convert to UI API. The async test was previously broken (failsJelmer Vernooij2007-10-101-20/+28
* r16182: Better test the 15 out of 20 tests we right now survive than not test atVolker Lendecke2007-10-101-5/+7
* r16174: Couple of fixes to the UI code - make 'torture_ok()' optional, be mor...Jelmer Vernooij2007-10-103-2/+35
* r16173: Use memory context provided by smbtorture.Jelmer Vernooij2007-10-101-43/+30
* r16172: Translate the ldb error codes into appropriate messages for theAndrew Bartlett2007-10-101-3/+9
* r16171: Convert to UI APIJelmer Vernooij2007-10-101-39/+29
* r16170: Convert to UI APIJelmer Vernooij2007-10-101-29/+22
* r16169: Convert to UI APIJelmer Vernooij2007-10-101-58/+49
* r16168: Make the example match the actual function.Andrew Bartlett2007-10-101-1/+1
* r16166: Remove hexidecimal constants from the Samba4 provision files.Andrew Bartlett2007-10-104-130/+121
* r16165: Add some more helper utilitiesJelmer Vernooij2007-10-102-0/+21
* r16164: Convert to UI APIJelmer Vernooij2007-10-101-19/+14
* r16163: Convert to UI APIJelmer Vernooij2007-10-101-17/+21
* r16162: Convert to UI APIJelmer Vernooij2007-10-101-31/+28
* r16161: Convert to UI APIJelmer Vernooij2007-10-101-38/+32
* r16160: Fix double semicolon in ui.hJelmer Vernooij2007-10-102-3/+38
* r16159: Even more work on samldb error reporting. Make sure to get theAndrew Bartlett2007-10-101-34/+31
* r16158: Convert to use UI APIJelmer Vernooij2007-10-101-125/+129
* r16152: Support multiple output formats for those tests using the ui and add ...Jelmer Vernooij2007-10-101-1/+45
* r16151: |= fix found by metzeVolker Lendecke2007-10-101-2/+2
* r16149: This is a very Samba3 specific test: It tests whether 'hide unreadabl...Volker Lendecke2007-10-103-0/+323
* r16143: Fix disappearance of user-specified CPPFLAGS,LDFLAGS and LIBS variables.Jelmer Vernooij2007-10-101-3/+6
* r16140: How on earth does this work on most build farm machines.... ?Volker Lendecke2007-10-101-1/+1
* r16129: Further clean up the samldb module.Andrew Bartlett2007-10-101-42/+52
* r16125: Add another helpful utility function: samdb_msg_add_int()Andrew Bartlett2007-10-101-0/+10
* r16123: Samba3 in the buildfarm will happily create (faked(!!)) users anonymo...Volker Lendecke2007-10-101-4/+10
* r16109: Make this module simpiler, don't intercept operations we are not goingAndrew Bartlett2007-10-101-21/+0
* r16108: Fixes from working with the partition module.Andrew Bartlett2007-10-101-12/+17
* r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr...Gerald Carter2007-10-1023-31/+31
* r16091: Without this patch Samba3 will not accept this, and simply setting th...Volker Lendecke2007-10-101-2/+3
* r16090: Fix standalone build after the rename of enum ldb_request_type inTim Potter2007-10-103-21/+21
* r16089: Make doxygen target work if $DOXYGEN variable is empty.Tim Potter2007-10-101-1/+1
* r16087: Fix silly cut-and-paste typo that cost me much of my afternoon...Andrew Bartlett2007-10-104-7/+4
* r16086: Ensure we can never dereference NULL pointers, and that describe whatAndrew Bartlett2007-10-101-7/+14
* r16085: Set the error string if we fail to find a valid op to execute. HelpsAndrew Bartlett2007-10-101-2/+6
* r16084: Add private prototype for new ldb_connect_backend() function.Andrew Bartlett2007-10-101-0/+5
* r16083: Make it possible to initialise a backend module, without it setting upAndrew Bartlett2007-10-109-60/+159