Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r17102: Fix segfault in libnss_wins [bugzilla #3937]. | Günther Deschner | 1 | -0/+1 |
2007-10-10 | r17021: remove unsupported smbwrapper code | Gerald Carter | 2 | -2/+9 |
2007-10-10 | r17017: BUG 3916: fix pam config file parsing in pam_winbind. | Gerald Carter | 1 | -15/+17 |
2007-10-10 | r17007: Increment winbind protocol version number. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r17005: Add a new helper mode to ntlm_auth: ntlm-change-password-1 | Andrew Bartlett | 4 | -0/+163 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 17 | -107/+670 |
2007-10-10 | r16941: Fix crash bug when the pam conversation receives an empty token. | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r16940: libnscd sets errno, use that to display error message. | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r16939: Still clear the winbind_cache.tdb when offline logons are not enabled. | Günther Deschner | 1 | -2/+4 |
2007-10-10 | r16823: Allow to call wbinfo --domain-info="" or --domain-info="." to get domain | Günther Deschner | 1 | -4/+7 |
2007-10-10 | r16800: correct a probable cut&paste error | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r16790: Fix memleak. | Günther Deschner | 1 | -0/+1 |
2007-10-10 | r16755: Hunting warning has some benefits.... | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r16687: Fix bugs #3901, #3902, #3903 reported by jason@ncac.gwu.edu. | Jeremy Allison | 2 | -7/+18 |
2007-10-10 | r16678: Fix bug #3898 reported by jason@ncac.gwu.edu. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r16644: Fix bug #3887 reported by jason@ncac.gwu.edu | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r16610: Subtle one from Klocwork #2076. If multiple flags | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r16480: (Ugly) workaround before the set_dc_type_flags & friends cleanup: | Günther Deschner | 1 | -1/+39 |
2007-10-10 | r16479: When dcip_to_name failed to get the name of the ip in saf_servername we | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r16475: destroy talloc ctx when we weren't able to collect onlinestatus | Günther Deschner | 1 | -0/+4 |
2007-10-10 | r16474: There is no point in figuring out lockout policies if we do not allow | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r16473: There is no point in calling set_dc_type_and_flags() before each | Günther Deschner | 1 | -2/+9 |
2007-10-10 | r16422: winbindd_demote_client isn't used and generates | Jeremy Allison | 1 | -8/+0 |
2007-10-10 | r16361: Fix Klocwork ID 1731 1770 1771 1775 1796 | Volker Lendecke | 4 | -3/+14 |
2007-10-10 | r16358: ALWAYS compile this stuff on a 64-bit box before | Jeremy Allison | 1 | -1/+3 |
2007-10-10 | r16349: Another fix to make winbind more robust in large domains: | Günther Deschner | 1 | -11/+52 |
2007-10-10 | r16285: On a 64-bit box, size_t != uint32. Ensure we use | Jeremy Allison | 1 | -2/+4 |
2007-10-10 | r16284: Start fixing up gcc4 -O6 warnings on an x86_64 box. size_t != unsigned | Jeremy Allison | 2 | -6/+6 |
2007-10-10 | r16222: Fix DEBUG statements. | Günther Deschner | 2 | -2/+2 |
2007-10-10 | r16221: No need for friednly error messages at log level 10. | Günther Deschner | 1 | -27/+26 |
2007-10-10 | r16196: A bit of defensive programming: | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r16192: Fix timeformats in the winbind response struct. | Günther Deschner | 1 | -8/+8 |
2007-10-10 | r16187: Fix memleak. | Günther Deschner | 1 | -9/+12 |
2007-10-10 | r16154: Fix winbind function table typo. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r16114: Make winbindd's group enumeration (set|get|endgrent) work again (when | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r16080: Re-add accidentially excluded in-forest domain trusts (fixes bug #3823). | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r15985: Adding "own-domain" switch to wbinfo which is handy from time to time. | Günther Deschner | 1 | -1/+17 |
2007-10-10 | r15984: Correctly handle the case when there is no configuration file for | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r15983: Honour the krb5 principal name change (of the new ads join code) in the | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r15982: Fix confusing order of DEBUG statements in winbindds pam_auth. | Günther Deschner | 1 | -3/+3 |
2007-10-10 | r15977: Fillup the password_policy method in winbindd for winbindd_passdb. This | Günther Deschner | 1 | -2/+41 |
2007-10-10 | r15976: Set our internal domains to "online" by default in winbindd. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r15904: This does two things: | Volker Lendecke | 1 | -25/+37 |
2007-10-10 | r15845: Ok. This was a tough one. If for some reason the tconX fails towards ... | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r15842: patch from volker to instruct winbindd to find a trusted DC on its ow... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r15705: Fix bug number 3788. Thanks to Jeff Wright. | Volker Lendecke | 1 | -0/+3 |
2007-10-10 | r15698: An attempt to make the winbind lookup_usergroups() call in security=ads | Günther Deschner | 2 | -17/+116 |
2007-10-10 | r15697: I take no comments as no objections :) | Günther Deschner | 2 | -13/+37 |
2007-10-10 | r15675: Man pages say never look at the fd_set after a select | Jeremy Allison | 1 | -2/+8 |
2007-10-10 | r15634: Prevent passwords of winbindd's list of credential caches from beeing | Günther Deschner | 3 | -1/+51 |