commit f139de79d91e7773b5b98fe5aca5570f77c7aee9 Author: Christian Seiler Date: Wed Aug 13 12:42:14 2014 -0400 libnfsidmap: respect Nobody-User/Nobody-Group Previous behavior of libnfsidmap was to do a name lookup of nobody@DEFAULTDOMAIN (for both user and group), which does not match the behavior of rpc.idmapd. This patch makes libnfsidmap respect Nobody-User/Nobody-Group for lookups, thus making the nfsidmap utility properly handle the case if nobody@DEFAULTDOMAIN does not directly map to any user/group on the system. Signed-off-by: Christian Seiler Signed-off-by: Steve Dickson commit 309a89975a50bf53c408233a1bb5b10fd579ca30 Author: Signed-off-by: Shijoe Panjikkaran Date: Wed Apr 30 13:19:34 2014 -0400 nss: use strrchr() instead of strchr() to get the last occurrence of "@" Signed-off-by: Shijoe Panjikkaran Signed-off-by: Steve Dickson commit 3226c06989186d9cd60ba146df4e2898fee5047b Author: Steve Dickson Date: Wed Apr 30 11:14:22 2014 -0400 libnfsidmap: id_as_chars() fails zero value ids. Root has a zero value id which is valid and should not be mapped to nfsnobody Signed-off-by: Steve Dickson commit 1a3b4db85cea016d2d6a803f2eb71fd5002f5d1a Author: Eric S. Raymond Date: Tue Jul 2 08:39:17 2013 -0400 Fixed typo in NAME section of the idmapd.conf(5) man page. Signed-off-by: Steve Dickson commit 338f6e1a5ae5e86fd2357cb73ff915ae48d85fb7 Author: Steve Dickson Date: Tue May 28 13:58:48 2013 -0400 Ignore all .lo files Signed-off-by: Steve Dickson commit daadf633aeed3fb9e3aedf5b1d63a4f84d70df1c Author: Aníbal Monsalve Salazar Date: Tue May 28 13:57:07 2013 -0400 nfsidmap: Don't check ENABLE_LDAP twice To build the Debian libnfsidmap package, I've used the patch in this mail for more than a year. Debian-BTS: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661215 Author: Steve Langasek Description: Don't check ENABLE_LDAP twice This source is already being conditionally compiled based on ENABLE_LDAP being set in the Makefile. All this extra check does is cause umich_ldap.so to always be compiled as an *EMPTY* object because nothing sets ENABLE_LDAP before the #ifdef! Bug-Ubuntu: https://bugs.launchpad.net/bugs/939232 Signed-off-by: Steve Dickson commit 92d797a18b5fb25dc115777e3121ff56607490d6 Author: Jiri Horky Date: Wed Aug 1 13:38:47 2012 -0400 libnfsidmap: implementation of client side Static translation method Since the [Static] section in idmapd.conf does not distinguish between user and group mappings we try both cases for each defined mapping. The code caches id->name mappings in the init function Signed-off-by: Jiri Horky Signed-off-by: Steve Dickson commit ed330cc9985c6b3bee037ad4b99206dfa70a6f44 Author: Steve Dickson Date: Wed Aug 1 13:31:39 2012 -0400 Make the auto config process more direct. Signed-off-by: Steve Dickson commit ee3099dbc71c6190cc612e923506c7d634b4b3c9 Author: Ville Skyttä Date: Tue Jun 19 10:10:40 2012 -0400 idmapd.conf.5: Fixed some syntax typos Signed-off-by: Steve Dickson commit f079113f90366f1965b9fd3b0fdbce77415f37a7 Author: Juno Krahn Date: Mon Mar 19 08:33:58 2012 -0400 idmapd: logging of Local-Realms only lists the last realm The list of local realms can be logged with a massage like the following: rpc.idmapd: libnfsidmap: Realms list: 'EXAMPLE2.COM' Instead of printing a list of realms, only the last realm in the list is shown. https://bugzilla.redhat.com/show_bug.cgi?id=804152 Signed-off-by: Steve Dickson