summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* - don't expand a single variable reference into an array when we're notNalin Dahyabhai2008-07-091-1/+2
| | | | expecting an array
* - catch when an entry in a map is renamedNalin Dahyabhai2008-07-099-0/+74
|
* - add support for additional stuff to be added to userRoot, same as dseNalin Dahyabhai2008-07-092-2/+9
|
* - detect removal of an entry which used to show up in the mapNalin Dahyabhai2008-07-099-0/+72
|
* - detect when a new "interesting" entry has been addedNalin Dahyabhai2008-07-098-0/+75
|
* - try to set up the DIT for a longer period before giving upNalin Dahyabhai2008-07-081-2/+3
|
* - detect changes to the map's filterNalin Dahyabhai2008-07-0816-0/+168
|
* - detect when a search base is removed from a map configurationNalin Dahyabhai2008-07-088-0/+84
|
* - check that when we add a new search base to a map, it worksNalin Dahyabhai2008-07-088-0/+82
|
* - make the description a bit more accurateNalin Dahyabhai2008-07-081-1/+1
|
* - move the user entries into the right subtreesNalin Dahyabhai2008-07-081-10/+10
|
* - don't need that there any moreNalin Dahyabhai2008-07-081-1/+0
|
* - remove the userRoot databases now that we reset the contents every time weNalin Dahyabhai2008-07-081-5/+17
| | | | start the server up
* - add some initial user entriesNalin Dahyabhai2008-07-081-0/+94
|
* - check that modrdn still fails under the root DSENalin Dahyabhai2008-07-088-0/+49
|
* - don't try to log the entry's old and new names during modrdn until afterNalin Dahyabhai2008-07-081-6/+7
| | | | we've checked that there are actually entries there
* - bundle tests up into the tarballNalin Dahyabhai2008-07-081-2/+3
|
* - add a test for noticing when maps are removedNalin Dahyabhai2008-07-087-0/+30
|
* - also capture stderrNalin Dahyabhai2008-07-081-3/+3
|
* - correctly fill in the gap in the map list when a map is removedNalin Dahyabhai2008-07-081-2/+2
|
* - initialize the client address length before accepting a new connectionNalin Dahyabhai2008-07-081-0/+2
|
* - add local copies of a subset of the usual FDS schema definitionsNalin Dahyabhai2008-07-0815-0/+1278
| | | | - add an empty collations configuration
* - add a test for detecting when maps are addedNalin Dahyabhai2008-07-085-0/+28
|
* - give an "OK" if a test passesNalin Dahyabhai2008-07-081-0/+5
|
* - don't pass a const string to str2entryNalin Dahyabhai2008-07-081-6/+14
| | | | - perform the scope test for sets using a correctly-initialized container SDN
* - catch differences correctlyNalin Dahyabhai2008-07-082-3/+4
| | | | - give the server a second to finish coming online after it forks
* - remove extra blank lineNalin Dahyabhai2008-07-081-1/+0
|
* - refinements to how we launch serversNalin Dahyabhai2008-07-083-11/+86
|
* - beginnings of a test frameworkNalin Dahyabhai2008-07-083-0/+18
|
* - client for exercising the nis serverNalin Dahyabhai2008-07-081-0/+224
|
* - provide functions for starting and stopping the serverNalin Dahyabhai2008-07-081-0/+23
|
* - slightly-simplified directory server configuration templateNalin Dahyabhai2008-07-081-0/+1343
|
* - add framework for adding a test suiteNalin Dahyabhai2008-07-083-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 askedNalin Dahyabhai2008-07-081-10/+35
|
* - when we duplicate an empty berval list, return an empty berval listNalin Dahyabhai2008-07-081-0/+3
|
* - bump the versionslapi-nis-0.1-0Nalin Dahyabhai2008-07-071-1/+1
|
* - free the map lock at shutdown-timeNalin Dahyabhai2008-07-071-0/+2
|
* - free the array of descriptors when we're finished with itNalin Dahyabhai2008-07-071-0/+1
|
* - free the domain list after the last domain's maps are goneNalin Dahyabhai2008-07-071-0/+5
|
* - don't try freeing the already-zeroed key_tree list when unsetting a mapNalin Dahyabhai2008-07-071-1/+0
|
* - actually remove the map at shutdown-timeNalin Dahyabhai2008-07-071-1/+1
|
* - free the tcp_wrappers struct at shutdown-timeNalin Dahyabhai2008-07-071-0/+3
|
* - free the key length and key tree arrays when we clear a mapNalin Dahyabhai2008-07-071-7/+57
|
* - clean up the map data at shutdown timeNalin Dahyabhai2008-07-073-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 itNalin Dahyabhai2008-07-071-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 filterNalin Dahyabhai2008-07-071-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 configuredNalin Dahyabhai2008-07-071-3/+18
|
* - fix tarball generationslapi-nis-0.0-0Nalin Dahyabhai2008-07-071-1/+1
|
* - bundle ldif examplesNalin Dahyabhai2008-07-071-1/+1
|
* - add targets for simplifying releasingNalin Dahyabhai2008-07-071-0/+30
|