index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
Age
Commit message (
Expand
)
Author
2013-04-21
IPv6 might still be around in 2038, replace magic timeval
Florian Obser
2013-04-21
delete (uncompiled) hacked usleep function.
Ted Unangst
2013-04-21
Unbreak edquota by fixing the temporary file name template. Whilst here,
Joel Sing
2013-04-21
deregister. no binary change.
Ted Unangst
2013-04-21
as in dvmrpd:
Theo de Raadt
2013-04-21
the DVMRP protocol generation number can work beyond 2038 because it
Theo de Raadt
2013-04-21
revert 1.45. it depended on a kernel change we will not be making, and
Ted Unangst
2013-04-21
convert select to poll, since the select code had descriptor limits
Theo de Raadt
2013-04-21
cleaner and easier to use signed long long. ok deraadt
Ted Unangst
2013-04-20
Don't use random() because it's not safe. Use arc4random() instead of
YASUOKA Masahiko
2013-04-20
Remove extra info from usage message; that's what the manual is for.
Todd C. Miller
2013-04-20
casts of (time_t *) lead to bugs
Theo de Raadt
2013-04-20
Crank C_MAXFILE static limit of files to serve; note that this is actually
Miod Vallat
2013-04-20
Use offsetof() instead of rolling our own; gets rid of truncation warnings
Miod Vallat
2013-04-20
replace select with poll
Theo de Raadt
2013-04-20
remove one of the last stupid (unsigned) casts in the tree
Theo de Raadt
2013-04-20
spacing
Theo de Raadt
2013-04-20
remove irrelevant comment
Theo de Raadt
2013-04-20
SSL_CTX_set_timeout only handles long for the delta timeval, so constrain
Theo de Raadt
2013-04-20
print large time_t nicely; ok benno
Theo de Raadt
2013-04-20
PPPoE server was broken since last configuration rework. Calling
YASUOKA Masahiko
2013-04-20
Remove extraneous "\n" erroneously introduced by move to strftime().
Kenneth R Westerback
2013-04-20
Add -o option to getopt string and usage.
Todd C. Miller
2013-04-19
Log (at LOG_INFO) which interfaces dhcpd listens to and (as suggested by
Stuart Henderson
2013-04-19
Make -n the default and add -o flag for the old RFC 868 time protocol
Todd C. Miller
2013-04-19
for datagrams, assume other protocols should fail
Theo de Raadt
2013-04-19
Constrain the 2038 check to only when sizeof(time_t) == sizeof(int).
Theo de Raadt
2013-04-19
comment incorrect; rdate has -n support now too
Theo de Raadt
2013-04-19
sw_vp is now in struct nfs_diskless.
Florian Obser
2013-04-19
print tv_sec properly
Theo de Raadt
2013-04-18
struct timezone is so 1980
Theo de Raadt
2013-04-17
Replace hand-rolled date printing/parsing code with strftime()/strptime().
Kenneth R Westerback
2013-04-17
Adapt cron and at for future large time_t and tv_sec types. These were some
Theo de Raadt
2013-04-17
first few large time_t changes; more might be required -- still digging.
Theo de Raadt
2013-04-17
large time_t problems
Theo de Raadt
2013-04-17
handle large tv_sec
Theo de Raadt
2013-04-17
handle large time_t
Theo de Raadt
2013-04-16
handle large time_t types; ok millert
Theo de Raadt
2013-04-16
remove casts to time_t * which are not needed
Theo de Raadt
2013-04-16
fix glitches in unused source file; ok millert
Theo de Raadt
2013-04-16
spelling fixes;
Jason McIntyre
2013-04-16
pass state correctly so we can do error messages.
Marc Espie
2013-04-16
Fix some AVPs of SCCRP to comply RFC 2661.
YASUOKA Masahiko
2013-04-16
Fixed `max-session' and `user-max-session'. They has been broken by the
YASUOKA Masahiko
2013-04-16
Existing authentication realms are removed mistakenly when
YASUOKA Masahiko
2013-04-16
Configuration option `strip-nt-domain' and `strip-atmark-realm' didn't
YASUOKA Masahiko
2013-04-16
pppoed didn't work since it has been broken after the last
YASUOKA Masahiko
2013-04-16
add MLINKS for slip.login(5) and slip.hosts(5);
Jason McIntyre
2013-04-15
scripts should be run as root, but are not; add a BUGS entry to that
Jason McIntyre
2013-04-15
no longer LDSTATIC
Theo de Raadt
[next]