summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - LDAP_SCOPE_ONE->LDAP_SCOPE_ONELEVELNalin Dahyabhai2008-07-094-13/+16
* - remove unused variablesNalin Dahyabhai2008-07-095-36/+14
* - allow a binary 0 (base64 "AA==") to override a default without supplying aNalin Dahyabhai2008-07-093-4/+26
* - don't expand a single variable reference into an array when we're notNalin Dahyabhai2008-07-091-1/+2
* - don't try to log the entry's old and new names during modrdn until afterNalin Dahyabhai2008-07-081-6/+7
* - 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
* - don't pass a const string to str2entryNalin Dahyabhai2008-07-081-6/+14
* - remove extra blank lineNalin Dahyabhai2008-07-081-1/+0
* - add framework for adding a test suiteNalin Dahyabhai2008-07-081-1/+11
* - 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
* - 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
* - when resizing a berval list, free the old list pointer before overwriting itNalin Dahyabhai2008-07-071-0/+7
* - don't leak the filterNalin Dahyabhai2008-07-071-3/+8
* - correctly handle the case where the tcpwrappers daemon name isn't configuredNalin Dahyabhai2008-07-071-3/+18
* - associative property ftwNalin Dahyabhai2008-07-071-2/+2
* - try not to log binary dataNalin Dahyabhai2008-07-071-14/+0
* - update to make use of the newer function setupNalin Dahyabhai2008-07-071-3/+3
* - teach "merge" to merge lists of values in addition to single valuesNalin Dahyabhai2008-07-071-450/+220
* - skip zero-length valuesNalin Dahyabhai2008-07-071-3/+21
* - fill in the default filter if we fail to find an explicitly-configured one,Nalin Dahyabhai2008-07-071-3/+6
* - don't overrun the key lengths buffers when we're setting up NIS keysNalin Dahyabhai2008-07-031-4/+6
* - make formatting binary-cleanNalin Dahyabhai2008-07-032-239/+449
* - don't skip values just because they might be emptyNalin Dahyabhai2008-07-031-1/+1
* - fix copy/paste errors in reading of configuration dataNalin Dahyabhai2008-07-032-2/+2
* - fix an incorrect recursion in the vattr-aware filter readerNalin Dahyabhai2008-07-031-1/+3
* - update for new length-setting formatting APINalin Dahyabhai2008-07-032-538/+137
* - whoops, add missing variableNalin Dahyabhai2008-07-031-1/+1
* - add more functions for reading vattr-stored configurationNalin Dahyabhai2008-07-032-3/+28
* - add some simple wrappers for reading configuration settingsNalin Dahyabhai2008-07-032-0/+104
* - check over some commentsNalin Dahyabhai2008-07-031-8/+37
* - clean up some commentsNalin Dahyabhai2008-07-031-10/+33
* Merge branch 'master' of git.fedoraproject.org:/git/slapi-nisNalin Dahyabhai2008-07-0313-350/+946
|\
| * - factor out checking if an entry is one of oursNalin Dahyabhai2008-07-031-50/+128
| * - make the map match logic use 'const' where it's appropriateNalin Dahyabhai2008-07-034-16/+16
| * - add the new parameter to return always-NULL backend dataNalin Dahyabhai2008-07-031-2/+9
| * - compensate for new parameters in the map matching functionsNalin Dahyabhai2008-07-031-3/+3
| * - return the backend data associated with the matching entry from the matchingNalin Dahyabhai2008-07-032-4/+11
| * - function rename: set_entry_one -> set_entryNalin Dahyabhai2008-07-034-13/+13
| * - also track the DN of the originating entryNalin Dahyabhai2008-07-031-9/+86
| * - make the newly-multiple-choice deref and referred functions return errorsNalin Dahyabhai2008-07-021-7/+32
| * - start blocking writes to our groupsNalin Dahyabhai2008-07-021-4/+68