497 Commits (82bc8bdaeb8636832dc4af44138a1472c76e7937)

Author SHA1 Message Date
  millert cab5b7c7b6 LOGIN_SETALL did not include LOGIN_SETENV as it should. 19 years ago
  krw 31239d2ae1 Oops. Too much 'KNF'. We don't use NULL_xdrproc_t, but someone might 19 years ago
  krw 1a5cb9c63f Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. Pointed 19 years ago
  espie 7c6b5a2ee7 provide float_t, double_t, FLT_EVAL_METHOD (dummy C99 constructs) 19 years ago
  millert dd19e1590f gai_strerror() should return const char *; OK deraadt@ 19 years ago
  itojun dd055c936c remove NI_WITHSCOPEID 19 years ago
  millert 0e9fb296b0 Change return value of reentrant getproto* and getserv* to match the 19 years ago
  fgsch 75f0fbfc04 install net80211 headers; millert and deraadt ok. 20 years ago
  otto 86189206cf implement strnunvis(3), a bounded version of strunvis(3). ok millert@ 20 years ago
  millert 402f3b0bb4 Reentrant versions of getprotoent(3) and getservent(3). Adapted from 20 years ago
  kettenis 7094ff0c68 Add dl_iterate_phdr() support. 20 years ago
  millert 84588639d1 GLOB_NOESCAPE is POSIX so move it out of the #ifndef _POSIX_SOURCE block. 20 years ago
  espie ed5989fb23 let stdbool.h work with recent gcc, since they modified the interface, 20 years ago
  deraadt a51e10d144 KVM_NO_FILES is 0x80000000, so arg 4 of kvm_openfiles() must be unsigned 20 years ago
  drahn 0f5eafa1d5 add dladdr() support and add some 'standard' dlsym() support. 20 years ago
  millert fb70473f0a Support the "setenv" capability in login.conf ala FreeBSD. Following 20 years ago
  millert afc874115c Define BI_FDPASS for the BSD auth fd passing changes. 20 years ago
  millert 39068fdcad Update strtonum() protor 20 years ago
  henning dff91603d5 do not install netiso header files, millert deraadt ok 20 years ago
  millert 20709cb14a passwd.conf has been deprecated since login.conf was imported. 20 years ago
  millert 84b4f5d4e8 POSIX says "data" is void *, not char *. Also remove extern from prototypes. 20 years ago
  millert 051f4d9789 make includes in gnu/usr.sbin/sendmail/libmilter 20 years ago
  deraadt f94c3bd71d hsearch API/ABI u_int -> size_t -> crank majors; ok millert 20 years ago
  espie 1452d17230 Cosmetic clean-up. 20 years ago
  jfb 7a1e9128cc Make the `filename' parameter to HASHFile() and HASHFileChunk() const 20 years ago
  avsm 95bbd623be add bounds check for src pointer in bcopy(3) as well as dest pointer, 20 years ago
  millert 6cd80dc0e2 According to POSIX, _POSIX_PATH_MAX should be 256 but _POSIX_SYMLINK_MAX 20 years ago
  marc 2092fd5de8 major bump to libc and libpthread to break the dependency of a 20 years ago
  millert 8471f4bfa8 Define _POSIX_SYMLINK_MAX and SYMLINK_MAX as _POSIX_PATH_MAX and PATH_MAX 20 years ago
  millert 0014f12b9a Updates based on Single Unix; OK deraadt@ 20 years ago
  drahn eb78f1ef1f Enable binutils for arm now that we have binutils 2.14. 20 years ago
  millert 9a4115e513 Make the Transform functions match the other hash types and document them. 20 years ago
  millert f181b464e0 Make the 2nd arg to SHA1Transform const again and unifdef SHA1HANDSOFF. 20 years ago
  tedu bc41fb1d63 strtonum prototype 20 years ago
  millert 80dc37e3c6 Use KNF indentation style and do some u_char -> u_int8_t conversion 20 years ago
  millert e2e5c3d50c Add Pad and FileChunk functions for each family of hash functions. 20 years ago
  millert 093859655c Make ndbm match POSIX. A datum consists of a void *dptr and a size_t dsize. 20 years ago
  millert 5fd6059fd1 XPG specifies bsd_signal(3) so make it an alias for signal(3); OK deraadt@ 20 years ago
  millert d3af4c4238 Add _Exit(3) as per C99. Discussed with espie@ some time ago. 20 years ago
  millert 29064d763b Undo some recent prototype changes; it is legal to pass the helper 20 years ago
  millert 6a5149bdf9 PD md4 code derived from Colin Plumb's md5 routines. 20 years ago
  millert 2ee8a23109 Rename members of struct MD5Context to match other hash routines. 20 years ago
  millert 95118666b1 PD version of md5(3) based on code written by Colin Plumb. 20 years ago
  millert 14ad1886b5 Add __bounded__ attributes like the other hash functions have. 20 years ago
  millert dc5a1f903b Make the bit count u_int64_t instead of two u_int32_t. Adapted from 20 years ago
  millert 9b2dd21027 Use a common source file for all the hash helper functions that 20 years ago
  itojun cbdc6bf7b4 implement RFC3493 AI_NUMERICSERV. tedu ok 20 years ago
  millert 923f039b2d Add /dev/fd/ and /var/empty/; ok henning@ and krw@ 20 years ago
  djm 47a42edf4e prototypes for bcrypt and md5crypt, as described in manpage; ok deraadt@ 20 years ago
  avsm eed750edd0 fix non-gnu ansi compilers by not using 'inline' but '__inline' instead. 20 years ago