<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slapi-nis.git/tests, branch slapi-nis-ad</title>
<subtitle>SLAPI-NIS</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/slapi-nis.git/'/>
<entry>
<title>Factor out the sleeping</title>
<updated>2013-05-24T15:52:39+00:00</updated>
<author>
<name>Nalin Dahyabhai</name>
<email>nalin@redhat.com</email>
</author>
<published>2013-05-24T15:52:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/slapi-nis.git/commit/?id=8d847e66539bd2a6cc5b26f069b12b0e6ddb2003'/>
<id>8d847e66539bd2a6cc5b26f069b12b0e6ddb2003</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add %sort() and %dribble_merge()</title>
<updated>2013-05-23T23:46:59+00:00</updated>
<author>
<name>Nalin Dahyabhai</name>
<email>nalin@redhat.com</email>
</author>
<published>2013-05-23T23:40:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/slapi-nis.git/commit/?id=fd975c77fda8dc2485eede3c15aee3fc3d236a9f'/>
<id>fd975c77fda8dc2485eede3c15aee3fc3d236a9f</id>
<content type='text'>
Add %sort(), which binary-sorts a single list of values, and
%dribble_merge(), which takes a quoted length, a separator,
and some expressions and produces a list of lists of values
using the separator, where no list is larger than the length.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add %sort(), which binary-sorts a single list of values, and
%dribble_merge(), which takes a quoted length, a separator,
and some expressions and produces a list of lists of values
using the separator, where no list is larger than the length.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test syntax errors that newer ns-slapd notices</title>
<updated>2013-05-23T23:44:35+00:00</updated>
<author>
<name>Nalin Dahyabhai</name>
<email>nalin@redhat.com</email>
</author>
<published>2013-05-23T15:54:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/slapi-nis.git/commit/?id=9f112bfb1354de7c9a58915c9b0641341b2c4f2c'/>
<id>9f112bfb1354de7c9a58915c9b0641341b2c4f2c</id>
<content type='text'>
The schema declarations which we use for self-tests contain some syntax
errors that are flagged by newer versions of ns-slapd.  Fix them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The schema declarations which we use for self-tests contain some syntax
errors that are flagged by newer versions of ns-slapd.  Fix them.
</pre>
</div>
</content>
</entry>
<entry>
<title>don't skip changes that only affect map membership</title>
<updated>2013-04-04T17:25:29+00:00</updated>
<author>
<name>Nalin Dahyabhai</name>
<email>nalin@redhat.com</email>
</author>
<published>2013-04-04T17:25:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/slapi-nis.git/commit/?id=4f13ba5eb7712a831de2e3e3bb1b398a8d30387f'/>
<id>4f13ba5eb7712a831de2e3e3bb1b398a8d30387f</id>
<content type='text'>
When checking if we can skip processing for a given change, pay
attention to whether or not the changes cause the entry to need to be
added or removed from a map (#912673).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When checking if we can skip processing for a given change, pay
attention to whether or not the changes cause the entry to need to be
added or removed from a map (#912673).
</pre>
</div>
</content>
</entry>
<entry>
<title>add test use of betxns</title>
<updated>2012-11-12T18:47:47+00:00</updated>
<author>
<name>Nalin Dahyabhai</name>
<email>nalin@redhat.com</email>
</author>
<published>2012-11-12T18:47:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/slapi-nis.git/commit/?id=f3f8ea446c04b3ca50a723d007314eba9d21d133'/>
<id>f3f8ea446c04b3ca50a723d007314eba9d21d133</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>compare LDIF without case sensitivity</title>
<updated>2012-10-25T21:38:59+00:00</updated>
<author>
<name>Nalin Dahyabhai</name>
<email>nalin@redhat.com</email>
</author>
<published>2012-10-25T20:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/slapi-nis.git/commit/?id=8c2ec5b5cad770c4e13dbfebf888a4ef08c0c4d2'/>
<id>8c2ec5b5cad770c4e13dbfebf888a4ef08c0c4d2</id>
<content type='text'>
Case sensitive comparisons keep getting tripped up by DN
canonicalization and the like.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Case sensitive comparisons keep getting tripped up by DN
canonicalization and the like.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of git.fedorahosted.org:/git/slapi-nis</title>
<updated>2012-04-03T16:01:57+00:00</updated>
<author>
<name>Nalin Dahyabhai</name>
<email>nalin@redhat.com</email>
</author>
<published>2012-04-03T16:01:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/slapi-nis.git/commit/?id=99b56fe001842549461a706f726e67785e20ae13'/>
<id>99b56fe001842549461a706f726e67785e20ae13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- bump to 0.40</title>
<updated>2012-03-30T21:52:14+00:00</updated>
<author>
<name>Nalin Dahyabhai</name>
<email>nalin@dahyabhai.net</email>
</author>
<published>2012-03-30T21:52:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/slapi-nis.git/commit/?id=5b2c5bd45124c6a9c109936dd1689a6b5a692716'/>
<id>5b2c5bd45124c6a9c109936dd1689a6b5a692716</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- treat the padding values used by %link() into expressions instead of</title>
<updated>2012-03-30T20:51:36+00:00</updated>
<author>
<name>Nalin Dahyabhai</name>
<email>nalin@dahyabhai.net</email>
</author>
<published>2012-03-30T20:51:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/slapi-nis.git/commit/?id=82b4a9da03cb7b932629a91268945d130ee9fbf3'/>
<id>82b4a9da03cb7b932629a91268945d130ee9fbf3</id>
<content type='text'>
  as literals
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  as literals
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of git.fedorahosted.org:/git/slapi-nis</title>
<updated>2012-03-29T14:32:34+00:00</updated>
<author>
<name>Nalin Dahyabhai</name>
<email>nalin@redhat.com</email>
</author>
<published>2012-03-29T14:32:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/abbra/public_git/slapi-nis.git/commit/?id=6664dd61cdd64573daa371008b65dcdd646462e5'/>
<id>6664dd61cdd64573daa371008b65dcdd646462e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
