Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2002-02-28 | remove 0 byte files. these files should have been removed over 14 months | Brad Smith | |
ago. | |||
2002-02-25 | typo; yozo@v007.vaio.ne.jp | Theo de Raadt | |
2002-02-25 | do not age address on loopback interface. sync w/kame | Jun-ichiro itojun Hagino | |
2002-02-24 | getc, getchar, etc return an int, not a char | Peter Valchev | |
2002-02-23 | check that user is not in group more thoroughly (don't assume anything | Marc Espie | |
about group contents). ok millert@ | |||
2002-02-23 | remove things we do not need | Theo de Raadt | |
2002-02-22 | Do not include uio header file, that interface was removed. | Dale Rahn | |
2002-02-22 | Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@ | Dale Rahn | |
add extattrctl getextattr setextattr | |||
2002-02-22 | Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@ | Dale Rahn | |
2002-02-22 | mark opened device and socket as close on exec; idea from freebsd pr/35182 | Michael Shalayeff | |
2002-02-21 | Invoke helper scripts with relative path; this got borked in rev 1.13. | Miod Vallat | |
2002-02-21 | use sizeof w/ defines; niklas@ millert@ ok. | Federico G. Schwindt | |
2002-02-20 | Fix ELF so it works with /dev/ksyms. Also make 'detection' of ksyms | Per Fogelstrom | |
a little more robust by looking at the actual namelist filename. | |||
2002-02-20 | sync with KAME | Kenjiro Cho | |
- use strerror(3). | |||
2002-02-20 | sync with KAME | Kenjiro Cho | |
- #include <util.h> for pidfile(3). - use one signal handler instead of three. - add static to internals. | |||
2002-02-20 | sync with KAME | Kenjiro Cho | |
- #include <err.h> - remove unused variables. - initialize rval. | |||
2002-02-20 | Revert 1.10, bad mpech@ didn't try to compile. | Miod Vallat | |
2002-02-19 | IPsec is written ``IPsec'', not ``IPSec''. | Miod Vallat | |
2002-02-19 | Fix the signal races in rbootd. | Miod Vallat | |
Credit to millert@ and deraadt@ for pointing out some of my braindamage. | |||
2002-02-19 | Use opendev(3) rather than open(2) to please lazy people like me that | Miod Vallat | |
don't want to type "/dev/". It's somewhat an abuse of opendev(), but millert@ said it was ok. | |||
2002-02-19 | Clean the dust, do decent error checking, and add a manual page. | Miod Vallat | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-19 | Every command should have a manual page. | Miod Vallat | |
Even obscure ones. Especially obscure ones. | |||
2002-02-19 | Use arc4random(). | Mike Pechkin | |
millert@ ok | |||
2002-02-19 | Fix gethostname() usage. | Mike Pechkin | |
deraadt@ ok | |||
2002-02-19 | sizeof pedant. | Jun-ichiro itojun Hagino | |
From: Mike Pechkin <mpech@prosoft.org.lv> | |||
2002-02-18 | de-warn some more garbage | Theo de Raadt | |
2002-02-18 | minor signal race fixes | Theo de Raadt | |
2002-02-18 | enable echo in signal handler, since it could be disabled | Eric Jackson | |
pr#1939 | |||
2002-02-18 | comment out fsinfo(8), we don't install it; deraadt@ ok. | Federico G. Schwindt | |
2002-02-18 | workaround another vax ld issue | Theo de Raadt | |
2002-02-18 | Don't chmod 0755 the directory we just mkdtemp()'d. mkdtemp() uses | Todd C. Miller | |
mode 0700 which is better. From Yozo TODA based on a FreeBSD advisory. | |||
2002-02-17 | Patch from Daniel Lucq <daniel@lucq.org> | Mats O Jansson | |
The patch allows you to change the value of NMBCLUSTERS, BUFCACHEPERCENT and NKMEMPAGES using the config command, instead of recompiling the kernel. This is the userland part of the patch. I have compiled it on i386, sparc64, alpha and macppc. -moj ok art@ maja@ | |||
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-17 | Document that both localhost and the local hostname needs to be able to | Mats O Jansson | |
access ypserv. RPC calls can be sent to ypserv on both. In PR2403 access was allowed from localhost but not the local hostname. This caused yppush not to be able to notify ypserv about changed maps. -moj |