summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_pam.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-13winbindd: add rids and other_sids arrays in WBFLAG_PAM_INFO3_TEXT modeStefan Metzmacher1-1/+43
2008-02-12Use rpccli_samr_QueryUserInfo in net and winbindd.Günther Deschner1-6/+6
2008-02-07Let rpccli_samr_chgpasswd3 use rpccli_samr_ChangePasswordUser3 internally.Günther Deschner1-16/+21
2008-02-06Use rpccli_samr_QueryDomainInfo() in winbindd.Günther Deschner1-11/+11
2008-02-04Fix a typo in a debug message.Michael Adam1-1/+1
2008-02-01Use rpccli_samr_OpenUser() all over the place.Günther Deschner1-4/+5
2008-01-31Remove rpccli_samr_close and use pidl generated function instead.Günther Deschner1-3/+3
2008-01-29Remove include/rpc_ds.h and all references to it completly.Günther Deschner1-1/+1
2008-01-21winbindd: remove useless strcpyStefan Metzmacher1-4/+1
2008-01-17Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner1-3/+3
2008-01-09Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam1-4/+5
2007-12-20Only retrieve password policies in pam_auth when WBFLAG_PAM_GET_PWD_POLICY is...Michael Adam1-6/+9
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-2/+2
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-1/+1
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-5/+11
2007-11-27Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison1-2/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-8/+8
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-64/+14
2007-10-10r25287: Eliminate a handful of red bars and overly long lines I justMichael Adam1-32/+40
2007-10-10r25273: unistrX_to_ascii calls pull_ucs2 - ensure it's neverJeremy Allison1-8/+8
2007-10-10r25272: Fix a bunch of callers of pull_ucs2 that passed -1 for dest_len.Michael Adam1-8/+8
2007-10-10r25154: move winbindd code into winbindd/Stefan Metzmacher1-0/+2382