summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r2407: extend mkproto.pl to handle smb_ucs2_t for toupper_w()Andrew Tridgell1-1/+1
2007-10-10r2406: fixed a couple of typosAndrew Tridgell1-2/+2
2007-10-10r2405: expose unix_perms_to_wire() for use by the posix backend, in supportin...Andrew Tridgell1-1/+1
2007-10-10r2404: the first large lump of posix vfs stuff.Andrew Tridgell11-37/+1150
2007-10-10r2403: got rid of a unnecessary mem_ctx in the simple backendAndrew Tridgell2-3/+0
2007-10-10r2402: to make ms_fnmatch() case-insensitive we need toupper_w() exposedAndrew Tridgell1-1/+1
2007-10-10r2401: make our LDAP server useable:Stefan Metzmacher1-3/+200
2007-10-10r2400: make ms_fnmatch() case insensitive. This is much more efficient thanAndrew Tridgell1-2/+4
2007-10-10r2399: Display text description of rpc fault in debug message.Tim Potter1-1/+1
2007-10-10r2398: Import Data::Dumper module safely so it doesn't hurt the build farm.Tim Potter1-1/+2
2007-10-10r2387: fix segfaultStefan Metzmacher1-0/+1
2007-10-10r2386: fixed some indentationAndrew Tridgell1-1/+1
2007-10-10r2385: the gensec:krb5 test is not needed here any more, as we do it in the r...Andrew Tridgell1-4/+0
2007-10-10r2384: i missed "nt status support" in my change to the new globals init codeAndrew Tridgell1-0/+2
2007-10-10r2383: fixed the handling of sending zero length dcerpc packets (I broke thisAndrew Tridgell1-1/+3
2007-10-10r2382: considerably improved the Bind and Unbind IDL and test code. We canAndrew Tridgell2-186/+44
2007-10-10r2381: added a -v debugging option to ldbeditAndrew Tridgell1-1/+31
2007-10-10r2380: nicer error reporting in convert_string()Andrew Tridgell1-6/+9
2007-10-10r2377: added a more generic way of disabling gensec subsystems. For example,Andrew Tridgell1-0/+5
2007-10-10r2376: added a way to disable krb5 on the command line. Just useAndrew Tridgell1-0/+5
2007-10-10r2365: remove MSG_NOSIGNALStefan Metzmacher1-1/+1
2007-10-10r2359: More consistency fixes: pass a talloc context to every function thatTim Potter2-26/+65
2007-10-10r2358: More renaming of functions to keep things consistent.Tim Potter2-40/+49
2007-10-10r2357: Start coding conversion routines for security descriptors, acls and sids.Tim Potter1-3/+56
2007-10-10r2347: merge LDAP ASN.1 fixes from trunkStefan Metzmacher2-12/+24
2007-10-10r2346: fix some minor stuffStefan Metzmacher2-2/+2
2007-10-10r2345: Add test for samr_QuerySecurity()Tim Potter1-12/+35
2007-10-10r2344: Return PyDict_New() in stub functions instead of Py_None to avoidTim Potter1-2/+2
2007-10-10r2343: - make socket_get_*_addr() return char * not const char *Stefan Metzmacher3-28/+87
2007-10-10r2342: Remove obsolete file.Tim Potter1-59/+0
2007-10-10r2339: my first python commit!Andrew Tridgell1-3/+27
2007-10-10r2336: Add another conversion function to allow union arms that contain struc...Tim Potter3-19/+66
2007-10-10r2335: Zero function parameter struct so we can do a bit more testing. To be...Tim Potter1-0/+20
2007-10-10r2328: add the start of a new system and protocolStefan Metzmacher8-1/+624
2007-10-10r2326: remove definition and usage of struct socket_contextStefan Metzmacher7-36/+15
2007-10-10r2325: Generate conversion stubs for IDL unions.Tim Potter1-0/+23
2007-10-10r2324: Add hand-written versions of functions from misc.idl.Tim Potter1-1/+26
2007-10-10r2323: More tweaks to get things building again.Tim Potter1-7/+4
2007-10-10r2322: More renames of autogenerated functions so they all have approximatelyTim Potter1-12/+33
2007-10-10r2321: add complately untested LDAP server startStefan Metzmacher9-0/+526
2007-10-10r2320: add my copyrightStefan Metzmacher2-0/+2
2007-10-10r2319: let event_merge_contexts() return a pointer to the final contextStefan Metzmacher2-5/+5
2007-10-10r2318: - remove the --with-ads optionStefan Metzmacher1-360/+368