summaryrefslogtreecommitdiff
path: root/source3/nsswitch/pam_winbind.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-19pam_winbind: some doxygen fixes.Günther Deschner1-24/+12
2008-08-19pam_winbind: use pam error string function to display result.Günther Deschner1-1/+2
2008-08-19pam_winbind: add _pam_error_code_str().Günther Deschner1-0/+72
2008-07-07Allow authentication and memory credential refresh after password change from...Jeremy Allison1-7/+14
2008-06-11pam_winbind: Update cached creds during password change.Günther Deschner1-0/+4
2008-06-06pam_winbind: fix pam_sm_chauthtok for storing modified cached creds.Günther Deschner1-1/+16
2008-04-03Fix pam_winbind macros.Günther Deschner1-2/+2
2008-04-03Use pwb_context in pam_winbind.Günther Deschner1-391/+343
2008-04-03Add _pam_winbind_init/free_context.Günther Deschner1-0/+39
2008-04-03Make more functions in pam_winbind static.Günther Deschner1-30/+30
2008-03-27Only add WBFLAG_PAM_CONTACT_TRUSTDOM when performing a krb5 auth request.Gerald W. Carter1-3/+7
2008-02-28winbind: use a struct element for WBFLAG_PAM_UNIX_NAMEStefan Metzmacher1-2/+3
2008-01-17Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner1-4/+4
2007-12-20Only retrieve password policies in pam_auth when WBFLAG_PAM_GET_PWD_POLICY is...Michael Adam1-0/+1
2007-10-10r25426: Fix another implicit cast warning.Michael Adam1-1/+1
2007-10-10r25148: Adapt to coding conventions.Günther Deschner1-414/+697
2007-10-10r25143: rename public functions from winbind_client.hStefan Metzmacher1-6/+6
2007-10-10r25130: make use only of base types which are provided by libreplaceStefan Metzmacher1-56/+56
2007-10-10r24786: Fix another build warning.Günther Deschner1-5/+5
2007-10-10r24722: Squashed commit of the following:Gerald Carter1-2/+99
2007-10-10r23708: - Add define for WINBIND_WARN_PWD_EXPIRE.Lars Müller1-2/+11
2007-10-10r23707: - Move the asprintf() call to create the key even inLars Müller1-14/+12
2007-10-10r23704: Add pam_pwd_expire feature as discussed on samba-technical.Lars Müller1-10/+94
2007-10-10r22794: Add "debug_state" and "silent" to pam_winbind.conf template. Honor th...Günther Deschner1-0/+2
2007-10-10r22712: Inform the user when logging in via pam_winbindGerald Carter1-0/+27
2007-10-10r22402: Fix build warning.Günther Deschner1-1/+1
2007-10-10r22393: fix cut&paste errorSimo Sorce1-1/+1
2007-10-10r22388: clearer message, thanks DavidSimo Sorce1-1/+1
2007-10-10r22348: 3_0 as wellSimo Sorce1-1/+1
2007-10-10r21933: Change the write_sock() call in pam_winbind_request()Gerald Carter1-1/+1
2007-10-10r21878: Fix a bug with smbd serving a windows terminal server: If winbind dec...Volker Lendecke1-1/+1
2007-10-10r21632: Remove ununsed variableGerald Carter1-1/+0
2007-10-10r21612: Make pam_winbind do the same username fixup on AIX as the WINBINDDGerald Carter1-2/+32
2007-10-10r21500: Fix inappropriate creation of a krb5 ticket refreshing event when a userGünther Deschner1-6/+56
2007-10-10r21318: Fix Bug #4225.Günther Deschner1-6/+8
2007-10-10r21310: Fix invalid printfs in pam_winbind.Günther Deschner1-12/+20
2007-10-10r21309: Add PRINTF_ATTRIBUTE checks for log statements.Günther Deschner1-0/+3
2007-10-10r21161: Another fix for pam_winbind: Move the entire pwd expiry handling intoGünther Deschner1-14/+14
2007-10-10r21160: Some more pam_winbind fixes:Günther Deschner1-32/+79
2007-10-10r21159: Cleanup pam_sm_chauthtok() in pam_winbind:Günther Deschner1-30/+27
2007-10-10r21158: Add _pam_setup_krb5_env() and _pam_warn_logon_type() functions forGünther Deschner1-31/+70
2007-10-10r21155: Forgot one _PAM_LOG_STATE_DATA_STRING call (only in 3_0).Günther Deschner1-0/+1
2007-10-10r21154: Add PAM_WINBIND_LOGONSERVER, also merge the various pam_set_data calls.Günther Deschner1-36/+68
2007-10-10r21152: Correctly omit pam conversations when PAM_SILENT has been set by theGünther Deschner1-47/+51
2007-10-10r21145: Convert some int to BOOL in pam_winbind (only in 3_0).Günther Deschner1-13/+13
2007-10-10r21144: Create more accurate warning message when the pam_winbind chauthtok hasGünther Deschner1-12/+76
2007-10-10r21143: Fix wrong check for pam error codes for getpwnam and lookup winbindGünther Deschner1-13/+26
2007-10-10r21122: Simplify code in pam_winbind a bit.Günther Deschner1-23/+20
2007-10-10r21020: Some pam_winbind fixes:Günther Deschner1-14/+13
2007-10-10r21019: Fix typo.Günther Deschner1-1/+1