summaryrefslogtreecommitdiffstats
path: root/source3/include/ntdomain.h
Commit message (Expand)AuthorAgeFilesLines
* s3-dcerpc: remove auth_data_free_funcSimo Sorce2010-09-231-2/+0
* s3-dcerpc: make auth context opaqueSimo Sorce2010-09-231-6/+1
* s3-dcerpc: finally remove the legaqcy spnego_type variable from pipe_auth_dataSimo Sorce2010-09-231-7/+0
* s3: Add "client_id" to pipes_structVolker Lendecke2010-08-181-1/+1
* s3: Add msg_ctx to pipes_structVolker Lendecke2010-08-071-0/+1
* s3-dcerpc: use common spengo wrapper code for client SPNEGO/NTLMSSPSimo Sorce2010-07-301-1/+1
* s3-dcerpc: Add SPNEGO incapsulation for KRB5 authSimo Sorce2010-07-301-1/+2
* s3-decrpc: Introduce gssapi support for dcerpc krb5 authSimo Sorce2010-07-281-6/+2
* s3-dcerpc: Use dcerpc_AuthType in pipe_auth_dataSimo Sorce2010-07-281-3/+7
* s3-include: Use struct pipes struct and get rid of the typedef.Andreas Schneider2010-07-281-3/+3
* s3-dcerpc: Unifiy cli_pipe_auth_data and pipe_auth_dataSimo Sorce2010-07-201-1/+8
* Move the remnants of rpc_parse code under registry/Simo Sorce2010-07-161-35/+0
* s3-dcerpc: Use DATA_BLOB for pipes_struct input dataSimo Sorce2010-07-161-1/+2
* s3-dcerpc: Convert frag from prs_struct to a simple DATA_BLOBSimo Sorce2010-07-161-1/+1
* s3-dcerpc: Convert rdata from prs_struct to a simple DATA_BLOBSimo Sorce2010-07-161-1/+1
* s3-dcerpc: Remove unused membersSimo Sorce2010-07-131-3/+0
* s3-dcerpc: Use dcerpc_pull_ncacn_packet() to unmarshall dceprc requestsSimo Sorce2010-07-131-0/+3
* s3-dceprc: Store opnum in its own variableSimo Sorce2010-07-131-0/+3
* s3-dceprc use a DATA_BLOB to hold the curren pdu in pipes_structSimo Sorce2010-07-131-8/+3
* Convert the prs_XXX struct and functions to use talloc instead of malloc. Pas...Jeremy Allison2010-06-181-1/+3
* Remove two unused functions (prs_force_dynamic, prs_set_session_key).Jeremy Allison2010-06-161-1/+0
* s3:auth Remove AUTH_NTLMSSP_STATE typedef.Andrew Bartlett2010-05-311-1/+1
* s3: remove unused schannel_auth_struct.Günther Deschner2010-02-261-6/+0
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-261-0/+2
* Revert "s3: Do not reference the ndr_tables in the server calls directly"Volker Lendecke2009-11-081-1/+1
* s3: Do not reference the ndr_tables in the server calls directlyVolker Lendecke2009-11-081-1/+1
* s3: remove unused printing macros.Günther Deschner2009-09-241-11/+0
* schannel: fully share schannel sign/seal between s3 and 4.Günther Deschner2009-09-161-1/+1
* s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.Günther Deschner2009-09-151-8/+1
* s3-schannel: remove remaining code that was using "struct dcinfo".Günther Deschner2009-08-271-19/+0
* s3-credentials: remove unused code.Günther Deschner2009-08-271-2/+0
* s3-netlogon: use shared credential and schannel storage infrastructure for ne...Günther Deschner2009-08-271-0/+3
* s3-auth: use full 16byte session key in make_user_info_netlogon_interactive().Günther Deschner2009-05-071-1/+1
* Make "struct policy" private to srv_lsa_hnd.cVolker Lendecke2009-04-191-17/+1
* s3: remove POLICY_HND.Günther Deschner2009-03-181-1/+1
* s3-spoolss: remove unused RPC_BUFFER definition.Günther Deschner2009-03-171-7/+0
* Make prs_struct->out_data.current_pdu dynamically allocatedVolker Lendecke2009-02-081-5/+2
* Make current_in_pdu in pipes_struct allocatedVolker Lendecke2009-02-071-1/+1
* Replace pipe names in pipes_struct by ndr_syntax_idVolker Lendecke2009-02-011-2/+1
* Now that all policy_handle free_fn's are just TALLOC_FREE, dump free_fnVolker Lendecke2009-01-081-1/+0
* Move the "rid_name" typedef to the only place where it might be usedVolker Lendecke2009-01-061-5/+0
* Fix nonempty blank linesVolker Lendecke2008-11-241-17/+17
* Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS!Volker Lendecke2008-11-241-6/+0
* Remove smb_np_structVolker Lendecke2008-10-131-58/+0
* Use "struct files_struct" for pipes instead of smb_np_structVolker Lendecke2008-10-131-0/+1
* make read/write to internal pipes available externallyVolker Lendecke2008-07-261-8/+6
* Refactoring: Make close_internal_rpc_pipe_hnd a talloc destructorVolker Lendecke2008-07-261-9/+0
* Refactor make_internal_rpc_pipe_p: connection_struct is not neededVolker Lendecke2008-07-261-2/+5
* Simplify the RPC servers: remove get_pipe_fnsVolker Lendecke2008-07-181-1/+1
* Remove p->vuidVolker Lendecke2008-06-261-2/+0