Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r21632: Remove ununsed variable | Gerald Carter | 1 | -1/+0 |
2007-10-10 | r21612: Make pam_winbind do the same username fixup on AIX as the WINBINDD | Gerald Carter | 1 | -2/+32 |
2007-10-10 | r21500: Fix inappropriate creation of a krb5 ticket refreshing event when a user | Günther Deschner | 1 | -6/+56 |
2007-10-10 | r21318: Fix Bug #4225. | Günther Deschner | 1 | -6/+8 |
2007-10-10 | r21310: Fix invalid printfs in pam_winbind. | Günther Deschner | 1 | -12/+20 |
2007-10-10 | r21309: Add PRINTF_ATTRIBUTE checks for log statements. | Günther Deschner | 1 | -0/+3 |
2007-10-10 | r21161: Another fix for pam_winbind: Move the entire pwd expiry handling into | Günther Deschner | 1 | -14/+14 |
2007-10-10 | r21160: Some more pam_winbind fixes: | Günther Deschner | 1 | -32/+79 |
2007-10-10 | r21159: Cleanup pam_sm_chauthtok() in pam_winbind: | Günther Deschner | 1 | -30/+27 |
2007-10-10 | r21158: Add _pam_setup_krb5_env() and _pam_warn_logon_type() functions for | Günther Deschner | 1 | -31/+70 |
2007-10-10 | r21155: Forgot one _PAM_LOG_STATE_DATA_STRING call (only in 3_0). | Günther Deschner | 1 | -0/+1 |
2007-10-10 | r21154: Add PAM_WINBIND_LOGONSERVER, also merge the various pam_set_data calls. | Günther Deschner | 1 | -36/+68 |
2007-10-10 | r21152: Correctly omit pam conversations when PAM_SILENT has been set by the | Günther Deschner | 1 | -47/+51 |
2007-10-10 | r21145: Convert some int to BOOL in pam_winbind (only in 3_0). | Günther Deschner | 1 | -13/+13 |
2007-10-10 | r21144: Create more accurate warning message when the pam_winbind chauthtok has | Günther Deschner | 1 | -12/+76 |
2007-10-10 | r21143: Fix wrong check for pam error codes for getpwnam and lookup winbind | Günther Deschner | 1 | -13/+26 |
2007-10-10 | r21122: Simplify code in pam_winbind a bit. | Günther Deschner | 1 | -23/+20 |
2007-10-10 | r21020: Some pam_winbind fixes: | Günther Deschner | 1 | -14/+13 |
2007-10-10 | r21019: Fix typo. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r21016: Fix pam_sm_setcred again. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r21015: fix typo that breaks the build | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r21013: * Remove "inline" keyword | Gerald Carter | 1 | -5/+5 |
2007-10-10 | r21012: Patch from Danilo Almeida @ Centeris (via me): | Gerald Carter | 1 | -21/+167 |
2007-10-10 | r21011: Another patch from Danilo Almeida @ Centeris (via me): | Gerald Carter | 1 | -4/+7 |
2007-10-10 | r21009: Patch from Danilo Almeida @ Centeris (via me). | Gerald Carter | 1 | -39/+170 |
2007-10-10 | r20687: Implement grace logons for offline authentications in pam_winbind. | Günther Deschner | 1 | -3/+20 |
2007-10-10 | r20651: Fix "password expires soon" warning message for pam_winbind. | Günther Deschner | 1 | -12/+67 |
2007-10-10 | r20304: Smaller fixes for pam_winbind: | Günther Deschner | 1 | -30/+65 |
2007-10-10 | r20249: Fail when parsing invalid options in _pam_parse. | Günther Deschner | 1 | -1/+2 |
2007-10-10 | r20241: Slightly improve readability of the pam_vsyslog replacement function. | Günther Deschner | 1 | -6/+5 |
2007-10-10 | r20240: Be a little more verbose about the credential flags when the debug flag | Günther Deschner | 1 | -2/+16 |
2007-10-10 | r20239: Parse the configfile for pam_sm_setcred as well | Günther Deschner | 1 | -1/+7 |
2007-10-10 | r20180: Ensure that pam returns the correct error messages | Jeremy Allison | 1 | -38/+78 |
2007-10-10 | r20136: Fix #4290. Properly compute time to password expiration in message from | Jim McDonough | 1 | -1/+2 |
2007-10-10 | r19710: Fix memory leak in get_conf_item_string(). As | Jeremy Allison | 1 | -5/+1 |
2007-10-10 | r19703: Don't free a string if you want to return it! | Simo Sorce | 1 | -1/+0 |
2007-10-10 | r19351: Also export the info3 profilepath via the PAM_WINBIND_PROFILEPATH data | Günther Deschner | 1 | -0/+12 |
2007-10-10 | r19349: Fix invalid free on the PAM_WINBIND_PWD_LAST_SET data. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r19348: Fix uninitialized dictionary handle, found by valgrind. | Günther Deschner | 1 | -3/+3 |
2007-10-10 | r18927: Fix build. *please* compile the code at least once before checking i... | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r18924: Minor cleanup. | Günther Deschner | 1 | -8/+8 |
2007-10-10 | r18667: Two C++ warnings | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r18507: Added debug log for returned username. | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r18484: Start some cleanup on pam_winbind's syslogging: | Günther Deschner | 1 | -113/+154 |
2007-10-10 | r18158: Stop winbindd from accumulating memory creds infinitely when doing | Günther Deschner | 1 | -4/+4 |
2007-10-10 | r18062: Fix to ensure the name used by pam matches the | Jeremy Allison | 1 | -4/+25 |
2007-10-10 | r17723: * BUG 3969: Fix unsigned time comparison with expiration policy from ... | Gerald Carter | 1 | -4/+4 |
2007-10-10 | r17584: Some C++ Warnings | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r17366: Save the logon script path from the info3 in the PAM session allowing | Günther Deschner | 1 | -4/+18 |
2007-10-10 | r17365: Fix memleak. | Günther Deschner | 1 | -1/+4 |