r22903: Now that we have the on-disc trustdomaincache with type flags we can better
[jra/samba/.git] / source3 / nsswitch / winbindd_pam.c
2007-10-10 Günther Deschnerr22903: Now that we have the on-disc trustdomaincache...
2007-10-10 Günther Deschnerr22901: When an AD account has UF_DONT_REQUIRE_PREAUTH...
2007-10-10 Volker Lendecker22844: Introduce const DATA_BLOB data_blob_null =...
2007-10-10 Volker Lendecker22745: Add local groups to the --required-membership...
2007-10-10 Volker Lendecker22738: Fix a debug message.
2007-10-10 Gerald Carterr22730: Fix password changes via pam_winbindd when...
2007-10-10 Gerald Carterr22720: Fixes for offline auth when using krb5_auth...
2007-10-10 Gerald Carterr22719: Missed change for one-way trust support. Ignor...
2007-10-10 Gerald Carterr22717: Add Everyone and AuthenticatedUsers to the...
2007-10-10 Gerald Carterr22712: Inform the user when logging in via pam_winbind
2007-10-10 Gerald Carterr22710: Support one-way trusts.
2007-10-10 Günther Deschnerr22666: Expand kerberos_kinit_password_ext() to return...
2007-10-10 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Günther Deschnerr21887: Fix annoying bug where in a pam_close_session...
2007-10-10 Volker Lendecker21873: This is winbindd_pam.c, not pam_winbind.c :-)
2007-10-10 Volker Lendecker21872: Fix a debug message
2007-10-10 Gerald Carterr21860: Fixes for "winbind normalize names" functionality:
2007-10-10 Günther Deschnerr21537: Avoid to trigger the confusing "cached entry...
2007-10-10 Günther Deschnerr21500: Fix inappropriate creation of a krb5 ticket...
2007-10-10 Günther Deschnerr21318: Fix Bug #4225.
2007-10-10 Günther Deschnerr21240: Fix longstanding Bug #4009.
2007-10-10 Gerald Carterr21009: Patch from Danilo Almeida @ Centeris (via me).
2007-10-10 Gerald Carterr20905: Windows 2000 returns NT_STATUS_ACCOUNT_RESTRICT...
2007-10-10 Volker Lendecker20725: Get rid of a bool passed down -- gd, please...
2007-10-10 Günther Deschnerr20687: Implement grace logons for offline authenticati...
2007-10-10 Günther Deschnerr20254: The pam_chauthtok needs to go through the async...
2007-10-10 Jeremy Allisonr20180: Ensure that pam returns the correct error messages
2007-10-10 Günther Deschnerr20171: Don't delete the krb5 credential if others...
2007-10-10 Jeremy Allisonr19207: Properly canonicalize incoming names to the
2007-10-10 Jeremy Allisonr19148: Finish last nights patch - make offline
2007-10-10 Günther Deschnerr18871: Fix copy/paste mixup.
2007-10-10 Günther Deschnerr18710: Prevent that our offline cache can get outdated...
2007-10-10 Jeremy Allisonr18551: Implement a 30 seconds from startup, during...
2007-10-10 Gerald Carterr18271: Big change:
2007-10-10 Günther Deschnerr18259: Fix the non-krb5 builds.
2007-10-10 Jeremy Allisonr18239: THIS IS GUENTHER'S WORK !!! He's allowing me...
2007-10-10 Jelmer Vernooijr18188: merge 3.0-libndr branch
2007-10-10 Günther Deschnerr18158: Stop winbindd from accumulating memory creds...
2007-10-10 Jeremy Allisonr18062: Fix to ensure the name used by pam matches the
2007-10-10 Volker Lendecker18028: Fix warnings on non-krb5 systems
2007-10-10 Jeremy Allisonr17897: Store the uid in the memory creds. Don't reques...
2007-10-10 Jeremy Allisonr17837: Split out the storing of memory cached credentials
2007-10-10 Gerald Carterr17723: * BUG 3969: Fix unsigned time comparison with...
2007-10-10 Jeremy Allisonr17617: Take Andrew Bartletts excellent advice and...
2007-10-10 Jeremy Allisonr17610: Added the ability for firefox to drive the...
2007-10-10 Volker Lendecker17605: Some C++ warnings
2007-10-10 Andrew Bartlettr17005: Add a new helper mode to ntlm_auth: ntlm-change...
2007-10-10 Jeremy Allisonr16610: Subtle one from Klocwork #2076. If multiple...
2007-10-10 Günther Deschnerr16480: (Ugly) workaround before the set_dc_type_flags...
2007-10-10 Günther Deschnerr16473: There is no point in calling set_dc_type_and_fl...
2007-10-10 Günther Deschnerr15983: Honour the krb5 principal name change (of the...
2007-10-10 Günther Deschnerr15982: Fix confusing order of DEBUG statements in...
2007-10-10 Jeremy Allisonr15539: Use portable wrapper functions instead of seteuid
2007-10-10 Günther Deschnerr15523: Honour the time_offset also when verifying...
2007-10-10 Günther Deschnerr15398: Attempt to send the correct warning when a...
2007-10-10 Günther Deschnerr15396: Cleanup credential caches from winbind's linked...
2007-10-10 Günther Deschnerr15240: Correctly disallow unauthorized access when...
2007-10-10 Günther Deschnerr15229: Save useless roundtrips in pam_auth (fallback...
2007-10-10 Gerald Carterr15053: fix portabilities issues between 32-bit winbind...
2007-10-10 Günther Deschnerr14753: Fix the kerberized pam_auth: As we could have...
2007-10-10 Günther Deschnerr14674: Further cleanup for cached logins, only dump...
2007-10-10 Günther Deschnerr14597: Merge DCERPC_FAULT constants from Samba 4.
2007-10-10 Günther Deschnerr14585: Tighten argument list of kerberos_kinit_passwor...
2007-10-10 Günther Deschnerr14514: Fixing last commit. Thanks Volker.
2007-10-10 Günther Deschnerr14513: Fix winbindd_chauthtok: only fallback when...
2007-10-10 Günther Deschnerr14507: Re-disable accidentially re-enabled paranoia...
2007-10-10 Günther Deschnerr14496: Add WBFLAG_PAM_GET_PWD_POLICY bit to only callo...
2007-10-10 Günther Deschnerr14493: There is no point in falling back to a samlogon...
2007-10-10 Gerald Carterr14403: * modifies create_local_nt_token() to create...
2007-10-10 Günther Deschnerr14392: Use KRB5_TGS_NAME.
2007-10-10 Jeremy Allisonr14275: Shut-up coverity false positive (bug #199)...
2007-10-10 Jeremy Allisonr14259: Fix coverity #42. Ensure contact_domain can...
2007-10-10 Günther Deschnerr14148: Removing the not very well tested krb5 ticket...
2007-10-10 Volker Lendecker13914: Fix Coverity bug #151.
2007-10-10 Volker Lendecker13895: As agreed upon with gd on the phone, remove...
2007-10-10 Günther Deschnerr13720: Only lockout Administrator after x bad password...
2007-10-10 Gerald Carterr13679: Commiting the rm_primary_group.patch posted...
2007-10-10 Günther Deschnerr13639: Never overwrite the acct_flags in rpccli_netlog...
2007-10-10 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Günther Deschnerr13492: As noone objected on the mailing-list:
2007-10-10 Günther Deschnerr13442: Implement samr_chgpasswd_user3 server-side.
2007-10-10 Günther Deschnerr13409: No functional changes, just some DEBUG cleanup.
2007-10-10 Günther Deschnerr13377: Fix from Volker: Make offline authentication...
2007-10-10 Günther Deschnerr13375: Match XP behaviour: Don't force 'Administrator...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Jeremy Allisonr13042: Fix for bug #3248 Stefan Burkei <stefan@burkei...
2007-10-10 Volker Lendecker12313: Introduce yet another copy of the string_sub...
2007-10-10 Günther Deschnerr11851: Display correct error string.
2007-10-10 Volker Lendecker11667: Fix a debug message
2007-10-10 Gerald Carterr11661: Store the INFO3 in the PAC data into the netsam...
2007-10-10 Gerald Carterr11652: Reinstate the netsamlogon_cache in order to...
2007-10-10 Jeremy Allisonr11573: Adding Andrew Bartlett's patch to make machine...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Jeremy Allisonr10268: Fix for bug #3095 - winbindd checking credentials.
2007-10-10 Gerald Carterr9588: remove netsamlogon_cache interface...everything...
2007-10-10 Volker Lendecker7785: This looks much larger than it is. It changes...
2007-10-10 Gerald Carterr7454: couple of winbindd fixes
2007-10-10 Gerald Carterr7415: * big change -- volker's new async winbindd...
2007-10-10 Volker Lendecker5331: Support SIDs as %s replacements in the afs usern...
2007-10-10 Günther Deschnerr4286: Give back 8 byte lm_session_key in Netrsamlogon...
next