Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-14 | Remove krb4 support. | Magnus Holmberg | |
2003-05-14 | Remove krb4 support. | Magnus Holmberg | |
2003-05-14 | Remove krb4 support. | Magnus Holmberg | |
2003-05-14 | Get rid of libtelnet, it is compiled into the tree programs | Hans Insulander | |
(telnetd, telnet and tn3270) that use them instead. This gets rid of a really hairy dependency between telnet and libtelnet. ok millert@ | |||
2003-05-13 | Disable krb524. | Hans Insulander | |
2003-05-13 | krb4 bye bye | Hans Insulander | |
2003-05-13 | krb4 bye bye | Hans Insulander | |
2003-05-10 | removed unnecessary punctuation from SEE ALSO; | Jason McIntyre | |
2003-05-08 | Previously, ld.so would use a single page for mapping the hints file | Todd C. Miller | |
and then, if that was not big enough, map the rest of it contiguously. However, there is no guarantee that the address space after the first mmap has not already been used by something else. Instead, just fstat the file and map up to st_size. Also reorganized the code a tad and added some sanity checks for st_size. Problem tracked down by dhartmei@ and mickey@; drahn@ OK. | |||
2003-05-08 | squish a strcopy, ok krw@ | Bob Beck | |
2003-05-03 | these files all had >9 arguments to .Nd, causing the name description to be | Jason McIntyre | |
truncated. i wrapped them in double quotes to preserve the line. grep inspired by an -mdoc lesson from millert@ | |||
2003-04-28 | thread safe dlxxx func (for elf) part 2. This requires the latest | Marco S Hyman | |
ldfcn.h in /usr/include. "looks nice" tedu@ | |||
2003-04-28 | Change mquery() function call signature to be the same a mmap(). It | Dale Rahn | |
needs the prot/flags info and passing the addresses via arg/return allows it to be traced via ktrace better than an in/out paramter. This adds a new mquery syscall and renames the old one to omquery. New kernel _MUST_ be built, booted, and 'make includes' before building ld.so with this change. | |||
2003-04-28 | return from main | Theo de Raadt | |
2003-04-28 | I hate -Werror | Theo de Raadt | |
2003-04-27 | Duplicate include. Pointed out by andrushock at korovino dot net | Thierry Deval | |
2003-04-26 | %u expands to 11 chars; ok millert | Peter Valchev | |
2003-04-25 | backout mquery change, something broke when not combined with a different diff. | Dale Rahn | |
2003-04-25 | change mquery() function call signature to be the same a mmap(). It | Dale Rahn | |
needs the prot/flags info and passing the addresses via arg/return allows it to be traced via ktrace better than an in/out paramter. This adds a new mquery syscall and renames the old one to omquery. New kernel _MUST_ be built and installed before building ld.so with this change. ok millert@ tedu@ | |||
2003-04-22 | sync up ELF and a.out versions of ldconfig(8) | David Krause | |
ok drahn@ mdoc ok jmc@ | |||
2003-04-21 | Fix the load_size which is used by ldd to print end address. | Dale Rahn | |
2003-04-18 | Adjusting the start is wrong. The value returned by mquery() should be used | Dale Rahn | |
here. Fixes a bug with emacs21. tested by marc@ and others. | |||
2003-04-17 | mquery support, currently for i386 only. | Dale Rahn | |
2003-04-15 | toast some += snprintf | Theo de Raadt | |
2003-04-14 | Change terminalname from a pointer to an array. Why people hide | Todd C. Miller | |
the actual storage array as a static inside a function is beyond me. By exposing the real array we can use sizeof on it for strlcpy. deraadt@ OK | |||
2003-04-14 | built in -> built-in; | Jason McIntyre | |
from NetBSD (Igor Sobrado); smrsh(8) passed on to sendmail people; ok millert@ | |||
2003-04-13 | try to use the X Window System, X11 or XFree86 consistently. | Jason McIntyre | |
diffs from Paul Weismann, via mickey@ aided, abetted and ok'd matthieu@ | |||
2003-04-12 | rlimit handling code; aw@osn.de | Theo de Raadt | |
2003-04-12 | attempt not to wrap a line, bad nroff | Theo de Raadt | |
2003-04-10 | Replace strcpy() w/ strlcpy() from espie@ | Todd C. Miller | |
Don't try to free pw_dir -- it is no longer allocated separately. Instead, add an extra param to sgetpwnam() to allow it to dupe an existing struct passwd * (instead of doing a lookup by username) and use this to reallocate pw in the case where pw_dir is the NULL string. deraadt@ OK | |||
2003-04-08 | more logical handling of select() errors | Vincent Labrecque | |
ok millert@ deraadt@ | |||
2003-04-07 | strlcpy; ok millert | Theo de Raadt | |
2003-04-06 | string handling; ok millert | Theo de Raadt | |
2003-03-30 | fix logging time to reflect reality. minus crack induced blank lines. | Bob Beck | |
ok tholo@ | |||
2003-03-28 | logging fix from tholo@ | Bob Beck | |
log which lists are matched, so you can tell what is actually working. | |||
2003-03-28 | report how much time was wasted; ok beck | Jason Wright | |
2003-03-28 | login_passwd is now setgid _shadow instead of setuid root. | Todd C. Miller | |
2003-03-20 | cmdline options and descriptions in alphabetical order in usage() and manpage | David Krause | |
add arguments to the flags that take them in the DESCRIPTION add "inet" to the rdr rule example to match etc/pf.conf example ok dhartmei@ henning@ | |||
2003-03-20 | cmdline options in alphabetical order in usage() and manpage | David Krause | |
and make sure they are consistent ok dhartmei@ henning@ | |||
2003-03-18 | duplicate words: on on, in in | David Krause | |
ok miod@ jmc@ | |||
2003-03-17 | incorrect string length matching; ianm@cit.uws.edu.au | Theo de Raadt | |
2003-03-15 | spamd is running on port 8025, not 25; from Adrian Knoth | Peter Valchev | |
2003-03-13 | make spamd-setup/spamd use/require a reserved source port for the | Bob Beck | |
configuration connection. | |||
2003-03-13 | correct table usage in rdr example, spotted by todd | Henning Brauer | |
2003-03-12 | updated man page and path; | Jason McIntyre | |
- uucico part of uucp package - path now /usr/local... - fixed .Xr's ok millert@ | |||
2003-03-11 | new sentence, new line and whitespace at EOL | David Krause | |
ok jmc@ | |||
2003-03-11 | files with dead .Xr's; | Jason McIntyre | |
left .Xr, but removed man page number as suggested by mpech@ more help and ok millert@ | |||
2003-03-11 | EOL whitespace | David Krause | |
ok jmc@ | |||
2003-03-11 | new sentence, new line | David Krause | |
ok beck@ | |||
2003-03-10 | nothing of import | Theo de Raadt | |