Commit Graph

  • 64673101 don't include FIFOs in check for set[ug]id files and devices; andrew@nfr.net by millert 1998-08-17 16:43:47 +0000
  • 2d606d89 remove bogus ifdef PERL5 by art 1998-08-16 16:38:55 +0000
  • 88d3e4de document the common misuse of realloc by deraadt 1998-08-15 20:32:02 +0000
  • 34b5a6ea Don't prune dirs in /var/tmp on first pass; problem noted by m4@umn.edu by millert 1998-08-13 21:57:39 +0000
  • 09df05bd Make code ANSI/ISO C conformant. Formerly undefined constructs were used making load/store architectures (like mips&alpha) fail whn compiled with gcc -O2. by niklas 1998-08-12 22:16:38 +0000
  • 45be2acf update aliases for pseudo accounts by kstailey 1998-08-12 13:35:41 +0000
  • 1408ed06 no more ingres or games accounts by kstailey 1998-08-12 13:25:26 +0000
  • 775584f3 Temporary fix for a GCC aliasing bug/misfeature that hits here by niklas 1998-08-11 22:04:29 +0000
  • adc6a7d8 no more ingres account; kstailey by deraadt 1998-08-11 19:55:14 +0000
  • 9124668b add ECB and CBC encryption for octet streams by provos 1998-08-10 18:40:59 +0000
  • b39d3aea fix base64 encoding, this problem was reported by Solar Designer <solar@false.com> some time ago. by provos 1998-08-10 18:33:07 +0000
  • 68f9effc Don't enumerate every arch in the #if since all OpenBSD platforms use the same values for malloc_pageshift and malloc_minsize except for sparc by millert 1998-08-06 16:26:32 +0000
  • d854eef3 Use UID_MAX, not UINT_MAX. Rename remove_trailing_space() to trim_whitespace() since it trims from both ends, not just the rear. by millert 1998-08-03 17:16:32 +0000
  • 4d9816a6 They're not sipp-esp and sipp-ah, just esp and ah by angelos 1998-08-01 05:34:51 +0000
  • 49578c9b update /var/named/etc/localtime when /etc/localtime changes by millert 1998-07-24 18:01:25 +0000
  • e06e876f /var/named/etc by millert 1998-07-24 17:54:39 +0000
  • c2f62299 remove unused kerberos entries by art 1998-07-24 09:02:34 +0000
  • b1b9784c curses.h frontend by millert 1998-07-23 21:21:24 +0000
  • 3afb0a5e add bktr* and tuner* devices by mickey 1998-07-23 17:45:40 +0000
  • 9e609e6f make cua{a,b,c,d} nodes when generating standard devs by marc 1998-07-21 22:43:03 +0000
  • 8de558a4 s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and include header files from the correct path. by provos 1998-07-21 22:42:03 +0000
  • f4846928 Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>. Man pages will come soon, I hope. by provos 1998-07-21 22:23:20 +0000
  • c958a690 make /var/backups mode 700 by default; form by deraadt 1998-07-20 20:00:35 +0000
  • 068d519d include ofwboot as one of the release files. by rahnds 1998-07-19 19:42:54 +0000
  • bbc1e2be Create device nodes for powerpc port, device existed previously, just devnodes were missing by rahnds 1998-07-19 00:16:16 +0000
  • f5882f1b . is a regex. by espie 1998-07-17 22:47:46 +0000
  • 106cbde9 change to lite2 getenv(); getenv(NULL) now returns NULL by deraadt 1998-07-16 18:02:33 +0000
  • 5bc0b9f5 pw_uid is uid_t, pw_gid is gid_t by millert 1998-07-15 00:50:40 +0000
  • d45ce241 quiet that dd by deraadt 1998-07-13 23:24:57 +0000
  • 104c0def run fingerd -m by default by deraadt 1998-07-13 21:34:06 +0000
  • d590bda4 Create /var/named/dev/null if it is not there and we are running named chroot'd. It would be cleaner to simply do this at install time but this way people who are tracking sources get the correct behavior too. by millert 1998-07-13 03:38:54 +0000
  • 761acbad ftpd: sleep for an indeterminate amount for non-existant logins to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there. by millert 1998-07-13 02:11:13 +0000
  • 7d2a6933 include/ss went away by deraadt 1998-07-12 08:44:33 +0000
  • 5bf73b4f change last route to route -n by deraadt 1998-07-11 08:41:34 +0000
  • 0c67318c provide TMP_MAX like stdio.h; kleink by deraadt 1998-07-11 06:02:44 +0000
  • 692caaed better checks for . in path from "Denis A. Doroshenko" <cyxob@isl.vtu.lt> by marc 1998-07-11 05:01:11 +0000
  • 8ca0d38f Prevent luser from zero'ing out ut_host. If the new ut_line is empty but the old one is not and ut_line and ut_name match, preserve the old ut_line. Fixes PR #516 by millert 1998-07-10 21:40:20 +0000
  • e0a421c9 change _PATH_KVMDB to be the same name as the db created by kvm_mkdb by marc 1998-07-07 19:05:12 +0000
  • f611bf8d do not install includes from libss by art 1998-07-07 18:49:01 +0000
  • a200d1ca strlxx() return size_t not char * by millert 1998-07-06 19:17:21 +0000
  • 6d445be9 newsalt uses 24-bit count, and not 32-bit by provos 1998-07-05 21:08:35 +0000
  • 4486ccba add .Xr's for all the random functions in libc by millert 1998-07-05 19:54:25 +0000
  • 1e3e9629 install krb.realms with 644 perms by art 1998-07-05 12:53:30 +0000
  • ec9180d0 yet another typo by todd 1998-07-05 02:50:08 +0000
  • 81a5269c fix a typo by todd 1998-07-04 23:35:42 +0000
  • 034b3ba6 newsalt also takes ,rounds modifier. by provos 1998-07-04 18:30:14 +0000
  • 301f3084 put 224 route on default, to avoid a hostname lookup by deraadt 1998-07-04 13:55:51 +0000
  • 2e6b1313 Add /etc/host.random in list of things to check. by angelos 1998-07-03 03:53:04 +0000
  • 0bdf230b Generate an /etc/host.random if it doesn't exist; 64KB, perms 600. by angelos 1998-07-03 03:48:16 +0000
  • ed7da885 add strlcpy/strlcat, safe and sensible string copy/append by millert 1998-07-01 01:29:45 +0000
  • 109f02d2 do not delete files like that, geez by deraadt 1998-06-30 23:08:52 +0000
  • ea09bc75 add mkstemp(char *template, int suffixlen) interface by deraadt 1998-06-30 23:03:09 +0000
  • b1155253 new default attribute list, including blowfish, cast and 3des attributes. RIPEMD does not work for some reason, yet to be found out. by provos 1998-06-30 17:04:27 +0000
  • 7db5e7f5 Oh fun, mucking about with files used on all archs. by rahnds 1998-06-28 06:30:34 +0000
  • e07af970 indent by todd 1998-06-28 03:27:12 +0000
  • 32d0a75d disallow ftp access for www and named users by art 1998-06-28 02:00:41 +0000
  • c48de93b indent by art 1998-06-28 00:48:37 +0000
  • 8519380c smaller ramdisk MAKEDEV entry by deraadt 1998-06-25 06:38:43 +0000
  • 34c438b8 install isofs headers, we need them by deraadt 1998-06-25 06:25:42 +0000
  • 69c45eda the -x option to rshd does not exist by art 1998-06-22 19:56:24 +0000
  • b242cec8 add missing endusershell() by millert 1998-06-22 14:41:47 +0000
  • 03d98b57 Remove the advertising clause in my old license, it impedes free use of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code... by millert 1998-06-21 22:13:49 +0000
  • a28a282f rc.conf control sshd by deraadt 1998-06-15 18:41:14 +0000
  • ac3befb7 use Bx macro for BSD versions by mickey 1998-06-15 17:55:14 +0000
  • 6456226d don't make /var/named/dev/log if named_flags == NO by millert 1998-06-13 03:38:15 +0000
  • 706d6402 don't create directories not used with OpenBSD by marc 1998-06-10 17:21:26 +0000
  • 3dd2d977 identd should be nowait. by beck 1998-06-10 07:03:43 +0000
  • 92a12c74 to inetd, nobody.nobody == nobody, since it does an initgroups() by deraadt 1998-06-10 06:04:07 +0000
  • 01457502 take away gid kmem for identd and change to options appropriate for new version by beck 1998-06-10 03:56:42 +0000
  • c965a1f4 Cast pid_t to int for sprintf. Pointed out by: Charlie Sorsby <crs@hgo.net> by brian 1998-06-10 00:16:19 +0000
  • 6c131f03 Add uu_lock_txfr() for donating locks to another process. Reviewed by: Theo by brian 1998-06-08 20:28:30 +0000
  • ba8f6f9a default to 8 bit; let me know if this causes problems by deraadt 1998-06-08 18:03:34 +0000
  • 214410ef add gnu/lib/libgmp to WDIR for includes by millert 1998-06-07 23:20:12 +0000
  • 8b8d86dc Add machdep.led_blink for the pmax by jason 1998-06-04 03:51:09 +0000
  • aea31e83 to turn of named chroot set to be empty, not 'NO' by millert 1998-06-03 17:12:05 +0000
  • 59afd055 Remove chroot directive as the meaning of that has changed and the example no longer makese sense. Change directory to '/' since we chroot by default with a comment telling people what the deal is. by millert 1998-06-03 16:06:30 +0000
  • 93121833 Add named_user and named_chroot variables to simplify chroot'd named setup. by millert 1998-06-03 16:04:08 +0000
  • 97cd732f nbytes - ofs should never be less than 0 (Oops on me) by janjaap 1998-06-02 16:15:28 +0000
  • 0bae968c configuration (/etc) changes causes with the changes to ofw support in powerpc port. by rahnds 1998-05-29 04:22:22 +0000
  • 6135b62c give named its own group by millert 1998-05-24 23:35:56 +0000
  • 98686394 this is master.passwd not passwd, add missing fields for named user; magnus stahre <ms@xy.org> by millert 1998-05-24 16:29:52 +0000
  • 5c35c5bf mention -u name -t /var/named by millert 1998-05-23 19:43:26 +0000
  • 7cef11a1 /var/named by millert 1998-05-23 19:42:39 +0000
  • db035c61 add named user and use /var/named, not /etc/namedb as the named dir by millert 1998-05-23 19:22:32 +0000
  • 8fcbe5ea use route -n, what the heck by deraadt 1998-05-22 04:25:50 +0000
  • 12b6e892 magma; plunky@skate.demon.co.uk by deraadt 1998-05-20 23:37:25 +0000
  • 1aae12da /usr/share/sendmail by millert 1998-05-19 16:55:26 +0000
  • c8784aa4 readlink(path, buf, sizeof buf-1). Never forget that -1. by deraadt 1998-05-18 09:55:19 +0000
  • f9d5b4a6 oops this should be one line by deraadt 1998-05-16 06:04:49 +0000
  • 2dbac29c move cron to the end so users cannot run cron jobs before the system is all the way up by millert 1998-05-14 23:58:01 +0000
  • f139b738 random before ra*, and rm -f before mknod by niklas 1998-05-14 17:07:22 +0000
  • 3c7c5382 missing .. by niklas 1998-05-14 16:09:47 +0000
  • 879b0fb5 add PIM by deraadt 1998-05-13 21:12:35 +0000
  • b0798df7 test -> [ by deraadt 1998-05-13 21:10:03 +0000
  • 66a7ec9b change size parameter to size_t by deraadt 1998-05-13 08:50:52 +0000
  • 01876ee3 provide time_t without sys/types.h; kleink by deraadt 1998-05-13 08:39:21 +0000
  • 4003b609 Check a few more DOTfiles that could potentially compromise security on a per user basis. by todd 1998-05-10 18:11:04 +0000
  • 12d2698c 16 partitions by millert 1998-05-10 04:02:08 +0000
  • 79d3dfdb add sparc mi sysctl: machdep.led_blink by jason 1998-05-05 23:01:42 +0000
  • 22c01235 split sysctl.conf into MD and MI parts by deraadt 1998-05-05 21:52:10 +0000