summaryrefslogtreecommitdiff
path: root/usr.sbin/identd
AgeCommit message (Expand)Author
2013-07-17implement -H, which hides existing and non-existent users, as well asOkan Demirmen
2013-04-29add -h to usage();Jason McIntyre
2013-04-29implement -h from libexec/identd, which hides usernames/uids.David Gwynne
2013-04-23support src/libexec/identd's -e option in src/usr.sbin/identd, ok dlg@Stuart Henderson
2013-04-23sizeof(&foo) isnt as good as sizeof(foo).David Gwynne
2013-04-23use stat to see if ~/.noident is there to avoid reimplementing a securityDavid Gwynne
2013-04-23i copied too much from the tftpd manpage. identd doesnt take a directoryDavid Gwynne
2013-04-23fix usage to reflect the currently accepted getopt things.David Gwynne
2013-04-23i forgot to add -n and -N to the synopsisDavid Gwynne
2013-04-23remove support for specifying which port you want to run on. there's noDavid Gwynne
2013-04-23add support for returning uids instead of usernames via -n, like libexecDavid Gwynne
2013-04-23add support for -N as per libexec/identd. this lets users putDavid Gwynne
2013-04-22handle ENOBUFS on the SEQPACKET socketpair between the child and the parentDavid Gwynne
2013-04-05kill redundant prototypeFlorian Obser
2013-03-207 #include which are not neededTheo de Raadt
2013-03-20a tiny bit of knf; mostly whitespaceTheo de Raadt
2013-03-19dont need to event_add the parent to child writing events twice. especiallyDavid Gwynne
2013-03-18make the arg name for -t consistent, and add STANDARDS;Jason McIntyre
2013-03-18jmc pointed out i didnt replace the placeholders with the year and my name.David Gwynne
2013-03-18whitespace fixes. no functional changeDavid Gwynne
2013-03-18limit the client to 256 bytes of input. if they send too much we just closeDavid Gwynne
2013-03-18switch from having a timeout after every read/write for the clientDavid Gwynne
2013-03-18handle EMFILE/ENFILE from accept by disabling handling of events on theDavid Gwynne
2013-03-18this is a new identd daemon to replace the libexec one that can be runDavid Gwynne