aboutsummaryrefslogtreecommitdiff
path: root/sbin/idmapd
Commit message (Collapse)AuthorAgeFilesLines
* Remove the unmaintained University of Michigan NFSv4 client from 8.xRobert Watson2009-05-223-492/+0
| | | | | | | | | | prior to 8.0-RELEASE. Rick Macklem's new and more feature-rich NFSv234 client and server are replacing it. Discussed with: rmacklem Notes: svn path=/head/; revision=192578
* .PATH isn't necessary here.Ceri Davies2006-10-151-3/+1
| | | | | | | Remove hardcoded path to /usr/src/sys. Notes: svn path=/head/; revision=163376
* Try to clarify that this daemon should run on the client machine.Ceri Davies2006-10-151-3/+3
| | | | | | | Fix a .Xr. Notes: svn path=/head/; revision=163375
* Remove dead code.Jim Rees2005-04-141-6/+0
| | | | | | | | | PR: bin/78125 Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk> Approved by: alfred Notes: svn path=/head/; revision=145089
* Let bsd.prog.mk set SRCS and MAN to their default values.Ruslan Ermilov2005-01-281-1/+0
| | | | Notes: svn path=/head/; revision=140941
* Fixed xrefs.Ruslan Ermilov2005-01-211-2/+2
| | | | Notes: svn path=/head/; revision=140566
* Markup nits.Ruslan Ermilov2004-05-171-13/+12
| | | | Notes: svn path=/head/; revision=129359
* use %zu instead of %zdJim Rees2004-04-151-2/+2
| | | | | | | Requested by: Bruce Evans Notes: svn path=/head/; revision=128285
* fix for 64-bit arch:Jim Rees2004-03-261-4/+1
| | | | | | | | | | use %zd to print size_t types and sizeof() Approved by: alfred Tested on: sparc64, amd64 Notes: svn path=/head/; revision=127467
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
| | | | | | | Use WARNS?= instead of WARNS=. Notes: svn path=/head/; revision=126178
* change baduser and badgroup from -2 to 65534, 65533Jim Rees2004-02-211-17/+13
| | | | | | | | these should probably be looked up instead, but this is better than before also minor format changes for style(9) Notes: svn path=/head/; revision=126079
* Bring in manpage for idmapd and change domain to @FreeBSD.org.Alfred Perlstein2003-11-222-2/+64
| | | | | | | Approved by: re Notes: svn path=/head/; revision=122951
* University of Michigan's Citi NFSv4 userland client code.Alfred Perlstein2003-11-143-0/+447
Submitted by: Jim Rees <rees@umich.edu> Notes: svn path=/head/; revision=122704