| Commit message (Expand) | Author | Age | Files | Lines |
* | Some touchups courtesy of Philippe Charnier. | wpaul | 1997-11-16 | 2 | -13/+18 |
* | Add a ypinit script and man page (script lifted from OpenBSD and haqued | wpaul | 1997-11-10 | 4 | -14/+673 |
* | Fix typo: 129.168.128.0 -> 192.168.128.0 | jseger | 1997-11-01 | 1 | -2/+2 |
* | Typos in man page. Cosmetics in error strings. | charnier | 1997-10-29 | 9 | -133/+182 |
* | Don't initialize structures from other variables; gcc -ansi -pedantic | wpaul | 1997-08-10 | 1 | -6/+7 |
* | Fix for PR #4147: apparently BIND now returns a status of NO_RECOVERY | wpaul | 1997-07-28 | 1 | -3/+4 |
* | Fix a bug in the async DNS resolver that can crash ypserv. yp_prune_dnsq() | wpaul | 1997-07-27 | 1 | -4/+9 |
* | Fix a very stupid heap corruption bug: in ypproc_match_2_svc(), when | wpaul | 1997-07-21 | 1 | -9/+7 |
* | Back out one of my paranoia tests from the last commit here; yp_access() | wpaul | 1997-04-28 | 1 | -17/+1 |
* | fix some typos, and some slight clean up... | jmg | 1997-04-15 | 1 | -48/+57 |
* | Add a sanity test to ypproc_xfr_2_svc(): check that the map and domain | wpaul | 1997-04-10 | 1 | -8/+48 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-31 | 1 | -3/+3 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 11 | -16/+16 |
* | Two small tweaks: | wpaul | 1997-02-09 | 1 | -3/+3 |
* | Close PR# 2645: add curly braces where my fevered brain in collusion | wpaul | 1997-02-06 | 1 | -1/+2 |
* | Typo. | tg | 1997-02-04 | 1 | -1/+1 |
* | Fix bug that slipped through last big round of changes: sometimes | wpaul | 1997-01-20 | 1 | -1/+6 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 11 | -16/+16 |
* | Ack. When I moved the getsockopt() calls, I forgot to move the lines | wpaul | 1997-01-12 | 1 | -4/+4 |
* | yp_server.c: | wpaul | 1997-01-07 | 2 | -17/+56 |
* | Eek: the 'check for / in map names' test I added a while back detects | wpaul | 1997-01-06 | 1 | -1/+2 |
* | Make the select() call work like the others in the system.. ie: don't | peter | 1996-12-30 | 1 | -3/+5 |
* | Fix harmless bug found by new pointer-to-function prototypes. | peter | 1996-12-30 | 1 | -4/+4 |
* | More async resolver refinements: | wpaul | 1996-12-25 | 4 | -54/+115 |
* | Fix some bugs: | wpaul | 1996-12-24 | 1 | -11/+34 |
* | Big round o changes: | wpaul | 1996-12-22 | 7 | -159/+625 |
* | Back out the non-forking YPPROC_ALL stuff. Whatever drugs I was doing | wpaul | 1996-12-03 | 5 | -299/+92 |
* | This commit changes the YPPROC_ALL procecdure so that it handles requests | wpaul | 1996-11-30 | 5 | -95/+302 |
* | Eek! When I added the YP_INTERDOMAIN and YP_SECURE support, I documented | wpaul | 1996-11-15 | 1 | -5/+5 |
* | Add support for handling the YP_SECURE and YP_INTERDOMAIN keys from | wpaul | 1996-10-24 | 5 | -20/+164 |
* | In ypxfr_callback(), the failure to create an RPC CLIENT * handle for | wpaul | 1996-10-23 | 1 | -4/+6 |
* | Close a potential security hole: if yp_access() is passed a map name, | wpaul | 1996-09-30 | 1 | -4/+15 |
* | Toss the mkaliases script into the attic and remove its install | wpaul | 1996-09-15 | 2 | -14/+1 |
* | Hmm, well, whaddya know? ypserv was making calls to the undocumented | peter | 1996-08-30 | 1 | -6/+3 |
* | Use the .Fx macro where appropriate. | mpp | 1996-08-23 | 1 | -2/+3 |
* | was missing @ | adam | 1996-08-09 | 1 | -2/+2 |
* | Fix the services.byname target so that it creates search keys for the | peter | 1996-07-25 | 1 | -4/+6 |
* | Fix typo in last commit, it seems that a hash comments out a \ at the end | peter | 1996-07-24 | 1 | -4/+4 |
* | Add sample rules for amd.host, mostly from the AMD docs, but tweaked to fit | peter | 1996-07-24 | 1 | -2/+26 |
* | 'mkaliases' is broken (strips spaces) so don't use it, | adam | 1996-07-18 | 1 | -11/+8 |
* | Re-implement the DB handle cache using a circular queue and manage | wpaul | 1996-07-07 | 1 | -89/+180 |
* | Toss old mknetid script into the attic. | wpaul | 1996-06-25 | 3 | -43/+5 |
* | Makefile.yp: | wpaul | 1996-06-05 | 3 | -21/+52 |
* | Small touch-ups -- no functional changes. | wpaul | 1996-05-31 | 7 | -34/+40 |
* | Performance enhancements (I hope) and new stuff: | wpaul | 1996-04-28 | 8 | -214/+560 |
* | Fix for memory leak: specify NULL as openinfo parameter when calling | wpaul | 1996-04-11 | 1 | -2/+2 |
* | Correct some man page cross references and file location references. | mpp | 1996-04-07 | 1 | -5/+5 |
* | Initialize a few more 'result' members in a few places (both in the v2 | wpaul | 1996-03-01 | 1 | -14/+61 |
* | In ypproc_master_2_svc(), don't leave result.peer uninitialized when | wpaul | 1996-02-29 | 1 | -1/+3 |
* | sense of 'mask' was reversed in default case of no securenets file. | adam | 1996-02-29 | 1 | -2/+2 |