summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2643: convert more of the auth subsyystem to the new talloc methods. ThisAndrew Tridgell1-10/+3
2007-10-10r2634: use discard_const_p() in a few placesAndrew Tridgell1-2/+2
2007-10-10r2629: convert gensec to the new talloc modelAndrew Tridgell4-5/+5
2007-10-10r2628: got rid of some warnings and converted a few more places to use hierar...Andrew Tridgell3-4/+3
2007-10-10r2626: the symbol gai_error is defined in /usr/include, so don't use that nam...Andrew Tridgell1-4/+4
2007-10-10r2625: use talloc_p, not talloc when possible (when allocating a structure in...Andrew Tridgell1-1/+1
2007-10-10r2614: support CONNECT level DCE/RPC security in both client andAndrew Tridgell4-21/+67
2007-10-10r2552: Character set conversion and string handling updates.Andrew Bartlett1-4/+4
2007-10-10r2538: Support IPv6 as transport for MSRPC. Tested against Win2k3Jelmer Vernooij2-11/+35
2007-10-10r2518: Some long overdue changes:Jelmer Vernooij1-2/+1
2007-10-10r2489: Rename account_flags in EnumDomainAliases() to acct_flags.Tim Potter1-1/+1
2007-10-10r2458: Rename policy handle parameters for the SAMR pipe. Parameters nowTim Potter1-65/+65
2007-10-10r2443: check return code of event_loop_once() to catch thet cases where the s...Stefan Metzmacher1-2/+6
2007-10-10r2399: Display text description of rpc fault in debug message.Tim Potter1-1/+1
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 Tridgell1-8/+14
2007-10-10r2304: fixed a bug in old style NTLM signingAndrew Tridgell1-1/+1
2007-10-10r2294: this fixes the NTLM2 sign+seal combination. I have now tested:Andrew Tridgell1-5/+8
2007-10-10r2287: Add static.Andrew Bartlett1-1/+1
2007-10-10r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett7-80/+109
2007-10-10r2275: don't crash on a rpc BIND_NAK response ...Andrew Tridgell1-1/+6
2007-10-10r2266: yay! LSA session keys on TCP now work!Andrew Tridgell4-15/+33
2007-10-10r2247: talloc_destroy -> talloc_freeTim Potter2-2/+2
2007-10-10r2234: Tridge, this is a patch to allow people to set the REF_ALLOC flag onTim Potter2-0/+7
2007-10-10r2209: patch from volker to add EnumPorts spoolss IDL and test codeAndrew Tridgell2-0/+43
2007-10-10r2208: little attempt to (almost) fix spoolss relativeVolker Lendecke1-1/+1
2007-10-10r2206: another (untested) attempt to make RELATIVE_CURRENT work for volker,Andrew Tridgell1-40/+6
2007-10-10r2205: fixed an incorrect cast that broke relative strings in spoolssAndrew Tridgell1-1/+1
2007-10-10r2204: added [flag(RELATIVE_CURRENT)] to change [relative] pointer behaviourAndrew Tridgell3-6/+16
2007-10-10r2199: the unknown 16 bit number in lsa_LookupPrivDisplayName() is a languageAndrew Tridgell1-3/+4
2007-10-10r2185: add a callback function to the dcerpc async APIAndrew Tridgell2-0/+25
2007-10-10r2184: use the smb.conf socket options for client code tooAndrew Tridgell1-0/+2
2007-10-10r2180: added RPC flags "padcheck" which enables checking of all received padAndrew Tridgell5-16/+70
2007-10-10r2159: converted samba4 over to UTF-16.Andrew Tridgell1-4/+4
2007-10-10r2158: removed a misleading comment (the extra uint16 is just padding)Andrew Tridgell1-4/+0
2007-10-10r2128: netlogon DELTA_POLICY fix from rrenardAndrew Tridgell1-1/+1
2007-10-10r2127: more lsa IDL updates from Richard RenardAndrew Tridgell1-3/+23
2007-10-10r2126: two more lsa functions worked out by richard renardAndrew Tridgell1-3/+16
2007-10-10r2121: fix compiler warningStefan Metzmacher1-1/+0
2007-10-10r2118: fixed the receipt of bigendian rpc packets with the new async code.Andrew Tridgell1-3/+10
2007-10-10r2105: added a TestSleep() operation to the echo pipe and extended theAndrew Tridgell1-0/+4
2007-10-10r2103: in the conversion to async rpc I simplified the smb backend to onlyAndrew Tridgell4-46/+153
2007-10-10r2100: rework the dcerpc client side library so that it is async. We nowAndrew Tridgell9-430/+748
2007-10-10r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a newAndrew Bartlett1-2/+2
2007-10-10r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.Andrew Bartlett5-26/+32
2007-10-10r2029: changed our client side dcerpc padding to match what w2k3 does - a 16Andrew Tridgell1-2/+4
2007-10-10r1995: a ndrdump file from abartlet make it clear that this isn't a pointerStefan Metzmacher1-1/+1
2007-10-10r1994: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r1993: Allow WinXP domain logon to progress a bit further (it seems broken fo...Andrew Bartlett1-3/+4
2007-10-10r1985: take advantage of the new talloc in a few more placesAndrew Tridgell4-72/+70