summaryrefslogtreecommitdiff
path: root/libexec/rpc.rquotad
AgeCommit message (Expand)Author
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2019-10-13introduce some common variables for use in GCC warning disables:mrg
2014-03-18Delay daemonization until RPC services have been registered.gson
2012-02-01libquota no longer requires libprop. Also remove some other no-longer-useddholland
2012-01-09Update rquotad to use the new libquota API.dholland
2011-11-25Rename struct ufs_quota_entry -> struct quotaval.dholland
2011-09-16NULL does not need a cast, hereplunky
2011-08-30Apply casts to cases where xdrproc_t is expected but is notplunky
2011-08-27staticfy. Use __dead.joerg
2011-03-24Add a new libquota library, which contains some blocks to build and/orbouyer
2011-03-12Define qfextension herebouyer
2011-03-06merge the bouyer-quota2 branch. This adds a new on-disk formatbouyer
2009-03-16WARNS=4lukem
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
2004-09-07Replaced strncpy with strlcpy. Thanks to Peter Postma whojrf
2003-12-10Modify the licences of code written by Theo De Raadt from a 4-clauseagc
2003-09-20memset(0) ext_getq_args before use. Should fix bin/22592 by Mark Davies.bouyer
2003-02-14Remove bug section, we now support group quotas.bouyer
2003-02-14Implement rquota RPC version 2, compatible with the linux implementation,bouyer
2002-06-09Make this file explicitely public domain.bouyer
2002-06-05g/c unused function, which uses TS RPC.itojun
2002-01-15Whitespace nits, sort sections.wiz
2001-01-10use LOG_WARNING instead of LOG_ERR for non critical errorslukem
2000-06-03Missed a pmap_unset -> rpcb_unset change.fvdl
2000-06-03Adapt for TI-RPC.fvdl
1999-11-29No need for <varargs.h> here.pk
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-01-31do not use LOG_CONS.mrg
1998-08-10bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-07-03KNF, and use MOUNT_FFS over "ffs"mrg
1998-02-06macroize BSD, NetBSD, FreeBSD and misc cleanupperry
1998-01-21* store st_dev of filesystem not quotafile. (inspired by an openbsd commitmsg)lukem
1997-10-20Fix .Nm usage.enami
1997-10-08merge lite-2 Makefiles (rcsids), and turn on WARNS for all of libexec.mrg
1997-10-07WARNS?=1. RCS ids. cleanup a little.mrg
1997-08-25Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,kleink
1996-08-30RCS id police.thorpej
1996-02-01Fixed to use ffs instead of ufs; See PR #1984jtc
1995-04-12Install manpage as foo(8) as well as rpc.foo(8), a convenient shorthand.jtc
1995-04-12#include <sys/signal.h> -> <signal.h>jtc
1995-01-13Free argument list (for !from_inetd case). General cleanup.mycroft
1995-01-13Correct calling sequence of getsockname(2).mycroft
1994-12-25Define `MAN'.pk
1994-12-23be a bit more careful with types, casts, and and function declarations.cgd
1994-06-24from bouyer@ensta.fr; cleaned by mederaadt