r6560: added a tdb_chainlock_read() call in ldb_search(). This guarantees
[samba.git] / source /
2007-10-10 Andrew Tridgellr6560: added a tdb_chainlock_read() call in ldb_search...
2007-10-10 Andrew Tridgellr6557: make srvsvc available on ncalrpc and ncacn_ip_tc...
2007-10-10 Andrew Tridgellr6556: added BENCH-RPC test, useful for simple rpc...
2007-10-10 Andrew Tridgellr6549: a simple ldap test script
2007-10-10 Jelmer Vernooijr6546: Fix ldb standalone build
2007-10-10 Andrew Tridgellr6545: some notes and experiments on ref ptrs, testing...
2007-10-10 Andrew Bartlettr6544: Use common structures between SAMR, NETLGON...
2007-10-10 Tim Potterr6540: Implement a bunch more SAMR functions.
2007-10-10 Tim Potterr6539: A patch from jbm:
2007-10-10 Tim Potterr6538: Somehow building shared libraries was broken...
2007-10-10 Andrew Bartlettr6534: Patch from lieschen to fix our vital user creati...
2007-10-10 Andrew Tridgellr6531: fixed gentest with new credentials code
2007-10-10 Andrew Tridgellr6530: the server ID of a connection in the single...
2007-10-10 Andrew Tridgellr6529: fixed locktest with new credentials code
2007-10-10 Andrew Tridgellr6528: - in tdb_fetch() we effectively disallowed zero...
2007-10-10 Tim Potterr6527: Resurrect getntacl utility program. At the...
2007-10-10 Andrew Bartlettr6526: Rename this RPC fault. Everybody else calls...
2007-10-10 Andrew Bartlettr6525: Remove incorrect comment.
2007-10-10 Andrew Bartlettr6524: Fix the error we print when the RPC-ECHO test...
2007-10-10 Andrew Bartlettr6523: Another string that isn't filled in. I wonder...
2007-10-10 Andrew Bartlettr6522: I have no idea why this change was made, but...
2007-10-10 Tim Potterr6521: Include system/network.h to fix compiler warning.
2007-10-10 Tim Potterr6520: Fix unused variable warning.
2007-10-10 Stefan Metzmacherr6519: move string handling functions to a seperate...
2007-10-10 Stefan Metzmacherr6518: fix formatting
2007-10-10 Stefan Metzmacherr6517: this line should be removed in the last patch...
2007-10-10 Stefan Metzmacherr6516: use only one list of scalar types and make ...
2007-10-10 Volker Lendecker6513: Commit talloc_free_children.
2007-10-10 Tim Potterr6512: Refactor samr torture test to use the nicer...
2007-10-10 Tim Potterr6511: Implement GetUserPwInfo(), QueryUserInfo(),...
2007-10-10 Tim Potterr6510: Initialise rid parameter in samr_RidToSid()...
2007-10-10 Andrew Tridgellr6509: fixed a crash bug found by a-jutley@microsoft...
2007-10-10 Tim Potterr6508: Fix typo - yay testsuite.
2007-10-10 Tim Potterr6507: Fix syntax error in GetAliasMembership().
2007-10-10 Tim Potterr6506: Rename parameter to GetDomPwInfo.
2007-10-10 Tim Potterr6504: Fix incorrect value for SERVICE_STATE_ALL found...
2007-10-10 Andrew Bartlettr6498: Add comments in line with those I already added...
2007-10-10 Jelmer Vernooijr6487: Use autoconf for standalone build of tdb
2007-10-10 Jelmer Vernooijr6486: Add 'make install' and pkg-config file.
2007-10-10 Jelmer Vernooijr6485: Move LDAP detection M4 file and use it for the...
2007-10-10 Stefan Metzmacherr6484: fix NTLMSSP client against w2k and w2k3
2007-10-10 Stefan Metzmacherr6483: fix anonymous connections, '-U %' or '-U ""...
2007-10-10 Andrew Tridgellr6481: change download instructions to include tdb...
2007-10-10 Andrew Tridgellr6480: fixed whitespace typo
2007-10-10 Andrew Tridgellr6479: - added a simple web page
2007-10-10 Jelmer Vernooijr6478: Add 'make install' and a pkg-config file
2007-10-10 Jelmer Vernooijr6477: Remove call to autoheader as autogenerated heade...
2007-10-10 Andrew Tridgellr6474: - added a simple talloc web page at talloc.samba...
2007-10-10 Simo Sorcer6470: Remove ldb_search_free() it is not needed anymore.
2007-10-10 Tim Potterr6469: Add CreateDomainGroup, GetAliasMembership.
2007-10-10 Andrew Bartlettr6468: Fix LOCAL-NTLMSSP test with new NTLMSSP structure.
2007-10-10 Andrew Bartlettr6467: keep the compiler quiet with another entry in...
2007-10-10 Tim Potterr6466: Spelling.
2007-10-10 Andrew Bartlettr6465: Use talloc_zero for the gensec_ntlmssp_state...
2007-10-10 Andrew Bartlettr6464: Remove the last of the Samba3 NTLMSSP API. ...
2007-10-10 Andrew Bartlettr6463: Move NTLM2 and NTLM (v1) specific variables...
2007-10-10 Andrew Bartlettr6462: Move the arcfour sbox state into it's own struct...
2007-10-10 Andrew Bartlettr6460: Push the client credentials into NTLMSSP, allowi...
2007-10-10 Andrew Bartlettr6458: Split up NTLMSSP into a new directory, and into...
2007-10-10 Andrew Bartlettr6457: Simply the RPC server code for the choice of...
2007-10-10 Andrew Bartlettr6456: The RPC-SCHANNEL test is an important test that...
2007-10-10 Andrew Bartlettr6455: Remove wrapper functions, and ntlmssp_end (which...
2007-10-10 Andrew Bartlettr6454: Start to migrate NTLMSSP away from it's own...
2007-10-10 Andrew Bartlettr6453: Move verbose errors for the schannel 'not in...
2007-10-10 Andrew Bartlettr6452: This particular credentials feature needs to...
2007-10-10 Andrew Bartlettr6451: Ensure we correctly initialise the credentials...
2007-10-10 Jelmer Vernooijr6442: Add mechanism for configuring ldb independantly...
2007-10-10 Rafal Szczesniakr6440: Adding libcli composite functions dependency...
2007-10-10 Rafal Szczesniakr6439: Clarify the comment.
2007-10-10 Rafal Szczesniakr6432: Restorin previous construction of conditions...
2007-10-10 Rafal Szczesniakr6430: Delete existing test account if, for some reason...
2007-10-10 Rafal Szczesniakr6426: DCE/RPC bind string parsing is not needed anymor...
2007-10-10 Rafal Szczesniakr6425: Yet another comment.
2007-10-10 Rafal Szczesniakr6424: More comments and fixes to existing ones.
2007-10-10 Rafal Szczesniakr6420: Close user account handle before calling tested...
2007-10-10 Rafal Szczesniakr6419: Fix strange behaviour of NET-USERDEL where accou...
2007-10-10 Rafal Szczesniakr6415: Added NET-USERDEL torture test which proves...
2007-10-10 Rafal Szczesniakr6414: Added composite user del function. Slightly...
2007-10-10 Rafal Szczesniakr6406: Include new NET-USERADD test in torture suite.
2007-10-10 Rafal Szczesniakr6405: Complete NET-USERADD torture test for user add...
2007-10-10 Rafal Szczesniakr6390: A couple of changes in useradd function regardin...
2007-10-10 Rafal Szczesniakr6389: Incomplete test of composite useradd function.
2007-10-10 Rafal Szczesniakr6384: Formatting fixes.
2007-10-10 Rafal Szczesniakr6383: Add user management file to build.
2007-10-10 Rafal Szczesniakr6382: New structure for useradd call.
2007-10-10 Rafal Szczesniakr6381: Started working on user account management funct...
2007-10-10 Tim Potterr6361: Update howto and provisioning script with the...
2007-10-10 Tim Potterr6360: Quieten unused variable warning.
2007-10-10 Tim Potterr6359: Fix compiler warning with struct sockaddr. ...
2007-10-10 Stefan Metzmacherr6353: we need the english output from the svn commands
2007-10-10 Alexander Bokovoyr6352: Two new composite calls:
2007-10-10 Tim Potterr6350: Add a newline to make things look prettier.
2007-10-10 Andrew Tridgellr6342: fixed a bad union assumption that caused ACLs...
2007-10-10 Andrew Tridgellr6341: fixed the schannel idl to handle dotted names...
2007-10-10 Andrew Tridgellr6340: - added an easy to use function to initialise...
2007-10-10 Andrew Tridgellr6339: set the NBT_SERVER_LDAP and NBT_SERVER_KDC bits...
2007-10-10 Andrew Tridgellr6338: ADS style GETDC response now works well enough...
2007-10-10 Andrew Tridgellr6335: at debug level 10, save netlogon and ntlogon...
2007-10-10 Andrew Tridgellr6333: removed an extraneous line (pointed out by metze)
2007-10-10 Andrew Tridgellr6331: added IDL and test suite for the ADS style respo...
next