Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-06-11 | fix leap year | Michael Shalayeff | |
1998-06-11 | handle IPSec processed packets (DLT_ENC) in libpcap, display them with | Niels Provos | |
tcpdump + additional info (SPI + which type of transforms where passed). | |||
1998-06-10 | make the packets which were successfully processed by IPSec available to | Niels Provos | |
bpf via the enc0 interface, using linktype DLT_ENC. | |||
1998-06-10 | spelling | Theo de Raadt | |
1998-06-10 | don't create directories not used with OpenBSD | Marco S Hyman | |
1998-06-10 | indent | Theo de Raadt | |
1998-06-10 | clear flag before pw_scan(); lukem | Theo de Raadt | |
1998-06-10 | XPG says 4th arg is optional | Theo de Raadt | |
1998-06-10 | identd should be nowait. | Bob Beck | |
1998-06-10 | wasteland quality control cleanup | Theo de Raadt | |
1998-06-10 | to inetd, nobody.nobody == nobody, since it does an initgroups() | Theo de Raadt | |
1998-06-10 | take away gid kmem for identd and change to options appropriate for new version | Bob Beck | |
1998-06-10 | Now uses TCPCTL_IDENT sysctl to get uid associated with a connection | Bob Beck | |
instead of kmem. Kmem parsing functions and options removed. | |||
1998-06-10 | New TCPCTL_IDENT sysctl for identd without kmem insanity. | Bob Beck | |
1998-06-10 | Cast pid_t to int for sprintf. | brian | |
Pointed out by: Charlie Sorsby <crs@hgo.net> | |||
1998-06-09 | Add CTAGS, with a full pathname, and use it. | Jason Downs | |
1998-06-09 | do not permit ptrace attach to immutable executable | Theo de Raadt | |
1998-06-09 | a = a + b; --> a += b; | Michael Shalayeff | |
correct printf in the vm_page_bootstrap() | |||
1998-06-09 | the the | Theo de Raadt | |
1998-06-09 | if we are being ptraced, do not permit execve of an immutable binary | Theo de Raadt | |
1998-06-09 | there is no such thing as dprintf'' | Michael Shalayeff | |
1998-06-09 | Autodetect ATAPI CDROMS which do not support the ATAPI_READ_CD_CAPACITY | Niels Provos | |
and fake it (meaning add AQUIRK_NOCAPACITY). Also add an entry for NEC CD Changer reported by W. Scholten <wouters@cistron.nl>. | |||
1998-06-09 | no, no fdisk... | Theo de Raadt | |
1998-06-09 | spelling | Theo de Raadt | |
1998-06-09 | bah | Theo de Raadt | |
1998-06-08 | Add uu_lock_txfr() for donating locks to another process. | brian | |
Reviewed by: Theo | |||
1998-06-08 | use endptr in a strtl() | Todd C. Miller | |
1998-06-08 | use named constatnts | Michael Shalayeff | |
1998-06-08 | typos | Michael Shalayeff | |
1998-06-08 | default to 8 bit; let me know if this causes problems | Theo de Raadt | |
1998-06-08 | exit correctly | Niels Provos | |
1998-06-08 | clean | Theo de Raadt | |
1998-06-08 | makeoptions | Theo de Raadt | |
1998-06-08 | spelling | Theo de Raadt | |
1998-06-08 | clean; kleink | Theo de Raadt | |
1998-06-08 | finish; kleink | Theo de Raadt | |
1998-06-08 | do not needlessly uppercase function names | Theo de Raadt | |
1998-06-08 | am7990 is a chip | Theo de Raadt | |
1998-06-08 | clean | Theo de Raadt | |
1998-06-08 | consdev to come | Michael Shalayeff | |
1998-06-08 | Fix some problems noted by lukem@netbsd.org | Todd C. Miller | |
o getopt string is wrong in main(); (missing : after P) o use of vprintf(...) instead of vfprintf(ttyout,...) in ftp.c::command() o missing \n in fputs in cmds.c::status() o should use strtol() instead of atol() o sometimes use 'NULL' instead of 'NUL' (in comments) | |||
1998-06-08 | allow ftpchroot-ed users to also be multihomed | Michael Shalayeff | |
1998-06-08 | buf oflow; chris@ferret.lmh.ox.ac.uk | Theo de Raadt | |
1998-06-08 | for xfree86 prompt, make clear "y" and "n" are the answers | Theo de Raadt | |
1998-06-08 | typo | Theo de Raadt | |
1998-06-08 | Move `md_copy_kernel' to earlier in the file to prevent warning | Jason Wright | |
about missing kernel. | |||
1998-06-07 | make includes support | Todd C. Miller | |
1998-06-07 | $(INSTALL) not install | Todd C. Miller | |
1998-06-07 | add gnu/lib/libgmp to WDIR for includes | Todd C. Miller | |
1998-06-07 | permit SIGUSR1/USR2 through as well in cansignal() | Theo de Raadt | |