summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell10-117/+331
2007-10-10r2468: print out the names of the fault codes#Stefan Metzmacher1-4/+4
2007-10-10r2465: modify the autoidl hack to work for DRSUAPIAndrew Tridgell1-3/+27
2007-10-10r2464: fix the buildStefan Metzmacher1-2/+2
2007-10-10r2463: make sure we don't send the password in a tconx unless we really have toAndrew Tridgell1-6/+14
2007-10-10r2462: added a test for the error code for no matching filenameAndrew Tridgell1-0/+18
2007-10-10r2461: Update samr.py torture test after policy handle parameter renames.Tim Potter1-32/+99
2007-10-10r2460: fixed the spnego code that I recently brokeAndrew Tridgell1-0/+4
2007-10-10r2459: added STATUS_NO_MORE_FILES nt status codeAndrew Tridgell1-1/+2
2007-10-10r2458: Rename policy handle parameters for the SAMR pipe. Parameters nowTim Potter8-247/+246
2007-10-10r2457: expanded the RAW-SEARCH test to test for what happens when a directoryAndrew Tridgell1-6/+233
2007-10-10r2456: got rid of some outdated global macrosAndrew Tridgell2-14/+8
2007-10-10r2455: don't use the uninitialised sess structure when auth failsAndrew Tridgell1-4/+6
2007-10-10r2454: fixed the accelerated StrCaseCmp() so it compares in the right orderAndrew Tridgell1-2/+2
2007-10-10r2449: use a blocking fd for smbsrv codeStefan Metzmacher1-0/+4
2007-10-10r2448: use SO_REUSEADDR=1 for the serverStefan Metzmacher1-1/+1
2007-10-10r2447: let the server code use the new lib/socket/ stuffStefan Metzmacher11-174/+215
2007-10-10r2446: implement socket_get_<peer|my>_<addr|port>() for ipv4Stefan Metzmacher1-5/+40
2007-10-10r2443: check return code of event_loop_once() to catch thet cases where the s...Stefan Metzmacher4-5/+15
2007-10-10r2442: remove unused event_loop_once() callStefan Metzmacher1-2/+0
2007-10-10r2441: set exit code correct when we got EBADF from select()Stefan Metzmacher1-0/+1
2007-10-10r2439: - function that return just an int don't need a TALLOC_CTXStefan Metzmacher3-21/+22
2007-10-10r2438: compile on systems without O_DIRECTORY (probably won't work, but I'll ...Andrew Tridgell1-0/+5
2007-10-10r2437: implemented a suggestion from abartlet that if we cannot convertAndrew Tridgell1-2/+5
2007-10-10r2436: the second big lump of posix vfs code.Andrew Tridgell15-186/+824
2007-10-10r2435: got rid of another pointless strnequal()Andrew Tridgell1-1/+1
2007-10-10r2434: separate "attrib" and "ex_attrib" elements for DOS attributes is point...Andrew Tridgell2-3/+1
2007-10-10r2433: attrib_string() is now a generally available library function (it will...Andrew Tridgell1-40/+4
2007-10-10r2432: more string function updates.Andrew Tridgell2-2/+2
2007-10-10r2431: got rid of strnequal() in a couple of placesAndrew Tridgell2-2/+2
2007-10-10r2430: got rid of StrnCaseCmp and added an accelerated version of StrCaseCmp()Andrew Tridgell1-29/+78
2007-10-10r2429: Add tests for samr_QueryUserInfo(), samr_QueryUserInfo2(),Tim Potter1-3/+174
2007-10-10r2428: Handle unions as [out] parameters by passing the value of the switch_isTim Potter1-15/+61
2007-10-10r2427: Add tests for samr_GetDomPwInfo, samr_RemoveMemberFromForeignDomain,Tim Potter1-2/+150
2007-10-10r2426: Handle pointer to scalars converting C to Python.Tim Potter1-10/+26
2007-10-10r2425: Found another place for a type check. When convert a dictionary valueTim Potter1-2/+11
2007-10-10r2424: Refactor handling of non-OK NTSTATUS returns to be more swiggish.Tim Potter2-19/+16
2007-10-10r2423: Add some instructions for building extensions.Tim Potter1-0/+37
2007-10-10r2422: Convert PyDict_{Get,Set}Item() calls to PyDict_{Get,Set}ItemString().Tim Potter1-10/+10
2007-10-10r2421: Fix test for lookupdomain for a non-existent domain.Tim Potter2-2/+15
2007-10-10r2419: Write tests for samr_EnumDomains() and samr_LookupDomain().Tim Potter1-4/+38
2007-10-10r2418: Handle a pointer to a scalar when converting a field from Python.Tim Potter1-4/+9
2007-10-10r2417: Add comments to the interface generator as well as some commentary inTim Potter1-172/+227
2007-10-10r2416: More argument checks. Raise an exception instead of segfaulting if aTim Potter2-10/+71
2007-10-10r2415: Throw a TypeError exception if a scalar value doesn't have the correctTim Potter2-28/+100
2007-10-10r2414: samr_Connect.system_name is now an array.Tim Potter1-1/+1
2007-10-10r2411: The other half of getting autogenerated code working using misc.idl:Tim Potter1-14/+70
2007-10-10r2410: Add test for samr_SetSecurity().Tim Potter1-2/+7
2007-10-10r2409: Convert NULL pointers to Py_None, and vice versa.Tim Potter1-2/+18
2007-10-10r2408: Tridge suggested that all the structures from misc.idl (policy handles,Tim Potter2-163/+73