Codebase list slapi-nis / slapi-nis-0.36
- 0.36 Nalin Dahyabhai 12 years ago
3 changed file(s) with 9 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 0.36 * Stop yp_first/yp_next from looping indefinitely when keys get
1 duplicated in NIS maps, at least for a single LDAP entry.
02 0.35 * Add mmatch,mregmatch[i],mregsub[i] functions (part of #783274),
13 which work like match,regmatch[i],regsub[i], but which handle
24 and return lists of zero or more values.
0 AC_INIT(slapi-nis,0.35)
0 AC_INIT(slapi-nis,0.36)
11 AC_CONFIG_MACRO_DIR([m4])
22 AM_INIT_AUTOMAKE(foreign)
33 LT_INIT([disable-static])
44 %endif
55
66 Name: slapi-nis
7 Version: 0.35
7 Version: 0.36
88 Release: 1%{?dist}
99 Summary: NIS Server and Schema Compatibility plugins for Directory Server
1010 Group: System Environment/Daemons
6464 %{_sbindir}/nisserver-plugin-defs
6565
6666 %changelog
67 * Tue Jan 24 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.36-1
68 - take steps to avoid making yp_first/yp_next clients loop indefinitely
69 when a single LDAP entry produces multiple copies of the same NIS key
70 for a given map
71
6772 * Tue Jan 24 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.35-1
6873 - add mmatch/mregmatch[i]/mregsub[i] formatting functions which work like
6974 match/regmatch[i]/regsub[i], but which can handle and return lists of