summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r16123: Samba3 in the buildfarm will happily create (faked(!!)) users anonymo...Volker Lendecke1-4/+10
2007-10-10r16109: Make this module simpiler, don't intercept operations we are not goingAndrew Bartlett1-21/+0
2007-10-10r16108: Fixes from working with the partition module.Andrew Bartlett1-12/+17
2007-10-10r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr...Gerald Carter23-31/+31
2007-10-10r16091: Without this patch Samba3 will not accept this, and simply setting th...Volker Lendecke1-2/+3
2007-10-10r16090: Fix standalone build after the rename of enum ldb_request_type inTim Potter3-21/+21
2007-10-10r16089: Make doxygen target work if $DOXYGEN variable is empty.Tim Potter1-1/+1
2007-10-10r16087: Fix silly cut-and-paste typo that cost me much of my afternoon...Andrew Bartlett4-7/+4
2007-10-10r16086: Ensure we can never dereference NULL pointers, and that describe whatAndrew Bartlett1-7/+14
2007-10-10r16085: Set the error string if we fail to find a valid op to execute. HelpsAndrew Bartlett1-2/+6
2007-10-10r16084: Add private prototype for new ldb_connect_backend() function.Andrew Bartlett1-0/+5
2007-10-10r16083: Make it possible to initialise a backend module, without it setting upAndrew Bartlett9-60/+159
2007-10-10r16082: Index objectCategory like objectClass, as it is searched on a lot.Andrew Bartlett1-0/+1
2007-10-10r16073: On an incoming wildcard search, it is critical that the size beAndrew Bartlett1-2/+2
2007-10-10r16071: tdb has nested transactionsSimo Sorce1-53/+86
2007-10-10r16070: Fix kludge_aclsSimo Sorce1-1/+1
2007-10-10r16069: Remove unused destructor and an unused variable.Andrew Bartlett1-9/+0
2007-10-10r16067: Remove const, it isn't required and just causes a warning.Andrew Bartlett1-1/+1
2007-10-10r16066: The OSX AD plugin uses objectCategory searches a lot, and uses themAndrew Bartlett3-5/+84
2007-10-10r16063: Make is clearer when we can't write to the smb.confAndrew Bartlett1-5/+8
2007-10-10r16062: objectCategory is a DN, and needs to be matched as such.Andrew Bartlett1-0/+1
2007-10-10r16061: Prove that removing the objectClass list in the samldb module breaks ...Andrew Bartlett1-3/+0
2007-10-10r16059: Remove accidential commitVolker Lendecke1-1/+0
2007-10-10r16058: Test a Join using SetUserInfo level 25, as XP does if the user did notVolker Lendecke1-13/+86
2007-10-10r16056: Fix errors found by trying to use our kpasswd server and the Apple cl...Andrew Bartlett3-6/+3
2007-10-10r16053: Allow entries without an objectClass. We need this to permit theAndrew Bartlett1-5/+3
2007-10-10r16052: Add .m4 file for XATTR detection (from ntvfs/posix/config.m4)Andrew Bartlett1-0/+32
2007-10-10r16051: Move the XATTR compatability code into a new file, so I can use it forAndrew Bartlett9-125/+170
2007-10-10r16045: RPC-SAMBA3SESSIONKEY tests the different variants of joins (anon/auth...Volker Lendecke2-10/+154
2007-10-10r16044: Create a samba3 specific file in torture/rpc. The tests in there surviveVolker Lendecke4-127/+995
2007-10-10r16043: Fix error messageSimo Sorce1-3/+3
2007-10-10r16042: Fix crashbug caused by incorret error reporting.Simo Sorce1-12/+12
2007-10-10r16040: Support more recent versions of autoconfJelmer Vernooij2-0/+2
2007-10-10r16039: Add missing #!, don't rely on bashJelmer Vernooij5-1/+5
2007-10-10r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce19-106/+126
2007-10-10r16028: Re-add the objectclass module, in the new async scheme.Andrew Bartlett3-108/+352
2007-10-10r16024: OpenBSD doesn't have ENOTSUP so use ENOSYSStefan Metzmacher2-8/+10
2007-10-10r16023: we don't need a global variable here...Stefan Metzmacher1-1/+1
2007-10-10r16022: ooops, a bit too aggressive commit :-)Simo Sorce1-1/+1
2007-10-10r16021: While studying how to make samldb really async I found a critical sit...Simo Sorce1-29/+29
2007-10-10r16013: hopefully fix the configure check for darwinStefan Metzmacher1-0/+3
2007-10-10r16012: do the type checks before anythingelseStefan Metzmacher1-11/+12
2007-10-10r16011: we don't need sys/bitypes.h any moreStefan Metzmacher1-1/+0
2007-10-10r16010: deal with the case that int64,uint64 are already typedef'edStefan Metzmacher1-2/+2
2007-10-10r16009: fix the buildStefan Metzmacher1-1/+1
2007-10-10r16008: make debugging easier, and use the os name in the function nameStefan Metzmacher1-12/+12
2007-10-10r16007: If no error string was setup by the backend, ensure that we always getAndrew Bartlett1-1/+9
2007-10-10r16006: only (f)getxattr returns ssize_tStefan Metzmacher1-8/+8
2007-10-10r16005: add support for XATTR's on MacOSStefan Metzmacher2-1/+49
2007-10-10r16004: - move #ifdef outof the real functionsStefan Metzmacher1-12/+39