| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ctdbd_conn: Use sys_poll_intr | Volker Lendecke | 2016-04-25 | 1 | -2/+5 |
* | ctdbd_conn: Adapt loop counter's type to the loop limit | Volker Lendecke | 2016-04-25 | 1 | -1/+2 |
* | krb5_wrap: add enctype arg to smb_krb5_kt_seek_and_delete_old_entries() | Ralph Boehme | 2016-04-25 | 1 | -0/+1 |
* | Fixes an obvious copy-paste error in source3/utils/net_dns.c | Richard Sharpe | 2016-04-22 | 1 | -1/+0 |
* | pdb_ldap: Don't use autofree if "mods" still changes | Volker Lendecke | 2016-04-22 | 1 | -1/+7 |
* | cleanupd: restart as needed | Ralph Boehme | 2016-04-19 | 1 | -10/+25 |
* | libads: record session expiry for spnego sasl binds | Uri Simchoni | 2016-04-19 | 1 | -0/+9 |
* | printing: handle "printcap cache time" change on HUP | David Disseldorp | 2016-04-19 | 1 | -33/+46 |
* | printing: use housekeeping period that matches cache time | David Disseldorp | 2016-04-19 | 2 | -14/+8 |
* | winbind: Base idmap_ad on tldap | Volker Lendecke | 2016-04-15 | 2 | -406/+655 |
* | winbind: handle DC_NOT_FOUND in wb_xids2sids | Volker Lendecke | 2016-04-15 | 1 | -0/+52 |
* | winbind: handle DC_NOT_FOUND in wb_sids2xids | Volker Lendecke | 2016-04-15 | 1 | -1/+63 |
* | winbind: Add wb_dsgetdcname_gencache_[gs]et | Volker Lendecke | 2016-04-15 | 2 | -0/+112 |
* | tldap: Add tldap_gensec_bind | Volker Lendecke | 2016-04-15 | 3 | -0/+416 |
* | tldap: Add tldap_get/set_stream | Volker Lendecke | 2016-04-15 | 2 | -0/+15 |
* | idmap_ad: Separate out the nss functions | Volker Lendecke | 2016-04-15 | 4 | -421/+539 |
* | Mask general purpose signals for notifyd. | Hemanth Thummala | 2016-04-15 | 1 | -0/+4 |
* | s3:libsmb: Fix illegal memory access after memory has been deleted. | Noel Power | 2016-04-14 | 1 | -1/+2 |
* | s3:libads: sasl wrapped LDAP connections against with kerberos and arcfour-hm... | Stefan Metzmacher | 2016-04-12 | 1 | -1/+7 |
* | CVE-2015-5370: s3:rpc_client: disconnect connection on protocol errors | Stefan Metzmacher | 2016-04-12 | 1 | -3/+64 |
* | CVE-2015-5370: s3:rpc_server: verify auth_context_id in api_pipe_{bind_auth3,... | Stefan Metzmacher | 2016-04-12 | 1 | -0/+16 |
* | CVE-2015-5370: s3:rpc_client: verify auth_context_id in rpc_pipe_bind_step_on... | Stefan Metzmacher | 2016-04-12 | 1 | -0/+8 |
* | CVE-2015-5370: s3:librpc/rpc: verify auth_context_id in dcerpc_check_auth() | Stefan Metzmacher | 2016-04-12 | 1 | -0/+4 |
* | CVE-2015-5370: s3:librpc/rpc: make use of auth->auth_context_id in dcerpc_add... | Stefan Metzmacher | 2016-04-12 | 1 | -1/+1 |
* | CVE-2015-5370: s3:rpc_server: make use of pipe_auth_data->auth_context_id | Stefan Metzmacher | 2016-04-12 | 2 | -6/+8 |
* | CVE-2015-5370: s3:rpc_client: make use of pipe_auth_data->auth_context_id | Stefan Metzmacher | 2016-04-12 | 1 | -3/+6 |
* | CVE-2015-5370: s3:librpc/rpc: add auth_context_id to struct pipe_auth_data | Stefan Metzmacher | 2016-04-12 | 1 | -0/+1 |
* | CVE-2015-5370: s3:rpc_client: pass struct pipe_auth_data to create_rpc_{bind_... | Stefan Metzmacher | 2016-04-12 | 1 | -14/+8 |
* | CVE-2015-5370: s3:rpc_server: don't allow an existing context to be changed i... | Stefan Metzmacher | 2016-04-12 | 1 | -0/+24 |
* | CVE-2015-5370: s3:rpc_server: check the transfer syntax in check_bind_req() f... | Stefan Metzmacher | 2016-04-12 | 1 | -8/+18 |
* | CVE-2015-5370: s3:librpc/rpc: remove unused dcerpc_pull_dcerpc_auth() | Stefan Metzmacher | 2016-04-12 | 2 | -45/+0 |
* | CVE-2015-5370: s3:rpc_server: use DCERPC_NCA_S_PROTO_ERROR FAULTs for protoco... | Stefan Metzmacher | 2016-04-12 | 1 | -2/+2 |
* | CVE-2015-5370: s3:rpc_server: let a failing BIND mark the connection as broken | Stefan Metzmacher | 2016-04-12 | 1 | -0/+1 |
* | CVE-2015-5370: s3:rpc_server: disconnect the connection after a fatal FAULT pdu | Stefan Metzmacher | 2016-04-12 | 1 | -0/+12 |
* | CVE-2015-5370: s3:rpc_server: make use of dcerpc_verify_ncacn_packet_header()... | Stefan Metzmacher | 2016-04-12 | 1 | -1/+81 |
* | CVE-2015-5370: s3:rpc_server: verify presentation context arrays | Stefan Metzmacher | 2016-04-12 | 1 | -1/+16 |
* | CVE-2015-5370: s3:rpc_server: use 'alter' instead of 'bind' for variables in ... | Stefan Metzmacher | 2016-04-12 | 1 | -16/+16 |
* | CVE-2015-5370: s3:rpc_server: ensure that the message ordering doesn't violat... | Jeremy Allison | 2016-04-12 | 3 | -6/+48 |
* | CVE-2015-5370: s3:rpc_server: make sure auth_level isn't changed by alter_con... | Stefan Metzmacher | 2016-04-12 | 1 | -0/+14 |
* | CVE-2015-5370: s3:rpc_server: let a failing auth3 mark the authentication as ... | Stefan Metzmacher | 2016-04-12 | 1 | -1/+1 |
* | CVE-2015-5370: s3:rpc_server: don't allow auth3 if the authentication was alr... | Stefan Metzmacher | 2016-04-12 | 1 | -1/+8 |
* | CVE-2015-5370: s3:rpc_server: don't ignore failures of dcerpc_push_ncacn_pack... | Stefan Metzmacher | 2016-04-12 | 1 | -0/+2 |
* | CVE-2015-5370: s3:rpc_server: just call pipe_auth_generic_bind() in api_pipe_... | Stefan Metzmacher | 2016-04-12 | 1 | -39/+6 |
* | CVE-2015-5370: s3:rpc_server: let a failing sec_verification_trailer mark the... | Stefan Metzmacher | 2016-04-12 | 1 | -0/+1 |
* | CVE-2015-5370: s3:rpc_server: make use of dcerpc_pull_auth_trailer() in api_p... | Stefan Metzmacher | 2016-04-12 | 1 | -49/+13 |
* | CVE-2015-5370: s3:rpc_client: verify auth_{type,level} in rpc_pipe_bind_step_... | Stefan Metzmacher | 2016-04-12 | 1 | -0/+15 |
* | CVE-2015-5370: s3:rpc_client: protect rpc_api_pipe_got_pdu() against too larg... | Stefan Metzmacher | 2016-04-12 | 1 | -0/+5 |
* | CVE-2015-5370: s3:rpc_client: make use of dcerpc_verify_ncacn_packet_header()... | Stefan Metzmacher | 2016-04-12 | 1 | -15/+96 |
* | CVE-2015-5370: s3:rpc_client: make use of dcerpc_pull_auth_trailer() | Stefan Metzmacher | 2016-04-12 | 1 | -8/+6 |
* | CVE-2015-5370: s3:librpc/rpc: let dcerpc_check_auth() auth_{type,level} again... | Stefan Metzmacher | 2016-04-12 | 1 | -0/+8 |