Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor | dim | 2012-02-07 | 1 | -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. | ed | 2010-01-02 | 1 | -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 in | kensmith | 2009-07-19 | 1 | -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. | deischen | 2007-05-21 | 1 | -1/+1 |
| | | | | Ok'd by: kan | ||||
* | Back out my previous commit to this area, there are differences between | trhodes | 2007-03-30 | 2 | -363/+0 |
| | | | | | | our implementation and OpenBSD's. Requested by: des | ||||
* | Hook ypclnt.3 up to the build. | trhodes | 2007-02-15 | 1 | -0/+1 |
| | |||||
* | Add a ypclnt.3 manual page referenced by various other YP based manual pages. | trhodes | 2007-02-15 | 1 | -0/+362 |
| | | | | | PR: 108980 Obtained from: OpenBSD (minimal changes for mdoc(7) style) | ||||
* | Remove debug code. | stefanf | 2006-07-28 | 3 | -12/+0 |
| | | | | Suggested by: des | ||||
* | Use variadic macros that comply with C99. Keep the GCC-style ones if | stefanf | 2006-07-17 | 1 | -1/+1 |
| | | | | DEBUG is defined and GCC is used. | ||||
* | Bump the shared library version number of all libraries that have not | kensmith | 2005-07-22 | 1 | -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. | ru | 2004-02-04 | 1 | -3/+0 |
| | | | | Reported by: lorder(1) (modified to work with libraries) | ||||
* | Fix the master yppasswd routines, so they really work | mbr | 2003-06-15 | 1 | -33/+54 |
| | | | | | | | for root on ypmaster. Fix ypclnt_havepasswdd() to work for AF_LOCAL connections. Reviewed by: des | ||||
* | style.Makefile(5) police. | obrien | 2003-03-09 | 1 | -31/+30 |
| | | | | Reviewed by: des | ||||
* | Change the name for the local unix-socket based protocol | mbr | 2002-12-16 | 1 | -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_MINOR | peter | 2002-09-28 | 1 | -1/+0 |
| | |||||
* | Add ypclnt_havepasswd(), and guard against a possible segfault. | des | 2002-05-08 | 2 | -12/+33 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Obliterate the new password as well as the old, even if though it's hashed. | des | 2002-04-27 | 1 | -2/+8 |
| | |||||
* | Back out previous commit, which was not at all approved by the maintainer | des | 2002-04-18 | 1 | -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 Makefiles | obrien | 2002-04-18 | 1 | -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 change | obrien | 2002-04-15 | 1 | -21/+32 |
| | | | | was on hold waiting feedback from previous committer. | ||||
* | ypclnt.h was the correct spelling... we now have yet another special | obrien | 2002-04-15 | 1 | -32/+21 |
| | | | | thing that needs to be done to get a header installed. | ||||
* | Fix incorrect dependency. This should fix the -j build. | des | 2002-04-15 | 1 | -1/+1 |
| | |||||
* | This isn't WARNS ready in the -nostdinc case. | ru | 2002-04-15 | 1 | -0/+1 |
| | |||||
* | Add a missing generated file. | des | 2002-04-15 | 1 | -1/+5 |
| | |||||
* | Add support for FreeBSD-specific "master" update. | des | 2002-04-13 | 2 | -5/+144 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Header file for libypclnt. | des | 2002-04-13 | 1 | -0/+61 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | NIS client toolbox. This centralizes code which is duplicated all over | des | 2002-04-13 | 7 | -0/+497 |
our tree. Sponsored by: DARPA, NAI Labs. |