Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - don't expand a single variable reference into an array when we're not | Nalin Dahyabhai | 2008-07-09 | 1 | -1/+2 | |
| | | | | expecting an array | |||||
* | - catch when an entry in a map is renamed | Nalin Dahyabhai | 2008-07-09 | 9 | -0/+74 | |
| | ||||||
* | - add support for additional stuff to be added to userRoot, same as dse | Nalin Dahyabhai | 2008-07-09 | 2 | -2/+9 | |
| | ||||||
* | - detect removal of an entry which used to show up in the map | Nalin Dahyabhai | 2008-07-09 | 9 | -0/+72 | |
| | ||||||
* | - detect when a new "interesting" entry has been added | Nalin Dahyabhai | 2008-07-09 | 8 | -0/+75 | |
| | ||||||
* | - try to set up the DIT for a longer period before giving up | Nalin Dahyabhai | 2008-07-08 | 1 | -2/+3 | |
| | ||||||
* | - detect changes to the map's filter | Nalin Dahyabhai | 2008-07-08 | 16 | -0/+168 | |
| | ||||||
* | - detect when a search base is removed from a map configuration | Nalin Dahyabhai | 2008-07-08 | 8 | -0/+84 | |
| | ||||||
* | - check that when we add a new search base to a map, it works | Nalin Dahyabhai | 2008-07-08 | 8 | -0/+82 | |
| | ||||||
* | - make the description a bit more accurate | Nalin Dahyabhai | 2008-07-08 | 1 | -1/+1 | |
| | ||||||
* | - move the user entries into the right subtrees | Nalin Dahyabhai | 2008-07-08 | 1 | -10/+10 | |
| | ||||||
* | - don't need that there any more | Nalin Dahyabhai | 2008-07-08 | 1 | -1/+0 | |
| | ||||||
* | - remove the userRoot databases now that we reset the contents every time we | Nalin Dahyabhai | 2008-07-08 | 1 | -5/+17 | |
| | | | | start the server up | |||||
* | - add some initial user entries | Nalin Dahyabhai | 2008-07-08 | 1 | -0/+94 | |
| | ||||||
* | - check that modrdn still fails under the root DSE | Nalin Dahyabhai | 2008-07-08 | 8 | -0/+49 | |
| | ||||||
* | - don't try to log the entry's old and new names during modrdn until after | Nalin Dahyabhai | 2008-07-08 | 1 | -6/+7 | |
| | | | | we've checked that there are actually entries there | |||||
* | - bundle tests up into the tarball | Nalin Dahyabhai | 2008-07-08 | 1 | -2/+3 | |
| | ||||||
* | - add a test for noticing when maps are removed | Nalin Dahyabhai | 2008-07-08 | 7 | -0/+30 | |
| | ||||||
* | - also capture stderr | Nalin Dahyabhai | 2008-07-08 | 1 | -3/+3 | |
| | ||||||
* | - correctly fill in the gap in the map list when a map is removed | Nalin Dahyabhai | 2008-07-08 | 1 | -2/+2 | |
| | ||||||
* | - initialize the client address length before accepting a new connection | Nalin Dahyabhai | 2008-07-08 | 1 | -0/+2 | |
| | ||||||
* | - add local copies of a subset of the usual FDS schema definitions | Nalin Dahyabhai | 2008-07-08 | 15 | -0/+1278 | |
| | | | | - add an empty collations configuration | |||||
* | - add a test for detecting when maps are added | Nalin Dahyabhai | 2008-07-08 | 5 | -0/+28 | |
| | ||||||
* | - give an "OK" if a test passes | Nalin Dahyabhai | 2008-07-08 | 1 | -0/+5 | |
| | ||||||
* | - don't pass a const string to str2entry | Nalin Dahyabhai | 2008-07-08 | 1 | -6/+14 | |
| | | | | - perform the scope test for sets using a correctly-initialized container SDN | |||||
* | - catch differences correctly | Nalin Dahyabhai | 2008-07-08 | 2 | -3/+4 | |
| | | | | - give the server a second to finish coming online after it forks | |||||
* | - remove extra blank line | Nalin Dahyabhai | 2008-07-08 | 1 | -1/+0 | |
| | ||||||
* | - refinements to how we launch servers | Nalin Dahyabhai | 2008-07-08 | 3 | -11/+86 | |
| | ||||||
* | - beginnings of a test framework | Nalin Dahyabhai | 2008-07-08 | 3 | -0/+18 | |
| | ||||||
* | - client for exercising the nis server | Nalin Dahyabhai | 2008-07-08 | 1 | -0/+224 | |
| | ||||||
* | - provide functions for starting and stopping the server | Nalin Dahyabhai | 2008-07-08 | 1 | -0/+23 | |
| | ||||||
* | - slightly-simplified directory server configuration template | Nalin Dahyabhai | 2008-07-08 | 1 | -0/+1343 | |
| | ||||||
* | - add framework for adding a test suite | Nalin Dahyabhai | 2008-07-08 | 3 | -3/+41 | |
| | | | | - provide a way to get the nis plugin to run more or less unprivileged | |||||
* | - return no-domain or no-map when the master for a bogus map or domain is asked | Nalin Dahyabhai | 2008-07-08 | 1 | -10/+35 | |
| | ||||||
* | - when we duplicate an empty berval list, return an empty berval list | Nalin Dahyabhai | 2008-07-08 | 1 | -0/+3 | |
| | ||||||
* | - bump the versionslapi-nis-0.1-0 | Nalin Dahyabhai | 2008-07-07 | 1 | -1/+1 | |
| | ||||||
* | - free the map lock at shutdown-time | Nalin Dahyabhai | 2008-07-07 | 1 | -0/+2 | |
| | ||||||
* | - free the array of descriptors when we're finished with it | Nalin Dahyabhai | 2008-07-07 | 1 | -0/+1 | |
| | ||||||
* | - free the domain list after the last domain's maps are gone | Nalin Dahyabhai | 2008-07-07 | 1 | -0/+5 | |
| | ||||||
* | - don't try freeing the already-zeroed key_tree list when unsetting a map | Nalin Dahyabhai | 2008-07-07 | 1 | -1/+0 | |
| | ||||||
* | - actually remove the map at shutdown-time | Nalin Dahyabhai | 2008-07-07 | 1 | -1/+1 | |
| | ||||||
* | - free the tcp_wrappers struct at shutdown-time | Nalin Dahyabhai | 2008-07-07 | 1 | -0/+3 | |
| | ||||||
* | - free the key length and key tree arrays when we clear a map | Nalin Dahyabhai | 2008-07-07 | 1 | -7/+57 | |
| | ||||||
* | - clean up the map data at shutdown time | Nalin Dahyabhai | 2008-07-07 | 3 | -0/+13 | |
| | | | | - add a shutdown function to the sch plugin so that it can clean up its cache | |||||
* | - when resizing a berval list, free the old list pointer before overwriting it | Nalin Dahyabhai | 2008-07-07 | 1 | -0/+7 | |
| | | | | | - free the temporary copy of the expression when evaluating a simple expression - when getting a data set, free temporary data | |||||
* | - don't leak the filter | Nalin Dahyabhai | 2008-07-07 | 1 | -3/+8 | |
| | | | | | | | - initialize the ava lengths list so that we don't try to free uninitialized pointers - redo how we set the dn on the constructed entries so that we don't have the server taking ownership of memory that we allocated | |||||
* | - correctly handle the case where the tcpwrappers daemon name isn't configured | Nalin Dahyabhai | 2008-07-07 | 1 | -3/+18 | |
| | ||||||
* | - fix tarball generationslapi-nis-0.0-0 | Nalin Dahyabhai | 2008-07-07 | 1 | -1/+1 | |
| | ||||||
* | - bundle ldif examples | Nalin Dahyabhai | 2008-07-07 | 1 | -1/+1 | |
| | ||||||
* | - add targets for simplifying releasing | Nalin Dahyabhai | 2008-07-07 | 1 | -0/+30 | |
| |