summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Collapse)Author
2003-05-14Remove krb4 support.Magnus Holmberg
2003-05-14Remove krb4 support.Magnus Holmberg
2003-05-14Remove krb4 support.Magnus Holmberg
2003-05-14Get rid of libtelnet, it is compiled into the tree programsHans 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-13Disable krb524.Hans Insulander
2003-05-13krb4 bye byeHans Insulander
2003-05-13krb4 bye byeHans Insulander
2003-05-10removed unnecessary punctuation from SEE ALSO;Jason McIntyre
2003-05-08Previously, ld.so would use a single page for mapping the hints fileTodd 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-08squish a strcopy, ok krw@Bob Beck
2003-05-03these files all had >9 arguments to .Nd, causing the name description to beJason McIntyre
truncated. i wrapped them in double quotes to preserve the line. grep inspired by an -mdoc lesson from millert@
2003-04-28thread safe dlxxx func (for elf) part 2. This requires the latestMarco S Hyman
ldfcn.h in /usr/include. "looks nice" tedu@
2003-04-28Change mquery() function call signature to be the same a mmap(). ItDale 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-28return from mainTheo de Raadt
2003-04-28I hate -WerrorTheo de Raadt
2003-04-27Duplicate include. Pointed out by andrushock at korovino dot netThierry Deval
2003-04-26%u expands to 11 chars; ok millertPeter Valchev
2003-04-25backout mquery change, something broke when not combined with a different diff.Dale Rahn
2003-04-25change mquery() function call signature to be the same a mmap(). ItDale 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-22sync up ELF and a.out versions of ldconfig(8)David Krause
ok drahn@ mdoc ok jmc@
2003-04-21Fix the load_size which is used by ldd to print end address.Dale Rahn
2003-04-18Adjusting the start is wrong. The value returned by mquery() should be usedDale Rahn
here. Fixes a bug with emacs21. tested by marc@ and others.
2003-04-17mquery support, currently for i386 only.Dale Rahn
2003-04-15toast some += snprintfTheo de Raadt
2003-04-14Change terminalname from a pointer to an array. Why people hideTodd 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-14built in -> built-in;Jason McIntyre
from NetBSD (Igor Sobrado); smrsh(8) passed on to sendmail people; ok millert@
2003-04-13try 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-12rlimit handling code; aw@osn.deTheo de Raadt
2003-04-12attempt not to wrap a line, bad nroffTheo de Raadt
2003-04-10Replace 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-08more logical handling of select() errorsVincent Labrecque
ok millert@ deraadt@
2003-04-07strlcpy; ok millertTheo de Raadt
2003-04-06string handling; ok millertTheo de Raadt
2003-03-30fix logging time to reflect reality. minus crack induced blank lines.Bob Beck
ok tholo@
2003-03-28logging fix from tholo@Bob Beck
log which lists are matched, so you can tell what is actually working.
2003-03-28report how much time was wasted; ok beckJason Wright
2003-03-28login_passwd is now setgid _shadow instead of setuid root.Todd C. Miller
2003-03-20cmdline options and descriptions in alphabetical order in usage() and manpageDavid 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-20cmdline options in alphabetical order in usage() and manpageDavid Krause
and make sure they are consistent ok dhartmei@ henning@
2003-03-18duplicate words: on on, in inDavid Krause
ok miod@ jmc@
2003-03-17incorrect string length matching; ianm@cit.uws.edu.auTheo de Raadt
2003-03-15spamd is running on port 8025, not 25; from Adrian KnothPeter Valchev
2003-03-13make spamd-setup/spamd use/require a reserved source port for theBob Beck
configuration connection.
2003-03-13correct table usage in rdr example, spotted by toddHenning Brauer
2003-03-12updated man page and path;Jason McIntyre
- uucico part of uucp package - path now /usr/local... - fixed .Xr's ok millert@
2003-03-11new sentence, new line and whitespace at EOLDavid Krause
ok jmc@
2003-03-11files with dead .Xr's;Jason McIntyre
left .Xr, but removed man page number as suggested by mpech@ more help and ok millert@
2003-03-11EOL whitespaceDavid Krause
ok jmc@
2003-03-11new sentence, new lineDavid Krause
ok beck@
2003-03-10nothing of importTheo de Raadt