summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r2424: Refactor handling of non-OK NTSTATUS returns to be more swiggish.Tim Potter2007-10-102-19/+16
* r2423: Add some instructions for building extensions.Tim Potter2007-10-101-0/+37
* r2422: Convert PyDict_{Get,Set}Item() calls to PyDict_{Get,Set}ItemString().Tim Potter2007-10-101-10/+10
* r2421: Fix test for lookupdomain for a non-existent domain.Tim Potter2007-10-102-2/+15
* r2419: Write tests for samr_EnumDomains() and samr_LookupDomain().Tim Potter2007-10-101-4/+38
* r2418: Handle a pointer to a scalar when converting a field from Python.Tim Potter2007-10-101-4/+9
* r2417: Add comments to the interface generator as well as some commentary inTim Potter2007-10-101-172/+227
* r2416: More argument checks. Raise an exception instead of segfaulting if aTim Potter2007-10-102-10/+71
* r2415: Throw a TypeError exception if a scalar value doesn't have the correctTim Potter2007-10-102-28/+100
* r2414: samr_Connect.system_name is now an array.Tim Potter2007-10-101-1/+1
* r2411: The other half of getting autogenerated code working using misc.idl:Tim Potter2007-10-101-14/+70
* r2410: Add test for samr_SetSecurity().Tim Potter2007-10-101-2/+7
* r2409: Convert NULL pointers to Py_None, and vice versa.Tim Potter2007-10-101-2/+18
* r2408: Tridge suggested that all the structures from misc.idl (policy handles,Tim Potter2007-10-102-163/+73
* r2407: extend mkproto.pl to handle smb_ucs2_t for toupper_w()Andrew Tridgell2007-10-101-1/+1
* r2406: fixed a couple of typosAndrew Tridgell2007-10-101-2/+2
* r2405: expose unix_perms_to_wire() for use by the posix backend, in supportin...Andrew Tridgell2007-10-101-1/+1
* r2404: the first large lump of posix vfs stuff.Andrew Tridgell2007-10-1011-37/+1150
* r2403: got rid of a unnecessary mem_ctx in the simple backendAndrew Tridgell2007-10-102-3/+0
* r2402: to make ms_fnmatch() case-insensitive we need toupper_w() exposedAndrew Tridgell2007-10-101-1/+1