summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r2534: Change NTLMSSP parsing to avoid a seperate str_chrnum() call - storingAndrew Bartlett2007-10-101-44/+60
* r2532: Don't run EnumValue torture test for now (idl needs fixing, doesn't co...Jelmer Vernooij2007-10-101-1/+2
* r2531: Fix crashbugJelmer Vernooij2007-10-101-1/+1
* r2530: Don't put main in proto.hJelmer Vernooij2007-10-101-1/+1
* r2527: - add a dummy for a simple ldb backendStefan Metzmacher2007-10-104-10/+72
* r2526: use LDAP error 53 (unwillingToPerform)Stefan Metzmacher2007-10-101-6/+6
* r2525: fix a search response when the backend didn't support SearchStefan Metzmacher2007-10-101-1/+16
* r2524: a simple pvfs rename implementation to make testing easierAndrew Tridgell2007-10-103-10/+70
* r2523: - readd rootDSE replyStefan Metzmacher2007-10-104-77/+371
* r2521: fixed two uninitialised data errors found with valgrind whenAndrew Tridgell2007-10-102-4/+2
* r2520: - finished implementing the server side of the old style search requestsAndrew Tridgell2007-10-105-92/+213
* r2519: Registry RPC pipe fixes (use struct registry_key instead of REG_KEY, etc)Jelmer Vernooij2007-10-101-23/+19
* r2518: Some long overdue changes:Jelmer Vernooij2007-10-1023-1326/+1011
* r2516: Remove duplicate line.Tim Potter2007-10-101-1/+0
* r2515: Fixes from smbtorture - these session keys are not individually encryp...Andrew Bartlett2007-10-101-4/+8
* r2514: Remove unused funcions, and add static.Andrew Bartlett2007-10-101-55/+1
* r2513: Avoid strupper/strlower when you can. This developers moduleAndrew Bartlett2007-10-101-3/+1
* r2512: Remove unused stub functions.Andrew Bartlett2007-10-101-36/+0
* r2511: Add NT status codes.Tim Potter2007-10-102-17/+537
* r2510: Make C++ compilers happy, use ifdef instead of ifJelmer Vernooij2007-10-101-5/+5
* r2509: add a struct ldapsrv_call which is simular to the dcesrv_call_state st...Stefan Metzmacher2007-10-102-291/+277
* r2508: - implemented ldap_decode() for UnbindRequest and ExtendedRequestStefan Metzmacher2007-10-101-3/+27
* r2507: Allow a case-insensitive lookup when converting strings into NTSTATUSAndrew Bartlett2007-10-101-1/+1
* r2506: Add more printf attributes for format checking.Andrew Bartlett2007-10-101-3/+5
* r2505: Remove unused function. If/when we implement plaintext authenticatonAndrew Bartlett2007-10-101-56/+0
* r2504: Add printf attribute, for format argument checking.Andrew Bartlett2007-10-101-0/+2
* r2503: the RAW-SEARCH test now mostly passes against the posix backendAndrew Tridgell2007-10-105-104/+266
* r2502: Finish off samr torture test: samr_CreateUser2, samr_SetUserInfo,Tim Potter2007-10-101-30/+288
* r2501: The AddMemberToAlias test doesn't need a domain_handle.Tim Potter2007-10-101-5/+2
* r2500: disable the sleep test in echo until we have a win32 echo server thatAndrew Tridgell2007-10-101-6/+5
* r2499: - use more efficient wildcard delete in smbclientAndrew Tridgell2007-10-101-20/+9
* r2498: added STATUS_NO_MORE_FILES to nt status codes that we can map to a stringAndrew Tridgell2007-10-101-0/+1
* r2497: fixed an uninitialised 4 bytes in old style session setup (found with ...Andrew Tridgell2007-10-101-0/+1
* r2496: Check that reference parameters are not None.Tim Potter2007-10-101-1/+9
* r2495: cope properly with STATUS_NO_MORE_FILES in old search client codeAndrew Tridgell2007-10-101-1/+4
* r2494: fixed connecting to a share mode server (tested and really works now)Andrew Tridgell2007-10-101-3/+10
* r2493: allow tdb to build standaloneAndrew Tridgell2007-10-101-0/+4
* r2492: Some cleanups.Tim Potter2007-10-101-29/+145
* r2491: Handle pointers to scalars when converting to a Python dictionary (i.eTim Potter2007-10-101-30/+1
* r2490: Some changes to take into account non-error NTSTATUS codes being retur...Tim Potter2007-10-102-3/+7
* r2489: Rename account_flags in EnumDomainAliases() to acct_flags.Tim Potter2007-10-102-2/+2
* r2486: Use correct type checks when checking 64-bit quantities (int64, uint64,Tim Potter2007-10-101-16/+16
* r2485: - add a test case in ldbtest for a bug pointed out by Jon Haswell.Andrew Tridgell2007-10-102-3/+88
* r2484: allow ldb to build standalone againAndrew Tridgell2007-10-101-0/+7
* r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell2007-10-1010-117/+331
* r2468: print out the names of the fault codes#Stefan Metzmacher2007-10-101-4/+4
* r2465: modify the autoidl hack to work for DRSUAPIAndrew Tridgell2007-10-101-3/+27
* r2464: fix the buildStefan Metzmacher2007-10-101-2/+2
* r2463: make sure we don't send the password in a tconx unless we really have toAndrew Tridgell2007-10-101-6/+14
* r2462: added a test for the error code for no matching filenameAndrew Tridgell2007-10-101-0/+18