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