summaryrefslogtreecommitdiffstats
path: root/usr.sbin/identd/identd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* handle lack of prototypederaadt2013-11-121-2/+2
* no need for netinet/ip_var.h (and friends)deraadt2013-10-241-2/+1
* implement -H, which hides existing and non-existent users, as well asokan2013-07-171-7/+14
* add -h to usage();jmc2013-04-291-2/+2
* implement -h from libexec/identd, which hides usernames/uids.dlg2013-04-291-9/+47
* support src/libexec/identd's -e option in src/usr.sbin/identd, ok dlg@sthen2013-04-231-7/+12
* sizeof(&foo) isnt as good as sizeof(foo).dlg2013-04-231-3/+3
* use stat to see if ~/.noident is there to avoid reimplementing a securitydlg2013-04-231-15/+5
* fix usage to reflect the currently accepted getopt things.dlg2013-04-231-3/+3
* remove support for specifying which port you want to run on. there's nodlg2013-04-231-6/+2
* add support for returning uids instead of usernames via -n, like libexecdlg2013-04-231-3/+23
* add support for -N as per libexec/identd. this lets users putdlg2013-04-231-10/+56
* handle ENOBUFS on the SEQPACKET socketpair between the child and the parentdlg2013-04-221-18/+44
* kill redundant prototypeflorian2013-04-051-2/+1
* 7 #include which are not neededderaadt2013-03-201-8/+2
* a tiny bit of knf; mostly whitespacederaadt2013-03-201-19/+11
* dont need to event_add the parent to child writing events twice. especiallydlg2013-03-191-3/+1
* whitespace fixes. no functional changedlg2013-03-181-8/+8
* limit the client to 256 bytes of input. if they send too much we just closedlg2013-03-181-1/+15
* switch from having a timeout after every read/write for the clientdlg2013-03-181-61/+43
* handle EMFILE/ENFILE from accept by disabling handling of events on thedlg2013-03-181-7/+28
* this is a new identd daemon to replace the libexec one that can be rundlg2013-03-181-0/+1063