summaryrefslogtreecommitdiffstats
path: root/source/winbindd/winbindd_pam.c
Commit message (Expand)AuthorAgeFilesLines
* s3-kerberos: only use krb5 headers where required.Günther Deschner2010-01-131-0/+2
* s3:winbind: Fix bug 6793 -- segfault in winbindd_pam_authVolker Lendecke2010-01-131-7/+8
* =?utf-8?q?=D1=953/winbind=5Fpam:=20fix=20gcc=204.4=20compile=20warningBjörn Jacke2009-03-271-1/+1
* s3-winbindd: workaround for samr_ChangePasswordUser3 to User2 fallback for w2...Günther Deschner2008-11-201-0/+6
* ntlm_auth: Put huge NTLMv2 blobs into extra_data on CRAP authKai Blin2008-11-181-7/+18
* winbindd: Update the calls to ws_name_XX() to reflect API changes.Gerald (Jerry) Carter2008-09-211-6/+54
* Fix the wcache_invalidate_samlogon calls.Jeremy Allison2008-09-011-2/+2
* winbindd: move set_auth_errors to util functions.Günther Deschner2008-08-251-12/+0
* winbindd: consistently use false/true.Günther Deschner2008-08-221-27/+27
* winbindd: use set_auth_errors (avoid code duplication).Günther Deschner2008-08-221-28/+6
* winbindd: fill_in_password_policy (to avoid redundant code).Günther Deschner2008-08-221-20/+18
* winbindd: kill some trailing/leading whitespace.Günther Deschner2008-08-221-159/+159
* Fix various build warningsZach Loafman2008-07-221-22/+14
* Allow authentication and memory credential refresh after password change from...Jeremy Allison2008-07-071-2/+23
* rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3.Günther Deschner2008-06-251-7/+7
* rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2.Günther Deschner2008-06-251-3/+3
* Get rid of "shadowed local var" warnings with gcc.Jeremy Allison2008-05-221-7/+7
* Add in a nice big comment explaining why SamLogonEx matters.Andrew Bartlett2008-04-211-0/+21
* Use sid_array_from_info3 in lookup_usergroups_cached().Günther Deschner2008-04-041-1/+1
* Fix typo.Günther Deschner2008-03-271-5/+5
* Don't fill password policy structure for any domain other than our own.Gerald W. Carter2008-03-271-3/+15
* Move LOGON_KRB5_FAIL_CLOCK_SKEW to winbindd_pam.Günther Deschner2008-03-271-0/+2
* Fix a segfaultVolker Lendecke2008-03-251-1/+1
* Merge dd9e0bea31751 from 3-0-ctdb -- use NetSamLogonEx when possibleVolker Lendecke2008-03-191-23/+72
* winbind: use a struct element for WBFLAG_PAM_UNIX_NAMEStefan Metzmacher2008-02-281-14/+4
* Use netr_SamInfo3 everywhere in winbindd.Günther Deschner2008-02-171-110/+93
* Getting rid of net_io_user_info3() when sending an NDR encoded netr_SamInfo3.Günther Deschner2008-02-171-16/+18
* winbindd: add rids and other_sids arrays in WBFLAG_PAM_INFO3_TEXT modeStefan Metzmacher2008-02-131-1/+43
* Use rpccli_samr_QueryUserInfo in net and winbindd.Günther Deschner2008-02-121-6/+6
* Let rpccli_samr_chgpasswd3 use rpccli_samr_ChangePasswordUser3 internally.Günther Deschner2008-02-071-16/+21
* Use rpccli_samr_QueryDomainInfo() in winbindd.Günther Deschner2008-02-061-11/+11
* Fix a typo in a debug message.Michael Adam2008-02-041-1/+1
* Use rpccli_samr_OpenUser() all over the place.Günther Deschner2008-02-011-4/+5
* Remove rpccli_samr_close and use pidl generated function instead.Günther Deschner2008-01-311-3/+3
* Remove include/rpc_ds.h and all references to it completly.Günther Deschner2008-01-291-1/+1
* winbindd: remove useless strcpyStefan Metzmacher2008-01-211-4/+1
* Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner2008-01-171-3/+3
* Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam2008-01-091-4/+5
* Only retrieve password policies in pam_auth when WBFLAG_PAM_GET_PWD_POLICY is...Michael Adam2007-12-201-6/+9
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-151-2/+2
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-1/+1
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-5/+11
* Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison2007-11-271-2/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-8/+8
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-64/+14
* r25287: Eliminate a handful of red bars and overly long lines I justMichael Adam2007-10-101-32/+40
* r25273: unistrX_to_ascii calls pull_ucs2 - ensure it's neverJeremy Allison2007-10-101-8/+8
* r25272: Fix a bunch of callers of pull_ucs2 that passed -1 for dest_len.Michael Adam2007-10-101-8/+8
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-0/+2382