r25026: Move param/param.h out of includes.h
[kai/samba-autobuild/.git] / source4 / librpc / rpc / dcerpc_auth.c
2007-10-10 Stefan Metzmacherr24551: rename dcerpc_interface_table -> ndr_interface_...
2007-10-10 Stefan Metzmacherr24532: rename struct dcerpc_syntax_id into struct...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Bartlettr19479: Remove more unused functions. These are handle...
2007-10-10 Stefan Metzmacherr17324: make better usage of the composite api
2007-10-10 Rafal Szczesniakr15021: Couple more comments and fixes in spirit of...
2007-10-10 Andrew Bartlettr14714: On DCE/RPC, we need the name of the remote...
2007-10-10 Jelmer Vernooijr14542: Remove librpc, libndr and libnbt from includes.h
2007-10-10 Andrew Bartlettr13334: Add comments describing what these functions do.
2007-10-10 Andrew Bartlettr12865: Upgrade the librpc and libnet code.
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Jelmer Vernooijr12510: Change the DCE/RPC interfaces to take a pointer...
2007-10-10 Andrew Tridgellr12116: got rid of composite_trigger_done() and composi...
2007-10-10 Volker Lendecker11835: Restore comments
2007-10-10 Andrew Tridgellr11817: fixed the problem with the RPC join tests....
2007-10-10 Volker Lendecker11812: Convert winbind to the async bind routines...
2007-10-10 Volker Lendecker11809: Make dcerpc_bind_auth async.
2007-10-10 Volker Lendecker11806: Minor cleanup
2007-10-10 Volker Lendecker11805: dcerpc_bind_auth is only used in dcerpc_bind_au...
2007-10-10 Volker Lendecker11804: Asyncify the anonymous bind, convert the calls...
2007-10-10 Andrew Bartlettr9505: Work on GENSEC and the code that calls it, for...
2007-10-10 Andrew Tridgellr7633: this patch started as an attempt to make the...
2007-10-10 Andrew Bartlettr6028: A MAJOR update to intergrate the new credentails...
2007-10-10 Jelmer Vernooijr5928: Use cli_credentials in:
2007-10-10 Andrew Bartlettr5902: A rather large change...
2007-10-10 Stefan Metzmacherr5603: add "authservice()" property to the interface...
2007-10-10 Andrew Bartlettr4691: Make the DCE-RPC bind code compleatly generic...
2007-10-10 Andrew Bartlettr4636: Per tridge's wish (and probably correct behaviou...
2007-10-10 Andrew Bartlettr4635: Fix NTLMSSP to return NT_STATUS_OK when it has...
2007-10-10 Andrew Tridgellr4627: - simplified the dcerpc auth code using a common...
2007-10-10 Andrew Tridgellr4618: - tidied up the alter_context client code a bit
2007-10-10 Andrew Tridgellr4616: the first phase in the addition of proper suppor...
2007-10-10 Stefan Metzmacherr4360: destroy the gensec context
2007-10-10 Andrew Bartlettr4358: At metze's request, the Christmas elves have...
2007-10-10 Andrew Tridgellr4052: fixed a bunch of code to use the type safe _p...
2007-10-10 Stefan Metzmacherr4001: fix segfault fix auth failed
2007-10-10 Andrew Tridgellr2629: convert gensec to the new talloc model
2007-10-10 Andrew Bartlettr2284: Thanks to some great detective work by tridge...
2007-10-10 Andrew Tridgellr2100: rework the dcerpc client side library so that...
2007-10-10 Andrew Bartlettr2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.
2007-10-10 Stefan Metzmacherr1419: spnego inside of dcerpc using alter_context...
2007-10-10 Andrew Bartlettr1354: Make it clear that the first gensec_update takes...
2007-10-10 Andrew Bartlettr1294: A nice, large, commit...
2007-10-10 Andrew Bartlettr1200: Add 'gensec', our generic security layer.
2007-10-10 Stefan Metzmacherr1068: make the dcerpc client side auth/crypto code...
2007-10-10 Stefan Metzmacherr962: convert 'unsigned' and 'unsigned int' to uint_t
2004-02-10 Andrew Tridgell- modified the dcerpc client security code to be generi...
2003-11-27 Andrew Tridgella couple of tidyups
2003-11-26 Andrew Tridgellby default sign RPC over TCP but not RPC over SMB....
2003-11-26 Andrew Tridgellfixed some memory leaks in the dcerpc use of ntlmssp...
2003-11-26 Andrew Tridgellsigned DCERPC over TCP now works !