Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - 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 | |||||
* | - remove extra blank line | Nalin Dahyabhai | 2008-07-08 | 1 | -1/+0 | |
| | ||||||
* | - add framework for adding a test suite | Nalin Dahyabhai | 2008-07-08 | 1 | -1/+11 | |
| | | | | - 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 | |
| | ||||||
* | - 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 | |
| | ||||||
* | - associative property ftw | Nalin Dahyabhai | 2008-07-07 | 1 | -2/+2 | |
| | ||||||
* | - try not to log binary data | Nalin Dahyabhai | 2008-07-07 | 1 | -14/+0 | |
| | ||||||
* | - update to make use of the newer function setup | Nalin Dahyabhai | 2008-07-07 | 1 | -3/+3 | |
| | ||||||
* | - teach "merge" to merge lists of values in addition to single values | Nalin Dahyabhai | 2008-07-07 | 1 | -450/+220 | |
| | | | | | | - deref: return a list of values - referral: return a list of values - drop "echo" and "list" (the latter subsumed by "merge") | |||||
* | - skip zero-length values | Nalin Dahyabhai | 2008-07-07 | 1 | -3/+21 | |
| | | | | - if a search is scope==one, do a DN compare while we search the set of entries | |||||
* | - fill in the default filter if we fail to find an explicitly-configured one, | Nalin Dahyabhai | 2008-07-07 | 1 | -3/+6 | |
| | | | | rather than overwriting the default with NULL if we fail to find one | |||||
* | - don't overrun the key lengths buffers when we're setting up NIS keys | Nalin Dahyabhai | 2008-07-03 | 1 | -4/+6 | |
| | ||||||
* | - make formatting binary-clean | Nalin Dahyabhai | 2008-07-03 | 2 | -239/+449 | |
| | ||||||
* | - don't skip values just because they might be empty | Nalin Dahyabhai | 2008-07-03 | 1 | -1/+1 | |
| | ||||||
* | - fix copy/paste errors in reading of configuration data | Nalin Dahyabhai | 2008-07-03 | 2 | -2/+2 | |
| | ||||||
* | - fix an incorrect recursion in the vattr-aware filter reader | Nalin Dahyabhai | 2008-07-03 | 1 | -1/+3 | |
| | | | | - properly populate the template string list in the vattr-aware strlist reader | |||||
* | - update for new length-setting formatting API | Nalin Dahyabhai | 2008-07-03 | 2 | -538/+137 | |
| | | | | | - use shared vattr-aware attribute reading functions to cut down the amount of code we use to read the configuration | |||||
* | - whoops, add missing variable | Nalin Dahyabhai | 2008-07-03 | 1 | -1/+1 | |
| | ||||||
* | - add more functions for reading vattr-stored configuration | Nalin Dahyabhai | 2008-07-03 | 2 | -3/+28 | |
| | ||||||
* | - add some simple wrappers for reading configuration settings | Nalin Dahyabhai | 2008-07-03 | 2 | -0/+104 | |
| | ||||||
* | - check over some comments | Nalin Dahyabhai | 2008-07-03 | 1 | -8/+37 | |
| | | | | - differentiate between no-original-key and no-map when handling yp_next() | |||||
* | - clean up some comments | Nalin Dahyabhai | 2008-07-03 | 1 | -10/+33 | |
| | ||||||
* | Merge branch 'master' of git.fedoraproject.org:/git/slapi-nis | Nalin Dahyabhai | 2008-07-03 | 13 | -350/+946 | |
|\ | ||||||
| * | - factor out checking if an entry is one of ours | Nalin Dahyabhai | 2008-07-03 | 1 | -50/+128 | |
| | | | | | | | | | | | | | | - add a function to retrieve the entry data for a given RDN - during bind requests, return a referral to the right entry if it's not one we just made up, else fail the bind - fail to compare anything we're supplying.... for now | |||||
| * | - make the map match logic use 'const' where it's appropriate | Nalin Dahyabhai | 2008-07-03 | 4 | -16/+16 | |
| | | ||||||
| * | - add the new parameter to return always-NULL backend data | Nalin Dahyabhai | 2008-07-03 | 1 | -2/+9 | |
| | | ||||||
| * | - compensate for new parameters in the map matching functions | Nalin Dahyabhai | 2008-07-03 | 1 | -3/+3 | |
| | | ||||||
| * | - return the backend data associated with the matching entry from the matching | Nalin Dahyabhai | 2008-07-03 | 2 | -4/+11 | |
| | | | | | | | | functions | |||||
| * | - function rename: set_entry_one -> set_entry | Nalin Dahyabhai | 2008-07-03 | 4 | -13/+13 | |
| | | ||||||
| * | - also track the DN of the originating entry | Nalin Dahyabhai | 2008-07-03 | 1 | -9/+86 | |
| | | | | | | | | - hook bind (insufficient_access) and compare (unwilling_to_perform) requests | |||||
| * | - make the newly-multiple-choice deref and referred functions return errors | Nalin Dahyabhai | 2008-07-02 | 1 | -7/+32 | |
| | | | | | | | | | | when they fail to find answers in multiple-choice situations, so that we don't end up with empty strings | |||||
| * | - start blocking writes to our groups | Nalin Dahyabhai | 2008-07-02 | 1 | -4/+68 | |
| | | ||||||
| * | - sneak in the global state so that the preop and postop plugins get access to | Nalin Dahyabhai | 2008-07-02 | 1 | -36/+12 | |
| | | | | | | | | the base DN information | |||||
| * | - read the plugin base DN at plugin startup so that we can easily get to it | Nalin Dahyabhai | 2008-07-02 | 1 | -0/+20 | |
| | | | | | | | | later | |||||
| * | - teach referred() to return multiple choices | Nalin Dahyabhai | 2008-07-02 | 1 | -18/+54 | |
| | | ||||||
| * | - require exactly the right number of arguments | Nalin Dahyabhai | 2008-07-02 | 1 | -1/+1 | |
| | | ||||||
| * | - teach the deref function to accept two arguments in a multiple-choice call | Nalin Dahyabhai | 2008-07-02 | 1 | -11/+40 | |
| | | ||||||
| * | - add rdn values to group and set entries | Nalin Dahyabhai | 2008-07-02 | 1 | -7/+26 | |
| | | | | | | | | | | | | - send the result ourselves when the search is confined to one of our groups - recreate the entry from the ldif created using the entry so that it's well-formed | |||||
| * | - support search matches against the group container and the entry set in | Nalin Dahyabhai | 2008-07-02 | 1 | -41/+132 | |
| | | | | | | | | addition to the entries themselves |