8063 Commits (6dd8be9e0d99d384e96daa4e9d7ba99f5a53e64a)
 

Author SHA1 Message Date
  deraadt cbc05ec357 restructure libc/string + libc/arch/*/string coperation regarding 9 years ago
  dcoppa 8aed7f48e5 Fix comment: We don't use RC4 anymore, it's better to be more 9 years ago
  stsp 1438787e02 Remove ofwbootfd from sparc64 release dir since nobody will need it. 9 years ago
  stsp 154ef7c807 Add ofwbootfd to list of sparc64 release files to checksum. 9 years ago
  schwarze c009471d0a macro cleanup; from kaspars at bankovskis dot net 9 years ago
  millert 5ec0b12a39 rand() is a pseudo-random number generator 9 years ago
  millert 99443b79b3 Don't describe random() as "better". 9 years ago
  millert 83453faed1 Warn people to use arc4random() in DESCRIPTION so they see it using 9 years ago
  millert ecd6d9764c rand48(3) not drand48(3) to align with the actual man page and Xr 9 years ago
  tedu 5ec209fbb9 no first person in man pages. 9 years ago
  tedu db463cc6a3 no need for md5 xr 9 years ago
  tedu e536f2345b revert the bludgeoning of DES. if we need a thread safe crypt, maybe it's 9 years ago
  tedu 5b2c645b15 push some global data down into functions to make this threadlier. 9 years ago
  tedu 6c2dc6d7ef introduce a hashspace define and check that there's enough space to 9 years ago
  tedu 19e1186454 check crypt() for null. noticed by Jonas Termansen 9 years ago
  stsp 30161907c8 Remove another sparc64 md installboot reference that was hiding in here. 9 years ago
  deraadt 0c0197a7ee /dev/random has created the same effect as /dev/arandom (and /dev/urandom) 10 years ago
  deraadt 7ed1a0abd1 mop up a barely started project... getting in the way of grepping the tree! 10 years ago
  jmc 70ce0b1d5a space needed between macro args and punctuation; 10 years ago
  schwarze fb6bc18dba add ERRORS, HISTORY, AUTHORS, Copyright year, and some missing macros; 10 years ago
  schwarze bfe8beac85 Let crypt_checkpass() set EACCES after bcrypt_checkpass() failure; 10 years ago
  tedu a5c612c089 change prototype for crypt_newhash. the login_cap_t is a holdover from its 10 years ago
  miod f67d7bbb99 Oops, make sure camellia is compiled on platforms without an arch-specific 10 years ago
  tedu 85c5ea456a split crypt_checkpass off into a new file 10 years ago
  jsg 7f4721fbaf Don't allow embedded nul characters in strings. 10 years ago
  guenther 940519ace9 Document behavior of atexit() when called in a DSO that is later unloaded. 10 years ago
  tedu 302efc61c4 prototype for crypt_newhash(). adding it here because this is where 10 years ago
  jmc 0b7e87f042 add crypt_newhash to NAME and add an MLINK; 10 years ago
  miod 273ab4ce62 Enable the build of GOST routines in libcrypto. Riding upon the Cammelia 10 years ago
  miod b4b58e435d Add the Cammelia cipher to libcrypto. 10 years ago
  millert 4cd4507e3b Add prototype for stravis(). 10 years ago
  deraadt 854a626186 Make /var/tmp a symbolic link to /tmp. The creation of /var/tmp in the 10 years ago
  tedu 572a59f1f0 add new function crypt_newhash to simplify creating new hashes. 10 years ago
  ajacoutot 0e91bfff1b "reload" should fail if the service is not running in the first place. 10 years ago
  schwarze 755bcd79c1 add some missing .An macros and remove some obsolete .Tn 10 years ago
  bentley 33d56bef5a Reduce instances of `` '' in manuals. 10 years ago
  doug 146b86bde3 Add gcc printf format attributes to yyerror() in parse.y files. 10 years ago
  bcook 0c127a8f2e correct the failure case for getentropy on win32 10 years ago
  miod a5a3403d95 GOST crypto algorithms (well, most of them), ported from the removed GOST 10 years ago
  miod aac667f964 Introduce EVP_MD_CTX_ctrl(), to allow for fine control of a given digest. 10 years ago
  sthen 531b70740b add svn, fix sort-order of iscsi. ok ajacoutot@ dcoppa@ phessler@ 10 years ago
  millert 2f61038186 When clearing /tmp, use "-maxdepth -1" instead of "-type d -prune". 10 years ago
  bluhm 0f1121e6f9 Convert the logic in yyerror(). Instead of creating a temporary 10 years ago
  bcook 15ff6efe87 Add hooks to override native arc4random_buf on FreeBSD. 10 years ago
  jsing 363581889a Rename libressl to libtls to avoid confusion and to make it easier to 10 years ago
  deraadt 68bbb50cb4 clean up verbiage around the calculations; ok ingo jmc otto 10 years ago
  millert b05a4e176a Don't mention old systems where realloc(NULL, n) didn't work as we 10 years ago
  guenther 4af3493378 Add prototypes for xdr_{accepted,rejected}_reply() and svcudp_enablecache() 10 years ago
  lteo b8d6959e84 Remove unnecessary netinet/in_systm.h include. 10 years ago
  doug f13672519c Save space in man page: err() -> errc() and combine vars. 10 years ago