aboutsummaryrefslogtreecommitdiff
path: root/lib/libtacplus
Commit message (Collapse)AuthorAgeFilesLines
* MFC rev. 1.14: fix incorrect function name.Maxim Konovalov2006-11-091-1/+1
| | | | | | | Approved by: re (bmah) Notes: svn path=/stable/6/; revision=164118
* Insta-MFC of the shared library version bump. All shared librariesKen Smith2005-07-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | whose version has not already been bumped since RELENG_5 are being bumped. Revisions of files being MFC-ed: > Path Revision > src/gnu/lib/libdialog/Makefile 1.43 > src/gnu/lib/libg2c/Makefile 1.16 > src/gnu/lib/libobjc/Makefile 1.27 > src/gnu/lib/libreadline/Makefile.inc 1.12 > src/gnu/lib/libregex/Makefile 1.32 > src/gnu/lib/libstdc++/Makefile 1.56 > src/kerberos5/lib/Makefile.inc 1.7 > src/lib/Makefile.inc 1.3 > src/lib/libalias/Makefile 1.31 > src/lib/libarchive/Makefile 1.37 > src/lib/libbegemot/Makefile 1.3 > src/lib/libbluetooth/Makefile 1.2 > src/lib/libbsnmp/Makefile.inc 1.6 > src/lib/libbz2/Makefile 1.6 > src/lib/libc_r/Makefile 1.42 > src/lib/libcrypt/Makefile 1.36 > src/lib/libdevstat/Makefile 1.15 > src/lib/libdevstat/devstat.h 1.11 > src/lib/libedit/Makefile 1.29 > src/lib/libexpat/Makefile 1.5 > src/lib/libfetch/Makefile 1.45 > src/lib/libftpio/Makefile 1.14 > src/lib/libgpib/Makefile 1.2 > src/lib/libipsec/Makefile 1.17 > src/lib/libkiconv/Makefile 1.3 > src/lib/libmagic/Makefile 1.7 > src/lib/libmp/Makefile 1.10 > src/lib/libncp/Makefile 1.6 > src/lib/libncurses/Makefile 1.79 > src/lib/libnetgraph/Makefile 1.11 > src/lib/libngatm/Makefile 1.6 > src/lib/libopie/Makefile 1.21 > src/lib/libpam/Makefile.inc 1.17 > src/lib/libpthread/Makefile 1.54 > src/lib/libradius/Makefile 1.12 > src/lib/libsdp/Makefile 1.4 > src/lib/libsmb/Makefile 1.8 > src/lib/libtacplus/Makefile 1.7 > src/lib/libthr/Makefile 1.14 > src/lib/libthread_db/Makefile 1.6 > src/lib/libugidfw/Makefile 1.7 > src/lib/libusbhid/Makefile 1.10 > src/lib/libutil/Makefile 1.57 > src/lib/libvgl/Makefile 1.11 > src/lib/libwrap/Makefile 1.17 > src/lib/libypclnt/Makefile 1.13 > src/lib/msun/Makefile 1.72 > src/secure/lib/libcrypto/Makefile 1.74 > src/secure/lib/libssh/Makefile 1.35 > src/secure/lib/libssl/Makefile 1.22 > src/usr.sbin/bsnmpd/modules/Makefile.inc 1.10 Reviewed by: ru Approved by: re (scottl) Notes: svn path=/stable/6/; revision=148300
* Fix most cases where the address of an int is passed to a function expecting aStefan Farfeleder2005-02-141-2/+1
| | | | | | | socklen_t * argument. Notes: svn path=/head/; revision=141918
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-022-48/+96
| | | | Notes: svn path=/head/; revision=131504
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
| | | | Notes: svn path=/head/; revision=125503
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-4/+4
| | | | Notes: svn path=/head/; revision=119893
* mdoc(7) police: formatting nits.Ruslan Ermilov2002-11-291-27/+28
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107387
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
| | | | Notes: svn path=/head/; revision=104073
* Enhance TACACS+ library to fully support authorization requests inPaul Traina2002-09-255-63/+484
| | | | | | | | | | | | | addition to existing authentication. No change to the existing APIs to preseve both binary and API compatibility, so I am not inclined to bump the library version number unless someone thinks this is necessary. Submitted by: Paul Fraley <fraley@juniper.net> MFC after: 2 weeks Notes: svn path=/head/; revision=103976
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
| | | | Notes: svn path=/head/; revision=84306
* Add __FBSDID()s to libtacplusMatthew Dillon2001-09-301-2/+3
| | | | Notes: svn path=/head/; revision=84222
* mdoc(7) police: Fixed broken xrefs.Ruslan Ermilov2001-08-221-2/+6
| | | | Notes: svn path=/head/; revision=82139
* Remove whitespace at EOL.Dima Dorfman2001-07-151-3/+3
| | | | Notes: svn path=/head/; revision=79754
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-102-2/+2
| | | | Notes: svn path=/head/; revision=79531
* Remove duplicate words.Dima Dorfman2001-06-241-1/+1
| | | | Notes: svn path=/head/; revision=78686
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+1
| | | | Notes: svn path=/head/; revision=74870
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-142-2/+6
| | | | Notes: svn path=/head/; revision=68716
* strtok -> strsep (no strtok allowed in libraries)Andrey A. Chernov2000-08-291-3/+4
| | | | Notes: svn path=/head/; revision=65222
* Supply only one author name per instance of %A, as per mdoc.samples(7).Sheldon Hearn2000-05-101-1/+2
| | | | | | | | PR: 18465 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> Notes: svn path=/head/; revision=60311
* Fix error message that was too hastily cut&pasted from libradius.John Polstra2000-01-171-1/+1
| | | | | | | Submitted by: Alexey Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=56141
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-4/+1
| | | | | | | Reviewed by: marcel, and make world Notes: svn path=/head/; revision=55955
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50476
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-122-2/+2
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48794
* Initial import of TACACS+ client library donated by Juniper Networks, Inc.John Polstra1998-11-136-0/+1812
Notes: svn path=/cvs2svn/branches/JUNIPER/; revision=41120