summaryrefslogtreecommitdiff
path: root/nsswitch
AgeCommit message (Expand)AuthorFilesLines
2011-09-08nsswitch: make the wbcSidsToUnixIds() parser more robustAndrew Tridgell1-2/+2
2011-09-06waf: install pam modules in PAMMODULESDIR.Günther Deschner1-0/+1
2011-08-21wbclient: Add pkg-config file.Jelmer Vernooij2-0/+12
2011-06-12s3: Remove "struct ip_service" from resolve_winsVolker Lendecke1-8/+7
2011-06-12nsswitch: Remove some refs to the global winbindd_fdVolker Lendecke1-8/+10
2011-06-10nsswitch/winbind_client.h: fix licence/copyrightGünther Deschner1-0/+29
2011-06-10nsswitch/pam_winbind.h: fix licence/copyright.Günther Deschner1-0/+48
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-06-05nss_wins: Add a stackframe to lookup_byname_backend()Volker Lendecke1-3/+7
2011-06-01Remove a PATH_MAX.Jeremy Allison1-2/+3
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-2/+2
2011-05-17Fix redefinition of fstrcpy.Jeremy Allison1-1/+7
2011-05-16s3: Fix return check in nss_winsVolker Lendecke1-1/+1
2011-05-08nsswitch: Fix build check logicKai Blin1-1/+1
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison1-2/+0
2011-05-05More const fixes for compiler warnings from the waf build.Jeremy Allison2-15/+15
2011-05-05Clean up some const and other compiler warnings.Jeremy Allison1-8/+8
2011-05-04Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison1-1/+1
2011-05-03Remove strlower_m() and strupper_m() from source4 and common code.Andrew Bartlett1-1/+0
2011-04-19Fix Bug #8099 setpwent() actually does endpwent() and vice versa on FreeBSDSergey Korsak1-4/+4
2011-04-16selftest: Remove duplication between BUILDIR and BINDIRAndrew Bartlett1-1/+1
2011-04-13nsswitch: Add wbinfo --sids-to-unix-idsVolker Lendecke1-0/+78
2011-04-13libwbclient: Add wbcSidsToUnixIdsVolker Lendecke2-1/+124
2011-04-13nsswitch: wbinfo --lookup-sidsVolker Lendecke1-0/+63
2011-04-13libwbclient: Add wbcLookupSidsVolker Lendecke2-0/+193
2011-04-13s3: Add winbindd_lookupsidsVolker Lendecke1-1/+3
2011-03-30s3: Fix Coverity ID 2217: RESOURCE_LEAKVolker Lendecke1-1/+1
2011-03-30s3: Fix Coverity ID 2220: RESOURCE_LEAKVolker Lendecke1-0/+2
2011-03-30s3: Fix Coverity ID 2221: RESOURCE_LEAKVolker Lendecke1-0/+2
2011-03-30s3: Fix Coverity ID 2222: RESOURCE_LEAKVolker Lendecke1-0/+2
2011-03-30s3: Fix Coverity ID 2223: RESOURCE_LEAKVolker Lendecke1-0/+2
2011-03-27s3: Fix Coverity ID 2200: NULL_RETURNS (cut&paste error)Volker Lendecke1-1/+1
2011-03-16s3: Fix Coverity ID 2148, FORWARD_NULLVolker Lendecke1-3/+2
2011-03-15libwbclient: CID 2199 -- NULL pointer returnVolker Lendecke1-0/+4
2011-03-10libwbclient: Add some input checkVolker Lendecke1-0/+4
2011-03-10libwbclient: Remove a pointless checkVolker Lendecke1-1/+2
2011-03-05wbinfo: Use wbcSidToStringBufVolker Lendecke1-60/+14
2011-03-05wbinfo: Fix a debug messageVolker Lendecke1-1/+1
2011-03-05pam_winbind: Use wbcSidToStringBufVolker Lendecke1-12/+3
2011-03-05libwbclient: Use wbcSidToStringBufVolker Lendecke3-55/+11
2011-03-05libwbclient: Add wbcSidToStringBufVolker Lendecke2-16/+50
2011-03-05nsswitch: wbcFreeMemory deals fine with NULLVolker Lendecke2-21/+7
2011-03-02s3: Attempt to fix the build on IRIXVolker Lendecke1-55/+10
2011-02-28nsswitch: Eliminate select from wb_commonVolker Lendecke1-28/+27
2011-02-18nsswitch: make libwbclient a public library again.Günther Deschner1-1/+1
2011-02-18lib/util/charset Add back setlocale(), but only when called from binariesAndrew Bartlett1-1/+1
2011-02-18nsswitch: depend on dlAndrew Tridgell1-1/+1
2011-02-17nsswitch: make wb_reqtrans a common subsystem.Günther Deschner3-0/+512
2011-02-17s3-waf: make most of the nsswitch common.Günther Deschner1-3/+10
2011-02-17s4-waf: move wbinfo buildrule to winbind.Günther Deschner1-5/+0