Inform the user when logging in via pam_winbind
[metze/old/v3-2-winbind-ndr.git] / source / nsswitch / winbindd_pam.c
2007-05-06 jerryInform the user when logging in via pam_winbind
2007-05-06 jerrySupport one-way trusts.
2007-05-04 gdExpand kerberos_kinit_password_ext() to return NTSTATUS...
2007-03-28 metzechange prototype of dump_data(), so that it takes unsig...
2007-03-20 gdFix annoying bug where in a pam_close_session (or a...
2007-03-19 vlendecThis is winbindd_pam.c, not pam_winbind.c :-)
2007-03-19 vlendecFix a debug message
2007-03-16 jerryFixes for "winbind normalize names" functionality:
2007-02-26 gdAvoid to trigger the confusing "cached entry differs...
2007-02-22 gdFix inappropriate creation of a krb5 ticket refreshing...
2007-02-13 gdFix Bug #4225.
2007-02-08 gdFix longstanding Bug #4009.
2007-01-25 jerryPatch from Danilo Almeida @ Centeris (via me).
2007-01-19 jerryWindows 2000 returns NT_STATUS_ACCOUNT_RESTRICTION...
2007-01-13 vlendecGet rid of a bool passed down -- gd, please check
2007-01-11 gdImplement grace logons for offline authentications...
2006-12-19 gdThe pam_chauthtok needs to go through the async interfa...
2006-12-15 jraEnsure that pam returns the correct error messages
2006-12-14 gdDon't delete the krb5 credential if others still refere...
2006-10-09 jraProperly canonicalize incoming names to the
2006-10-06 jraFinish last nights patch - make offline
2006-09-24 gdFix copy/paste mixup.
2006-09-20 gdPrevent that our offline cache can get outdated after...
2006-09-15 jraImplement a 30 seconds from startup, during which we
2006-09-08 jerryBig change:
2006-09-08 gdFix the non-krb5 builds.
2006-09-08 jraTHIS IS GUENTHER'S WORK !!! He's allowing me to merge
2006-09-06 jelmermerge 3.0-libndr branch
2006-09-06 gdStop winbindd from accumulating memory creds infinitely...
2006-09-05 jraFix to ensure the name used by pam matches the
2006-09-04 vlendecFix warnings on non-krb5 systems
2006-08-28 jraStore the uid in the memory creds. Don't request the
2006-08-26 jraSplit out the storing of memory cached credentials
2006-08-22 jerry* BUG 3969: Fix unsigned time comparison with expiratio...
2006-08-20 jraTake Andrew Bartletts excellent advice and don't store
2006-08-19 jraAdded the ability for firefox to drive the winbindd
2006-08-18 vlendecSome C++ warnings
2006-07-13 abartletAdd a new helper mode to ntlm_auth: ntlm-change-password-1
2006-06-28 jraSubtle one from Klocwork #2076. If multiple flags
2006-06-23 gd(Ugly) workaround before the set_dc_type_flags & friend...
2006-06-22 gdThere is no point in calling set_dc_type_and_flags...
2006-05-31 gdHonour the krb5 principal name change (of the new ads...
2006-05-31 gdFix confusing order of DEBUG statements in winbindds...
2006-05-11 jraUse portable wrapper functions instead of seteuid
2006-05-09 gdHonour the time_offset also when verifying kerberos...
2006-05-02 gdAttempt to send the correct warning when a password...
2006-05-02 gdCleanup credential caches from winbind's linked list.
2006-04-25 gdCorrectly disallow unauthorized access when logging...
2006-04-25 gdSave useless roundtrips in pam_auth (fallback to samlog...
2006-04-12 jerryfix portabilities issues between 32-bit winbind clients...
2006-03-29 gdFix the kerberized pam_auth: As we could have created...
2006-03-23 gdFurther cleanup for cached logins, only dump hashes...
2006-03-21 gdMerge DCERPC_FAULT constants from Samba 4.
2006-03-20 gdTighten argument list of kerberos_kinit_password again,
2006-03-17 gdFixing last commit. Thanks Volker.
2006-03-17 gdFix winbindd_chauthtok: only fallback when the chgpassw...
2006-03-17 gdRe-disable accidentially re-enabled paranoia check...
2006-03-16 gdAdd WBFLAG_PAM_GET_PWD_POLICY bit to only callout for...
2006-03-16 gdThere is no point in falling back to a samlogon when...
2006-03-15 jerry* modifies create_local_nt_token() to create a BUILTIN...
2006-03-14 gdUse KRB5_TGS_NAME.
2006-03-13 jraShut-up coverity false positive (bug #199) by making...
2006-03-13 jraFix coverity #42. Ensure contact_domain can't be null...
2006-03-10 gdRemoving the not very well tested krb5 ticket refresh...
2006-03-07 vlendecFix Coverity bug #151.
2006-03-06 vlendecAs agreed upon with gd on the phone, remove WBFLAG_PAM_...
2006-02-27 gdOnly lockout Administrator after x bad password attempt...
2006-02-24 jerryCommiting the rm_primary_group.patch posted on samba...
2006-02-22 gdNever overwrite the acct_flags in rpccli_netlogon_sam_n...
2006-02-20 jerryReplace all calls to talloc_free() with thye TALLOC_FREE()
2006-02-13 gdAs noone objected on the mailing-list:
2006-02-10 gdImplement samr_chgpasswd_user3 server-side.
2006-02-09 gdNo functional changes, just some DEBUG cleanup.
2006-02-07 gdFix from Volker: Make offline authentication work with...
2006-02-07 gdMatch XP behaviour: Don't force 'Administrator' to...
2006-02-03 jerryLet the carnage begin....
2006-01-19 jraFix for bug #3248 Stefan Burkei <stefan@burkei.de>.
2005-12-18 vlendecIntroduce yet another copy of the string_sub function:
2005-11-22 gdDisplay correct error string.
2005-11-11 vlendecFix a debug message
2005-11-11 jerryStore the INFO3 in the PAC data into the netsamlogon_cache.
2005-11-10 jerryReinstate the netsamlogon_cache in order to work
2005-11-08 jraAdding Andrew Bartlett's patch to make machine account
2005-09-30 jerryBIG merge from trunk. Features not copied over
2005-09-16 jraFix for bug #3095 - winbindd checking credentials.
2005-08-24 jerryremove netsamlogon_cache interface...everything seems...
2005-06-20 vlendecThis looks much larger than it is. It changes the top...
2005-06-10 jerrycouple of winbindd fixes
2005-06-08 jerry* big change -- volker's new async winbindd from trunk
2005-02-11 vlendecSupport SIDs as %s replacements in the afs username...
2004-12-20 gdGive back 8 byte lm_session_key in Netrsamlogon-reply.
2004-12-07 jraGet medieval on our ass about malloc.... :-). Take...
2004-10-01 abartletRemove silly conversion to and from UTF8 on the winbind...
2004-09-30 abartletFix NTLMv2 for use with pam_winbind, the plaintext...
2004-09-01 jerryuse the correct counter when copying group rids from...
2004-08-27 jerryfix bug with winbindd_getpwnam() caused by Microsoft...
2004-08-18 gdFix deadlock loop in winbind's required_membership_sid...
2004-07-14 abartletRework our random number generation system.
2004-05-07 jraUninitialized data fixes from kawasa_r@itg.hitachi...
2004-04-23 jerryother half of fix for winbindd crask from gd@suse.de
next