summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_pam.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-17s3: go straight to winbindd_dual_pam_auth() in case of !NT_STATUS_OKLars Müller1-1/+1
2010-01-10s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke1-2/+2
2009-11-27s3-kerberos: only use krb5 headers where required.Günther Deschner1-0/+1
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner1-0/+2
2009-11-06s3-kerberos: add impersonate_principal for kerberos_return_pac_X calls.Günther Deschner1-0/+1
2009-11-06s3: Fix kerberos refresh chain.Bo Yang1-1/+3
2009-10-14Fix the build, missing ->.Jeremy Allison1-1/+1
2009-10-14Final part of fix for bug 6793 - winbindd crash with "INTERNAL ERROR: Signal 6"Jeremy Allison1-0/+2
2009-10-14s3:winbind: Fix bug 6793 -- segfault in winbindd_pam_authVolker Lendecke1-7/+6
2009-10-08s3/s4 - Adapt the IDL changes on various locationsMatthias Dieter Wallnöfer1-2/+2
2009-09-28s3:winbind: remove a pointless initializationVolker Lendecke1-1/+1
2009-09-28s3:winbind: Make check_info3_in_group, sanitize its memory handlingVolker Lendecke1-15/+21
2009-09-28s3:winbind: Make "check_request_flags" publically availableVolker Lendecke1-2/+3
2009-09-28s3:winbind: Sanitize the args for find_auth_domain: It only needs the flagsVolker Lendecke1-6/+7
2009-09-28s3:winbind: Make append_data publically available as append_auth_dataVolker Lendecke1-6/+8
2009-09-05s3:winbind: Use fstr_sprintf, it is simpler than talloc_asprintf->fstrcpyVolker Lendecke1-8/+5
2009-09-05s3:winbind: Remove pointless <cond> ? true : false;Volker Lendecke1-4/+4
2009-09-05s3:winbind: Make the pam_auth subfunctions staticVolker Lendecke1-9/+9
2009-06-14Make winbindd_cli_state->response a pointer instead of a struct memberVolker Lendecke1-73/+74
2009-06-14Make winbindd_cli_state->request a pointer instead of a struct memberVolker Lendecke1-162/+162
2009-05-12Convert response.extra_data.data from malloc to tallocVolker Lendecke1-32/+14
2009-05-11Fix a bunch of compiler warnings about wrong format types.Jeremy Allison1-1/+1
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett1-3/+4
2009-03-23ѕ3/winbind_pam: fix gcc 4.4 compile warningBjörn Jacke1-1/+1
2009-03-18s3: remove POLICY_HND.Günther Deschner1-3/+3
2008-11-13s3-winbindd: workaround for samr_ChangePasswordUser3 to User2 fallback for w2...Günther Deschner1-0/+6
2008-11-10ntlm_auth: Put huge NTLMv2 blobs into extra_data on CRAP auth.Kai Blin1-7/+18
2008-09-23s3: use samba4 prototype for ndr_push/pull_struct_blob.Günther Deschner1-1/+1
2008-09-16winbindd: Update the calls to ws_name_XX() to reflect API changes.Gerald (Jerry) Carter1-6/+54
2008-08-27Fix the wcache_invalidate_samlogon calls.Jeremy Allison1-2/+2
2008-08-25winbindd: move set_auth_errors to util functions.Günther Deschner1-12/+0
2008-08-19winbindd: consistently use false/true.Günther Deschner1-27/+27
2008-08-19winbindd: use set_auth_errors (avoid code duplication).Günther Deschner1-28/+6
2008-08-19winbindd: fill_in_password_policy (to avoid redundant code).Günther Deschner1-20/+18
2008-08-19winbindd: kill some trailing/leading whitespace.Günther Deschner1-159/+159
2008-07-22Fix various build warningsZach Loafman1-22/+14
2008-07-07Allow authentication and memory credential refresh after password change from...Jeremy Allison1-2/+23
2008-06-25rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3.Günther Deschner1-7/+7
2008-06-25rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2.Günther Deschner1-3/+3
2008-05-22Get rid of "shadowed local var" warnings with gcc.Jeremy Allison1-7/+7
2008-04-21Add in a nice big comment explaining why SamLogonEx matters.Andrew Bartlett1-0/+21
2008-04-04Use sid_array_from_info3 in lookup_usergroups_cached().Günther Deschner1-1/+1
2008-03-27Fix typo.Günther Deschner1-5/+5
2008-03-27Don't fill password policy structure for any domain other than our own.Gerald W. Carter1-3/+15
2008-03-27Move LOGON_KRB5_FAIL_CLOCK_SKEW to winbindd_pam.Günther Deschner1-0/+2
2008-03-25Fix a segfaultVolker Lendecke1-1/+1
2008-03-19Merge dd9e0bea31751 from 3-0-ctdb -- use NetSamLogonEx when possibleVolker Lendecke1-23/+72
2008-02-28winbind: use a struct element for WBFLAG_PAM_UNIX_NAMEStefan Metzmacher1-14/+4
2008-02-17Use netr_SamInfo3 everywhere in winbindd.Günther Deschner1-110/+93
2008-02-17Getting rid of net_io_user_info3() when sending an NDR encoded netr_SamInfo3.Günther Deschner1-16/+18