summaryrefslogtreecommitdiff
path: root/nsswitch
AgeCommit message (Collapse)AuthorFilesLines
2012-04-23selftest: Add test for bug #8884: wbinfo --group-info=administrator ↵Andrew Bartlett1-0/+2
segfaults s4-winbindd Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Apr 23 07:44:50 CEST 2012 on sn-devel-104
2012-04-20selftest: Add extra info on what is failing in wbclient testsAndrew Bartlett1-65/+71
This may help me chase down the failure in my idmap rework. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Apr 20 09:51:35 CEST 2012 on sn-devel-104
2012-04-20libwbclient: bump version to 0.9, and add this version to .pc fileAndrew Bartlett2-3/+7
2012-04-17waf: Add possibility to build with system libwbclient.Andreas Schneider2-9/+28
2012-02-25nsswitch: Remove a pointless if-clauseVolker Lendecke1-1/+1
gr->num_gr_mem is a uint32, so it can never be < 0
2012-02-20nsstest: Allocate the correct sized buffer for initgroupsAndrew Bartlett1-1/+1
Found by chance due to a re-order of the tests to start s3member earlier and chasing down a malloc Abort into a valgrind error. Only happens when a user has more than 4 groups. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Feb 20 05:23:04 CET 2012 on sn-devel-104
2012-02-06s3-nsswitch: Fix warnings on Solaris.Ira Cooper1-0/+1
Add "system/passwd.h" so struct group is declared. Autobuild-User: Ira Cooper <ira@samba.org> Autobuild-Date: Mon Feb 6 18:28:53 CET 2012 on sn-devel-104
2012-02-01selftest: Remove unused support for --exeextAndrew Bartlett1-1/+1
2012-01-06s3: No value change, just use the correct enum valueVolker Lendecke1-1/+1
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Jan 6 16:33:42 CET 2012 on sn-devel-104
2011-10-27nsswitch: Disable uid_wrapper in libwbclient.Andreas Schneider3-0/+5
This way we don't have to link against it in the autoconf build.
2011-10-11lib/param move source4 param code to the top levelAndrew Bartlett1-1/+1
This is done so that the lpcfg_ functions are available across the whole build, either with the struct loadparm_context loaded from an smb.conf directly or as a wrapper around the source3 param code. This is not the final, merged loadparm, but simply one step to make it easier to solve other problems while we make our slow progress on this difficult problem. Andrew Bartlett
2011-10-08build: build wbinfo only once in the waf buildAndrew Bartlett2-1/+7
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sat Oct 8 04:52:03 CEST 2011 on sn-devel-104
2011-10-06Add missing com_err dependenciesEwoud Kohl van Wijngaarden1-1/+1
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Oct 6 02:10:21 CEST 2011 on sn-devel-104
2011-09-23build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett1-1/+1
2011-09-23wbclient: added support for handling WBC_ID_TYPE_BOTH mappingsAndrew Tridgell1-0/+3
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Michael Adam <obnox@samba.org>
2011-09-23libwbclient: added support for WBC_ID_TYPE_BOTHAndrew Tridgell2-1/+6
the Samba4 winbindd allows for a single SID to map to both a user and group id. This is used to support files with the owner_sid set to a group Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Michael Adam <obnox@samba.org>
2011-09-08nsswitch: make the wbcSidsToUnixIds() parser more robustAndrew Tridgell1-2/+2
this allows it to handle new types of responses Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-09-06waf: install pam modules in PAMMODULESDIR.Günther Deschner1-0/+1
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Sep 6 11:09:45 CEST 2011 on sn-devel-104
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
Guenther
2011-06-10nsswitch/pam_winbind.h: fix licence/copyright.Günther Deschner1-0/+48
Guenther
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_P isn't standard talloc.
2011-06-05nss_wins: Add a stackframe to lookup_byname_backend()Volker Lendecke1-3/+7
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Jun 5 15:17:42 CEST 2011 on sn-devel-104
2011-06-01Remove a PATH_MAX.Jeremy Allison1-2/+3
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-2/+2
strcasecmp_m() never needs to call to talloc, and via next_codepoint() still has an ASCII fast-path bypassing iconv() calls. Andrew Bartlett
2011-05-17Fix redefinition of fstrcpy.Jeremy Allison1-1/+7
2011-05-16s3: Fix return check in nss_winsVolker Lendecke1-1/+1
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon May 16 00:30:42 CEST 2011 on sn-devel-104
2011-05-08nsswitch: Fix build check logicKai Blin1-1/+1
Only build pam_winbind.so if we want pam modules _and_ have the libs Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Sun May 8 23:56:33 CEST 2011 on sn-devel-104
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
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu May 5 00:59:40 CEST 2011 on sn-devel-104
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
This function is problematic because a string may expand in size when changed into upper or lower case. This will then push characters off the end of the string in the s3 implementation, or panic in the former s4 implementation. Andrew Bartlett
2011-04-19Fix Bug #8099 setpwent() actually does endpwent() and vice versa on FreeBSDSergey Korsak1-4/+4
Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Apr 19 19:15:14 CEST 2011 on sn-devel-104
2011-04-16selftest: Remove duplication between BUILDIR and BINDIRAndrew Bartlett1-1/+1
Just have BINDIR, and have it default to ./bin Andrew Bartlett
2011-04-13nsswitch: Add wbinfo --sids-to-unix-idsVolker Lendecke1-0/+78
Signed-off-by: Jeremy Allison <jra@samba.org>
2011-04-13libwbclient: Add wbcSidsToUnixIdsVolker Lendecke2-1/+124
Signed-off-by: Jeremy Allison <jra@samba.org>
2011-04-13nsswitch: wbinfo --lookup-sidsVolker Lendecke1-0/+63
Signed-off-by: Jeremy Allison <jra@samba.org>
2011-04-13libwbclient: Add wbcLookupSidsVolker Lendecke2-0/+193
Signed-off-by: Jeremy Allison <jra@samba.org>
2011-04-13s3: Add winbindd_lookupsidsVolker Lendecke1-1/+3
Signed-off-by: Jeremy Allison <jra@samba.org>
2011-03-30s3: Fix Coverity ID 2217: RESOURCE_LEAKVolker Lendecke1-1/+1
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 30 10:45:44 CEST 2011 on sn-devel-104
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
Further down we unconditionally reference *info
2011-03-15libwbclient: CID 2199 -- NULL pointer returnVolker Lendecke1-0/+4
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Mar 15 12:08:48 CET 2011 on sn-devel-104