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_6_1_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.39   8 years  jmc   for some time now mandoc has not required MLINKS to function correctly - logical...
[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.12   8 years  millert   Use the backchannel for all error messages instead of syslog(3). OK deraadt@ bec...
[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.8   7 years  jca   Fix example: long long should be print with %lld
[TXT] fmt_scaled.c  1.16   7 years  dtucker   Fix overly-conservative overflow checks on mulitplications and add checks on add...
[TXT] fparseln.3  1.10   8 years  schwarze   Remove useless quoting from .Fo and .Fn function names, to prevent development o...
[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.9   7 years  guenther   Pull in <stdio.h> for NULL ok deraadt@
[TXT] getrawpartition.3  1.8   8 years  schwarze   reduce .Nd to one line and kill .Tn while here
[TXT] getrawpartition.c  1.9   7 years  guenther   Pull in <stdio.h> for NULL ok deraadt@
[TXT] imsg-buffer.c  1.9   7 years  deraadt   Grow buffers using recallocarray, to avoid the potential dribble that the standa...
[TXT] imsg.c  1.14   7 years  nicm   Use C99 types (uint32_t) instead of BSD (u_int32_t) - the former are more portab...
[TXT] imsg.h  1.4   7 years  nicm   Use C99 types (uint32_t) instead of BSD (u_int32_t) - the former are more portab...
[TXT] imsg_init.3  1.18   7 years  nicm   Use C99 types (uint32_t) instead of BSD (u_int32_t) - the former are more portab...
[TXT] isduid.3  1.3   8 years  sobrado   typo in manual page. ok jsing@
[TXT] login.3  1.6   11 years  tedu   use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
[TXT] login.c  1.11   8 years  guenther   Switch login(3) from lseek+read/write to pread/pwrite and only do the pread() if...
[TXT] login_fbtab.3  1.14   8 years  millert   Remove obsolete caveat. OK deraadt@
[TXT] login_fbtab.c  1.16   8 years  mmcc   Remove three NULL-checks before free(). ok millert@
[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.9   8 years  guenther   Switch login(3) from lseek+read/write to pread/pwrite and only do the pread() if...
[TXT] logwtmp.c  1.10   7 years  guenther   Use O_CLOEXEC when opening fds local to a function ok jca@ 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.9   8 years  schwarze   reduce .Nd to one line and kill .Tn while here
[TXT] opendisk.c  1.7   9 years  deraadt   sys/types.h rather than sys/param.h, where applicable. avoid overreach.
[TXT] openpty.3  1.17   8 years  kettenis   Remove lies about openpty(4) searching for a free pseudo-tty by iterating throug...
[TXT] passwd.c  1.54   9 years  millert   Use strtonum() instead of strtoul() when parsing uid/gid so we get consistent ha...
[TXT] pidfile.3  1.7   11 years  tedu   use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
[TXT] pidfile.c  1.12   8 years  mmcc   Remove three NULL-checks before free(). ok millert@
[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.20   7 years  guenther   Use O_CLOEXEC when opening fds local to a function ok jca@ krw@
[TXT] pw_init.3  1.14   7 years  tb   Refer to /etc/passwd consistently as the "legacy password file" and remove some ...
[TXT] pw_lock.3  1.20   7 years  tb   Refer to /etc/passwd consistently as the "legacy password file" and remove some ...
[TXT] readlabel.c  1.14   7 years  guenther   Use O_CLOEXEC when opening fds local to a function ok jca@ krw@
[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.19   7 years  guenther   Use a constant format string and output the variable part with %s ok krw@ mille...
[TXT] uucplock.3 (in the Attic) [Hide]  1.19   8 years  jmc   update NAME section to include all documented functions, or otherwise change Dt ...