r23708: - Add define for WINBIND_WARN_PWD_EXPIRE.
[samba.git] / source / nsswitch / pam_winbind.c
2007-10-10 Lars Müllerr23708: - Add define for WINBIND_WARN_PWD_EXPIRE.
2007-10-10 Lars Müllerr23707: - Move the asprintf() call to create the key...
2007-10-10 Lars Müllerr23704: Add pam_pwd_expire feature as discussed on...
2007-10-10 Günther Deschnerr22794: Add "debug_state" and "silent" to pam_winbind...
2007-10-10 Gerald Carterr22712: Inform the user when logging in via pam_winbind
2007-10-10 Günther Deschnerr22402: Fix build warning.
2007-10-10 Simo Sorcer22393: fix cut&paste error
2007-10-10 Simo Sorcer22388: clearer message, thanks David
2007-10-10 Simo Sorcer22348: 3_0 as well
2007-10-10 Gerald Carterr21933: Change the write_sock() call in pam_winbind_req...
2007-10-10 Volker Lendecker21878: Fix a bug with smbd serving a windows terminal...
2007-10-10 Gerald Carterr21632: Remove ununsed variable
2007-10-10 Gerald Carterr21612: Make pam_winbind do the same username fixup...
2007-10-10 Günther Deschnerr21500: Fix inappropriate creation of a krb5 ticket...
2007-10-10 Günther Deschnerr21318: Fix Bug #4225.
2007-10-10 Günther Deschnerr21310: Fix invalid printfs in pam_winbind.
2007-10-10 Günther Deschnerr21309: Add PRINTF_ATTRIBUTE checks for log statements.
2007-10-10 Günther Deschnerr21161: Another fix for pam_winbind: Move the entire...
2007-10-10 Günther Deschnerr21160: Some more pam_winbind fixes:
2007-10-10 Günther Deschnerr21159: Cleanup pam_sm_chauthtok() in pam_winbind:
2007-10-10 Günther Deschnerr21158: Add _pam_setup_krb5_env() and _pam_warn_logon_t...
2007-10-10 Günther Deschnerr21155: Forgot one _PAM_LOG_STATE_DATA_STRING call...
2007-10-10 Günther Deschnerr21154: Add PAM_WINBIND_LOGONSERVER, also merge the...
2007-10-10 Günther Deschnerr21152: Correctly omit pam conversations when PAM_SILEN...
2007-10-10 Günther Deschnerr21145: Convert some int to BOOL in pam_winbind (only...
2007-10-10 Günther Deschnerr21144: Create more accurate warning message when the...
2007-10-10 Günther Deschnerr21143: Fix wrong check for pam error codes for getpwna...
2007-10-10 Günther Deschnerr21122: Simplify code in pam_winbind a bit.
2007-10-10 Günther Deschnerr21020: Some pam_winbind fixes:
2007-10-10 Günther Deschnerr21019: Fix typo.
2007-10-10 Günther Deschnerr21016: Fix pam_sm_setcred again.
2007-10-10 Gerald Carterr21015: fix typo that breaks the build
2007-10-10 Gerald Carterr21013: * Remove "inline" keyword
2007-10-10 Gerald Carterr21012: Patch from Danilo Almeida @ Centeris (via me):
2007-10-10 Gerald Carterr21011: Another patch from Danilo Almeida @ Centeris...
2007-10-10 Gerald Carterr21009: Patch from Danilo Almeida @ Centeris (via me).
2007-10-10 Günther Deschnerr20687: Implement grace logons for offline authenticati...
2007-10-10 Günther Deschnerr20651: Fix "password expires soon" warning message...
2007-10-10 Günther Deschnerr20304: Smaller fixes for pam_winbind:
2007-10-10 Günther Deschnerr20249: Fail when parsing invalid options in _pam_parse.
2007-10-10 Günther Deschnerr20241: Slightly improve readability of the pam_vsyslog...
2007-10-10 Günther Deschnerr20240: Be a little more verbose about the credential...
2007-10-10 Günther Deschnerr20239: Parse the configfile for pam_sm_setcred as...
2007-10-10 Jeremy Allisonr20180: Ensure that pam returns the correct error messages
2007-10-10 Jim McDonoughr20136: Fix #4290. Properly compute time to password...
2007-10-10 Jeremy Allisonr19710: Fix memory leak in get_conf_item_string(). As
2007-10-10 Simo Sorcer19703: Don't free a string if you want to return it!
2007-10-10 Günther Deschnerr19351: Also export the info3 profilepath via the PAM_W...
2007-10-10 Günther Deschnerr19349: Fix invalid free on the PAM_WINBIND_PWD_LAST_SE...
2007-10-10 Günther Deschnerr19348: Fix uninitialized dictionary handle, found...
2007-10-10 Gerald Carterr18927: Fix build. *please* compile the code at least...
2007-10-10 Günther Deschnerr18924: Minor cleanup.
2007-10-10 Volker Lendecker18667: Two C++ warnings
2007-10-10 Jeremy Allisonr18507: Added debug log for returned username.
2007-10-10 Günther Deschnerr18484: Start some cleanup on pam_winbind's syslogging:
2007-10-10 Günther Deschnerr18158: Stop winbindd from accumulating memory creds...
2007-10-10 Jeremy Allisonr18062: Fix to ensure the name used by pam matches the
2007-10-10 Gerald Carterr17723: * BUG 3969: Fix unsigned time comparison with...
2007-10-10 Volker Lendecker17584: Some C++ Warnings
2007-10-10 Günther Deschnerr17366: Save the logon script path from the info3 in...
2007-10-10 Günther Deschnerr17365: Fix memleak.
2007-10-10 Gerald Carterr17017: BUG 3916: fix pam config file parsing in pam_wi...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Günther Deschnerr16941: Fix crash bug when the pam conversation receive...
2007-10-10 Günther Deschnerr15984: Correctly handle the case when there is no...
2007-10-10 Günther Deschnerr15546: When debugging is enabled be just a little...
2007-10-10 Günther Deschnerr15528: Make the existance of the /etc/security/pam_win...
2007-10-10 Volker Lendecker15478: Likewise for bug # 3763
2007-10-10 Günther Deschnerr15417: Don't use cached credentials when changing...
2007-10-10 Günther Deschnerr15411: Small debug fixes for the PAM module.
2007-10-10 Günther Deschnerr15399: Fix the build, sorry, Jerry :)
2007-10-10 Günther Deschnerr15398: Attempt to send the correct warning when a...
2007-10-10 Günther Deschnerr15040: Stripping the parametric options in pam_winbind...
2007-10-10 Volker Lendecker15039: Fix an uninitialized variable. I _think_ this...
2007-10-10 Günther Deschnerr15038: Replace all code in pam_winbind that relied...
2007-10-10 Gerald Carterr15003: patch based on code from Arkady Glabek <aglabek...
2007-10-10 Günther Deschnerr14940: Remove pam_winbind's ability to create home...
2007-10-10 Günther Deschnerr14508: Return PAM_SUCCESS in pam_sm_close_session...
2007-10-10 Günther Deschnerr14496: Add WBFLAG_PAM_GET_PWD_POLICY bit to only callo...
2007-10-10 Volker Lendecker13895: As agreed upon with gd on the phone, remove...
2007-10-10 Günther Deschnerr13492: As noone objected on the mailing-list:
2007-10-10 Günther Deschnerr13391: Only fall into password change when ACB_PWNOEXP...
2007-10-10 Günther Deschnerr13375: Match XP behaviour: Don't force 'Administrator...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Günther Deschnerr12900: Merge from trunk:
2007-10-10 Jeremy Allisonr10321: Fix winbindd recursion bug found by Ingo Steuwe...
2007-10-10 Günther Deschnerr7145: reuse the WINBIND_REQUIRED_MEMBERSHIP constant.
2007-10-10 Gerald Carterr5207: patches from Jay Fenlason @ RedHat (scooped...
2007-10-10 Günther Deschnerr3911: typo.
2007-10-10 Andrew Bartlettr2779: Some fixes to pam_winbind.c.:
2007-10-10 Andrew Bartlettr2762: Remove silly conversion to and from UTF8 on...
2007-10-10 Jeremy Allisonr2482: Fix from Arthur van Dongen <avdongen@xs4all...
2007-10-10 Günther Deschnerr1971: move counter.
2007-10-10 John Terpstrar1942: Add missing semicolon.
2007-10-10 Günther Deschnerr1888: Bring the same level of "required_membership...
2003-01-15 Gerald Carter*lots of small merges form HEAD
2003-01-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-11 Andrew BartlettReturn the 'freindly' NT error message if at all possible.
2002-10-26 Andrew BartlettTry to catch up on the code I've put into HEAD that...
2002-10-26 Andrew BartlettUpdates to winbind's PAM client and server - make the...
next