aboutsummaryrefslogtreecommitdiff
path: root/lib/libypclnt
Commit message (Collapse)AuthorAgeFilesLines
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessorDimitry Andric2012-02-071-1/+1
| | | | | | | | | set via ${CPP} is used, instead of always using hardcoded /usr/bin/cpp. MFC after: 1 week Notes: svn path=/head/; revision=231118
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
| | | | | | | | | | | | Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and lower it when needed. I'm setting WARNS?=0 for secure/. It seems secure/ includes the Makefile.inc provided by lib/. I'm not going to touch that directory. Most of the code there is contributed anyway. Notes: svn path=/head/; revision=201381
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
| | | | | | | | | | | preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson) Notes: svn path=/head/; revision=195767
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
| | | | | | | Ok'd by: kan Notes: svn path=/head/; revision=169807
* Back out my previous commit to this area, there are differences betweenTom Rhodes2007-03-302-363/+0
| | | | | | | | | our implementation and OpenBSD's. Requested by: des Notes: svn path=/head/; revision=168040
* Hook ypclnt.3 up to the build.Tom Rhodes2007-02-151-0/+1
| | | | Notes: svn path=/head/; revision=166734
* Add a ypclnt.3 manual page referenced by various other YP based manual pages.Tom Rhodes2007-02-151-0/+362
| | | | | | | | PR: 108980 Obtained from: OpenBSD (minimal changes for mdoc(7) style) Notes: svn path=/head/; revision=166733
* Remove debug code.Stefan Farfeleder2006-07-283-12/+0
| | | | | | | Suggested by: des Notes: svn path=/head/; revision=160804
* Use variadic macros that comply with C99. Keep the GCC-style ones ifStefan Farfeleder2006-07-171-1/+1
| | | | | | | DEBUG is defined and GCC is used. Notes: svn path=/head/; revision=160445
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
| | | | | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...) Notes: svn path=/head/; revision=148297
* Nothing in libypclnt depends on librpcsvc.Ruslan Ermilov2004-02-041-3/+0
| | | | | | | Reported by: lorder(1) (modified to work with libraries) Notes: svn path=/head/; revision=125427
* Fix the master yppasswd routines, so they really workMartin Blapp2003-06-151-33/+54
| | | | | | | | | | for root on ypmaster. Fix ypclnt_havepasswdd() to work for AF_LOCAL connections. Reviewed by: des Notes: svn path=/head/; revision=116393
* style.Makefile(5) police.David E. O'Brien2003-03-091-31/+30
| | | | | | | Reviewed by: des Notes: svn path=/head/; revision=112043
* Change the name for the local unix-socket based protocolMartin Blapp2002-12-161-1/+3
| | | | | | | | | | | | from "unix" back to "local". Add some compat stuff so both ways work for some time. Reviewed by: phk Approved by: imp (UPDATING) Requested by: iedowse, lukem@netbsd.org Notes: svn path=/head/; revision=107952
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
| | | | Notes: svn path=/head/; revision=104073
* Add ypclnt_havepasswd(), and guard against a possible segfault.Dag-Erling Smørgrav2002-05-082-12/+33
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=96198
* Obliterate the new password as well as the old, even if though it's hashed.Dag-Erling Smørgrav2002-04-271-2/+8
| | | | Notes: svn path=/head/; revision=95588
* Back out previous commit, which was not at all approved by the maintainerDag-Erling Smørgrav2002-04-181-21/+32
| | | | | | | | | | | of this code. I very much doubt that "the FreeBSD way" really means "make it as unreadable and unmaintable as possible", and I would like Makefile style (which is not currently documented anywhere except in the minds of bde and ru) to be discussed and agreed upon in the appropriate forum before any further commits of this kind happen. Notes: svn path=/head/; revision=95001
* This style is *way* outside the relm of any other of our MakefilesDavid E. O'Brien2002-04-181-32/+21
| | | | | | | | | (other than the single sys.mk). Adjust to smell like FreeBSD. Reviewed & prefered by: bde Notes: svn path=/head/; revision=94998
* Back out rev 1.6 -- I was in the wrong dir during a 'ci'. This changeDavid E. O'Brien2002-04-151-21/+32
| | | | | | | was on hold waiting feedback from previous committer. Notes: svn path=/head/; revision=94807
* ypclnt.h was the correct spelling... we now have yet another specialDavid E. O'Brien2002-04-151-32/+21
| | | | | | | thing that needs to be done to get a header installed. Notes: svn path=/head/; revision=94806
* Fix incorrect dependency. This should fix the -j build.Dag-Erling Smørgrav2002-04-151-1/+1
| | | | Notes: svn path=/head/; revision=94773
* This isn't WARNS ready in the -nostdinc case.Ruslan Ermilov2002-04-151-0/+1
| | | | Notes: svn path=/head/; revision=94770
* Add a missing generated file.Dag-Erling Smørgrav2002-04-151-1/+5
| | | | Notes: svn path=/head/; revision=94713
* Add support for FreeBSD-specific "master" update.Dag-Erling Smørgrav2002-04-132-5/+144
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=94577
* Header file for libypclnt.Dag-Erling Smørgrav2002-04-131-0/+61
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=94576
* NIS client toolbox. This centralizes code which is duplicated all overDag-Erling Smørgrav2002-04-137-0/+497
our tree. Sponsored by: DARPA, NAI Labs. Notes: svn path=/head/; revision=94575