summaryrefslogtreecommitdiff
path: root/source3/nsswitch/pam_winbind.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r21016: Fix pam_sm_setcred again.Günther Deschner1-1/+1
2007-10-10r21015: fix typo that breaks the buildGerald Carter1-1/+1
2007-10-10r21013: * Remove "inline" keywordGerald Carter1-5/+5
2007-10-10r21012: Patch from Danilo Almeida @ Centeris (via me):Gerald Carter1-21/+167
2007-10-10r21011: Another patch from Danilo Almeida @ Centeris (via me):Gerald Carter1-4/+7
2007-10-10r21009: Patch from Danilo Almeida @ Centeris (via me).Gerald Carter1-39/+170
2007-10-10r20687: Implement grace logons for offline authentications in pam_winbind.Günther Deschner1-3/+20
2007-10-10r20651: Fix "password expires soon" warning message for pam_winbind.Günther Deschner1-12/+67
2007-10-10r20304: Smaller fixes for pam_winbind:Günther Deschner1-30/+65
2007-10-10r20249: Fail when parsing invalid options in _pam_parse.Günther Deschner1-1/+2
2007-10-10r20241: Slightly improve readability of the pam_vsyslog replacement function.Günther Deschner1-6/+5
2007-10-10r20240: Be a little more verbose about the credential flags when the debug flagGünther Deschner1-2/+16
2007-10-10r20239: Parse the configfile for pam_sm_setcred as wellGünther Deschner1-1/+7
2007-10-10r20180: Ensure that pam returns the correct error messagesJeremy Allison1-38/+78
2007-10-10r20136: Fix #4290. Properly compute time to password expiration in message fromJim McDonough1-1/+2
2007-10-10r19710: Fix memory leak in get_conf_item_string(). AsJeremy Allison1-5/+1
2007-10-10r19703: Don't free a string if you want to return it!Simo Sorce1-1/+0
2007-10-10r19351: Also export the info3 profilepath via the PAM_WINBIND_PROFILEPATH dataGünther Deschner1-0/+12
2007-10-10r19349: Fix invalid free on the PAM_WINBIND_PWD_LAST_SET data.Günther Deschner1-1/+1
2007-10-10r19348: Fix uninitialized dictionary handle, found by valgrind.Günther Deschner1-3/+3
2007-10-10r18927: Fix build. *please* compile the code at least once before checking i...Gerald Carter1-2/+2
2007-10-10r18924: Minor cleanup.Günther Deschner1-8/+8
2007-10-10r18667: Two C++ warningsVolker Lendecke1-1/+1
2007-10-10r18507: Added debug log for returned username.Jeremy Allison1-0/+1
2007-10-10r18484: Start some cleanup on pam_winbind's syslogging:Günther Deschner1-113/+154
2007-10-10r18158: Stop winbindd from accumulating memory creds infinitely when doingGünther Deschner1-4/+4
2007-10-10r18062: Fix to ensure the name used by pam matches theJeremy Allison1-4/+25
2007-10-10r17723: * BUG 3969: Fix unsigned time comparison with expiration policy from ...Gerald Carter1-4/+4
2007-10-10r17584: Some C++ WarningsVolker Lendecke1-1/+1
2007-10-10r17366: Save the logon script path from the info3 in the PAM session allowingGünther Deschner1-4/+18
2007-10-10r17365: Fix memleak.Günther Deschner1-1/+4
2007-10-10r17017: BUG 3916: fix pam config file parsing in pam_winbind.Gerald Carter1-15/+17
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-6/+24
2007-10-10r16941: Fix crash bug when the pam conversation receives an empty token.Günther Deschner1-2/+2
2007-10-10r15984: Correctly handle the case when there is no configuration file forGünther Deschner1-1/+1
2007-10-10r15546: When debugging is enabled be just a little more verbose in logging inGünther Deschner1-6/+6
2007-10-10r15528: Make the existance of the /etc/security/pam_winbind.conf fileGünther Deschner1-3/+5
2007-10-10r15478: Likewise for bug # 3763Volker Lendecke1-4/+4
2007-10-10r15417: Don't use cached credentials when changing passwords.Günther Deschner1-1/+5
2007-10-10r15411: Small debug fixes for the PAM module.Günther Deschner1-2/+2
2007-10-10r15399: Fix the build, sorry, Jerry :)Günther Deschner1-2/+2
2007-10-10r15398: Attempt to send the correct warning when a password change was attemptedGünther Deschner1-11/+34
2007-10-10r15040: Stripping the parametric options in pam_winbind and useGünther Deschner1-8/+8
2007-10-10r15039: Fix an uninitialized variable. I _think_ this should default toVolker Lendecke1-1/+1
2007-10-10r15038: Replace all code in pam_winbind that relied on access to sambaGünther Deschner1-85/+148
2007-10-10r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu...Gerald Carter1-0/+10
2007-10-10r14940: Remove pam_winbind's ability to create home directories on it's own.Günther Deschner1-58/+0
2007-10-10r14508: Return PAM_SUCCESS in pam_sm_close_session when there is no KRB5CCNAMEGünther Deschner1-1/+1
2007-10-10r14496: Add WBFLAG_PAM_GET_PWD_POLICY bit to only callout for domain passwordGünther Deschner1-1/+1
2007-10-10r13895: As agreed upon with gd on the phone, remove WBFLAG_PAM_CONTACT_TRUSTD...Volker Lendecke1-3/+3