s3: Convert WINBINDD_PAM_AUTH to the new async API
[kai/samba.git] / source3 / winbindd / winbindd_pam.c
2010-04-19 Volker Lendeckes3: Convert WINBINDD_PAM_AUTH to the new async API
2010-04-13 Volker Lendeckes3-winbind: Authenticate SAM users
2010-04-11 Volker Lendeckes3: Use sizeof(chal) instead of a constant
2010-04-11 Volker Lendeckes3: Cosmetics -- I could not spot where "chal" was...
2010-04-10 Volker Lendeckes3: Remove domain selection from dual_pam_auth
2010-04-01 Volker Lendeckes3: Ensure NULL termination before printing in winbindd...
2010-04-01 Volker Lendeckes3: Fix a typo in winbindd_pam_logoff
2010-03-31 Volker Lendeckes3: Fix an error message in winbindd_pam_chauthtok()
2010-03-31 Volker Lendeckes3: Ensure null termination in winbindd_pam_chauthtok()
2010-03-31 Volker Lendeckes3: Make check_info3_in_group static
2010-03-31 Volker Lendeckes3-winbind: Make append_auth_data() static
2010-03-29 Stefan Metzmachers3:winbindd: correctly retry if the netlogon pipe gets...
2010-02-17 Lars Müllers3: go straight to winbindd_dual_pam_auth() in case...
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-10 Volker Lendeckes3: Replace most calls to sid_append_rid() by sid_compose()
2009-11-27 Günther Deschners3-kerberos: only use krb5 headers where required.
2009-11-26 Günther Deschners3-rpc: Avoid including every pipe's client and server...
2009-11-06 Günther Deschners3-kerberos: add impersonate_principal for kerberos_ret...
2009-11-06 Bo Yangs3: Fix kerberos refresh chain.
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-14 Jeremy AllisonFix the build, missing ->.
2009-10-14 Jeremy AllisonFinal part of fix for bug 6793 - winbindd crash with...
2009-10-14 Volker Lendeckes3:winbind: Fix bug 6793 -- segfault in winbindd_pam_auth
2009-10-08 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-08 Matthias Dieter... s3/s4 - Adapt the IDL changes on various locations
2009-09-28 Volker Lendeckes3:winbind: remove a pointless initialization
2009-09-28 Volker Lendeckes3:winbind: Make check_info3_in_group, sanitize its...
2009-09-28 Volker Lendeckes3:winbind: Make "check_request_flags" publically available
2009-09-28 Volker Lendeckes3:winbind: Sanitize the args for find_auth_domain...
2009-09-28 Volker Lendeckes3:winbind: Make append_data publically available as...
2009-09-05 Volker Lendeckes3:winbind: Use fstr_sprintf, it is simpler than talloc...
2009-09-05 Volker Lendeckes3:winbind: Remove pointless <cond> ? true : false;
2009-09-05 Volker Lendeckes3:winbind: Make the pam_auth subfunctions static
2009-06-14 Volker LendeckeMake winbindd_cli_state->response a pointer instead...
2009-06-14 Volker LendeckeMake winbindd_cli_state->request a pointer instead...
2009-05-12 Volker LendeckeConvert response.extra_data.data from malloc to talloc
2009-05-12 Jeremy AllisonFix a bunch of compiler warnings about wrong format...
2009-04-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-15 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-14 Andrew BartlettRework Samba3 to use new libcli/auth code (partial)
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-26 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2009-03-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Björn Jackeѕ3/winbind_pam: fix gcc 4.4 compile warning
2009-03-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-18 Günther Deschners3: remove POLICY_HND.
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-13 Günther Deschners3-winbindd: workaround for samr_ChangePasswordUser3...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-10 Kai Blinntlm_auth: Put huge NTLMv2 blobs into extra_data on...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-23 Günther Deschners3: use samba4 prototype for ndr_push/pull_struct_blob.
2008-09-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-17 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-16 Gerald (Jerry) Carterwinbindd: Update the calls to ws_name_XX() to reflect...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-03 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-28 Jeremy AllisonFix the wcache_invalidate_samlogon calls.
2008-08-26 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-25 Günther Deschnerwinbindd: move set_auth_errors to util functions.
2008-08-19 Günther Deschnerwinbindd: consistently use false/true.
2008-08-19 Günther Deschnerwinbindd: use set_auth_errors (avoid code duplication).
2008-08-19 Günther Deschnerwinbindd: fill_in_password_policy (to avoid redundant...
2008-08-19 Günther Deschnerwinbindd: kill some trailing/leading whitespace.
2008-07-22 Zach LoafmanFix various build warnings
2008-07-07 Jeremy AllisonAllow authentication and memory credential refresh...
2008-06-25 Jeremy AllisonMerge branch 'v3-3-test' of ssh://jra@git.samba.org...
2008-06-25 Günther Deschnerrename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_...
2008-06-25 Günther Deschnerrename rpccli_samr_chgpasswd_user to rpccli_samr_chgpas...
2008-05-22 Jeremy AllisonGet rid of "shadowed local var" warnings with gcc.
2008-04-21 Andrew BartlettAdd in a nice big comment explaining why SamLogonEx...
2008-04-04 Günther DeschnerUse sid_array_from_info3 in lookup_usergroups_cached().
2008-03-27 Günther DeschnerFix typo.
2008-03-27 Gerald W. CarterDon't fill password policy structure for any domain...
2008-03-27 Günther DeschnerMove LOGON_KRB5_FAIL_CLOCK_SKEW to winbindd_pam.
2008-03-25 Volker LendeckeFix a segfault
2008-03-19 Volker LendeckeMerge dd9e0bea31751 from 3-0-ctdb -- use NetSamLogonEx...
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-28 Stefan Metzmacherwinbind: use a struct element for WBFLAG_PAM_UNIX_NAME
2008-02-21 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-17 Günther DeschnerUse netr_SamInfo3 everywhere in winbindd.
2008-02-17 Günther DeschnerGetting rid of net_io_user_info3() when sending an...
2008-02-13 Stefan Metzmacherwinbindd: add rids and other_sids arrays in WBFLAG_PAM_...
2008-02-12 Günther DeschnerUse rpccli_samr_QueryUserInfo in net and winbindd.
2008-02-07 Günther DeschnerLet rpccli_samr_chgpasswd3 use rpccli_samr_ChangePasswo...
2008-02-06 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-06 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-06 Günther DeschnerUse rpccli_samr_QueryDomainInfo() in winbindd.
2008-02-04 Michael AdamFix a typo in a debug message.
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-01 Günther DeschnerUse rpccli_samr_OpenUser() all over the place.
2008-01-31 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-31 Günther DeschnerRemove rpccli_samr_close and use pidl generated functio...
next