summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r2461: Update samr.py torture test after policy handle parameter renames.Tim Potter2007-10-101-32/+99
* r2460: fixed the spnego code that I recently brokeAndrew Tridgell2007-10-101-0/+4
* r2459: added STATUS_NO_MORE_FILES nt status codeAndrew Tridgell2007-10-101-1/+2
* r2458: Rename policy handle parameters for the SAMR pipe. Parameters nowTim Potter2007-10-108-247/+246
* r2457: expanded the RAW-SEARCH test to test for what happens when a directoryAndrew Tridgell2007-10-101-6/+233
* r2456: got rid of some outdated global macrosAndrew Tridgell2007-10-102-14/+8
* r2455: don't use the uninitialised sess structure when auth failsAndrew Tridgell2007-10-101-4/+6
* r2454: fixed the accelerated StrCaseCmp() so it compares in the right orderAndrew Tridgell2007-10-101-2/+2
* r2449: use a blocking fd for smbsrv codeStefan Metzmacher2007-10-101-0/+4
* r2448: use SO_REUSEADDR=1 for the serverStefan Metzmacher2007-10-101-1/+1
* r2447: let the server code use the new lib/socket/ stuffStefan Metzmacher2007-10-1011-174/+215
* r2446: implement socket_get_<peer|my>_<addr|port>() for ipv4Stefan Metzmacher2007-10-101-5/+40
* r2443: check return code of event_loop_once() to catch thet cases where the s...Stefan Metzmacher2007-10-104-5/+15
* r2442: remove unused event_loop_once() callStefan Metzmacher2007-10-101-2/+0
* r2441: set exit code correct when we got EBADF from select()Stefan Metzmacher2007-10-101-0/+1
* r2439: - function that return just an int don't need a TALLOC_CTXStefan Metzmacher2007-10-103-21/+22
* r2438: compile on systems without O_DIRECTORY (probably won't work, but I'll ...Andrew Tridgell2007-10-101-0/+5
* r2437: implemented a suggestion from abartlet that if we cannot convertAndrew Tridgell2007-10-101-2/+5
* r2436: the second big lump of posix vfs code.Andrew Tridgell2007-10-1015-186/+824
* r2435: got rid of another pointless strnequal()Andrew Tridgell2007-10-101-1/+1
* r2434: separate "attrib" and "ex_attrib" elements for DOS attributes is point...Andrew Tridgell2007-10-102-3/+1
* r2433: attrib_string() is now a generally available library function (it will...Andrew Tridgell2007-10-101-40/+4
* r2432: more string function updates.Andrew Tridgell2007-10-102-2/+2
* r2431: got rid of strnequal() in a couple of placesAndrew Tridgell2007-10-102-2/+2
* r2430: got rid of StrnCaseCmp and added an accelerated version of StrCaseCmp()Andrew Tridgell2007-10-101-29/+78
* r2429: Add tests for samr_QueryUserInfo(), samr_QueryUserInfo2(),Tim Potter2007-10-101-3/+174
* r2428: Handle unions as [out] parameters by passing the value of the switch_isTim Potter2007-10-101-15/+61
* r2427: Add tests for samr_GetDomPwInfo, samr_RemoveMemberFromForeignDomain,Tim Potter2007-10-101-2/+150
* r2426: Handle pointer to scalars converting C to Python.Tim Potter2007-10-101-10/+26
* r2425: Found another place for a type check. When convert a dictionary valueTim Potter2007-10-101-2/+11