summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_pam.c
Commit message (Expand)AuthorAgeFilesLines
* s3-winbindd: Implement SamLogon IRPC callAndrew Bartlett2014-06-111-48/+81
* auth: Provide a way to use the auth stack for winbindd authenticationAndrew Bartlett2014-06-111-3/+42
* s3:lib/afs move afs.c to common lib dirChristian Ambach2014-06-041-0/+1
* s3-auth: Finally change make_user_info_*() use a parent talloc contextAndrew Bartlett2014-04-021-3/+6
* s3-kerberos: let kerberos_return_pac() return a PAC container.Günther Deschner2014-03-121-1/+7
* s3-kerberos: return a full PAC in kerberos_return_pac().Günther Deschner2014-03-121-1/+21
* s3-libads: pass down local_service to kerberos_return_pac().Günther Deschner2014-03-121-0/+9
* s3:winbindd: make use of rpccli_netlogon_network_logon()Stefan Metzmacher2014-01-071-13/+15
* s3:rpc_client: make use of the new netlogon_creds_cli_contextStefan Metzmacher2014-01-071-110/+26
* s3-winbind: Add support for the kernel krb5 keyring buffer.Andreas Schneider2013-09-101-0/+4
* s3-winbind: Don't set a default directory for DIR.Andreas Schneider2013-09-101-4/+0
* s3-winbindd: support the DIR pragma for raw kerberos user pam authentication.Günther Deschner2013-07-231-0/+23
* s3-winbind: Do not delete an existing valid credential cache.Andreas Schneider2013-07-151-0/+8
* winbind: Correctly use names in the domain struct.Andreas Schneider2013-03-051-3/+19
* s3:winbind: BUG 9386: Failover if netlogon pipe is not available.Andreas Schneider2012-11-121-13/+39
* winbind: Extend wbcAuthenticateUserEx to provide PACChristof Schmitt2012-09-201-6/+122
* Fix bug #9098 - winbind does not refresh kerberos tickets.Jeremy Allison2012-08-211-0/+9
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-1/+3
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-2/+6
* s3-winbind: Fix bug #9052 resolving our own "Domain Local" groups.Andreas Schneider2012-07-231-1/+1
* source3/winbindd/winbindd_pam.c: fix stackframe leakRusty Russell2012-07-181-0/+1
* s3: Fix Coverity ID 2727 to 2740 -- UNINITVolker Lendecke2012-04-191-2/+2
* s3-winbindd Only use SamLogonEx when we can get unencrypted session keysAndrew Bartlett2012-03-191-2/+2
* s3-winbindd: Close netlogon connection if the status returned by the NetrSamL...Matthieu Patou2012-02-271-1/+20
* s3-winbindd: pass logon parmeters down to check_sam_security()Andrew Bartlett2012-02-201-2/+6
* s3-winbind: don't try to do clever thing if the username is not found while a...Matthieu Patou2012-01-301-1/+2
* Fix bug #8548 - winbind_samlogon_retry_loop ignores logon_parameters flags.Jeremy Allison2011-10-281-2/+2
* idl: Improve MS-PAC IDLSimo Sorce2011-10-241-7/+7
* s3-auth: Pass the remote_address down to user_info.Andreas Schneider2011-07-041-2/+13
* s3-winbind: Fix bug 7888 -- deal with buggy 3.0 based PDCsGünther Deschner2011-06-301-7/+19
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-3/+3
* s3-winbind: BUG 8166 - Don't lockout users when offline.Jim McDonough2011-05-251-1/+4
* More simple const fixups.Jeremy Allison2011-05-051-3/+3
* Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison2011-05-041-2/+2
* s3: remove various references to server side dcerpc structs (which are not ne...Günther Deschner2011-05-021-1/+0
* 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