summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4:kdc: make use of gensec_update() in kpasswd_process()Stefan Metzmacher2017-05-211-6/+14
* s4:dlz_bind9: assert SPNEGO/KRB5 and use gensec_update()Stefan Metzmacher2017-05-211-4/+38
* s4:dns_server: use samba_server_gensec_krb5_start() and gensec_update() in dn...Stefan Metzmacher2017-05-211-9/+28
* s4:auth: add samba_server_gensec_krb5_start()Stefan Metzmacher2017-05-212-0/+52
* s4:auth: split out a samba_server_gensec_start_settings() helper functionStefan Metzmacher2017-05-211-2/+32
* s4:gensec_krb5: add simple gensec_krb5_update_send/recv() wrapper functionsStefan Metzmacher2017-05-211-17/+69
* s4:gensec_gssapi: add simple gensec_gssapi_update_send/recv() wrapper functionsStefan Metzmacher2017-05-211-19/+71
* s4:gensec/http_basic: add simple gensec_http_basic_update_send/recv() wrapper...Stefan Metzmacher2017-05-211-6/+72
* s4:gensec/http_ntlm: add implement gensec_http_ntlm_update_send/recv()Stefan Metzmacher2017-05-211-31/+95
* s4:rpc_server: simplify the GENSEC_FEATURE_SIGN_PKT_HEADER logicStefan Metzmacher2017-05-211-34/+27
* s4:librpc: ask for GENSEC_FEATURE_SIGN_PKT_HEADER after the gensec_update() d...Stefan Metzmacher2017-05-211-4/+7
* s4:gensec_gssapi: always announce GENSEC_FEATURE_SIGN_PKT_HEADERStefan Metzmacher2017-05-211-9/+1
* s4:smb_server: avoid using gensec_update_ev() for the negotiate blobStefan Metzmacher2017-05-212-2/+4
* s4/torture: vfs_fruit: test copy-chunk on streamsRalph Boehme2017-05-171-0/+225
* s4/torture: vfs_fruit: add src and dst path args to test_setup_copy_chunkRalph Boehme2017-05-171-2/+8
* s4/torture: smb2.ioctl: add copy-chunk test with stream to smb2.ioctlRalph Boehme2017-05-171-0/+150
* s4/torture: smb2.ioctl: add src and dst path args to test_setup_copy_chunkRalph Boehme2017-05-171-12/+50
* s4: cifsdd: Allocate the event context off NULL, not talloc_autofree_context().Jeremy Allison2017-05-131-2/+8
* s4: client: Allocate event context off struct smbclient_context *, not talloc...Jeremy Allison2017-05-131-1/+1
* gensec: Add a TALLOC_CTX * to gensec_register().Jeremy Allison2017-05-134-7/+7
* s4: ntvfs: Add a TALLOC_CTX * to sys_notify_register().Jeremy Allison2017-05-133-4/+6
* s4: ntvfs: Add a TALLOC_CTX * to sys_lease_register().Jeremy Allison2017-05-133-4/+5
* s4: ntvfs: Add a TALLOC_CTX * paramter to pvfs_acl_register()Jeremy Allison2017-05-133-4/+5
* s4: torture: Remove use of local variables that are simply mirroring popt_get...Jeremy Allison2017-05-128-28/+25
* s4: popt: Change from talloc_autofree_context() to NULL context.Jeremy Allison2017-05-112-2/+4
* s4: popt: Make cmdline_credentials static.Jeremy Allison2017-05-112-2/+3
* s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentia...Jeremy Allison2017-05-1171-277/+390
* s4: popt: Add set/get/free functions for cmdline_credentials.Jeremy Allison2017-05-112-0/+19
* s4: Add TALLOC_CTX * to register_server_service().Jeremy Allison2017-05-1117-20/+21
* s4: auth: Remove a talloc_autofree_context() use.Jeremy Allison2017-05-111-1/+6
* s4: auth: Add TALLOC_CTX * to auth_register()Jeremy Allison2017-05-117-12/+13
* testprogs: Add 'net rpc user' test against AD DCAndreas Schneider2017-05-111-0/+1
* s4-lib/policy: remove some dead prototypesGünther Deschner2017-05-101-2/+0
* s4-libcli: remove some dead prototypesGünther Deschner2017-05-101-1/+0
* s4-auth: remove some dead prototypesGünther Deschner2017-05-101-7/+0
* s4-rpc_server: remove some dead prototypesGünther Deschner2017-05-101-2/+0
* torture/ioctl: expect dup_extents(dest=compressed) to passDavid Disseldorp2017-05-101-3/+8
* torture/ioctl: fix dup_extents destination truncateDavid Disseldorp2017-05-101-1/+1
* s4:tls: Do not use deprecated GnuTLS typesAndreas Schneider2017-05-092-14/+16
* s4: torture: Remove the last talloc_autofree_context() from source4/torture/*.cJeremy Allison2017-05-051-3/+18
* s4: torture: Remove talloc_autofree_context() from gentest.Jeremy Allison2017-05-051-3/+16
* s4: torture: Remove talloc_autofree_context() from locktest.Jeremy Allison2017-05-051-4/+15
* s4: torture: Use a named TALLOC_CTX in masktest instead of talloc_autofree_co...Jeremy Allison2017-05-051-4/+9
* s4: torture: Add a TALLOC_CTX * to torture_smb2_getinfo_init().Jeremy Allison2017-05-052-3/+3
* s4: torture: Add a TALLOC_CTX * to torture_test_delete().Jeremy Allison2017-05-052-3/+3
* s4: torture: Add a TALLOC_CTX * to torture_winbind_struct_init().Jeremy Allison2017-05-052-3/+3
* s4: torture: Add a TALLOC_CTX * to torture_vfs_fruit(), torture_vfs_fruit_net...Jeremy Allison2017-05-052-9/+9
* s4: torture: Add a TALLOC_CTX * to torture_acl_xattr().Jeremy Allison2017-05-052-3/+3
* s4: torture: Add a TALLOC_CTX * to torture_smb2_streams_init().Jeremy Allison2017-05-052-3/+3
* s4: torture: Add a TALLOC_CTX * to torture_smb2_session_init().Jeremy Allison2017-05-052-3/+3