summaryrefslogtreecommitdiff
path: root/source/winbindd/winbindd_pam.c
Commit message (Expand)AuthorAgeFilesLines
* ntlm_auth: Put huge NTLMv2 blobs into extra_data on CRAP authKai Blin2008-12-091-7/+18
* Fix the wcache_invalidate_samlogon calls.Jeremy Allison2008-08-281-2/+2
* Allow authentication and memory credential refresh after password change from...Jeremy Allison2008-07-101-2/+23
* Add in a nice big comment explaining why SamLogonEx matters.Andrew Bartlett2008-05-051-0/+21
* Fix typo.Günther Deschner2008-04-161-5/+5
* Don't fill password policy structure for any domain other than our own.Gerald W. Carter2008-04-161-3/+15
* Use sid_array_from_info3 in lookup_usergroups_cached().Günther Deschner2008-04-121-1/+1
* Move LOGON_KRB5_FAIL_CLOCK_SKEW to winbindd_pam.Günther Deschner2008-03-311-0/+2
* Fix a segfaultVolker Lendecke2008-03-271-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