You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
90 88351eca17
Fix missing header for systemd notification
1 month ago
..
regress main(void) to prevent unused variable warning. 1 year ago
Makefile.in Add a timegm implementation from Heimdal via Samba. 1 year ago
arc4random.c Always use compat getentropy. 1 year ago
arc4random.h use calloc for allocating arc4random structs 1 year ago
arc4random_uniform.c Move OPENBSD ORIGINAL marker. 1 year ago
base64.c remove sys/param.h in -portable, after upstream 2 years ago
base64.h Remove obsolete CVS $Id from source files. 7 years ago
basename.c - (dtucker) [openbsd-compat/basename.c] Include errno.h. 17 years ago
bcrypt_pbkdf.c remove sys/param.h in -portable, after upstream 2 years ago
bindresvport.c Include stdlib.h for arc4random_uniform prototype. 2 years ago
blf.h sync bcrypt-related files with OpenBSD 2 years ago
blowfish.c sync bcrypt-related files with OpenBSD 2 years ago
bsd-asprintf.c openbsd-compat/bsd-asprintf: add <stdio.h> include for vsnprintf 1 year ago
bsd-closefrom.c Only include unistd.h once. 9 months ago
bsd-cygwin_util.c Fix signedness bug in Cygwin code 2 years ago
bsd-cygwin_util.h Use Cygwin-specific matching only for users+groups. 5 years ago
bsd-err.c Add missing includes for bsd-err.c. 6 years ago
bsd-flock.c typo: missing ; 6 years ago
bsd-getentropy.c Fix RNG seeding for OpenSSL w/out self seeding. 9 months ago
bsd-getline.c Skip getline() on HP-UX 10.x. 2 years ago
bsd-getpagesize.c Include includes.h for HAVE_GETPAGESIZE. 6 years ago
bsd-getpeereid.c - (dtucker) [configure.ac openbsd-compat/bsd-getpeereid.c] Bug #1287: Use 17 years ago
bsd-malloc.c Handle calloc(0,x) where different from malloc. 6 years ago
bsd-misc.c Add clang sanitizer tests. 1 year ago
bsd-misc.h Constify utimes in compat library to match specs. 2 years ago
bsd-nextstep.c Strip trailing whitespace. 7 years ago
bsd-nextstep.h Many typo fixes from Karsten Weiss 6 years ago
bsd-openpty.c Test if sshd accidentally acquires controlling tty 2 years ago
bsd-poll.c Avoid assuming layout of fd_set 1 year ago
bsd-poll.h revert c64b62338b4 and guard POLL* defines instead 1 year ago
bsd-pselect.c Increment nfds when coming from startup_pipe. 2 years ago
bsd-setres_id.c Fix format string integer type in error message. 4 years ago
bsd-setres_id.h Remove obsolete CVS $Id from source files. 7 years ago
bsd-signal.c Remove mysignal wrapper. 4 years ago
bsd-signal.h Include signal.h to prevent redefintion of _NSIG. 4 years ago
bsd-snprintf.c remove unused upper-case const strings in fmtfp 1 year ago
bsd-statvfs.c remove sys/param.h in -portable, after upstream 2 years ago
bsd-statvfs.h bsd-statvfs: include sys/vfs.h, check for f_flags. 6 years ago
bsd-timegm.c whitespace at EOL 1 year ago
bsd-waitpid.c Replace spaces with tabs. 7 years ago
bsd-waitpid.h polish whitespace for portable files 3 years ago
chacha_private.h Remove unused ivbits argument from chacha_keysetup 2 years ago
charclass.h - djm@cvs.openbsd.org 2010/09/25 09:30:16 13 years ago
daemon.c - (dtucker) [auth-passwd.c auth1.c auth2-kbdint.c auth2-none.c auth2-passwd.c 15 years ago
dirname.c remove sys/param.h in -portable, after upstream 2 years ago
explicit_bzero.c Using explicit_memset for the explicit_bzero compatibility layer. 3 years ago
fake-rfc2553.c Replace spaces with tabs. 7 years ago
fake-rfc2553.h Remove obsolete CVS $Id from source files. 7 years ago
fmt_scaled.c Resync fmt_scaled. with OpenBSD. 2 years ago
fnmatch.c sync fnmatch.c with upstream to fix another typo 4 years ago
fnmatch.h Define __BSD_VISIBLE in fnmatch.h. 4 years ago
freezero.c Include stdlib.h for declaration of free. 5 years ago
getcwd.c Return ERANGE from getcwd() if buffer size is 1. 1 year ago
getgrouplist.c Repair $OpenBSD markers. 7 years ago
getopt.h unbreak fuzzers for clang16 3 months ago
getopt_long.c avoid clash between for getopt's struct option 1 year ago
getrrsetbyname-ldns.c avoid uninitialised free of ldns_res 9 years ago
getrrsetbyname.c bounds checking for getrrsetbyname() replacement; 1 year ago
getrrsetbyname.h - jakob@cvs.openbsd.org 2007/10/11 18:36:41 16 years ago
glob.c Sync rev 1.49. 4 years ago
glob.h upstream commit 4 years ago
inet_aton.c remove sys/param.h in -portable, after upstream 2 years ago
inet_ntoa.c - (dtucker) [openbsd-compat/inet_nto.c] Update from OpenBSD 1.4 -> 1.6. 18 years ago
inet_ntop.c remove sys/param.h in -portable, after upstream 2 years ago
kludge-fd_set.c - (djm) [openbsd-compat/Makefile.in openbsd-compat/kludge-fd_set.c] 9 years ago
libressl-api-compat.c remove support for old libcrypto 1 year ago
md5.c support --without-openssl at configure time 9 years ago
md5.h support --without-openssl at configure time 9 years ago
memmem.c Add OPENBSD ORIGINAL marker. 3 years ago
mktemp.c Add prototypes for mkstemp replacements. 1 year ago
openbsd-compat.h unbreak fuzzers for clang16 3 months ago
openssl-compat.c Handle OpenSSL >=3 ABI compatibility. 1 year ago
openssl-compat.h Allow building with BoringSSL 1 year ago
port-aix.c Handle GIDs > 2^31 in getgrouplist. 2 years ago
port-aix.h Constify aix_krb5_get_principal_name. 4 years ago
port-irix.c Move log.h include inside ifdefs. 4 years ago
port-irix.h Remove obsolete CVS $Id from source files. 7 years ago
port-linux.c Fix missing header for systemd notification 1 month ago
port-linux.h notify systemd on listen and reload 1 month ago
port-net.c polish whitespace for portable files 3 years ago
port-net.h fix rdomain compilation errors 6 years ago
port-prngd.c Fix ifdefs around get_random_bytes_prngd. 2 years ago
port-solaris.c Solaris: prefer PRIV_XPOLICY to PRIV_LIMIT 6 months ago
port-solaris.h Remove obsolete CVS $Id from source files. 7 years ago
port-uw.c polish whitespace for portable files 3 years ago
port-uw.h 20070326 17 years ago
pwcache.c Cast *ID types to unsigned long when printing. 4 years ago
readpassphrase.c Move signal compat code into bsd-signal.{c,h} 6 years ago
readpassphrase.h - (dtucker) [openbsd-compat/readpassphrase.h] Update from OpenBSD 1.3 -> 1.5. 18 years ago
reallocarray.c Wrap stdint.h includes in ifdefs. 9 years ago
recallocarray.c Wrap stdint.h include in #ifdef. 7 years ago
rresvport.c - (djm) [openbsd-compat/rresvport.c] Add unistd.h for missing close() 16 years ago
setenv.c lastenv is only used in setenv. 2 years ago
setproctitle.c Include stdio.h for vsnprintf. 4 years ago
sha1.c upstream rev 1.27: fix integer overflow. 4 years ago
sha1.h support --without-openssl at configure time 9 years ago
sha2.c polish whitespace for portable files 3 years ago
sha2.h Remove sys/cdefs.h include. 4 years ago
sigact.c - (djm) [openbsd-compat/sigact.c] Avoid NULL derefs in ancient sigaction 16 years ago
sigact.h - (dtucker) [openbsd-compat/sigact.h] Update from OpenBSD 1.2 -> 1.3. 18 years ago
strcasestr.c Add strcasestr to compat library. 7 years ago
strlcat.c - (dtucker) [openbsd-compat/{LOTS}] Move the "OPENBSD ORIGINAL" markers to 18 years ago
strlcpy.c - millert@cvs.openbsd.org 2006/05/05 15:27:38 12 years ago
strmode.c - (dtucker) [openbsd-compat/strmode.c] Update from OpenBSD 1.5 -> 1.7. 18 years ago
strndup.c Use includes.h instead of config.h. 6 years ago
strnlen.c Use includes.h instead of config.h. 6 years ago
strptime.c - (dtucker) [configure.ac openbsd-compat/Makefile.in 13 years ago
strsep.c - (dtucker) [openbsd-compat/strsep.c] Update from OpenBSD 1.5 -> 1.6. 18 years ago
strtoll.c - (dtucker) [openbsd-compat/{realpath.c,stroll.c,rresvport.c}] $OpenBSD tag. 18 years ago
strtonum.c polish whitespace for portable files 3 years ago
strtoul.c - (dtucker) [openbsd-compat/strtoul.c] Update from OpenBSD 1.5 -> 1.7. 18 years ago
strtoull.c - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoull.c 11 years ago
sys-queue.h undef TAILQ_CONCAT and friends 3 years ago
sys-tree.h - (dtucker) [configure.ac openbsd-compat/sys-tree.h] Test if compiler allows 11 years ago
timingsafe_bcmp.c - matthew@cvs.openbsd.org 2010/09/24 13:33:00 13 years ago
vis.c Move DEF_WEAK into defines.h. 7 years ago
vis.h Update vis.h and vis.c from OpenBSD. 8 years ago
xcrypt.c remove sys/param.h in -portable, after upstream 2 years ago