542 Commits (63e9de9a0bcabb2ed89d5dfdc747981d1ebb8701)

Author SHA1 Message Date
  deraadt 7e48f32113 alloca cannot check if the allocation is valid. mention the consequences; millert ok 23 years ago
  tdeval 77a7c73d5c correct an alignment mis-conception for malloc(0) returned regions. 23 years ago
  deraadt 656331798e document how malloc(0) blobbies are stored, and their character 23 years ago
  miod 5fff16eb20 Warn that pidfile() will not have the expected removal behaviour if _exit() 23 years ago
  deraadt 9462d0d22b 2nd param is const 23 years ago
  deraadt a3de80a1d8 save errno in signal handler 23 years ago
  millert 102be945f2 Comment out info on U (utrace) malloc option since we don't support it 23 years ago
  mickey c3e7e8407a remove dangling spaces and tabs 23 years ago
  tdeval 9b9efbb25c Grammar. Thanks markus@ 23 years ago
  tdeval d98536c135 mprotect allocations sized at 0 bytes. This will cause a fault for access 23 years ago
  deraadt 7c24a87eca fix docs; tedu@heorot.stanford.edu 23 years ago
  millert ac4382dfde add RFC 3174 to SEE ALSO section 23 years ago
  markus 8b85012334 sync with rmd160.h 23 years ago
  markus 3bb1d7ac89 new rmd160 implementation. based on 23 years ago
  mpech c05e66058a Start new sentence on a new line. 23 years ago
  jakob b2fc98a506 re-enable pidfile(3). ok millert@ 23 years ago
  matthieu 5055a367e5 zap pidfile from here too, until conflict with kerberosV is fixed ok deraadt@ 23 years ago
  deraadt 1e490e20b5 jakob did not even do a make build, sigh 23 years ago
  jakob e4464b9a36 add pidfile(3) prototype 23 years ago
  jakob 665a8f810d multiple calls to pidfile(3) are actually ok, but there are problems if you change the basename 23 years ago
  jakob 68a4b51ff3 add pidfile(3) - write a daemon pid file. ok deraadt@, millert@. 23 years ago
  drahn 2ca2f70119 Also build the .so version of sha1 without optimization. 23 years ago
  jason 923842bb6f get previous right... 23 years ago
  jason 9f6d5d1ad2 add hack for sha1.po on sparc64, too 23 years ago
  espie aecf1306d9 K&R promotion is not the whole story. Make things explicit. 23 years ago
  mpech 68ddad385f Initial idea from aaron@: Last char of .Xr group in SEE ALSO section should 23 years ago
  deraadt e5b3c6a8fe oh this is horrible 23 years ago
  deraadt 7f7255c5d9 make sure that va_start() has matching va_end() 23 years ago
  mickey 2660cbbcf5 make debug libs build again 23 years ago
  millert 734e2e00f3 Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POSIX counterparts. 23 years ago
  art 7c3186ea3c gcc hangs when compiling sha1 on sparc64, workaround. 23 years ago
  millert dc64978377 Change the second arg to pw_mkdb() from a boolean flag to a set of 23 years ago
  millert 17d95e498c 2nd arg to pw_mkdb() 23 years ago
  millert b2ff13368c consistently use #include "util.h" not <util.h> since util.h lives in this dir. 23 years ago
  millert 5caca03abd Add new 'secureonly' arg to pw_mkdb() to correspond to pwd_mkdb's new -s 23 years ago
  millert 010e8fe0d7 Get rid of extraneous #includes by using stub struct declarations. 23 years ago
  heko 52b680a55c #(endif|else) foo is incorrect, make it #endif /* foo */ 23 years ago
  mpech 8038b2e506 o) We always close .Bl and .Bd tags; 23 years ago
  millert f4dff807f0 Minor style pedentry from ben@arbor.net plus some of my own and sync 23 years ago
  mpech a7678ef179 clean up. 23 years ago
  millert b8b89abcad RETURN VALUES, not RETURN VALUE 23 years ago
  millert 21456efabd Make the list of required #includes match reality. 23 years ago
  aaron 426796c9a3 Plug memory leak in pw_copy(); millert@ ok 23 years ago
  deraadt 431f8263a1 correct type on last arg to execl(); nordin@cse.ogi.edu 23 years ago
  deraadt 71d2e52579 a first pass at -Wall 23 years ago
  lebel 60ef74bf70 use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. 23 years ago
  deraadt 2333db14c1 more .%A handling; bk@rt.fm 23 years ago
  millert 4678ee92f7 Clarify that if strlcat() does not find a NUL within siz byte it 23 years ago
  millert 525207ebf1 o move passwd.conf variables into login.conf 23 years ago
  aaron 0be0df2e97 Fix a buf oflow in EXAMPLES code; millert@ ok 23 years ago