Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - do a full clear of some temporaries (valgrind) | Nalin Dahyabhai | 2010-11-18 | 1 | -0/+2 |
| | |||||
* | - set the plugin up correctly | Nalin Dahyabhai | 2010-11-18 | 1 | -1/+1 |
| | |||||
* | - don't walk off the end of the filter array, but expect it to be of the | Nalin Dahyabhai | 2010-11-18 | 1 | -1/+1 |
| | | | | right length | ||||
* | - update schema for tests | Nalin Dahyabhai | 2010-11-18 | 29 | -1494/+3285 |
| | |||||
* | - add optional caching of filters to attribute lists | Nalin Dahyabhai | 2010-11-18 | 2 | -19/+51 |
| | |||||
* | - use actual slapi_filter structures to avoid reparsing | Nalin Dahyabhai | 2010-11-18 | 2 | -4/+14 |
| | |||||
* | - manage filters along with chains of attributes and search bases | Nalin Dahyabhai | 2010-11-18 | 2 | -4/+23 |
| | |||||
* | - revert that last change | Nalin Dahyabhai | 2010-11-17 | 1 | -8/+5 |
| | |||||
* | - build against either 389-ds-base or redhat-ds-base, whichever is probably | Nalin Dahyabhai | 2010-11-11 | 1 | -2/+11 |
| | | | | more appropriate here | ||||
* | - handle the docs being moved around | Nalin Dahyabhai | 2010-11-11 | 1 | -1/+1 |
| | |||||
* | - merge fedora .spec file changes | Nalin Dahyabhai | 2010-10-18 | 1 | -5/+16 |
| | |||||
* | - symlink | Nalin Dahyabhai | 2010-09-27 | 1 | -0/+1 |
| | |||||
* | - return unwilling-to-perform instead of insufficient-access in response | Nalin Dahyabhai | 2010-08-02 | 1 | -2/+2 |
| | | | | to write requests | ||||
* | - fix doc/nis-known-maps.txt | Nalin Dahyabhai | 2010-08-02 | 1 | -1/+1 |
| | |||||
* | - Fedora Directory Server's been called 389 Directory Server for a while | Nalin Dahyabhai | 2010-07-20 | 1 | -1/+1 |
| | |||||
* | - add a minimum uid and gid setting for screening users and groups | Nalin Dahyabhai | 2010-01-27 | 1 | -0/+8 |
| | |||||
* | - add the basics of a --files option | Nalin Dahyabhai | 2010-01-27 | 1 | -3/+20 |
| | |||||
* | - if the userPassword isn't a valid crypted value, drop it | Nalin Dahyabhai | 2009-09-01 | 1 | -0/+8 |
| | | | | | - set the flags on a newly-created ipa user to require preauth and a new password | ||||
* | - fixup changelog entries that looked like macro invocations | Nalin Dahyabhai | 2009-07-14 | 1 | -0/+23 |
| | |||||
* | - note whether or not the map is "secure" regardless of whether or not | Nalin Dahyabhai | 2009-06-18 | 1 | -5/+5 |
| | | | | we were able to find a matching key | ||||
* | - include the devel docs in the binary package | Nalin Dahyabhai | 2009-06-18 | 2 | -3/+6 |
| | |||||
* | - try to cut down on the number of places that a given formatting | Nalin Dahyabhai | 2009-06-17 | 3 | -88/+40 |
| | | | | function is being documented | ||||
* | - add a note about known map types | Nalin Dahyabhai | 2009-06-17 | 3 | -0/+39 |
| | |||||
* | - note that NIS is a postop plugin, not object | Nalin Dahyabhai | 2009-06-17 | 2 | -16/+22 |
| | | | | - note that the defaults at the bottom of getting-started actually work | ||||
* | - move some documentation files around | Nalin Dahyabhai | 2009-06-17 | 15 | -3/+12 |
| | |||||
* | - list map names in non-nickname form | Nalin Dahyabhai | 2009-06-17 | 1 | -12/+27 |
| | | | | | - explicitly mention all of the maps that a ypserv-based server would try to provide | ||||
* | - comment why we bother with this script | Nalin Dahyabhai | 2009-06-17 | 1 | -0/+3 |
| | |||||
* | - remove a typo word | Nalin Dahyabhai | 2009-06-17 | 1 | -2/+2 |
| | |||||
* | - note that the "filter" we expect in configuration is an LDAP search | Nalin Dahyabhai | 2009-06-17 | 1 | -5/+11 |
| | | | | | filter, and refer to format-specifiers.txt when describing settings which are given as format specifiers (Dmitri Pal) | ||||
* | - actually send portmap registrations to the right serverslapi-nis-0.17 | Nalin Dahyabhai | 2009-05-14 | 4 | -3/+7 |
| | |||||
* | - 0.16slapi-nis-0.16 | Nalin Dahyabhai | 2009-05-14 | 3 | -2/+8 |
| | |||||
* | - when not configured to use a specific port, bindresvport to a datagram | Nalin Dahyabhai | 2009-05-14 | 1 | -3/+4 |
| | | | | | socket so that we avoid trying to use the same one that we might be using for a portmap client socket | ||||
* | - try to set the reuse-address socket option at the right level (socket, | Nalin Dahyabhai | 2009-05-14 | 1 | -2/+2 |
| | | | | not IP) this time | ||||
* | - call this 0.15slapi-nis-0.15 | Nalin Dahyabhai | 2009-05-08 | 3 | -2/+8 |
| | |||||
* | - another test for handling of empties | Nalin Dahyabhai | 2009-05-07 | 5 | -0/+67 |
| | |||||
* | - changes to comments | Nalin Dahyabhai | 2009-05-07 | 1 | -4/+5 |
| | |||||
* | - more redundancy in the test | Nalin Dahyabhai | 2009-05-07 | 3 | -9/+9 |
| | |||||
* | - verify that we don't merge empty values, either | Nalin Dahyabhai | 2009-05-07 | 1 | -1/+1 |
| | |||||
* | - remove that debug message, it's redundant | Nalin Dahyabhai | 2009-05-07 | 1 | -1/+0 |
| | |||||
* | - log more details | Nalin Dahyabhai | 2009-05-07 | 1 | -9/+30 |
| | |||||
* | - add a test for %collect() | Nalin Dahyabhai | 2009-05-07 | 2 | -0/+21 |
| | |||||
* | - make sure that %referred() and %deref() don't return empty strings | Nalin Dahyabhai | 2009-05-07 | 7 | -9/+88 |
| | |||||
* | - run edit-dse-config.sh from the subdirectory of the test | Nalin Dahyabhai | 2009-05-07 | 2 | -3/+4 |
| | |||||
* | - remove unused variables | Nalin Dahyabhai | 2009-05-06 | 3 | -7/+2 |
| | |||||
* | - update version to 0.14slapi-nis-0.14 | Nalin Dahyabhai | 2009-05-06 | 4 | -3/+7 |
| | |||||
* | - verify that toggling nsslapd-pluginEnabled for the plugin doesn't do | Nalin Dahyabhai | 2009-05-06 | 30 | -0/+92 |
| | | | | anything bad | ||||
* | - if there's a script to edit the default dse.ldif in the test | Nalin Dahyabhai | 2009-05-06 | 2 | -1/+11 |
| | | | | directory, run it before starting the server | ||||
* | - revert to registering plugins at init-time, which is what the docs | Nalin Dahyabhai | 2009-05-06 | 4 | -66/+90 |
| | | | | | | say we should do - use whether or not the plugin_base is initialized as in indicator of whether the plugin's been started or not | ||||
* | - register our internal pre-/post-/internalpre-op plugins at | Nalin Dahyabhai | 2009-05-06 | 2 | -78/+92 |
| | | | | startup-time, so that the hooks will only be used if we're enabled | ||||
* | - yikes, those weren't supposed to be symbolic links | Nalin Dahyabhai | 2009-05-06 | 4 | -4/+708 |
| |