summaryrefslogtreecommitdiff
path: root/usr.sbin/inetd/builtins.c
AgeCommit message (Expand)Author
2025-08-08inetd: don't assume that initgroups(3) will set the egidKyle Evans
2024-04-11inetd: Fix typosElyes Haouas
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2019-12-31inetd: prefer strtonum(3) to strspn(3)+atoi(3), NFCKyle Evans
2019-12-31inetd: knock out some clang analyze warningsKyle Evans
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-27Don't assign rs as we will assign it later.Xin LI
2016-12-31- Add static for symbols which need not to be exported.Hiroki Sato
2016-05-10Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin
2012-09-01Rework all non-contributed files that use `struct timezone'.Ed Schouten
2011-12-30Spelling fixes for usr.sbin/Ulrich Spörlein
2006-04-17Update a couple of comments relating to RFCs.David Malone
2006-04-17Port 37 (RFC 738) style times are supposed to be a 32 bit time sinceDavid Malone
2002-07-22Fix typo: corrisponds -> correspondsTony Finch
2002-06-21__FBSDID() strategic insertion.Juli Mallett
2002-06-21Kill __P, yuck.Juli Mallett
2002-06-21Mark unused variables __unused.Juli Mallett
2002-06-21Kill bad whitespace and do some style cleanups as a result of the protoize.Juli Mallett
2002-06-21ANSI prototypes via protoize(1).Juli Mallett
2002-02-27Introduce a version field to `struct xucred' in place of one of theDima Dorfman
2001-07-17o Remove old setproctitle.David Malone
2001-06-24Fix most of the warnings given by WARNS=2.David Malone
2001-06-04Correct a comment - the time service returns seconds since 1900 not 1970.David Malone
2001-06-04This patch cleans up the ident stuff in inetd. The code which hasDavid Malone
2001-05-26Make dg_echo return up to the first 65536 bytes of a datagram.David Malone
2001-03-28Allow ident requests with trailing junk following the terminating "\n".David Malone
2001-02-18Switch to using a struct xucred instead of a struct xucred when notBrian Feldman
2000-12-05Add a -F option to the builtin ident service, which allows .fakeid filesDavid Malone
2000-12-03Tidy up some prototypes:David Malone
2000-12-02Make some style changes to the ident_stream() code.Brian Feldman
2000-11-25Security fix: correctly set groups according to the user. Previously,Brian Feldman
2000-10-02Stop internal ident service spinning until the timeout if theDavid Malone
2000-07-12Make builtin ident service work if the request arrives in more thanDavid Malone
2000-05-30Fix the ident server up more: use ssize_t/size_t/socklen_t/int all in theBrian Feldman
2000-05-30Fix a 64-bit'ism in the handling of the ident service. sysctlbyname() takesJohn Baldwin
2000-03-28Optimize those services that send only one block of data: use send(2)Sheldon Hearn
2000-03-28Allow using "-d username" without "-r". Example:Brian Feldman
2000-03-11Make inetd compilable without INET6.Yoshinobu Inoue
2000-03-09Fix addr length argument value passed to sendto().Yoshinobu Inoue
2000-01-25several tcp apps IPv6 updateYoshinobu Inoue
2000-01-20I like base-36 better.Brian Feldman
2000-01-19Implement -g and -d options in my ident code. The -g flag uses a randomBrian Feldman
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-07-26Here goes, the "clear up any possible confusion" commit.Brian Feldman
1999-07-25More cleanups to ident_stream. Variables moved around, changed.Brian Feldman
1999-07-24More cleanups, asprintf() usage (proper, as opposed to using snprintf()),Brian Feldman
1999-07-24Clean up to match style(9) more closely. This should fix the problem ofBrian Feldman
1999-07-24Use comments to group functions by service more clearly. I've used theSheldon Hearn
1999-07-24Style nits:Sheldon Hearn