summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2013-04-21deregister. no binary change.Ted Unangst
2013-04-21as in dvmrpd:Theo de Raadt
2013-04-21the DVMRP protocol generation number can work beyond 2038 because itTheo de Raadt
2013-04-21revert 1.45. it depended on a kernel change we will not be making, andTed Unangst
2013-04-21convert select to poll, since the select code had descriptor limitsTheo de Raadt
2013-04-21cleaner and easier to use signed long long. ok deraadtTed Unangst
2013-04-20Don't use random() because it's not safe. Use arc4random() instead ofYASUOKA Masahiko
2013-04-20Remove extra info from usage message; that's what the manual is for.Todd C. Miller
2013-04-20casts of (time_t *) lead to bugsTheo de Raadt
2013-04-20Crank C_MAXFILE static limit of files to serve; note that this is actuallyMiod Vallat
2013-04-20Use offsetof() instead of rolling our own; gets rid of truncation warningsMiod Vallat
2013-04-20replace select with pollTheo de Raadt
2013-04-20remove one of the last stupid (unsigned) casts in the treeTheo de Raadt
2013-04-20spacingTheo de Raadt
2013-04-20remove irrelevant commentTheo de Raadt
2013-04-20SSL_CTX_set_timeout only handles long for the delta timeval, so constrainTheo de Raadt
2013-04-20print large time_t nicely; ok bennoTheo de Raadt
2013-04-20PPPoE server was broken since last configuration rework. CallingYASUOKA Masahiko
2013-04-20Remove extraneous "\n" erroneously introduced by move to strftime().Kenneth R Westerback
2013-04-20Add -o option to getopt string and usage.Todd C. Miller
2013-04-19Log (at LOG_INFO) which interfaces dhcpd listens to and (as suggested byStuart Henderson
2013-04-19Make -n the default and add -o flag for the old RFC 868 time protocolTodd C. Miller
2013-04-19for datagrams, assume other protocols should failTheo de Raadt
2013-04-19Constrain the 2038 check to only when sizeof(time_t) == sizeof(int).Theo de Raadt
2013-04-19comment incorrect; rdate has -n support now tooTheo de Raadt
2013-04-19sw_vp is now in struct nfs_diskless.Florian Obser
2013-04-19print tv_sec properlyTheo de Raadt
2013-04-18struct timezone is so 1980Theo de Raadt
2013-04-17Replace hand-rolled date printing/parsing code with strftime()/strptime().Kenneth R Westerback
2013-04-17Adapt cron and at for future large time_t and tv_sec types. These were someTheo de Raadt
2013-04-17first few large time_t changes; more might be required -- still digging.Theo de Raadt
2013-04-17large time_t problemsTheo de Raadt
2013-04-17handle large tv_secTheo de Raadt
2013-04-17handle large time_tTheo de Raadt
2013-04-16handle large time_t types; ok millertTheo de Raadt
2013-04-16remove casts to time_t * which are not neededTheo de Raadt
2013-04-16fix glitches in unused source file; ok millertTheo de Raadt
2013-04-16spelling fixes;Jason McIntyre
2013-04-16pass state correctly so we can do error messages.Marc Espie
2013-04-16Fix some AVPs of SCCRP to comply RFC 2661.YASUOKA Masahiko
2013-04-16Fixed `max-session' and `user-max-session'. They has been broken by theYASUOKA Masahiko
2013-04-16Existing authentication realms are removed mistakenly whenYASUOKA Masahiko
2013-04-16Configuration option `strip-nt-domain' and `strip-atmark-realm' didn'tYASUOKA Masahiko
2013-04-16pppoed didn't work since it has been broken after the lastYASUOKA Masahiko
2013-04-16add MLINKS for slip.login(5) and slip.hosts(5);Jason McIntyre
2013-04-15scripts should be run as root, but are not; add a BUGS entry to thatJason McIntyre
2013-04-15no longer LDSTATICTheo de Raadt