summaryrefslogtreecommitdiff
path: root/source3/librpc
Commit message (Expand)AuthorAgeFilesLines
* smbXsrv.idl: add nonce_* to smbsrv_sessionStefan Metzmacher2012-08-231-0/+2
* s3-winbind: Return the DC name from DC_PINGChristof Schmitt2012-08-151-0/+1
* s3:smbXsrv.idl: remove smbXsrv_*0 definesStefan Metzmacher2012-08-101-42/+42
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-1/+4
* s3:smbXsrv.idl: add encryption_required to smbXsrv_tcon_global0Stefan Metzmacher2012-08-091-0/+1
* s3:rpc_client: rename pipe_auth_data->user_session_key to transport_session_keyStefan Metzmacher2012-08-011-1/+1
* lib/param: Move all enum declarations to lib/paramAndrew Bartlett2012-07-241-0/+1
* s3:smbXsrv.idl: add smbXsrv_open* structuresStefan Metzmacher2012-06-291-0/+71
* s3:smbXsrv.idl: add smbXsrv_session_close*Stefan Metzmacher2012-06-251-0/+26
* s3:messaging.idl: define MSG_SMBXSRV_SESSION_CLOSEStefan Metzmacher2012-06-251-0/+3
* s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2Stefan Metzmacher2012-06-251-1/+0
* s3:smbXsrv.idl: add smbXsrv_tcon* structuresStefan Metzmacher2012-06-251-0/+63
* s3:smbXsrv.idl: add smbXsrv_session* structuresStefan Metzmacher2012-06-251-0/+92
* s3:librpc/idl/smbXsrv.idl: add smbXsrv_version_* structuresStefan Metzmacher2012-06-251-1/+65
* s3:librpc: add smbXsrv.idlStefan Metzmacher2012-06-253-1/+20
* s3-rpcclient: add fsrvp commandsDavid Disseldorp2012-06-081-0/+4
* gse: Use the smb_gss_oid_equal wrapper.Andreas Schneider2012-05-231-20/+3
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-231-1/+1
* s3:gse: implement gensec_gse_expire_time()Stefan Metzmacher2012-05-171-0/+12
* s3:gse: remember the expire timeStefan Metzmacher2012-05-171-2/+15
* s3: Attempt to fix the build without kerberosVolker Lendecke2012-04-241-1/+1
* Make krb5 wrapper library common so they can be used all overSimo Sorce2012-04-231-3/+3
* s3:id_cache: do not use the in-memory idmap cache (it is going to be removed)Michael Adam2012-04-201-1/+1
* s3-dbwrap: Add dbwrap_record_watch_send/recvVolker Lendecke2012-04-191-1/+2
* s3: New notify implementationVolker Lendecke2012-04-171-0/+3
* gse: Remove unnecessary header.Simo Sorce2012-04-121-1/+0
* auth-krb: Nove oid packet check to gensec_util.Simo Sorce2012-04-121-21/+1
* Second part of bugfix for bug #8837 - smbd crashes when deleting directory an...Jeremy Allison2012-04-041-0/+1
* s3:gse: fix debug message in gse_get_server_auth_token()Stefan Metzmacher2012-03-171-1/+1
* s3-krb5: Remove GSS_WRAP_IOV conditionalAndrew Bartlett2012-03-151-2/+2
* Fix a bunch of "unused variable" warnings.Jeremy Allison2012-02-181-6/+6
* auth/kerberos: Move gse_get_session_key() to common code and use in gensec_gs...Andrew Bartlett2012-02-171-113/+3
* s3-gse: Allow kerberos key type OID to be optionalAndrew Bartlett2012-02-171-4/+11
* s3-gse: Fix OID to read for kerberos key typeAndrew Bartlett2012-02-171-2/+2
* s3-librpc: Remove backup declaration of GSS_C_DCE_STYLEAndrew Bartlett2012-02-171-4/+0
* s3-gse: Remove unused OID declarationAndrew Bartlett2012-02-171-9/+0
* s3-librpc: Remove gse_verify_server_auth_flagsAndrew Bartlett2012-02-161-50/+0
* s3-librpc: Use gensec_spnego for DCE/RPC authenticationAndrew Bartlett2012-02-163-468/+0
* s3-gse: Use the session key type, not the lucid context to set NEW_SPNEGOAndrew Bartlett2012-02-161-67/+69
* s3-librpc: Remove unused bool gensec_hookAndrew Bartlett2012-02-161-2/+0
* s3:gse: return NT_STATUS_LOGON_FAILURE instead of NT_STATUS_INTERNAL_ERRORStefan Metzmacher2012-01-261-2/+2
* s3-gse: add GENSEC_FEATURE_NEW_SPNEGO detection in gensec_gse_have_feature()Stefan Metzmacher2012-01-251-0/+55
* s3-gse: make sure GSS_C_CONF_FLAG implies GSS_C_INTEG_FLAGStefan Metzmacher2012-01-201-0/+6
* s3-gse: implement fill_mem_keytab_from_[system|dedicated]_keytabStefan Metzmacher2012-01-201-6/+234
* s3-gse: create memory keytab in gse_krb5_get_server_keytab()Stefan Metzmacher2012-01-201-27/+25
* s3-gse: fix SECRETS_AND_KEYTAB fallback in gse_krb5_get_server_keytab()Stefan Metzmacher2012-01-201-6/+13
* s3-gse: align common elements between gse_context and gensec_gssapi_stateAndrew Bartlett2012-01-181-7/+8
* s3-gse: Make gensec_gse cope with non-DCE GSSAPIAndrew Bartlett2012-01-181-5/+8
* s3-gse: the server should not check for GSS_C_MUTUAL_FLAGStefan Metzmacher2012-01-181-6/+0
* s3-gse: verify that we got GSS_C_DCE_STYLE when expectedStefan Metzmacher2012-01-181-0/+11