Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2001 04:43:29 -0700 (PDT)
From:      David Malone <dwmalone@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/inetd builtins.c inetd.8 inetd.h
Message-ID:  <200106041143.f54BhUF05489@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dwmalone    2001/06/04 04:43:29 PDT

  Modified files:
    usr.sbin/inetd       builtins.c inetd.8 inetd.h 
  Log:
  This patch cleans up the ident stuff in inetd. The code which has
  been patched so many times it was a bit of a mess. There are style,
  code and man page cleanups. The following are the functional changes:
  
  	The RFC only permits the returning of 4 possible error
  	codes, make sure we only return these (PR 27636).
  
  	Use MAXLOGNAME to determine the longest usernames.
  
  	Add a -i flag, which returns the uid instead of the username
  	(this is from a PR 25787, which also contained alot of the
  	cleanups in this patch).
  
  PR:		25787, 27636
  Partially Submitted by:	Arne.Dag.Fidjestol@idi.ntnu.no
  Reviewed by:	Arne.Dag.Fidjestol@idi.ntnu.no, green
  MFC after:	3 weeks
  
  Revision  Changes    Path
  1.33      +120 -111  src/usr.sbin/inetd/builtins.c
  1.60      +26 -13    src/usr.sbin/inetd/inetd.8
  1.8       +2 -2      src/usr.sbin/inetd/inetd.h


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106041143.f54BhUF05489>