summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* - check that when we add a second set name, the right thing happensNalin Dahyabhai2008-07-108-0/+42
|
* - run sort in the C locale to get consistent resultsNalin Dahyabhai2008-07-106-6/+6
|
* - check that modrdn can't change the set configurationNalin Dahyabhai2008-07-108-0/+31
|
* - keep the nomenclature consistentNalin Dahyabhai2008-07-101-1/+1
|
* - test that when we remove a set, the data "disappears"Nalin Dahyabhai2008-07-108-0/+24
|
* - whoops, keep the nomenclature consistentNalin Dahyabhai2008-07-107-0/+0
|
* - only run tests for the components we buildNalin Dahyabhai2008-07-101-1/+7
|
* - add a descriptionNalin Dahyabhai2008-07-101-0/+1
|
* - add a helper for checking if we've been called by ourselvesNalin Dahyabhai2008-07-103-0/+22
| | | | - if a search was initiated by us, don't bother (and also don't deadlock)
* - add a test that when we add a container, we can see the contentsNalin Dahyabhai2008-07-106-0/+26
|
* - slight reordering of operationsNalin Dahyabhai2008-07-101-4/+4
|
* - log fatal startup errors at level fatal, not pluginNalin Dahyabhai2008-07-101-21/+84
| | | | | - treat inability to bind to the tcp socket as fatal - close listening and portmap-client sockets at shutdown-time
* - set SO_LINGER so that we stop talking to clients when we call close()Nalin Dahyabhai2008-07-101-0/+4
|
* - read: return a -1 on end-of-fileNalin Dahyabhai2008-07-101-1/+7
|
* - actually hang up if securenets says "no"Nalin Dahyabhai2008-07-101-2/+9
|
* - add test for securenets but not allowing localhostNalin Dahyabhai2008-07-108-0/+58
|
* - add test for an allowed entry in securenetsNalin Dahyabhai2008-07-108-0/+58
|
* - make yp_maplist omit maps with "nis-secure: yes" if the client isn't "secure"Nalin Dahyabhai2008-07-101-27/+37
|
* - verify that setting nis-secure: yes hides the map's contents and removes itNalin Dahyabhai2008-07-108-0/+54
| | | | from the yp_maplist reply set
* - add a "match" commandNalin Dahyabhai2008-07-101-0/+28
|
* - can't use nis_all over udp, silly!Nalin Dahyabhai2008-07-107-0/+33
|
* - tweak an error messageNalin Dahyabhai2008-07-091-2/+2
|
* - actually fix our yp_all implementationNalin Dahyabhai2008-07-091-14/+89
|
* - define an attribute for server names in entries which make up the ↵Nalin Dahyabhai2008-07-091-0/+3
| | | | ypservers map
* - add the ability to specify a default base, specifically for 'ypservers'Nalin Dahyabhai2008-07-091-24/+46
|
* - clean up the diff output a bitNalin Dahyabhai2008-07-091-3/+13
|
* - give YP_FIRST/YP_NEXT a bit of a workoutNalin Dahyabhai2008-07-097-0/+42
|
* - give YP_MASTER/YP_ORDER a goNalin Dahyabhai2008-07-097-0/+178
|
* - test YP_DOMAIN and YP_MAPLISTNalin Dahyabhai2008-07-097-0/+68
|
* - updateNalin Dahyabhai2008-07-091-1/+3
|
* - allow specification of a server other than the local hostNalin Dahyabhai2008-07-091-8/+46
|
* - add a way to pull out specific map defaultsNalin Dahyabhai2008-07-091-6/+20
|
* - clarify that the domain is meant to be replacedNalin Dahyabhai2008-07-091-3/+4
| | | | - default to _PATH_BSHELL for %{loginShell}
* - package the nisserver-plugin-defs binaryNalin Dahyabhai2008-07-092-1/+2
|
* - add a way to print out the values we hard-code for map default settingsNalin Dahyabhai2008-07-092-9/+80
| | | | - correct for %list() being gone now
* - gethostbyname fails in koji, which i guess makes the server not startNalin Dahyabhai2008-07-091-1/+3
|
* - make sure the new tarball can be used to build an rpm package, tooNalin Dahyabhai2008-07-091-0/+10
|
* - add packaging for the check dataslapi-nis-0.2Nalin Dahyabhai2008-07-092-1/+4
|
* - add some missing dependenciesNalin Dahyabhai2008-07-092-3/+3
|
* - LDAP_SCOPE_ONE->LDAP_SCOPE_ONELEVELNalin Dahyabhai2008-07-094-13/+16
| | | | - LDAP_SCOPE_SUB->LDAP_SCOPE_SUBTREE
* - fix the changelog version comment (rpmlint)Nalin Dahyabhai2008-07-091-1/+1
|
* - packaging changes: drop the -0 from the distdir and tarball, add a .spec fileNalin Dahyabhai2008-07-093-4/+53
|
* - remove unused variablesNalin Dahyabhai2008-07-096-38/+14
|
* - check that multivalued attributes cause the expression to fail in a single-Nalin Dahyabhai2008-07-094-4/+3
| | | | value context, but produce a list in a list context
* - handle addition of a value to a multi-valued attribute used in the formatNalin Dahyabhai2008-07-099-0/+89
| | | | and in a multi-valued keys format
* - allow a binary 0 (base64 "AA==") to override a default without supplying aNalin Dahyabhai2008-07-093-4/+26
| | | | value, for when we want to remove a default key-format and add a keys-format
* - check that we handle a required attribute going missingNalin Dahyabhai2008-07-099-0/+82
|
* - detect addition of a value to an attribute which we require to be ↵Nalin Dahyabhai2008-07-099-0/+81
| | | | single-valued
* - update descriptionNalin Dahyabhai2008-07-091-1/+1
|
* - add a test for the case where a modrdn change adds a value to an attributeNalin Dahyabhai2008-07-099-0/+72
| | | | which we require to be single-valued