Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-29 | autogenerated - I'm a luser. | Bob Beck | |
2002-03-29 | missed cruft | Bob Beck | |
2002-03-29 | remove cruft. | Bob Beck | |
2002-03-29 | fix half baked abortion of a merge to 1.3.23 and take | Bob Beck | |
tree to apache-1.3.24+mod+ssl2.8.8 | |||
2002-03-29 | import apache 1.3.26 + mod_ssl 2.8.10 | Bob Beck | |
2002-03-28 | unbreak; deraadt@ ok. | Federico G. Schwindt | |
2002-03-27 | Fix possible buffer overflow in map-mbone's dns resolution; Jose Nazario | Todd C. Miller | |
2002-03-27 | Make SYNOPSIS more readable, from Daniel Lucq. | Dale Rahn | |
2002-03-27 | Add X-Window support to wsmoused(8). This allows running wsmoused(8) and | jbm | |
X-Window at the same time, removing the need to kill wsmoused(8) before starting X-Window. | |||
2002-03-27 | Mostly cosmetic update so we can call it 0.5. | Camiel Dobbelaar | |
ok millert@, fgsch@ | |||
2002-03-27 | instead of using mkstemp() to get a temporary name, use the created file, | Federico G. Schwindt | |
so we don't end with ypdbXXXXXX files around; maja@ ok. | |||
2002-03-26 | Typos; from Brian Poole, thanks. | Miod Vallat | |
2002-03-26 | remove unexistant option 'b'; commented by pval@, maja@ ok. | Federico G. Schwindt | |
2002-03-26 | o -Wall cleanup. | Federico G. Schwindt | |
o fix usage. o don't call ypdb_cloes() if db is never open. maja@ pval@ ok. | |||
2002-03-26 | check that the fopen didnt fail | Eric Jackson | |
deraadt@ OK | |||
2002-03-25 | spelling | Theo de Raadt | |
2002-03-25 | bring in prototypes | Theo de Raadt | |
2002-03-25 | Fix a typo | brian | |
2002-03-25 | make docs match reality - we don't support hooks in dhclient-script | Bob Beck | |
2002-03-23 | \\ not \. needs doubling. wngdn@src.uchicago.edu, pr 2475 | Theo de Raadt | |
2002-03-23 | small cleanups: | Marc Espie | |
ansi prototypes, help formating, common code to handle integer parameters. Let SystemV shm parameters be settable. | |||
2002-03-23 | document new extensions for PF logs | Mike Frantzen | |
2002-03-22 | match style of the rest of the Configure script, test -> [] | Brad Smith | |
2002-03-20 | Improve error message in makedbm. -moj | Mats O Jansson | |
from Kenneth Ingham <ingham@i-pi.com> | |||
2002-03-17 | This along with the recent dynamic linker fixes allows modules to work | Brad Smith | |
with Apache on our ELF-based architecures. Enable alpha, powerpc and sparc64. | |||
2002-03-14 | We also need to vis-encode the path contained in a symbolic link. | Todd C. Miller | |
Based on a patch from Nicolas Rachinsky (FreeBSD PR 35454). | |||
2002-03-14 | kill more registers. | Mike Pechkin | |
millert@ ok | |||
2002-03-14 | Remove \n from err/errx/warn/warnx(). | Mike Pechkin | |
millert@ ok | |||
2002-03-13 | login(8) -> login(1) | Marco S Hyman | |
2002-03-13 | Use the return value from snprintf() to keep a track of the length of | brian | |
the display string in MPPEDispOpts. | |||
2002-03-12 | Handle B460800 and B921600 being defined in <termios.h> | brian | |
2002-03-12 | correct type on last arg to execl() | Brad Smith | |
-- Lost with upgrade to mod_ssl 2.8.7 | |||
2002-03-09 | Rename the new 'preserve' flag to 'nochange' for consistency with FreeBSD. | Todd C. Miller | |
The old 'preserve' name is still accepted but is not documented and will be removed in the future. | |||
2002-03-09 | Escape whitespace and encode special chars with vis(3); from FreeBSD | Todd C. Miller | |
2002-03-08 | fix a fallout from tcp timer conversion | Michael Shalayeff | |
2002-03-06 | directorys->directories. from beldridg@pobox.com; ok art@ | Kevin Steves | |
2002-03-05 | 'user -D -k path' was not actually changing the default values unless another | Todd C. Miller | |
option to change was specified. Also fix man page formatting mistake. From Brian Poole | |||
2002-03-05 | Don't delete ptmp if we didn't create it ourselves; Brian Poole | Todd C. Miller | |
2002-03-05 | Don't drop the last character from ut_line in ID0logout() | brian | |
2002-03-05 | 2nd part to make dhcpd work on sparc64: | Jason Wright | |
remove use of SIOCGIFCONF and use getifaddrs()/freeifaddrs() instead | |||
2002-03-05 | and a -ldes here and a -ldes there.. (i only commit after I test each) | Theo de Raadt | |
2002-03-04 | Add a 'preserve' flag to tell mtree not to change the attributes of | Todd C. Miller | |
a file/directory. This is useful when you want to update children of a directory but not the parent. | |||
2002-03-04 | Make makedbm work on alpha and sparc64. -moj from NetBSD. | Mats O Jansson | |
2002-03-04 | Don't blow away ``set escape'' settings when we've completed the | brian | |
login phase. Just initialise the correct parts | |||
2002-03-01 | sync with KAME | Kenjiro Cho | |
minor man fixes from NetBSD. | |||
2002-03-01 | sync with KAME | Kenjiro Cho | |
fix the argument for an unknown hash policy: argv -> *argv | |||
2002-02-28 | merge mod_ssl 2.8.7 | Brad Smith | |
-- Ok'd by: beck@ | |||
2002-02-28 | no, that error message was bad. | Bob Beck | |
2002-02-28 | Some new servers return the hostname as type X | Bob Beck | |
this ensures we check against the right thing and don't reject leases when we shouldn't. | |||
2002-02-28 | remove more 0 byte files. | Brad Smith | |