aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* *: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko2010-01-091-7/+7
* nc: fix "nc -nl -p LPORT RHOST" case (was expecting remote port 0). closes bu...Denys Vlasenko2010-01-081-9/+22
* ifplugd: restore auto-ifup unless -a; make iff method less iffy :DDenys Vlasenko2010-01-081-38/+34
* *: fix places where we were still using malloc/reallocDenys Vlasenko2010-01-081-20/+22
* ntpd: show at loglevel 2 and export in env current poll intervalDenys Vlasenko2010-01-071-6/+11
* hwclock: disable time diff code; ntpd -S script: do not wait for completionDenys Vlasenko2010-01-071-2/+6
* hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exactDenys Vlasenko2010-01-061-3/+2
* ntpd: renew cur_time after script run, it can take a whileDenys Vlasenko2010-01-061-0/+1
* ntpd: add -S PROG option. This feature is crucial for CMOS/RTC syncronizationDenys Vlasenko2010-01-061-6/+55
* ifplugd: simplify run_script()Denys Vlasenko2010-01-061-15/+9
* ntpd: make -w less cumbersome to useDenys Vlasenko2010-01-041-2/+2
* fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko2010-01-041-1/+1
* *: remove some uses of argcDenys Vlasenko2010-01-044-13/+10
* *: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko2010-01-041-1/+1
* ntpd: add -w "watch" option, useful for debugging to look at our own dataDenys Vlasenko2010-01-041-13/+26
* ntpd: fix comment, no code changesDenys Vlasenko2010-01-031-1/+1
* ntpd: try to avoid using libm. -1.2k if we succeedDenys Vlasenko2010-01-031-1/+39
* ntpd: remove an old hack for faster initializationDenys Vlasenko2010-01-031-27/+2
* ntpd: better selection of initial sync; fewer gettimeofday callsDenys Vlasenko2010-01-031-126/+126
* ntpd: fix jitter calculations and status propagationDenys Vlasenko2010-01-021-61/+58
* ntpd: speed up reaction to poll interval decreaseDenys Vlasenko2010-01-021-0/+13
* ntpd: improve frequency filteringDenys Vlasenko2010-01-021-21/+43
* ntpd: restore forgotten delay sanitizationDenys Vlasenko2010-01-011-0/+2
* ntpd: add a comment, no code changesDenys Vlasenko2010-01-011-1/+8
* ntpd: disable unused code; show kernel's clock drift correctionDenys Vlasenko2010-01-011-24/+38
* ntpd: reduce poll interval increase rateDenys Vlasenko2010-01-011-16/+19
* ntpd: replace openntp's clock discipline with ntpd'sDenys Vlasenko2010-01-011-0/+1985
* ntpd: ntpd.c -> ntpd_simple.cDenys Vlasenko2010-01-011-0/+0
* ntpd: preparatory patches, no functional changesDenys Vlasenko2009-12-301-58/+60
* ntpd: fx incorrect offset display when steppingDenys Vlasenko2009-12-181-14/+15
* ntpd: field renames and style fixes, no code changesDenys Vlasenko2009-12-171-158/+158
* ntpd: eliminate one time(NULL) callDenys Vlasenko2009-12-171-3/+4
* httpd -m: output salted MD5 hash. By (forrest AT hifulltech.com)Denys Vlasenko2009-12-161-1/+6
* randomconfig fixesDenys Vlasenko2009-12-122-5/+5
* wget: fix signedness in the compare (paranoia only, G.content_len is never < 0)Denys Vlasenko2009-12-111-1/+1
* wget: check for close success; fix chunked; do not bother to send QUIT to ftpDenys Vlasenko2009-12-113-32/+36
* replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the restDenys Vlasenko2009-12-114-23/+23
* ntpd: remove dynamic dns resolution code, too complex. -69 bytesDenys Vlasenko2009-12-031-22/+2
* ntpd: try to avoid DNS requests *during* NTP roundtrip. +23 bytesDenys Vlasenko2009-12-021-3/+11
* ntpd: implement -x. shrink code a bit. -69 bytesDenys Vlasenko2009-12-021-174/+156
* ntpd: fix malloc-too-short bug; code shrink -76 bytesDenys Vlasenko2009-12-021-45/+27
* ntpd: fix "synced" state detectionDenys Vlasenko2009-12-021-12/+7
* ntpd: continuing small message tweaks and the like. -29 bytesDenys Vlasenko2009-12-021-23/+21
* htpd: better logging; removed some unused code and data. -212 bytesDenys Vlasenko2009-12-021-221/+222
* ntpd: make it work w/o -g too :(Denys Vlasenko2009-12-011-17/+19
* ntpd: make it NOMMU-safe; ash: exclude it on NOMMU buildsDenys Vlasenko2009-11-271-8/+8
* ping: fix unaligned access. closes bug 745.Denys Vlasenko2009-11-261-1/+2
* ntpd: trivial -2 byte code optimizationDenys Vlasenko2009-11-261-1/+1
* ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko2009-11-253-8/+16
* ntpd: locally bind every peer socket. +22 bytesDenys Vlasenko2009-11-241-26/+61