summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4:lib/http: rewrite http_send_auth_request_*() using gensec_update_send/recvStefan Metzmacher2017-07-252-186/+153
* s4-netlogon: Use log_escape to protect against un-validated stringsAndrew Bartlett2017-07-241-7/+12
* s4-netlogon: Extend ServerAuthenticate3 logging to split up username formsAndrew Bartlett2017-07-241-12/+25
* source4 netlogon: Add authentication logging for ServerAuthenticate3Gary Lockyer2017-07-241-30/+60
* tests auth_log: Add new tests for NETLOGONGary Lockyer2017-07-241-0/+18
* rpc: use symbolic constant to replace /root/ncalrpc_as_systemGary Lockyer2017-07-241-1/+1
* mit-kdb: Fix NULL pointer check after mallocAndreas Schneider2017-07-241-1/+1
* s4:kcc: Add a NULL check before qsort()Andreas Schneider2017-07-241-0/+4
* samdb/cracknames: support user and service principal as desired formatBob Campbell2017-07-241-1/+34
* samdb/cracknames: do not show recycled when a guid is desiredBob Campbell2017-07-241-1/+2
* python/tests: add python test for cracknamesBob Campbell2017-07-242-0/+171
* s4-drepl: Block GetNCChanges during a DsReplicaSyncAndrew Bartlett2017-07-231-1/+1
* s4-drepl: Use tevent_schedule_immediate() in DsReplicaSync handlerAndrew Bartlett2017-07-223-65/+24
* s4:http/gensec: add missing tevent_req_done() to gensec_http_ntlm_update_done()Stefan Metzmacher2017-07-211-1/+1
* getncchanges: Do not segfault if somehow we get 0 results from an ldb_search ...Andrew Bartlett2017-07-211-2/+17
* s4-torture: point out why we cannot validate MSZIP compressed filesGünther Deschner2017-07-201-0/+7
* librpc/ndr: add MSZIP compression for cabinet filesAurelien Aptel2017-07-191-3/+2
* librpc: use DATA_BLOB in CFDATA structureAurelien Aptel2017-07-191-3/+3
* Build py3 versions of other rpc modulesAlexander Bokovoy2017-07-141-121/+121
* py3: Make sure to specify METH_VARARGS together with METH_KEYWORDSAlexander Bokovoy2017-07-141-1/+1
* CVE-2017-11103: Orpheus' Lyre KDC-REP service name validationJeffrey Altman2017-07-121-2/+2
* vfs_fruit: add fruit:model = <modelname> parametric optionGünther Deschner2017-07-121-1/+7
* delete duplicate testHerb Lewis2017-07-081-1/+0
* Add code to run the tests for 'samba-tool user edit'Rowland Penny2017-07-051-0/+4
* samr: Disable NTLM-based password changes on the server if NTLM is disabledAndrew Bartlett2017-07-041-0/+9
* selftest: Add test to confirm NTLM authentication is enabledTim Beale2017-07-041-0/+5
* selftest: Use new ntlmv2-only and mschapv2-and-ntlmv2-only optionsAndrew Bartlett2017-07-041-3/+4
* tests: Add simple check whether netlogon server is runningTim Beale2017-07-041-0/+5
* dns_server: Only install common library if AD DC is enabled.Andrew Bartlett2017-07-041-1/+2
* s4/torture: test fetching a resume key twiceRalph Boehme2017-07-031-0/+63
* s4/torture: more tests for copy-chunk across sharesRalph Boehme2017-07-031-0/+166
* s4/torture: add a test for copy-chunk across sharesRalph Boehme2017-07-031-0/+85
* s4/torture: pass destination tree to test_setup_copy_chunkRalph Boehme2017-07-031-28/+30
* ldap: Run the LDAP server with the default (typically standard) process modelAndrew Bartlett2017-07-021-3/+6
* dsdb: Improve debugging on start transacton failureAndrew Bartlett2017-07-021-1/+2
* dsdb: Teach the Samba partition module how to lock all the DB backendsAndrew Bartlett2017-07-021-1/+175
* drsuapi: Improve debugging in DsAddEntry()Andrew Bartlett2017-07-021-0/+2
* show-deleted: Rename attr_filter to exclude_filter for clarityGarming Sam2017-06-301-5/+5
* show-deleted: Simplify the code to require as little logic as neededGarming Sam2017-06-301-23/+15
* show-deleted: Remove an unnecessary search during connectGarming Sam2017-06-301-46/+48
* show-deleted: Do not indicate an error if an object is missing.Garming Sam2017-06-302-3/+14
* dsdb: Add a dummy module to replace show_deletedAndrew Bartlett2017-06-301-0/+36
* debug: new debug class for kerberosAndrew Bartlett2017-06-301-1/+1
* s4:auth/ntlm: allow auth_operations to specify check_password_send/recv()Stefan Metzmacher2017-06-272-1/+60
* s4:auth/ntlm: introduce auth_check_password_next()Stefan Metzmacher2017-06-271-54/+44
* s4:auth/ntlm: move auth_check_password_wrapper() further downStefan Metzmacher2017-06-271-37/+37
* s4:auth_winbind: rename 's' to 'state' in winbind_check_password()Stefan Metzmacher2017-06-271-19/+19
* s4:auth_winbind: remove a block nesting level and fix indentationRalph Boehme2017-06-271-27/+27
* s4:auth_winbind: fix error checking in winbind_check_password()Stefan Metzmacher2017-06-271-4/+6
* s4:password_hash: make use of smb_krb5_salt_principal() and smb_krb5_salt_pri...Stefan Metzmacher2017-06-271-66/+12