Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r16162: Convert to UI API | Jelmer Vernooij | 1 | -31/+28 |
2007-10-10 | r16161: Convert to UI API | Jelmer Vernooij | 1 | -38/+32 |
2007-10-10 | r16160: Fix double semicolon in ui.h | Jelmer Vernooij | 2 | -3/+38 |
2007-10-10 | r16159: Even more work on samldb error reporting. Make sure to get the | Andrew Bartlett | 1 | -34/+31 |
2007-10-10 | r16158: Convert to use UI API | Jelmer Vernooij | 1 | -125/+129 |
2007-10-10 | r16152: Support multiple output formats for those tests using the ui and add ... | Jelmer Vernooij | 1 | -1/+45 |
2007-10-10 | r16151: |= fix found by metze | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r16149: This is a very Samba3 specific test: It tests whether 'hide unreadabl... | Volker Lendecke | 3 | -0/+323 |
2007-10-10 | r16143: Fix disappearance of user-specified CPPFLAGS,LDFLAGS and LIBS variables. | Jelmer Vernooij | 1 | -3/+6 |
2007-10-10 | r16140: How on earth does this work on most build farm machines.... ? | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r16129: Further clean up the samldb module. | Andrew Bartlett | 1 | -42/+52 |
2007-10-10 | r16125: Add another helpful utility function: samdb_msg_add_int() | Andrew Bartlett | 1 | -0/+10 |
2007-10-10 | r16123: Samba3 in the buildfarm will happily create (faked(!!)) users anonymo... | Volker Lendecke | 1 | -4/+10 |
2007-10-10 | r16110: Start some simple rootDSE LDAP tests in ejs. | Andrew Bartlett | 1 | -0/+7 |
2007-10-10 | r16109: Make this module simpiler, don't intercept operations we are not going | Andrew Bartlett | 1 | -21/+0 |
2007-10-10 | r16108: Fixes from working with the partition module. | Andrew Bartlett | 1 | -12/+17 |
2007-10-10 | r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr... | Gerald Carter | 26 | -37/+37 |
2007-10-10 | r16091: Without this patch Samba3 will not accept this, and simply setting th... | Volker Lendecke | 1 | -2/+3 |
2007-10-10 | r16090: Fix standalone build after the rename of enum ldb_request_type in | Tim Potter | 3 | -21/+21 |
2007-10-10 | r16089: Make doxygen target work if $DOXYGEN variable is empty. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r16087: Fix silly cut-and-paste typo that cost me much of my afternoon... | Andrew Bartlett | 4 | -7/+4 |
2007-10-10 | r16086: Ensure we can never dereference NULL pointers, and that describe what | Andrew Bartlett | 1 | -7/+14 |
2007-10-10 | r16085: Set the error string if we fail to find a valid op to execute. Helps | Andrew Bartlett | 1 | -2/+6 |
2007-10-10 | r16084: Add private prototype for new ldb_connect_backend() function. | Andrew Bartlett | 1 | -0/+5 |
2007-10-10 | r16083: Make it possible to initialise a backend module, without it setting up | Andrew Bartlett | 9 | -60/+159 |
2007-10-10 | r16082: Index objectCategory like objectClass, as it is searched on a lot. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r16073: On an incoming wildcard search, it is critical that the size be | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r16072: Do basic wildcard searching in the ejs LDAP test. | Andrew Bartlett | 1 | -0/+27 |
2007-10-10 | r16071: tdb has nested transactions | Simo Sorce | 1 | -53/+86 |
2007-10-10 | r16070: Fix kludge_acls | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r16069: Remove unused destructor and an unused variable. | Andrew Bartlett | 1 | -9/+0 |
2007-10-10 | r16068: Check against the correct result in the ldap.js test | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r16067: Remove const, it isn't required and just causes a warning. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r16066: The OSX AD plugin uses objectCategory searches a lot, and uses them | Andrew Bartlett | 4 | -7/+104 |
2007-10-10 | r16063: Make is clearer when we can't write to the smb.conf | Andrew Bartlett | 1 | -5/+8 |
2007-10-10 | r16062: objectCategory is a DN, and needs to be matched as such. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r16061: Prove that removing the objectClass list in the samldb module breaks ... | Andrew Bartlett | 2 | -8/+54 |
2007-10-10 | r16059: Remove accidential commit | Volker Lendecke | 1 | -1/+0 |
2007-10-10 | r16058: Test a Join using SetUserInfo level 25, as XP does if the user did not | Volker Lendecke | 1 | -13/+86 |
2007-10-10 | r16056: Fix errors found by trying to use our kpasswd server and the Apple cl... | Andrew Bartlett | 3 | -6/+3 |
2007-10-10 | r16053: Allow entries without an objectClass. We need this to permit the | Andrew Bartlett | 1 | -5/+3 |
2007-10-10 | r16052: Add .m4 file for XATTR detection (from ntvfs/posix/config.m4) | Andrew Bartlett | 1 | -0/+32 |
2007-10-10 | r16051: Move the XATTR compatability code into a new file, so I can use it for | Andrew Bartlett | 9 | -125/+170 |
2007-10-10 | r16045: RPC-SAMBA3SESSIONKEY tests the different variants of joins (anon/auth... | Volker Lendecke | 2 | -10/+154 |
2007-10-10 | r16044: Create a samba3 specific file in torture/rpc. The tests in there survive | Volker Lendecke | 4 | -127/+995 |
2007-10-10 | r16043: Fix error message | Simo Sorce | 1 | -3/+3 |
2007-10-10 | r16042: Fix crashbug caused by incorret error reporting. | Simo Sorce | 1 | -12/+12 |
2007-10-10 | r16040: Support more recent versions of autoconf | Jelmer Vernooij | 2 | -0/+2 |
2007-10-10 | r16039: Add missing #!, don't rely on bash | Jelmer Vernooij | 5 | -1/+5 |
2007-10-10 | r16036: Add a couple of new functions to corretly deal with timeouts. | Simo Sorce | 19 | -106/+126 |