Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski | |
CLSIZE -> 1 CLBYTES -> PAGE_SIZE OLOFSET -> PAGE_MASK etc. At the same time some archs needed some cleaning in vmparam.h so that goes in at the same time. | |||
2001-05-05 | Synch with bsd.prog.mk. | Marc Espie | |
The only client won't see the difference. | |||
2001-05-05 | Fix Makefile.sunos5.gcc so that it builds sup correctly on Solaris 8 | Todd C. Miller | |
Fix some -Wall found on Solaris Fix some uid_t/gid_t stuff I missed before | |||
2001-05-05 | Solaris has strerror() | Todd C. Miller | |
Remove unneeded #include <util.h> and -lutil | |||
2001-05-05 | Check MACHINE for hp300, not MACHINE_ARCH (which will be m68k) | Todd C. Miller | |
2001-05-05 | typos, grammar | Kevin Steves | |
2001-05-05 | Document for loop mechanics for several variables. | Marc Espie | |
Idea taken from NetBSD. implementation completely different, as our loop implementation diverged a while back. | |||
2001-05-05 | use err/warn, -Wall, trailing spaces | Michael Shalayeff | |
2001-05-05 | use strlcpy vs strncpy+a[n-1]='\0' | Michael Shalayeff | |
2001-05-05 | install other files too | Michael Shalayeff | |
2001-05-05 | add smm.11 and smm.12 fom 4.4-lite, just like freebsd and netbsd have | Michael Shalayeff | |
2001-05-05 | use strlcpy vs strncpy+a[len-1]='\0', some trailing spaces; millert@ ok | Michael Shalayeff | |
2001-05-05 | left out the debugging enabled; from ian@ | Michael Shalayeff | |
2001-05-05 | Repair non-UVM kernels | Todd C. Miller | |
2001-05-05 | pf_key_v2_set_spi now sets the Phase 1 IDs on the Phase 2 SAs; | Angelos D. Keromytis | |
credentials to follow. Dynamic configuration entries are garbage-collected. Default-Phase-2-Suites entry in the [General] section may be used to specify Phase 2 default Suites (overriding the default 3DES-SHA-PFS). | |||
2001-05-05 | Pass the Phase 1 SA to the set_spi routine, so the IDs (and eventually | Angelos D. Keromytis | |
any credentials) can be associated with the Phase 2 SA. | |||
2001-05-05 | Adhere to the new set_spi prototype. | Angelos D. Keromytis | |
2001-05-05 | Change the set_spi prototype so that it gets the Phase 1 SA passed as well. | Angelos D. Keromytis | |
2001-05-05 | Change set_spi prototype. | Angelos D. Keromytis | |
2001-05-05 | Document default-phase2-suites tag. | Angelos D. Keromytis | |
2001-05-05 | Add comment about finalize routine processing. | Angelos D. Keromytis | |
2001-05-05 | Use the new M_* malloc types | Angelos D. Keromytis | |
2001-05-05 | Use the M_CRYPTO_DATA and M_CRYPTO_OPS malloc types. | Angelos D. Keromytis | |
2001-05-05 | Check that SAs also match on the credentials and the IDs. This means | Angelos D. Keromytis | |
that flows with different source/destination ID requirements will cause different SAs to be established by IKE (or whatever other protocol). Also, use the new data types for allocated memory. | |||
2001-05-05 | Document KERN_PROC_KTHREAD | Angelos D. Keromytis | |
2001-05-04 | move to Channel **channels (instead of Channel *channels), fixes realloc ↵ | Markus Friedl | |
problems. channel_new now returns a Channel *, favour Channel * over channel id. remove old channel_allocate interface. | |||
2001-05-04 | Substantial update from NetBSD, most notably gives us UVM support; millert@ ok | Aaron Campbell | |
2001-05-04 | o kill register | Todd C. Miller | |
o lots of KNF o passes -Wall o fix some [ug]id_t vs. int issues o use strlcpy/strlcat in favor of strncpy/strncat o use mem* routines everywhere instead of old b* ones o marked several questionable things for later fixing o kill ci.c and cvt.c -- we don't use them o kill read_line.c since it requires fgetln() (bad for portability) o kill salloc.c since it is the same as strup() o Replaced some #ifdef __OpenBSD__ with better tests o remaining problems: malloc return values are rarely checked, select misuse | |||
2001-05-04 | Cleanups in filename and buffer name handling. | Artur Grabowski | |
Mostly just using libc instead of rolling our own. | |||
2001-05-04 | Qick fix for an overflow in C-X C-B. | Artur Grabowski | |
This function needs a lot of work. | |||
2001-05-04 | Update man page to match new start time sorting; kstailey@disclosure.com | Todd C. Miller | |
2001-05-04 | handle kvm_nlist() failing, from pr#1798. | Eric Jackson | |
Patch similar to the one submitted by <peterw@documenta.com.au> | |||
2001-05-04 | Install empty sudoers file in /etc | Todd C. Miller | |
2001-05-04 | Add /etc/sudoers; jcs@rt.fm | Todd C. Miller | |
2001-05-04 | Typo in error string; grange@rt.mipt.ru | Todd C. Miller | |
2001-05-04 | channel_new() reallocs channels[], we cannot use Channel *c after calling | Markus Friedl | |
channel_new(), XXX fix this in the future... | |||
2001-05-04 | typos | Kevin Steves | |
2001-05-04 | vlan in GENERIC (ti(4) now has an issue, jason will deal) | Theo de Raadt | |
2001-05-04 | GAPING_SECURITY_HOLE was removed so there is no -e option. | Todd C. Miller | |
Removed from man page and usage; closes PR 1808 | |||
2001-05-03 | Move colon() and cleanhost() to misc.c where I should I have put it in | mouring | |
the first place | |||
2001-05-03 | When bt(4) was moved out of the i386 dir this Makefile change | Todd C. Miller | |
was apparently missed. | |||
2001-05-03 | oops | Theo de Raadt | |
2001-05-03 | remove "\n" from fatal() | Kevin Steves | |
2001-05-03 | fix typo; isaki@par.odn.ne.jp | Theo de Raadt | |
2001-05-03 | linux_lib -> redhat_base; pointed out by deraadt@ | Aaron Campbell | |
2001-05-03 | Fix another annoying feature in mg. When I try to use the keypad to | Artur Grabowski | |
escape from I-search (I don't know if it's legal, but it works in emacs) the initial ESC in the sequence is caugth by I-search (which exits), but not the rest of it which ends up written into the buffer. This is extra annoying when we don't have undo. Note that this is better than emacs because the ESC is removed if nothing indicating a multi-char sequence comes within 300 miliseconds. (Try to ESC from I-search in emacs and then press 'x'). | |||
2001-05-03 | Add a delay (in miliseconds) argument to ttwait. | Artur Grabowski | |
2001-05-03 | Set kerberosIV version number at only _one_ place. | Hans Insulander | |
2001-05-03 | fix bug where apache would segfault on startup if localhost wasn't | Bob Beck | |
defined for 127.0.0.1, thanks fgsch@ | |||
2001-05-03 | exec shell -c /bin/sh .ssh/sshrc, from abartlet@pcug.org.au | Markus Friedl | |