summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2964: Add spoolss to list of wrapped client functions.Tim Potter2-1/+2
2007-10-10r2963: Handle structures that contain more than one union as members.Tim Potter1-2/+2
2007-10-10r2962: Tweak to get conversion function for pointers to union compiling again.Tim Potter1-1/+1
2007-10-10r2961: fixed a silly typoAndrew Tridgell1-2/+2
2007-10-10r2960: during a lunchtime discussion I found out that all powerpc processorsAndrew Tridgell1-2/+47
2007-10-10r2958: the warnings from the swig code in pidl were totally swamping validAndrew Tridgell2-15/+17
2007-10-10r2956: Fix towers_length for now. I'm currently working on a pidl extensionJelmer Vernooij2-1/+53
2007-10-10r2954: add server cracknames code:Stefan Metzmacher1-1/+41
2007-10-10r2953: add NTSTATUS_TALLOC_CHECK(x)Stefan Metzmacher1-0/+4
2007-10-10r2952: add idl and torture test for DsCrackNamesStefan Metzmacher3-5/+81
2007-10-10r2951: fixed the intptr_t test for discard_const()Andrew Tridgell2-1/+5
2007-10-10r2950: 0x40000 is clearer than 262144Andrew Tridgell1-1/+1
2007-10-10r2949: added some range checks in samr.idlAndrew Tridgell1-4/+4
2007-10-10r2948: added support for the [range(low,high)] attribute in pidl. This allowsAndrew Tridgell2-1/+7
2007-10-10r2941: added pvfs_flush() implementation to the posix backendAndrew Tridgell5-10/+71
2007-10-10r2940: Complain when there is an attempt to register a backend for a subsyste...Jelmer Vernooij1-0/+2
2007-10-10r2939: Use /* */ style commentsJelmer Vernooij1-4/+4
2007-10-10r2938: Use IDL to dissect the RHS of floors in protocol towersJelmer Vernooij4-78/+133
2007-10-10r2937: Make sure all memory is initializedJelmer Vernooij1-7/+7
2007-10-10r2934: - changed the unixuid module to use the nt_user_token instead of the s...Andrew Tridgell2-14/+21
2007-10-10r2933: Only pull a union once when it occurs in a subcontextJelmer Vernooij1-2/+6
2007-10-10r2932: character expansion in strlower_m or strupper_m is considered fatalAndrew Tridgell1-0/+4
2007-10-10r2931: use next_codepoint() to ensure we properly handle multi-byte character...Andrew Tridgell1-2/+6
2007-10-10r2930: added a security context cache to the unixuid module. The moduleAndrew Tridgell1-4/+22
2007-10-10r2929: longhorn does not produce sorted directory listings! This isAndrew Tridgell1-2/+1
2007-10-10r2928: - fixed the handling of reserved names (rejecting them with ACCESS_DEN...Andrew Tridgell3-38/+23
2007-10-10r2927: imported the hash2 name mangling code from Samba3 into Samba4, butAndrew Tridgell5-39/+693
2007-10-10r2926: name->dos.attrib is not valid unless name->exists is trueAndrew Tridgell1-2/+4
2007-10-10r2925: added the definition for a new rpc fault code I am seeing on epmapper ...Andrew Tridgell1-0/+1
2007-10-10r2921: Add a few more protocols and fix the numbers associated with some ofJelmer Vernooij5-54/+76
2007-10-10r2920: Support passing a handle to a SAMR pipe to a RPC Binding or SelectJelmer Vernooij7-21/+44
2007-10-10r2916: longhorn client doesn't bother setting the directory bit in ntcreatexAndrew Tridgell1-1/+6
2007-10-10r2915: Open domain first before enumerating users and groupsJelmer Vernooij1-4/+6
2007-10-10r2914: ... and support enumerating values (data is not handled yet, only the ...Jelmer Vernooij1-30/+11
2007-10-10r2913: - Don't print hive name if it is NULL (regtree)Jelmer Vernooij3-12/+9
2007-10-10r2912: Test for the sort-of weird file stamp semantics. The last_write seems ...Volker Lendecke1-54/+92
2007-10-10r2911: Fix bug in opening relative keysJelmer Vernooij1-8/+12
2007-10-10r2910: I noticed that the samr torture test was doing its own DOS->UNIXAndrew Tridgell2-139/+139
2007-10-10r2909: fix some RAW-SEARCH torture mem leaksAndrew Tridgell1-4/+5
2007-10-10r2908: fix typoSimo Sorce1-1/+1
2007-10-10r2907: auto destroy iconv memory handles on exit, to make valgrind leakAndrew Tridgell1-19/+26
2007-10-10r2906: fixed a memory leak in the smbclient -L codeAndrew Tridgell1-1/+3
2007-10-10r2904: - fixed the old style SMBsearch to return the pvfs shortname, not a tr...Andrew Tridgell2-3/+6
2007-10-10r2903: a considerably more efficient (both in terms of CPU and memory)Andrew Tridgell1-17/+17
2007-10-10r2902: make toupper_w() and tolower_w() slightly faster by putting the most c...Andrew Tridgell1-8/+8
2007-10-10r2901: if we can't load upcase.dat or lowcase.dat then don't waste 256kAndrew Tridgell1-27/+8
2007-10-10r2900: rusty pointed out to me that discard_const() can be done via a macroAndrew Tridgell3-24/+23
2007-10-10r2898: - Support enumerating remote registry valuesJelmer Vernooij2-76/+67
2007-10-10r2897: Fix double registration (of the registry subsystem) bugJelmer Vernooij1-16/+24
2007-10-10r2896: Add torture test for EnumValue()Jelmer Vernooij1-24/+25