summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2013-05-11change mrt rib dump ReopenTimerInterval from time_t to int. IntervallsSebastian Benoit
2013-05-09Simplify code, no binary change.Claudio Jeker
2013-05-08fix previous;Jason McIntyre
2013-05-08To enable smtpd you should comment a crontab entry tooGiovanni Bechis
2013-05-08Replace use of strncpy with memcpy. Previous code used strncpy on dataBrad Smith
2013-05-08Reduce size of some unused arrays.Brad Smith
2013-05-08Minor style cleanups.Brad Smith
2013-05-08Fix a comparison when building a packet with DNS search lists.Brad Smith
2013-05-08Correctly compute packet size when including DNS search lists.Brad Smith
2013-05-08tweak hvmd_init_guest() to check if everything was OK in md_read(),Gleydson Soares
2013-05-07- Add a simple check to prevent that the client-provided hex HTTP chunk sizeReyk Floeter
2013-05-07alloc the size of the struct not the size of a pointer to itJonathan Gray
2013-05-07fix some leaks in error pathsJonathan Gray
2013-05-07getpwnam doesnt set errno on failure, so use errx, not err, to say itDavid Gwynne
2013-05-05typo in log message. ok sthen@Darren Tucker
2013-05-04Add crypto.c to provide smtpd with a way to encrypt envelopes and messagesGilles Chehade
2013-05-04fix a use after freeJonathan Gray
2013-04-30point people at pkg_checkMarc Espie
2013-04-30- replace TIMEVAL_* function/macros with macros from sys/time.hFlorian Obser
2013-04-30move variables to type time_t; fix format stringsFlorian Obser
2013-04-30remove params after API change.Eric Faurot
2013-04-30Remove unused function argument variables 'len' and 'auth' fromMarcus Glocker
2013-04-30ignore SIGPIPE so we don't fall over if an ldap connection breaksJonathan Matthew
2013-04-29add -h to usage();Jason McIntyre
2013-04-29implement -h from libexec/identd, which hides usernames/uids.David Gwynne
2013-04-29use FD_CLOEXEC instead of 1; from David HillOkan Demirmen
2013-04-27time_t 64bit fixes for relayd and relayctl:Sebastian Benoit
2013-04-26fix typo in comment; OK yasuoka@Gleydson Soares
2013-04-24pretty-print bigger ino_t variablesTheo de Raadt
2013-04-24kill srandom(); ok claudioTheo de Raadt
2013-04-23support src/libexec/identd's -e option in src/usr.sbin/identd, ok dlg@Stuart Henderson
2013-04-23handle large ino_tTheo de Raadt
2013-04-23handle large ino_tTheo de Raadt
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-22prepare for more time bits; ok millert@ deraadt@Otto Moerbeek
2013-04-22When sync'ing, look for lease by hwaddr and then ipaddr. Not hwaddrKenneth R Westerback
2013-04-22handle ENOBUFS on the SEQPACKET socketpair between the child and the parentDavid Gwynne
2013-04-21use arc4random_uniform(); ok djmTheo de Raadt
2013-04-21Tweak #include order to work during the big time_t transitionPhilip Guenther
2013-04-21handle exceedingly long uptimesTheo de Raadt
2013-04-21IPv6 might still be around in 2038, replace magic timevalFlorian Obser
2013-04-21delete (uncompiled) hacked usleep function.Ted Unangst
2013-04-21Unbreak edquota by fixing the temporary file name template. Whilst here,Joel Sing