GitXplorerGitXplorer
f

nis

public
4 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
e3ce3599102bc133e0b9c653d703dfc31ce24292

updated README

fflavorjones committed 14 years ago
Unverified
1f6d676520bb8fa66c19b51f62bae0587b47071e

removing manifest.

fflavorjones committed 14 years ago
Unverified
e1871c3e436ad3d6e87a751d796b2ad07a7c9c7c

gemspec

fflavorjones committed 14 years ago
Unverified
f013b2c20c39cf54cbd5381b6022c7c9b74757c8

version bump to 0.1.1.1 to indicate repackaging.

fflavorjones committed 14 years ago
Unverified
92ab83905acc0aa7029745298c93523fe72811fa

cleaned up README and added a CHANGELOG

fflavorjones committed 14 years ago
Unverified
407400b2b329b45ff22e93f102c54ca1fd1ab009

gemspec added to manifest.

fflavorjones committed 14 years ago

README

The README file for this repository.

= nis

This is a gem repackage of the code available at:

== CHANGES

Code is unchanged from 0.1.1 (which was available only as a tarball).

Module NIS has been aliased to the module YP in an attempt to be a good Rubygem citizen.

== DESCRIPTION:

Provides an interface for NIS(YP) API.

== USAGE

YP Module (and aliased NIS Module)

Constants:

  • YPERR_....
  • YPOP_....

Module Functions:

  • yp_all(domain, map, callback)
  • yp_all(domain, map){|status, key, val| ... }
  • key, val = yp_first(domain, map)
  • next_key, next_val = yp_next(domain, map, key)
  • val = yp_match(domain, map, key)
  • yp_update(domain, map, ypop, key, val)

== AUTHOR

== SUPPORT

Unchanged since 2002.

Gemified in 2010 by Mike Dalessio (@flavorjones).

== LICENSE:

Copyright (C) 2001, Takaaki Tateishi (ttate@jaist.ac.jp)