summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* python: Make generated modules samba.ntstatus and samba.werror Python 3 compa...Lumir Balhar2017-08-222-8/+24
* python: scripting: Port ntstatus and werror generators to Python 3 compatible...Lumir Balhar2017-08-223-9/+9
* getncchanges.py: Add test for GET_ANC and linked attributesTim Beale2017-08-182-39/+157
* getncchanges.py: Add GET_ANC replication test caseTim Beale2017-08-182-8/+212
* getncchanges.py: Add a new test for replicationTim Beale2017-08-183-19/+208
* replmd: Try to add forward-link for unknown cross-partition linksTim Beale2017-08-181-7/+7
* replmd: Don't fail cycle if we get link for deleted object with GET_TGTTim Beale2017-08-184-21/+39
* replmd: Avoid dropping links if link target is deletedTim Beale2017-08-181-18/+34
* replmd: Move where we store linked attributesTim Beale2017-08-181-90/+103
* replmd: Set GET_ANC if Windows sends a link with unknown source objectTim Beale2017-08-181-0/+11
* drepl: Support GET_TGT on periodic replication clientTim Beale2017-08-183-17/+83
* drs: Check target object is known after applying objectsTim Beale2017-08-182-44/+145
* drs: Fail replication transaction instead of dropping linksTim Beale2017-08-184-4/+95
* replmd: Split checking link attr target into new functionTim Beale2017-08-181-69/+102
* tests: replace traffic_summary test with python blackbox testGary Lockyer2017-08-171-0/+3
* scripts: Scripts to replay and generate samba trafficGary Lockyer2017-08-171-0/+12
* lib: talloc: Use the system <talloc.h> include.Jeremy Allison2017-08-173-3/+3
* lib: tevent: Use system <tevent.h>, not internal header path (except in self-...Jeremy Allison2017-08-164-4/+4
* libhttp: Remove an unneeded includeVolker Lendecke2017-08-161-1/+0
* py-librpc: Strictly check the type of the incoming sid pointerAndrew Bartlett2017-08-151-0/+7
* s4/lib/tls: Use SHA256 to sign the TLS certificatesAndrew Bartlett2017-08-151-3/+6
* dnsserver: Add support for dns wildcardsGary Lockyer2017-08-156-5/+380
* dnsserver: Tighten DNS name checkingGary Lockyer2017-08-151-6/+29
* dnsserver: Tests for dns wildcard entriesGary Lockyer2017-08-151-1/+1
* s4: com: Replace erroneous inclusion of internal talloc.h header with external.Jeremy Allison2017-08-151-1/+1
* s4:rpc_server:backupkey: Move variable into scopeAndreas Schneider2017-08-111-2/+2
* heimdal: Fix printing a short int into a stringAndreas Schneider2017-08-111-2/+2
* s4/torture: additional tests for kernel-oplocksRalph Boehme2017-08-091-0/+185
* s4/torture: reproducer for kernel oplocks issue with streamsRalph Boehme2017-08-091-0/+161
* s3:torture: Fix spoolss test to build with -O3Andreas Schneider2017-08-091-5/+6
* s4:samdb: Fix building Samba with -O3Andreas Schneider2017-08-091-1/+1
* s4:auth/ntlmssp: add support for using "winbind" as DCStefan Metzmacher2017-08-072-18/+3
* s4:auth: use "sam winbind" for the netlogon serverStefan Metzmacher2017-08-071-7/+4
* s4:auth/ntlm: provide auth_check_password_wrapper_send/recv to auth4_contextStefan Metzmacher2017-08-071-11/+72
* s4:auth_winbind: implement async authentication via IRPCStefan Metzmacher2017-08-071-41/+137
* s4:rpc_server/netlogon: make use of auth_check_password_send/recv()Stefan Metzmacher2017-08-071-16/+55
* s4:rpc_server/netlogon: make use of async kdc_check_generic_kerberos_send/recv()Stefan Metzmacher2017-08-071-18/+79
* s4:rpc_server/netlogon: prepare dcesrv_netr_LogonSamLogon_base for async proc...Stefan Metzmacher2017-08-071-47/+138
* s4:rpc_server/netlogon: check auth_level for validation level 6 already in dc...Stefan Metzmacher2017-08-071-7/+15
* s4:librpc/rpc: add support for HttpAuthOption=negotiateStefan Metzmacher2017-08-071-0/+2
* s4:lib/http: pass down the target service/hostname to gensecStefan Metzmacher2017-08-071-0/+21
* s4:lib/http: add HTTP_AUTH_NEGOTIATE which maps to the "http_negotiate" gense...Stefan Metzmacher2017-08-072-0/+5
* s4:http/gensec: implement "http_negotiate" using GENSEC_OID_SPNEGOStefan Metzmacher2017-08-071-0/+24
* s4:http/gensec: make the "NTLM" base64 wrapping more genericStefan Metzmacher2017-08-071-32/+107
* s4:http/gensec: rename ntlm.c to generic.cStefan Metzmacher2017-08-072-5/+5
* s4:librpc/rpc: pass down HTTP_AUTH_* values directly to dcerpc_pipe_open_roh_...Stefan Metzmacher2017-08-074-16/+15
* s4:librpc/rpc: remember the target_hostname on ncacn_http connectionsStefan Metzmacher2017-08-071-0/+5
* s4:lib/http: pass a generic prefix blob to http_parse_auth_response()Stefan Metzmacher2017-08-071-11/+13
* s4:lib/http: use strcasecmp(h->key, "WWW-Authenticate") instead of strncasecmp()Stefan Metzmacher2017-08-071-1/+4
* s4:lib/http: remove indentation level from http_parse_auth_response()Stefan Metzmacher2017-08-071-10/+12