OpenBSD CVS

src/lib/libutil/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / lib / libutil

Current tag: OPENBSD_5_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.38   10 years  deraadt   merge ohash into 1 source file, then we can revisit next roadmap items. ok espie...
[TXT] bcrypt_pbkdf.3  1.6   9 years  tedu   no first person in man pages.
[TXT] bcrypt_pbkdf.c  1.13   9 years  tedu   rename blocks to words. bcrypt "blocks" are unrelated to blowfish blocks, nor ar...
[TXT] check_expire.3  1.10   9 years  schwarze   use the actual function name in .Dt and NAME .Nm, not an alias; found with mando...
[TXT] check_expire.c  1.10   9 years  doug   Delete secret or secret-derived data with explicit_bzero. concept ok deraadt@ d...
[TXT] duid.c  1.2   11 years  nicm   ANSIfy forkpty, add missing $OpenBSD$ in duid.c, style (no arg names) in util.h....
[TXT] fmt_scaled.3  1.7   9 years  schwarze   obvious cases of missing .An; found with the new mandoc(1) MANDOCERR_AN_MISSING ...
[TXT] fmt_scaled.c  1.12   10 years  deraadt   fairly simple unsigned char casts for ctype ok krw
[TXT] fparseln.3  1.9   9 years  schwarze   remove .Tn; from Jan Stary <hans at stare dot cz>
[TXT] fparseln.c  1.7   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] getmaxpartitions.3  1.6   11 years  tedu   use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
[TXT] getmaxpartitions.c  1.8   9 years  deraadt   sys/types.h rather than sys/param.h, where applicable. avoid overreach.
[TXT] getrawpartition.3  1.7   11 years  tedu   use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
[TXT] getrawpartition.c  1.8   9 years  deraadt   sys/types.h rather than sys/param.h, where applicable. avoid overreach.
[TXT] imsg-buffer.c  1.5   9 years  benno   return ERANGE instead of ENOMEM, so callers can differentiate real oom from this...
[TXT] imsg.c  1.6   9 years  deraadt   sys/types.h rather than sys/param.h, where applicable. avoid overreach.
[TXT] imsg.h  1.3   10 years  eric   constify data parameter in imsg_add() and imsg_compose() ok deraadt@
[TXT] imsg_init.3  1.11   10 years  eric   constify data parameter in imsg_add() and imsg_compose() ok deraadt@
[TXT] isduid.3  1.2   11 years  tedu   use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
[TXT] login.3  1.6   11 years  tedu   use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
[TXT] login.c  1.10   18 years  espie   scrape $Id$ tags. okay deraadt@, millert@, krw@
[TXT] login_fbtab.3  1.12   9 years  schwarze   obvious cases of missing .An; found with the new mandoc(1) MANDOCERR_AN_MISSING ...
[TXT] login_fbtab.c  1.14   16 years  deraadt   comment inside comment
[TXT] login_tty.c  1.9   9 years  deraadt   sys/types.h rather than sys/param.h, where applicable. avoid overreach.
[TXT] logout.c  1.8   18 years  espie   scrape $Id$ tags. okay deraadt@, millert@, krw@
[TXT] logwtmp.c  1.9   18 years  espie   scrape $Id$ tags. okay deraadt@, millert@, krw@
[TXT] ohash.c  1.1   10 years  deraadt   merge ohash into 1 source file, then we can revisit next roadmap items. ok espie...
[TXT] ohash.h  1.2   10 years  deraadt   merge ohash into 1 source file, then we can revisit next roadmap items. ok espie...
[TXT] ohash_init.3  1.2   10 years  jmc   zap trailing whitespace;
[TXT] ohash_interval.3  1.1   10 years  espie   move the ohash functions into libutil by popular demand. It's not a standard int...
[TXT] opendev.3  1.22   9 years  schwarze   remove .Tn; from Jan Stary <hans at stare dot cz>
[TXT] opendev.c  1.15   12 years  jsing   Do not mask errno if we fail to open /dev/diskmap. Also, fall through rather tha...
[TXT] opendisk.3  1.8   10 years  schwarze   obvious .Pa fixes; found with mandocdb(8)
[TXT] opendisk.c  1.7   9 years  deraadt   sys/types.h rather than sys/param.h, where applicable. avoid overreach.
[TXT] openpty.3  1.16   11 years  tedu   use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
[TXT] passwd.c  1.53   9 years  guenther   Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) o...
[TXT] pidfile.3  1.7   11 years  tedu   use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
[TXT] pidfile.c  1.10   9 years  deraadt   sys/types.h rather than sys/param.h, where applicable. avoid overreach.
[TXT] pkcs5_pbkdf2.3  1.5   11 years  tedu   use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
[TXT] pkcs5_pbkdf2.c  1.9   9 years  millert   Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@
[TXT] pty.c  1.19   11 years  matthew   Fix pty descriptor leak if fork() fails. ok millert
[TXT] pw_init.3  1.12   11 years  tedu   use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
[TXT] pw_lock.3  1.17   9 years  schwarze   remove .Tn; from Jan Stary <hans at stare dot cz>
[TXT] readlabel.c  1.13   9 years  deraadt   Move to the <limits.h> universe. review by millert, binary checking process with...
[TXT] readlabelfs.3  1.8   11 years  tedu   use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
[TXT] shlib_version  1.27   10 years  espie   move the ohash functions into libutil by popular demand. It's not a standard int...
[TXT] util.h  1.34   11 years  tedu   Add bcrypt_pbkdf, a password based key derivation function using bcrypt. Technic...
[TXT] uucplock.c  1.16   14 years  deraadt   rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintai...
[TXT] uucplock.3 (in the Attic) [Hide]  1.18   11 years  tedu   use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze