Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r2446: implement socket_get_<peer|my>_<addr|port>() for ipv4 | Stefan Metzmacher | 1 | -5/+40 |
2007-10-10 | r2443: check return code of event_loop_once() to catch thet cases where the s... | Stefan Metzmacher | 4 | -5/+15 |
2007-10-10 | r2442: remove unused event_loop_once() call | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r2441: set exit code correct when we got EBADF from select() | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r2439: - function that return just an int don't need a TALLOC_CTX | Stefan Metzmacher | 3 | -21/+22 |
2007-10-10 | r2438: compile on systems without O_DIRECTORY (probably won't work, but I'll ... | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r2437: implemented a suggestion from abartlet that if we cannot convert | Andrew Tridgell | 1 | -2/+5 |
2007-10-10 | r2436: the second big lump of posix vfs code. | Andrew Tridgell | 15 | -186/+824 |
2007-10-10 | r2435: got rid of another pointless strnequal() | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2434: separate "attrib" and "ex_attrib" elements for DOS attributes is point... | Andrew Tridgell | 2 | -3/+1 |
2007-10-10 | r2433: attrib_string() is now a generally available library function (it will... | Andrew Tridgell | 1 | -40/+4 |
2007-10-10 | r2432: more string function updates. | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r2431: got rid of strnequal() in a couple of places | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r2430: got rid of StrnCaseCmp and added an accelerated version of StrCaseCmp() | Andrew Tridgell | 1 | -29/+78 |
2007-10-10 | r2429: Add tests for samr_QueryUserInfo(), samr_QueryUserInfo2(), | Tim Potter | 1 | -3/+174 |
2007-10-10 | r2428: Handle unions as [out] parameters by passing the value of the switch_is | Tim Potter | 1 | -15/+61 |
2007-10-10 | r2427: Add tests for samr_GetDomPwInfo, samr_RemoveMemberFromForeignDomain, | Tim Potter | 1 | -2/+150 |
2007-10-10 | r2426: Handle pointer to scalars converting C to Python. | Tim Potter | 1 | -10/+26 |
2007-10-10 | r2425: Found another place for a type check. When convert a dictionary value | Tim Potter | 1 | -2/+11 |
2007-10-10 | r2424: Refactor handling of non-OK NTSTATUS returns to be more swiggish. | Tim Potter | 2 | -19/+16 |
2007-10-10 | r2423: Add some instructions for building extensions. | Tim Potter | 1 | -0/+37 |
2007-10-10 | r2422: Convert PyDict_{Get,Set}Item() calls to PyDict_{Get,Set}ItemString(). | Tim Potter | 1 | -10/+10 |
2007-10-10 | r2421: Fix test for lookupdomain for a non-existent domain. | Tim Potter | 2 | -2/+15 |
2007-10-10 | r2419: Write tests for samr_EnumDomains() and samr_LookupDomain(). | Tim Potter | 1 | -4/+38 |
2007-10-10 | r2418: Handle a pointer to a scalar when converting a field from Python. | Tim Potter | 1 | -4/+9 |
2007-10-10 | r2417: Add comments to the interface generator as well as some commentary in | Tim Potter | 1 | -172/+227 |
2007-10-10 | r2416: More argument checks. Raise an exception instead of segfaulting if a | Tim Potter | 2 | -10/+71 |
2007-10-10 | r2415: Throw a TypeError exception if a scalar value doesn't have the correct | Tim Potter | 2 | -28/+100 |
2007-10-10 | r2414: samr_Connect.system_name is now an array. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2411: The other half of getting autogenerated code working using misc.idl: | Tim Potter | 1 | -14/+70 |
2007-10-10 | r2410: Add test for samr_SetSecurity(). | Tim Potter | 1 | -2/+7 |
2007-10-10 | r2409: Convert NULL pointers to Py_None, and vice versa. | Tim Potter | 1 | -2/+18 |
2007-10-10 | r2408: Tridge suggested that all the structures from misc.idl (policy handles, | Tim Potter | 2 | -163/+73 |
2007-10-10 | r2407: extend mkproto.pl to handle smb_ucs2_t for toupper_w() | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2406: fixed a couple of typos | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2405: expose unix_perms_to_wire() for use by the posix backend, in supportin... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2404: the first large lump of posix vfs stuff. | Andrew Tridgell | 11 | -37/+1150 |
2007-10-10 | r2403: got rid of a unnecessary mem_ctx in the simple backend | Andrew Tridgell | 2 | -3/+0 |
2007-10-10 | r2402: to make ms_fnmatch() case-insensitive we need toupper_w() exposed | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2401: make our LDAP server useable: | Stefan Metzmacher | 1 | -3/+200 |
2007-10-10 | r2400: make ms_fnmatch() case insensitive. This is much more efficient than | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r2399: Display text description of rpc fault in debug message. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2398: Import Data::Dumper module safely so it doesn't hurt the build farm. | Tim Potter | 1 | -1/+2 |
2007-10-10 | r2387: fix segfault | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r2386: fixed some indentation | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2385: the gensec:krb5 test is not needed here any more, as we do it in the r... | Andrew Tridgell | 1 | -4/+0 |
2007-10-10 | r2384: i missed "nt status support" in my change to the new globals init code | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r2383: fixed the handling of sending zero length dcerpc packets (I broke this | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r2382: considerably improved the Bind and Unbind IDL and test code. We can | Andrew Tridgell | 2 | -186/+44 |
2007-10-10 | r2381: added a -v debugging option to ldbedit | Andrew Tridgell | 1 | -1/+31 |