summaryrefslogtreecommitdiffstats
path: root/lib/libypclnt
Commit message (Collapse)AuthorAgeFilesLines
* MFC r312452-r312512:ngie2017-02-101-3/+3
| | | | | | | | | | r312452-r312512: - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output - Use .CURDIR:H instead of .CURDIR to simplify pathing in output, etc
* MFHgjb2016-04-161-2/+2
|\ | | | | | | Sponsored by: The FreeBSD Foundation
| * Initialize pointer with NULL instead of 0.araujo2016-04-151-2/+2
| | | | | | | | Submitted by: pfg
* | MFHgjb2016-03-021-33/+0
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-241-33/+0
| | | | | | | | | | | | | | | | These are no longer needed after the recent 'beforebuild: depend' changes and hooking DIRDEPS_BUILD into a subset of FAST_DEPEND which supports skipping 'make depend'. Sponsored by: EMC / Isilon Storage Division
* | First pass through library packaging.gjb2016-02-041-0/+1
|/ | | | Sponsored by: The FreeBSD Foundation
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.bdrewery2015-11-251-1/+0
| | | | | | | | This both avoids some dependencies on xinstall.host and allows bootstrapping on older releases to work due to lack of at least 'install -l' support. Sponsored by: EMC / Isilon Storage Division
* new dependssjg2015-06-161-0/+1
|
* Add META_MODE support.sjg2015-06-131-0/+53
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Updated dependenciessjg2014-05-161-1/+1
| |
| * Updated dependenciessjg2014-05-101-0/+2
| |
| * Updated dependenciessjg2013-03-111-0/+1
| |
| * Updated dependenciessjg2013-02-161-2/+0
| |
| * Updated/new Makefile.dependsjg2012-11-081-0/+3
| |
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+51
|/ | | | Requested by: Simon Gerraty <sjg@juniper.net>
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessordim2012-02-071-1/+1
| | | | | | set via ${CPP} is used, instead of always using hardcoded /usr/bin/cpp. MFC after: 1 week
* Build lib/ with WARNS=6 by default.ed2010-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.
* Bump the version of all non-symbol-versioned shared libraries inkensmith2009-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)
* Bump library versions in preparation for 7.0.deischen2007-05-211-1/+1
| | | | Ok'd by: kan
* Back out my previous commit to this area, there are differences betweentrhodes2007-03-302-363/+0
| | | | | | our implementation and OpenBSD's. Requested by: des
* Hook ypclnt.3 up to the build.trhodes2007-02-151-0/+1
|
* Add a ypclnt.3 manual page referenced by various other YP based manual pages.trhodes2007-02-151-0/+362
| | | | | PR: 108980 Obtained from: OpenBSD (minimal changes for mdoc(7) style)
* Remove debug code.stefanf2006-07-283-12/+0
| | | | Suggested by: des
* Use variadic macros that comply with C99. Keep the GCC-style ones ifstefanf2006-07-171-1/+1
| | | | DEBUG is defined and GCC is used.
* Bump the shared library version number of all libraries that have notkensmith2005-07-221-1/+1
| | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...)
* Nothing in libypclnt depends on librpcsvc.ru2004-02-041-3/+0
| | | | Reported by: lorder(1) (modified to work with libraries)
* Fix the master yppasswd routines, so they really workmbr2003-06-151-33/+54
| | | | | | | for root on ypmaster. Fix ypclnt_havepasswdd() to work for AF_LOCAL connections. Reviewed by: des
* style.Makefile(5) police.obrien2003-03-091-31/+30
| | | | Reviewed by: des
* Change the name for the local unix-socket based protocolmbr2002-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
* Zap now-unused SHLIB_MINORpeter2002-09-281-1/+0
|
* Add ypclnt_havepasswd(), and guard against a possible segfault.des2002-05-082-12/+33
| | | | Sponsored by: DARPA, NAI Labs
* Obliterate the new password as well as the old, even if though it's hashed.des2002-04-271-2/+8
|
* Back out previous commit, which was not at all approved by the maintainerdes2002-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.
* This style is *way* outside the relm of any other of our Makefilesobrien2002-04-181-32/+21
| | | | | | (other than the single sys.mk). Adjust to smell like FreeBSD. Reviewed & prefered by: bde
* Back out rev 1.6 -- I was in the wrong dir during a 'ci'. This changeobrien2002-04-151-21/+32
| | | | was on hold waiting feedback from previous committer.
* ypclnt.h was the correct spelling... we now have yet another specialobrien2002-04-151-32/+21
| | | | thing that needs to be done to get a header installed.
* Fix incorrect dependency. This should fix the -j build.des2002-04-151-1/+1
|
* This isn't WARNS ready in the -nostdinc case.ru2002-04-151-0/+1
|
* Add a missing generated file.des2002-04-151-1/+5
|
* Add support for FreeBSD-specific "master" update.des2002-04-132-5/+144
| | | | Sponsored by: DARPA, NAI Labs
* Header file for libypclnt.des2002-04-131-0/+61
| | | | Sponsored by: DARPA, NAI Labs
* NIS client toolbox. This centralizes code which is duplicated all overdes2002-04-137-0/+497
our tree. Sponsored by: DARPA, NAI Labs.
OpenPOWER on IntegriCloud