summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* auth4: use "sam winbind_rodc sam_failtrusts" for the netlogon authenticationStefan Metzmacher2017-04-101-1/+34
* auth4: remove unused map_user_info[_cracknames]()Stefan Metzmacher2017-04-101-259/+0
* auth4: avoid map_user_info() in auth_check_password_send()Stefan Metzmacher2017-04-101-10/+25
* auth4: improve authsam_want_check for upn authenticationStefan Metzmacher2017-04-101-20/+103
* auth4: let authsam_check_password_internals use crack_name_to_nt4_name() for ...Stefan Metzmacher2017-04-101-0/+38
* auth4: use "anonymous sam winbind sam_ignoredomain" with ROLE_DOMAIN_MEMBERStefan Metzmacher2017-04-101-1/+1
* auth4: use "anonymous sam winbind_rodc sam_failtrusts sam_ignoredomain" as AD_DCStefan Metzmacher2017-04-101-1/+14
* auth4: add a "sam_failtrusts" moduleStefan Metzmacher2017-04-101-1/+95
* s4:selftest: run test_trust_ntlm.sh against various environmentsStefan Metzmacher2017-04-101-0/+4
* auth4: use lpcfg_is_my_domain_or_realm() in authsam_want_check()Stefan Metzmacher2017-04-101-2/+2
* s4: process_standard: Add a simplified SIGTERM handler based on code from sou...Jeremy Allison2017-04-081-0/+40
* s4: process_standard: Add tevent SIGHUP signal handler to standard_accept_con...Jeremy Allison2017-04-081-0/+31
* s4: process_standard: Add return checking for tevent_add_fd() to standard_acc...Jeremy Allison2017-04-081-2/+11
* s4: process_standard: Always free tevent_context before exit().Jeremy Allison2017-04-081-0/+1
* s4: process_standard: Move talloc_free of event context so it is last thing f...Jeremy Allison2017-04-081-2/+3
* s4/torture: vfs_fruit: test for bug 12565Ralph Boehme2017-04-071-1/+72
* password_hash: refactor setup_supplemental_fieldGary Lockyer2017-04-061-199/+199
* password_hash: Add tests to allow refactoringGary Lockyer2017-04-061-0/+15
* s4: server: Fix crash in NTVFS server caused by ordering of destructor calls.Jeremy Allison2017-04-021-2/+3
* s4: messaging. Add imessaging_reinit_all() function.Jeremy Allison2017-03-314-1/+59
* ldap_server: Move a variable into a smaller scopeGarming Sam2017-03-291-1/+1
* python: Add bindings for NTLMSSPAndrew Bartlett2017-03-291-0/+6
* ldap_server: Log failures to find a valid user in the simple bindGary Lockyer2017-03-291-12/+23
* dsdb: Add authentication audit logging for LDAP password changeAndrew Bartlett2017-03-291-19/+115
* samr: Add logging of password change success and failureAndrew Bartlett2017-03-291-19/+119
* auth log tests: password change testsGary Lockyer2017-03-291-0/+6
* heimdal: Pass extra information to hdb_auth_status() to log success and failuresAndrew Bartlett2017-03-296-10/+168
* s4-ntvfs: Correct mixup between local/remote addressesGary Lockyer2017-03-291-6/+6
* s4-named_pipe_auth: Rename client -> remote_client and server -> local_serverGary Lockyer2017-03-291-12/+14
* auth: Add hooks for notification of authentication events over the message busAndrew Bartlett2017-03-295-6/+18
* s4-messaging: split up messaging into a smaller library for send onlyAndrew Bartlett2017-03-293-80/+121
* auth: Log the transport connection for the authorizationAndrew Bartlett2017-03-297-2/+34
* ldap_server: Log access without a bindAndrew Bartlett2017-03-294-2/+59
* s4-rpc_server: Log authorization to DCE/RPC for anonymous and ncacn_np pass-t...Andrew Bartlett2017-03-291-0/+15
* ldap_server: Log authorization for simple bindsAndrew Bartlett2017-03-292-20/+27
* s4-auth: Log SMB authorization for bare NTLM (NTLMSSP/krb5 already done)Andrew Bartlett2017-03-291-0/+32
* auth_log: Also log the final type of authentication (ntlmssp,krb5)Andrew Bartlett2017-03-292-1/+24
* dns: Provide local and remote socket address to GENSECAndrew Bartlett2017-03-293-2/+36
* rpc: Always supply both the remote and local address to the auth subsystemGary Lockyer2017-03-291-0/+10
* auth: Always supply both the remote and local address to the auth subsystemAndrew Bartlett2017-03-292-3/+89
* auth: Generate a human readable Authentication log message.Gary Lockyer2017-03-293-7/+16
* lib/util: Add functions to escape log lines but not break all non-asciiGary Lockyer2017-03-292-1/+3
* s4-rpc_server: Correct comment about where the current iface can be foundAndrew Bartlett2017-03-291-3/+6
* auth: Add "auth_description" to allow logs to distinguish simple bind (etc)Andrew Bartlett2017-03-292-1/+5
* ldap_server: Move code into authenticate_ldap_simple_bind()Andrew Bartlett2017-03-293-35/+47
* auth: Add a reminder about the strings currently used for auditingAndrew Bartlett2017-03-291-0/+4
* s4-ldap_server: Do not set conn->session_info to NULL, keep valid at all timesAndrew Bartlett2017-03-291-2/+0
* s4-ldap_server: Set remote and local address values into GENSECAndrew Bartlett2017-03-291-0/+12
* s4-ldap_server: Split gensec setup into a helper functionAndrew Bartlett2017-03-291-22/+37
* auth: Fill in user_info->service_description from all callersAndrew Bartlett2017-03-292-0/+6