Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r21284: Fix some unitilized variable warnings pointed out by Volker. | Gerald Carter | 1 | -4/+6 |
2007-10-10 | r21240: Fix longstanding Bug #4009. | Günther Deschner | 3 | -15/+33 |
2007-10-10 | r21231: get rid of unused defines that cause a redefined warning | Herb Lewis | 1 | -2/+0 |
2007-10-10 | r21228: Fix for fd leak on error path. Thanks to | Jeremy Allison | 1 | -1/+3 |
2007-10-10 | r21182: * Refactor the code to obtain the LDAP connection credentials | Gerald Carter | 2 | -123/+125 |
2007-10-10 | r21180: fix backwards compatible idmap backends parameter parsing | Gerald Carter | 1 | -6/+17 |
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 | 2 | -31/+44 |
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 | 2 | -36/+69 |
2007-10-10 | r21152: Correctly omit pam conversations when PAM_SILENT has been set by the | Günther Deschner | 2 | -57/+61 |
2007-10-10 | r21151: applying patches for CVE-2007-045[34] | Gerald Carter | 1 | -2/+4 |
2007-10-10 | r21149: Only say we are a groupmember for the optimized (rid 513) membership | Günther Deschner | 1 | -1/+4 |
2007-10-10 | r21146: Fix debug typos. | Günther Deschner | 2 | -2/+2 |
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 | r21130: Don't mix SAFE_FREE() and TALLOC_FREE(). | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r21122: Simplify code in pam_winbind a bit. | Günther Deschner | 1 | -23/+20 |
2007-10-10 | r21112: fix const compile warning | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r21106: We neither need a account lockout policy handler nor a check domain | Günther Deschner | 1 | -1/+2 |
2007-10-10 | r21101: Remove "unused" warning from Jerry's code. We still | Jeremy Allison | 1 | -1/+0 |
2007-10-10 | r21098: When get_dc_name_via_netlogon() in get_dcs() fails to find a trusted DC | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r21070: * Add the new boolean 'winbind normalize names' option as discussed | Gerald Carter | 4 | -2/+49 |
2007-10-10 | r21064: The core of this patch is | Volker Lendecke | 3 | -21/+35 |
2007-10-10 | r21056: Moving the set_domain_online_request to fork_domain_child() (formerly | Günther Deschner | 1 | -9/+12 |
2007-10-10 | r21036: Fix the ad nss info backend to not abort the search when called outsi... | Gerald Carter | 1 | -16/+10 |
2007-10-10 | r21033: To make the logs a bit more readable let the winbind dc connect child | Günther Deschner | 1 | -0/+3 |
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 | r21018: Removing the set_domain_online_request again in trustdom_recv(). | Günther Deschner | 1 | -9/+0 |
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 | r21014: move some functionss to winbindd_group.c and make static | Gerald Carter | 2 | -148/+144 |
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 | 2 | -21/+168 |
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 | 3 | -49/+236 |
2007-10-10 | r21001: * Use a simple '#define LDAPMessage void' to fix the build | Gerald Carter | 3 | -36/+3 |
2007-10-10 | r20994: Remove unused code. | James Peach | 1 | -122/+0 |
2007-10-10 | r20993: temporary build fix to get things going again on non-ADS systems | Gerald Carter | 1 | -0/+4 |
2007-10-10 | r20992: another attempt at fixing the build breakage | Gerald Carter | 2 | -22/+11 |
2007-10-10 | r20986: Commit the prototype of the nss_info plugin interface. | Gerald Carter | 10 | -389/+754 |
2007-10-10 | r20951: Remove the DOM_SID field in the struct idmap_domain and bounce | Gerald Carter | 2 | -141/+128 |
2007-10-10 | r20915: Fixed the bad merge from 3.0.24. | Jeremy Allison | 1 | -6/+8 |
2007-10-10 | r20914: Sync up incorrect differences between 3.0.24 and 3.0 | Jeremy Allison | 1 | -12/+11 |
2007-10-10 | r20911: Fix copyright message in winbindd to use the macro from smb.h | Gerald Carter | 1 | -2/+3 |
2007-10-10 | r20905: Windows 2000 returns NT_STATUS_ACCOUNT_RESTRICTION if the pw | Gerald Carter | 1 | -3/+11 |