summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* ctdbd_conn: Use sys_poll_intrVolker Lendecke2016-04-251-2/+5
* ctdbd_conn: Adapt loop counter's type to the loop limitVolker Lendecke2016-04-251-1/+2
* krb5_wrap: add enctype arg to smb_krb5_kt_seek_and_delete_old_entries()Ralph Boehme2016-04-251-0/+1
* Fixes an obvious copy-paste error in source3/utils/net_dns.cRichard Sharpe2016-04-221-1/+0
* pdb_ldap: Don't use autofree if "mods" still changesVolker Lendecke2016-04-221-1/+7
* cleanupd: restart as neededRalph Boehme2016-04-191-10/+25
* libads: record session expiry for spnego sasl bindsUri Simchoni2016-04-191-0/+9
* printing: handle "printcap cache time" change on HUPDavid Disseldorp2016-04-191-33/+46
* printing: use housekeeping period that matches cache timeDavid Disseldorp2016-04-192-14/+8
* winbind: Base idmap_ad on tldapVolker Lendecke2016-04-152-406/+655
* winbind: handle DC_NOT_FOUND in wb_xids2sidsVolker Lendecke2016-04-151-0/+52
* winbind: handle DC_NOT_FOUND in wb_sids2xidsVolker Lendecke2016-04-151-1/+63
* winbind: Add wb_dsgetdcname_gencache_[gs]etVolker Lendecke2016-04-152-0/+112
* tldap: Add tldap_gensec_bindVolker Lendecke2016-04-153-0/+416
* tldap: Add tldap_get/set_streamVolker Lendecke2016-04-152-0/+15
* idmap_ad: Separate out the nss functionsVolker Lendecke2016-04-154-421/+539
* Mask general purpose signals for notifyd.Hemanth Thummala2016-04-151-0/+4
* s3:libsmb: Fix illegal memory access after memory has been deleted.Noel Power2016-04-141-1/+2
* s3:libads: sasl wrapped LDAP connections against with kerberos and arcfour-hm...Stefan Metzmacher2016-04-121-1/+7
* CVE-2015-5370: s3:rpc_client: disconnect connection on protocol errorsStefan Metzmacher2016-04-121-3/+64
* CVE-2015-5370: s3:rpc_server: verify auth_context_id in api_pipe_{bind_auth3,...Stefan Metzmacher2016-04-121-0/+16
* CVE-2015-5370: s3:rpc_client: verify auth_context_id in rpc_pipe_bind_step_on...Stefan Metzmacher2016-04-121-0/+8
* CVE-2015-5370: s3:librpc/rpc: verify auth_context_id in dcerpc_check_auth()Stefan Metzmacher2016-04-121-0/+4
* CVE-2015-5370: s3:librpc/rpc: make use of auth->auth_context_id in dcerpc_add...Stefan Metzmacher2016-04-121-1/+1
* CVE-2015-5370: s3:rpc_server: make use of pipe_auth_data->auth_context_idStefan Metzmacher2016-04-122-6/+8
* CVE-2015-5370: s3:rpc_client: make use of pipe_auth_data->auth_context_idStefan Metzmacher2016-04-121-3/+6
* CVE-2015-5370: s3:librpc/rpc: add auth_context_id to struct pipe_auth_dataStefan Metzmacher2016-04-121-0/+1
* CVE-2015-5370: s3:rpc_client: pass struct pipe_auth_data to create_rpc_{bind_...Stefan Metzmacher2016-04-121-14/+8
* CVE-2015-5370: s3:rpc_server: don't allow an existing context to be changed i...Stefan Metzmacher2016-04-121-0/+24
* CVE-2015-5370: s3:rpc_server: check the transfer syntax in check_bind_req() f...Stefan Metzmacher2016-04-121-8/+18
* CVE-2015-5370: s3:librpc/rpc: remove unused dcerpc_pull_dcerpc_auth()Stefan Metzmacher2016-04-122-45/+0
* CVE-2015-5370: s3:rpc_server: use DCERPC_NCA_S_PROTO_ERROR FAULTs for protoco...Stefan Metzmacher2016-04-121-2/+2
* CVE-2015-5370: s3:rpc_server: let a failing BIND mark the connection as brokenStefan Metzmacher2016-04-121-0/+1
* CVE-2015-5370: s3:rpc_server: disconnect the connection after a fatal FAULT pduStefan Metzmacher2016-04-121-0/+12
* CVE-2015-5370: s3:rpc_server: make use of dcerpc_verify_ncacn_packet_header()...Stefan Metzmacher2016-04-121-1/+81
* CVE-2015-5370: s3:rpc_server: verify presentation context arraysStefan Metzmacher2016-04-121-1/+16
* CVE-2015-5370: s3:rpc_server: use 'alter' instead of 'bind' for variables in ...Stefan Metzmacher2016-04-121-16/+16
* CVE-2015-5370: s3:rpc_server: ensure that the message ordering doesn't violat...Jeremy Allison2016-04-123-6/+48
* CVE-2015-5370: s3:rpc_server: make sure auth_level isn't changed by alter_con...Stefan Metzmacher2016-04-121-0/+14
* CVE-2015-5370: s3:rpc_server: let a failing auth3 mark the authentication as ...Stefan Metzmacher2016-04-121-1/+1
* CVE-2015-5370: s3:rpc_server: don't allow auth3 if the authentication was alr...Stefan Metzmacher2016-04-121-1/+8
* CVE-2015-5370: s3:rpc_server: don't ignore failures of dcerpc_push_ncacn_pack...Stefan Metzmacher2016-04-121-0/+2
* CVE-2015-5370: s3:rpc_server: just call pipe_auth_generic_bind() in api_pipe_...Stefan Metzmacher2016-04-121-39/+6
* CVE-2015-5370: s3:rpc_server: let a failing sec_verification_trailer mark the...Stefan Metzmacher2016-04-121-0/+1
* CVE-2015-5370: s3:rpc_server: make use of dcerpc_pull_auth_trailer() in api_p...Stefan Metzmacher2016-04-121-49/+13
* CVE-2015-5370: s3:rpc_client: verify auth_{type,level} in rpc_pipe_bind_step_...Stefan Metzmacher2016-04-121-0/+15
* CVE-2015-5370: s3:rpc_client: protect rpc_api_pipe_got_pdu() against too larg...Stefan Metzmacher2016-04-121-0/+5
* CVE-2015-5370: s3:rpc_client: make use of dcerpc_verify_ncacn_packet_header()...Stefan Metzmacher2016-04-121-15/+96
* CVE-2015-5370: s3:rpc_client: make use of dcerpc_pull_auth_trailer()Stefan Metzmacher2016-04-121-8/+6
* CVE-2015-5370: s3:librpc/rpc: let dcerpc_check_auth() auth_{type,level} again...Stefan Metzmacher2016-04-121-0/+8