1515 Commits (f550b551221fb0d6561b1ca14b113e3c667c861c)

Author SHA1 Message Date
  millert c5fe488aad In rev 1.15 the sizeof argument was fixed in a strlcat() call but 8 years ago
  guenther e007f40f71 Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In one 8 years ago
  guenther f671bb814a lint is dead: delete useless LINTLIBRARY comments 8 years ago
  guenther 8609f86bc8 Don't wrap initialized variables: binutils appears to be mishandling them 8 years ago
  schwarze 6201910f6e Remove useless quoting from .Fo and .Fn function names, to prevent 8 years ago
  guenther e724eb6002 Only two of the *rand48.c files need <math.h>, so just #include it in them 8 years ago
  schwarze 59ebc4a004 use .Va for global variables, and .Vt where the type is included 8 years ago
  guenther 8924f66047 Remove cast of int* to int* 8 years ago
  guenther ec1a04d68c For now, permit overriding of the malloc family, to make emacs happy 8 years ago
  guenther 08d5782520 Wrap <pwd.h> so that calls go direct and the symbols are all weak. 8 years ago
  guenther 1fc79c3ad9 Overshot w/PROTO_DEPRECATED: seed48_deterministic() is used internally 8 years ago
  millert adeece9d95 The number of rounds is just two digits in the salt. We've already 8 years ago
  guenther c8272cfe98 Wrap <stdlib.h> so that calls go direct and the symbols not in the 8 years ago
  guenther 0228ab119c __strsignal() is now declared in hidden/signal.h 8 years ago
  guenther 82b9f1a0d5 Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go direct 8 years ago
  guenther c9c56d2879 Wrap <unistd.h> so that internal calls go direct and they're all weak symbols 8 years ago
  guenther 2682fe544f Wrap <getopt.h> to make the functions weak and make access to the initialized 8 years ago
  guenther c34714da97 Wrap blowfish, sha*, md5, and rmd160 so that internal calls go direct 8 years ago
  bcook 2c1adf355f Add support for building arc4random with MSVC. 8 years ago
  guenther 02ef5130b7 Pull in namespace.h when building all .c files using gcc's -include option, 8 years ago
  schwarze a9afc2531c reduce .Nd to one line and kill .Tn while here 8 years ago
  schwarze b0143d710b missing commas at the end of .Nm lines in the NAME section 8 years ago
  guenther 4f5bcc4530 Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signame 8 years ago
  guenther 6c7e0ac243 Use new framework for wrapping cat{open,gets,close}(), eliminating 8 years ago
  guenther 3e2a03de0a Add framework for resolving (pun intended) libc namespace issues, using 8 years ago
  guenther 8858b239f2 Move the __rand48_* declarations into rand48.h, and then hide both them 8 years ago
  deraadt 70232307a6 All these files include <stdlib.h>, so do not need to cast 8 years ago
  tedu a295a8a9de call it bcrypt in the man page too 9 years ago
  tedu 1b0313eadb permit "bcrypt" as an alias for "blowfish". this is, after all, what 9 years ago
  jeremy a0ab23b345 Unbreak, add errno header 9 years ago
  tedu 8cf39d5a4a set errno in null cases, just in case. 9 years ago
  tedu ece73ab6e1 standards compliant error return (null). will make ruby happier, at least. 9 years ago
  millert 7b99cfa53d Just return if nmemb is 0. Avoids a NULL dereference and is 9 years ago
  millert 482e9aac5b Remove needless casts. There's no reason to cast delim to char * 9 years ago
  millert 4ab11614ee Make index/rindex weak aliases of strchr/strrchr since they are not 9 years ago
  bluhm 4498258510 If crypt(3) is called with an unknown setting, return NULL instead 9 years ago
  guenther 69ecb65582 Add dlclose(3) to SEE ALSO 9 years ago
  guenther 726c811e97 When checking flags that will be passed to open(), test the O_ACCMODE portion 9 years ago
  nicm fadf08888f Another couple of commas in the wrong place, ok jmc 9 years ago
  guenther 04a5d5b45d Make pthread_atfork() track the DSO that called it like atexit() does, 9 years ago
  tedu bd36abfa7c bludgeon DES support out of crypt. long live the bcrypt. 9 years ago
  tedu b4484c676a improve realloc. when expanding a region, actually use the free page cache 9 years ago
  tedu e87c880491 remove incorrect statement. the standard *does* require calloc to check 9 years ago
  millert 9b1817bc73 Update comment to match code; Caspar Schutijser 9 years ago
  tedu 236787ace7 we don't let strtonum errors bleed through now. 9 years ago
  tedu 6e172aaf1a Set errno to EINVAL, instead of letting ERANGE escape out. 9 years ago
  tedu ade522ddbc update siphash manpages to reflect change in return type spelling. 9 years ago
  tedu 6b550eb5a9 Use standard spelling for types, and rename local variable from "free". 9 years ago
  tedu f560a5c78d lsearch and lfind return void * 9 years ago
  jmc a4b14a72e4 use a width specifier for lists, and Sq rather than Dq for single letters 9 years ago