| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug that slipped through last big round of changes: sometimes | Bill Paul | 1997-01-20 | 1 | -1/+6 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 11 | -16/+16 |
* | Ack. When I moved the getsockopt() calls, I forgot to move the lines | Bill Paul | 1997-01-12 | 1 | -4/+4 |
* | yp_server.c: | Bill Paul | 1997-01-07 | 2 | -17/+56 |
* | Eek: the 'check for / in map names' test I added a while back detects | Bill Paul | 1997-01-06 | 1 | -1/+2 |
* | Make the select() call work like the others in the system.. ie: don't | Peter Wemm | 1996-12-30 | 1 | -3/+5 |
* | Fix harmless bug found by new pointer-to-function prototypes. | Peter Wemm | 1996-12-30 | 1 | -4/+4 |
* | More async resolver refinements: | Bill Paul | 1996-12-25 | 4 | -54/+115 |
* | Fix some bugs: | Bill Paul | 1996-12-24 | 1 | -11/+34 |
* | Big round o changes: | Bill Paul | 1996-12-22 | 7 | -159/+625 |
* | Back out the non-forking YPPROC_ALL stuff. Whatever drugs I was doing | Bill Paul | 1996-12-03 | 5 | -299/+92 |
* | This commit changes the YPPROC_ALL procecdure so that it handles requests | Bill Paul | 1996-11-30 | 5 | -95/+302 |
* | Eek! When I added the YP_INTERDOMAIN and YP_SECURE support, I documented | Bill Paul | 1996-11-15 | 1 | -5/+5 |
* | Add support for handling the YP_SECURE and YP_INTERDOMAIN keys from | Bill Paul | 1996-10-24 | 5 | -20/+164 |
* | In ypxfr_callback(), the failure to create an RPC CLIENT * handle for | Bill Paul | 1996-10-23 | 1 | -4/+6 |
* | Close a potential security hole: if yp_access() is passed a map name, | Bill Paul | 1996-09-30 | 1 | -4/+15 |
* | Toss the mkaliases script into the attic and remove its install | Bill Paul | 1996-09-15 | 2 | -14/+1 |
* | Hmm, well, whaddya know? ypserv was making calls to the undocumented | Peter Wemm | 1996-08-30 | 1 | -6/+3 |
* | Use the .Fx macro where appropriate. | Mike Pritchard | 1996-08-23 | 1 | -2/+3 |
* | was missing @ | Adam David | 1996-08-09 | 1 | -2/+2 |
* | Fix the services.byname target so that it creates search keys for the | Peter Wemm | 1996-07-25 | 1 | -4/+6 |
* | Fix typo in last commit, it seems that a hash comments out a \ at the end | Peter Wemm | 1996-07-24 | 1 | -4/+4 |
* | Add sample rules for amd.host, mostly from the AMD docs, but tweaked to fit | Peter Wemm | 1996-07-24 | 1 | -2/+26 |
* | 'mkaliases' is broken (strips spaces) so don't use it, | Adam David | 1996-07-18 | 1 | -11/+8 |
* | Re-implement the DB handle cache using a circular queue and manage | Bill Paul | 1996-07-07 | 1 | -89/+180 |
* | Toss old mknetid script into the attic. | Bill Paul | 1996-06-25 | 3 | -43/+5 |
* | Makefile.yp: | Bill Paul | 1996-06-05 | 3 | -21/+52 |
* | Small touch-ups -- no functional changes. | Bill Paul | 1996-05-31 | 7 | -34/+40 |
* | Performance enhancements (I hope) and new stuff: | Bill Paul | 1996-04-28 | 8 | -214/+560 |
* | Fix for memory leak: specify NULL as openinfo parameter when calling | Bill Paul | 1996-04-11 | 1 | -2/+2 |
* | Correct some man page cross references and file location references. | Mike Pritchard | 1996-04-07 | 1 | -5/+5 |
* | Initialize a few more 'result' members in a few places (both in the v2 | Bill Paul | 1996-03-01 | 1 | -14/+61 |
* | In ypproc_master_2_svc(), don't leave result.peer uninitialized when | Bill Paul | 1996-02-29 | 1 | -1/+3 |
* | sense of 'mask' was reversed in default case of no securenets file. | Adam David | 1996-02-29 | 1 | -2/+2 |
* | Typo (vi -> v1). | Guido van Rooij | 1996-02-26 | 1 | -2/+2 |
* | Add support for NIS v1 client procedures. The following procedures | Bill Paul | 1996-02-26 | 4 | -53/+260 |
* | Duh: remember to #include <stdlib.h> to pick up declarations for | Bill Paul | 1996-02-25 | 1 | -3/+2 |
* | Add real securenets support. By default, ypserv now uses /var/yp/securenets | Bill Paul | 1996-02-24 | 5 | -39/+228 |
* | Correct a bunch of man page cross references and generally | Mike Pritchard | 1996-02-11 | 1 | -5/+5 |
* | Makefile.yp: | Bill Paul | 1996-02-04 | 2 | -11/+34 |
* | Found an instance of yp_error() in yp_maplist_create() that had two %s | Bill Paul | 1996-01-31 | 1 | -2/+2 |
* | Fix a bunch of spelling errors in a bunch of man pages. | Mike Pritchard | 1996-01-30 | 1 | -8/+8 |
* | Change private version of verr() to __verr() and make it static to | Bill Paul | 1996-01-26 | 1 | -3/+3 |
* | Update pointer to yppush. | Bill Paul | 1996-01-12 | 1 | -2/+2 |
* | More changes brought about by testing of yppush (which is almost finished): | Bill Paul | 1996-01-10 | 2 | -18/+43 |
* | A few small tweaks related to ypxfr: | Bill Paul | 1995-12-23 | 5 | -37/+84 |
* | Fixed building in obj directory. | Bruce Evans | 1995-12-16 | 1 | -1/+3 |
* | Import the new, non-GPL ypserv, written by yours truly. Functionally | Bill Paul | 1995-12-16 | 11 | -0/+2345 |