summaryrefslogtreecommitdiff
path: root/libexec/rpc.rquotad
AgeCommit message (Expand)Author
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