summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/winbindd_pam.c
Commit message (Expand)AuthorAgeFilesLines
* r23474: Here's a small patch that disables the libkrb5.so replay cacheGerald Carter2007-10-101-1/+1
* r23225: Attached find a patch that makes use of NetSamLogonEx inVolker Lendecke2007-10-101-2/+52
* r22904: Fix indent.Günther Deschner2007-10-101-1/+1
* r22903: Now that we have the on-disc trustdomaincache with type flags we can ...Günther Deschner2007-10-101-3/+6
* r22901: When an AD account has UF_DONT_REQUIRE_PREAUTH set we need to fallbac...Günther Deschner2007-10-101-0/+8
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-1/+1
* r22745: Add local groups to the --required-membership-sid test. This needsVolker Lendecke2007-10-101-90/+62
* r22738: Fix a debug message.Volker Lendecke2007-10-101-1/+2
* r22730: Fix password changes via pam_winbindd when using "winbind normalize n...Gerald Carter2007-10-101-0/+2
* r22720: Fixes for offline auth when using krb5_auth = yes in pam_winbind.Gerald Carter2007-10-101-8/+26
* r22719: Missed change for one-way trust support. Ignore password policyGerald Carter2007-10-101-1/+5
* r22717: Add Everyone and AuthenticatedUsers to the user's tokenGerald Carter2007-10-101-1/+10
* r22712: Inform the user when logging in via pam_winbindGerald Carter2007-10-101-0/+8
* r22710: Support one-way trusts.Gerald Carter2007-10-101-0/+6
* r22666: Expand kerberos_kinit_password_ext() to return NTSTATUS codes and makeGünther Deschner2007-10-101-2/+2
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-3/+3
* r21887: Fix annoying bug where in a pam_close_session (or a pam_setcred with theGünther Deschner2007-10-101-1/+29
* r21873: This is winbindd_pam.c, not pam_winbind.c :-)Volker Lendecke2007-10-101-1/+1
* r21872: Fix a debug messageVolker Lendecke2007-10-101-1/+1
* r21860: Fixes for "winbind normalize names" functionality:Gerald Carter2007-10-101-0/+4
* r21537: Avoid to trigger the confusing "cached entry differs." warning whenGünther Deschner2007-10-101-2/+8
* r21500: Fix inappropriate creation of a krb5 ticket refreshing event when a userGünther Deschner2007-10-101-0/+11
* r21318: Fix Bug #4225.Günther Deschner2007-10-101-5/+61
* r21240: Fix longstanding Bug #4009.Günther Deschner2007-10-101-1/+2
* r21009: Patch from Danilo Almeida @ Centeris (via me).Gerald Carter2007-10-101-9/+65
* r20905: Windows 2000 returns NT_STATUS_ACCOUNT_RESTRICTION if the pwGerald Carter2007-10-101-3/+11
* r20725: Get rid of a bool passed down -- gd, please checkVolker Lendecke2007-10-101-2/+0
* r20687: Implement grace logons for offline authentications in pam_winbind.Günther Deschner2007-10-101-18/+22
* r20254: The pam_chauthtok needs to go through the async interface as well.Günther Deschner2007-10-101-14/+26
* r20180: Ensure that pam returns the correct error messagesJeremy Allison2007-10-101-10/+13
* r20171: Don't delete the krb5 credential if others still reference to it.Günther Deschner2007-10-101-14/+5
* r19207: Properly canonicalize incoming names to theJeremy Allison2007-10-101-3/+12
* r19148: Finish last nights patch - make offlineJeremy Allison2007-10-101-2/+2
* r18871: Fix copy/paste mixup.Günther Deschner2007-10-101-1/+1
* r18710: Prevent that our offline cache can get outdated after a password change.Günther Deschner2007-10-101-1/+8
* r18551: Implement a 30 seconds from startup, during which weJeremy Allison2007-10-101-0/+12
* r18271: Big change:Gerald Carter2007-10-101-1/+1
* r18259: Fix the non-krb5 builds.Günther Deschner2007-10-101-1/+2
* r18239: THIS IS GUENTHER'S WORK !!! He's allowing me to mergeJeremy Allison2007-10-101-4/+67
* r18188: merge 3.0-libndr branchJelmer Vernooij2007-10-101-8/+8
* r18158: Stop winbindd from accumulating memory creds infinitely when doingGünther Deschner2007-10-101-12/+21
* r18062: Fix to ensure the name used by pam matches theJeremy Allison2007-10-101-4/+35
* r18028: Fix warnings on non-krb5 systemsVolker Lendecke2007-10-101-13/+19
* r17897: Store the uid in the memory creds. Don't request theJeremy Allison2007-10-101-0/+1
* r17837: Split out the storing of memory cached credentialsJeremy Allison2007-10-101-49/+62
* r17723: * BUG 3969: Fix unsigned time comparison with expiration policy from ...Gerald Carter2007-10-101-38/+9
* r17617: Take Andrew Bartletts excellent advice and don't storeJeremy Allison2007-10-101-2/+22
* r17610: Added the ability for firefox to drive the winbinddJeremy Allison2007-10-101-2/+2
* r17605: Some C++ warningsVolker Lendecke2007-10-101-4/+6
* r17005: Add a new helper mode to ntlm_auth: ntlm-change-password-1Andrew Bartlett2007-10-101-0/+148