summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r17630: Looks like getpeerid() is a system function onJeremy Allison1-1/+1
2007-10-10r17618: Not using a cache version number (yet). We really should...Jeremy Allison1-1/+0
2007-10-10r17617: Take Andrew Bartletts excellent advice and don't storeJeremy Allison3-10/+63
2007-10-10r17616: Add the lm and nt hashes to the cached credentialsJeremy Allison3-28/+52
2007-10-10r17610: Added the ability for firefox to drive the winbinddJeremy Allison5-4/+310
2007-10-10r17605: Some C++ warningsVolker Lendecke9-28/+48
2007-10-10r17584: Some C++ WarningsVolker Lendecke1-1/+1
2007-10-10r17571: Change the return code of cli_session_setup from BOOL to NTSTATUSVolker Lendecke1-8/+10
2007-10-10r17469: remove unused variableSimo Sorce1-1/+0
2007-10-10r17464: Ensure we use a hash16 data type, not a string,Jeremy Allison1-3/+45
2007-10-10r17462: Fix a cut&paste bug that caused us to return a null SID on some error...Simo Sorce1-0/+6
2007-10-10r17461: Ensure we never save a NULL SID mapping. || should be &&.Jeremy Allison1-1/+1
2007-10-10r17459: As by Jerry's word commit this without his review.Simo Sorce6-50/+246
2007-10-10r17366: Save the logon script path from the info3 in the PAM session allowingGünther Deschner2-4/+19
2007-10-10r17365: Fix memleak.Günther Deschner1-1/+4
2007-10-10r17363: Some C++ warningsVolker Lendecke1-7/+13
2007-10-10r17345: Some C++ warningsVolker Lendecke2-2/+2
2007-10-10r17162: Fix typo small typos noticed by Paul Green.Gerald Carter1-1/+1
2007-10-10r17159: Bug 3920: Restore wnibind use default domain behavior for domain groups.Gerald Carter2-18/+25
2007-10-10r17123: Fix 32bit/64bit portability issues again.Gerald Carter1-22/+54
2007-10-10r17102: Fix segfault in libnss_wins [bugzilla #3937].Günther Deschner1-0/+1
2007-10-10r17021: remove unsupported smbwrapper codeGerald Carter2-2/+9
2007-10-10r17017: BUG 3916: fix pam config file parsing in pam_winbind.Gerald Carter1-15/+17
2007-10-10r17007: Increment winbind protocol version number.Andrew Bartlett1-1/+1
2007-10-10r17005: Add a new helper mode to ntlm_auth: ntlm-change-password-1Andrew Bartlett4-0/+163
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison17-107/+670
2007-10-10r16941: Fix crash bug when the pam conversation receives an empty token.Günther Deschner1-2/+2
2007-10-10r16940: libnscd sets errno, use that to display error message.Günther Deschner1-2/+2
2007-10-10r16939: Still clear the winbind_cache.tdb when offline logons are not enabled.Günther Deschner1-2/+4
2007-10-10r16823: Allow to call wbinfo --domain-info="" or --domain-info="." to get domainGünther Deschner1-4/+7
2007-10-10r16800: correct a probable cut&paste errorSimo Sorce1-1/+1
2007-10-10r16790: Fix memleak.Günther Deschner1-0/+1
2007-10-10r16755: Hunting warning has some benefits....Volker Lendecke1-2/+2
2007-10-10r16687: Fix bugs #3901, #3902, #3903 reported by jason@ncac.gwu.edu.Jeremy Allison2-7/+18
2007-10-10r16678: Fix bug #3898 reported by jason@ncac.gwu.edu.Jeremy Allison1-1/+1
2007-10-10r16644: Fix bug #3887 reported by jason@ncac.gwu.eduJeremy Allison1-2/+2
2007-10-10r16610: Subtle one from Klocwork #2076. If multiple flagsJeremy Allison1-0/+3
2007-10-10r16480: (Ugly) workaround before the set_dc_type_flags & friends cleanup:Günther Deschner1-1/+39
2007-10-10r16479: When dcip_to_name failed to get the name of the ip in saf_servername weGünther Deschner1-1/+1
2007-10-10r16475: destroy talloc ctx when we weren't able to collect onlinestatusGünther Deschner1-0/+4
2007-10-10r16474: There is no point in figuring out lockout policies if we do not allowGünther Deschner1-1/+1
2007-10-10r16473: There is no point in calling set_dc_type_and_flags() before eachGünther Deschner1-2/+9
2007-10-10r16422: winbindd_demote_client isn't used and generatesJeremy Allison1-8/+0
2007-10-10r16361: Fix Klocwork ID 1731 1770 1771 1775 1796Volker Lendecke4-3/+14
2007-10-10r16358: ALWAYS compile this stuff on a 64-bit box beforeJeremy Allison1-1/+3
2007-10-10r16349: Another fix to make winbind more robust in large domains:Günther Deschner1-11/+52
2007-10-10r16285: On a 64-bit box, size_t != uint32. Ensure we useJeremy Allison1-2/+4
2007-10-10r16284: Start fixing up gcc4 -O6 warnings on an x86_64 box. size_t != unsignedJeremy Allison2-6/+6
2007-10-10r16222: Fix DEBUG statements.Günther Deschner2-2/+2
2007-10-10r16221: No need for friednly error messages at log level 10.Günther Deschner1-27/+26