summaryrefslogtreecommitdiff
path: root/source3/librpc
AgeCommit message (Expand)AuthorFilesLines
2015-07-31smbXsrv_session:idl: remove the preauth and gensec membersMichael Adam1-2/+0
2015-07-30smbXsrv_session:idl: add smbXsrv_session_auth0Michael Adam1-0/+15
2015-07-09net: fix the order of DC lookup methods when joining a domainUri Simchoni1-0/+7
2015-07-09Fix format size errors for i386 in source3/librpc/crypto/gse.cDouglas Bagnall1-7/+7
2015-07-07smbXsrv: add bools encryption_desired to session and tconMichael Adam1-0/+2
2015-06-24s4:gensec/gssapi: make use of add gssapi_get_sig_size() and gssapi_{seal,unse...Stefan Metzmacher1-0/+1
2015-06-24s3:librpc/gse: make use of add gssapi_get_sig_size() and gssapi_{seal,unseal,...Stefan Metzmacher1-198/+114
2015-06-23s3:librpc/rpc: fix padding calculation in dcerpc_guess_sizes()Stefan Metzmacher2-14/+10
2015-06-23s3:librpc/rpc: allow up to DCERPC_AUTH_PAD_ALIGNMENT padding bytes in dcerpc_...Stefan Metzmacher1-1/+3
2015-06-04s3-rpc_server: Fix inteface typo.Günther Deschner1-3/+3
2015-05-29s3:smb2_server: In CCM and GCM mode we can't reuse noncesSimo Sorce1-0/+2
2015-05-08s3:smb2_sesssetup.c: For SMB >= 3.1, derive crypto keys from preauthStefan Metzmacher1-0/+1
2015-04-17s3: locking: Add a memcache based lock cache.Jeremy Allison1-0/+2
2015-02-16librpc: Move messaging.idl to the top levelAndrew Bartlett3-142/+1
2015-01-08allow net ads join accept new osServicePack parameterNoel Power1-0/+1
2014-12-09s3:locking: Change the data model for leases_db to cope with dynamic path ren...Jeremy Allison1-4/+2
2014-12-09s3:locking: prepare the data model for leases_db to cope with dynamic path re...Jeremy Allison1-0/+7
2014-12-04s3:open_files.idl: add data structures for SMB2.1 and SMB3.0 leases.Stefan Metzmacher2-1/+37
2014-12-04s3:locking: add leases_db infrastructureVolker Lendecke3-0/+29
2014-11-27gse_krb5: Avoid a segfault when we can not read the dedicated keytab fileAndrew Bartlett1-33/+8
2014-11-25s3:librpc/idl: mark struct smbXsrv_client as [public]Stefan Metzmacher1-1/+1
2014-10-24s3-netapi: add DS_8 and WS flags to libnetapi and nltest.Günther Deschner1-1/+3
2014-10-07idl: Fix a typoVolker Lendecke1-1/+1
2014-09-27librpc: gensec is our security provider abstraction, remove a void *Andrew Bartlett2-7/+5
2014-09-27librpc: Remove user/domain from struct pipe_auth_dataAndrew Bartlett1-3/+1
2014-09-24s3:messaging: make it possible to receive a fd array from another processStefan Metzmacher1-0/+2
2014-09-19s3:smbXsrv_session: remember the smbXsrv_connection on channel attached to a ...Stefan Metzmacher1-0/+1
2014-09-19s3:smbd: move smbXsrv_{session,tcon,open} tables to smbXsrv_clientStefan Metzmacher1-0/+16
2014-09-19s3:smbXsrv_session: change smbXsrv_session->connection to smbXsrv_session->cl...Stefan Metzmacher1-1/+1
2014-09-19s3:smbd: introduce 'struct smbXsrv_client' in order to prepare multi-channel ...Stefan Metzmacher1-0/+21
2014-08-06s3:smbd: remember the time of the session setup auth_timeStefan Metzmacher1-0/+1
2014-07-28messaging3: messaging_array is no longer usedVolker Lendecke1-5/+0
2014-07-24s3: remove stat_ex.vfs_private completelyMichael Adam1-1/+0
2014-06-11librpc/idl: Merge wbint.idl with winbind.idl so we can forward IRPC requests ...Andrew Bartlett3-195/+0
2014-06-11s3-winbindd: Listen on IRPC and do forwarded DNS updates on an RODCAndrew Bartlett1-0/+6
2014-05-06messaging: Nobody uses G_LOCK_RETRY anymoreVolker Lendecke1-1/+1
2014-04-24s3:rpc_client: Use gensec for NCALRPC_AS_SYSTEM.Stefan Metzmacher1-4/+1
2014-04-24s3:rpc_client: pass everything to gensec by defaultStefan Metzmacher1-21/+10
2014-03-21smbd: Remove unused "share_mode_data->id"Volker Lendecke1-1/+0
2014-02-13s3:dcerpc_ep: make use of dcerpc_binding_set_abstract_syntax()Stefan Metzmacher1-2/+11
2014-02-13s3:dcerpc_ep: make use of dcerpc_binding helper functionsStefan Metzmacher1-20/+57
2014-02-11s3:dcerpc_up: avoid useless talloc_zero() callsStefan Metzmacher1-18/+9
2014-02-11s3:dcerpc_ep: make ep_register() more tolerant regarding the passes binding v...Stefan Metzmacher1-1/+11
2014-02-11s3:dcerpc_ep: only use the explicitly passed object_guidStefan Metzmacher1-1/+1
2014-02-11s3:dcerpc_ep: only use an array of 'struct dcerpc_binding *'Stefan Metzmacher1-13/+12
2014-02-11s3:dcerpc_ep: make struct dcerpc_binding_vector privateStefan Metzmacher2-5/+7
2014-01-07s3:rpc_client: send a dcerpc_sec_verification_trailer if neededStefan Metzmacher1-0/+1
2014-01-07s3:rpc_client: implement DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGNStefan Metzmacher1-1/+3
2014-01-06smbd: Make "num_children" available by smbcontrolVolker Lendecke1-0/+4
2013-12-12s3:messaging add MSG_SMB_KILL_CLIENT_IP messageChristian Ambach1-0/+3