summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_pam.c
Commit message (Expand)AuthorAgeFilesLines
* s3:rpc_client: map fault codes to NTSTATUS with dcerpc_fault_to_nt_status()Stefan Metzmacher2011-04-241-5/+5
* s3-includes: only include ntdomain.h where needed.Günther Deschner2011-03-301-0/+1
* s3-auth: use auth.h where needed.Günther Deschner2011-03-301-0/+1
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-281-0/+1
* s3-winbindd: let winbind try to use samlogon validation level 6. (bug #7945)Günther Deschner2011-02-041-2/+57
* s3-winbind: prefer dcerpc_samr_X functions in winbindd/winbindd_pam.c.Günther Deschner2011-02-021-13/+37
* s3: inline get_uid_from_stateVolker Lendecke2011-01-281-6/+1
* s3: Lift winbindd_cli_state from fillup_password_policyVolker Lendecke2011-01-281-4/+6
* s3: Do not use state->mem_ctx in fillup_password_policyVolker Lendecke2011-01-281-4/+8
* s3: Lift winbindd_cli_state from winbindd_dual_pam_auth_samlogonVolker Lendecke2011-01-281-21/+27
* s3: Lift winbindd_cli_state from winbindd_raw_kerberos_loginVolker Lendecke2011-01-281-18/+26
* s3-winbind: share a common winbind_samlogon_retry_loop().Günther Deschner2011-01-261-168/+147
* Revert "s3: These assignments are overwritten immediately"Günther Deschner2011-01-261-0/+4
* Revert "s3-winbind: fix winbindd_dual_pam_auth_samlogon() for NT4 domains."Günther Deschner2011-01-261-1/+0
* s3-winbind: fix winbindd_dual_pam_auth_samlogon() for NT4 domains.Günther Deschner2011-01-241-0/+1
* s3: Use the right uid winbindd_raw_kerberos_login()Volker Lendecke2010-12-191-1/+1
* s3: wcache_invalidate_samlogon only needs the SIDVolker Lendecke2010-12-191-4/+10
* s3-winbind Improve memory handling in NTLMv2-backend plaintext authenticationAndrew Bartlett2010-12-101-17/+6
* s3-winbind Don't send the LM password to the server, everAndrew Bartlett2010-12-101-11/+1
* s3: Return the correct result from winbindd_dual_auth_passdbVolker Lendecke2010-11-271-2/+3
* s3: Remove a reference to "winbindd_cli_state" from append_auth_dataVolker Lendecke2010-11-171-13/+14
* s3: Remove a reference to "winbindd_cli_state" from append_info3_as_txtVolker Lendecke2010-11-171-28/+29
* s3: Remove a reference to "winbindd_cli_state" from append_afs_tokenVolker Lendecke2010-11-171-8/+6
* s3: Remove a reference to "winbindd_cli_state" from append_info3_as_ndrVolker Lendecke2010-11-171-4/+5
* s3: Remove a reference to "winbindd_cli_state" from append_unix_usernameVolker Lendecke2010-11-171-6/+6
* s3: Remove a reference to "winbindd_cli_state" from append_auth_dataVolker Lendecke2010-11-171-11/+11
* s3-auth Use security_token_debug() from common codeAndrew Bartlett2010-10-141-1/+1
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-1/+1
* s3: Remove a nesting level in winbindd_dual_pam_chauthtokVolker Lendecke2010-09-121-18/+19
* s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett2010-09-111-2/+2
* s3-auth Change type of num_sids to uint32_tAndrew Bartlett2010-09-111-1/+1
* s3: Simplify the logic in generate_krb5_ccacheVolker Lendecke2010-09-111-51/+28
* s3: Simplify generate_krb5_ccache slightlyVolker Lendecke2010-09-101-4/+0
* s3: These assignments are overwritten immediatelyVolker Lendecke2010-09-091-4/+0
* s3: Remove "mem_ctx" from a few functionsVolker Lendecke2010-09-091-5/+1
* s3: Remove "mem_ctx" from lookup_cached_name()Volker Lendecke2010-09-091-2/+1
* s3: Remove a nested if-statementVolker Lendecke2010-09-091-5/+3
* s3: Fill in workstation in winbindd_pam_auth_crap_sendVolker Lendecke2010-09-091-6/+1
* s3: Fill in domain in winbindd_pam_auth_crap_sendVolker Lendecke2010-09-091-11/+1
* s3: Remove redundant flag checksVolker Lendecke2010-09-091-10/+0
* s3: Remove unused arg "user_sid" from winbindd_store_credsVolker Lendecke2010-09-091-1/+1
* s3: "== false" looks wrong :-)Volker Lendecke2010-09-081-1/+1
* s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett2010-08-311-1/+1
* s3:auth Change winbindd -> auth interface to more standard structuresAndrew Bartlett2010-08-141-24/+5
* s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett2010-08-141-1/+1
* s3-krb5: include krb5pac.h where needed.Günther Deschner2010-08-061-0/+1
* s3: avoid global include of ads.h.Günther Deschner2010-08-051-0/+1
* We should be using the winbindd separator in this case, not hardcoding a \\ v...Jeremy Allison2010-07-291-1/+3
* s3-winbindd: route samr chgpwd ops for own domain over internal samr pipe as ...Günther Deschner2010-07-071-65/+26