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-30
point people at pkg_check
Marc Espie
2013-04-30
- replace TIMEVAL_* function/macros with macros from sys/time.h
Florian Obser
2013-04-30
move variables to type time_t; fix format strings
Florian Obser
2013-04-30
remove params after API change.
Eric Faurot
2013-04-30
Remove unused function argument variables 'len' and 'auth' from
Marcus Glocker
2013-04-30
ignore SIGPIPE so we don't fall over if an ldap connection breaks
Jonathan Matthew
2013-04-29
add -h to usage();
Jason McIntyre
2013-04-29
implement -h from libexec/identd, which hides usernames/uids.
David Gwynne
2013-04-29
use FD_CLOEXEC instead of 1; from David Hill
Okan Demirmen
2013-04-27
time_t 64bit fixes for relayd and relayctl:
Sebastian Benoit
2013-04-26
fix typo in comment; OK yasuoka@
Gleydson Soares
2013-04-24
pretty-print bigger ino_t variables
Theo de Raadt
2013-04-24
kill srandom(); ok claudio
Theo de Raadt
2013-04-23
support src/libexec/identd's -e option in src/usr.sbin/identd, ok dlg@
Stuart Henderson
2013-04-23
handle large ino_t
Theo de Raadt
2013-04-23
handle large ino_t
Theo de Raadt
2013-04-23
sizeof(&foo) isnt as good as sizeof(foo).
David Gwynne
2013-04-23
use stat to see if ~/.noident is there to avoid reimplementing a security
David Gwynne
2013-04-23
i copied too much from the tftpd manpage. identd doesnt take a directory
David Gwynne
2013-04-23
fix usage to reflect the currently accepted getopt things.
David Gwynne
2013-04-23
i forgot to add -n and -N to the synopsis
David Gwynne
2013-04-23
remove support for specifying which port you want to run on. there's no
David Gwynne
2013-04-23
add support for returning uids instead of usernames via -n, like libexec
David Gwynne
2013-04-23
add support for -N as per libexec/identd. this lets users put
David Gwynne
2013-04-22
prepare for more time bits; ok millert@ deraadt@
Otto Moerbeek
2013-04-22
When sync'ing, look for lease by hwaddr and then ipaddr. Not hwaddr
Kenneth R Westerback
2013-04-22
handle ENOBUFS on the SEQPACKET socketpair between the child and the parent
David Gwynne
2013-04-21
use arc4random_uniform(); ok djm
Theo de Raadt
2013-04-21
Tweak #include order to work during the big time_t transition
Philip Guenther
2013-04-21
handle exceedingly long uptimes
Theo de Raadt
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
[next]