openbsd
2015-10-17 sunilConvert some fgetln to getline.
2015-10-17 sunilCleanup and simplify LMTP code.
2015-10-17 sunilLMTP delivery requires "inet unix".
2015-10-17 florianmake usage() less horrible
2015-10-17 dougExit if a pledge call fails in non-interactive mode.
2015-10-17 timPledge; OK millert@ tobias@
2015-10-17 gillesthis file is deprecated
2015-10-17 mmccChange allocarray() to areallocarray(), a full realloca...
2015-10-17 gillesremove unused variables
2015-10-17 mmccCopy alloc()'s overflow check to aresize().
2015-10-17 krwNUMBOOT is dead! Nuke the variables and abstractions...
2015-10-17 florianImplement -w maxwait now that the -w flag is free in...
2015-10-17 reykDo no accept fds on the control socket; including the...
2015-10-17 florianmove -V option before -v and remove one spurious newlin...
2015-10-17 gillesKNF
2015-10-17 gillesour strip() function should use isspace()
2015-10-17 florianRemove left over -N and -w. Adapt wording for the link...
2015-10-17 reykTighten up snmpd's control socket: do not allow users...
2015-10-17 rpeCleanup a bit.
2015-10-17 semarieadd "tty" for several subcommands of openssl
2015-10-17 deraadtThe file(1) magic-parsing process was using pledge...
2015-10-17 deraadtsmtpd starts rather robustly with a gigantic pledge...
2015-10-17 deraadtAdd pledge "id" support. This request permits setuid...
2015-10-17 jcaroute6d pledges to use only "stdio rpath wpath cpath...
2015-10-17 jcaAllow a few 'get' ioctls for pledge("route"). route6d...
2015-10-17 tedudon't need fcntl for non blocking socket, just ask...
2015-10-17 schwarzeVery tricky diff to fix macro interpretation and spacin...
2015-10-16 mmccChange x_do_ins()'s arg type from int to size_t for...
2015-10-16 mmccMove the overflow check to alloc() so that the link...
2015-10-16 deraadtuse daemon(), jca had the same diff in his tree
2015-10-16 jcaAlso allow 6 as a miblen for NET_RT_DUMP, not all users...
2015-10-16 deraadtpledge "stdio rpath wpath cpath getpw fattr flock"
2015-10-16 deraadtpledge "stdio rpath wpath cpath fattr proc exec"
2015-10-16 deraadtpledge "stdio rpath wpath cpath proc exec".
2015-10-16 florianRemove RFC 4620 support. The RFC is experimental and...
2015-10-16 djmincrease the minimum modulus that we will send or accept in
2015-10-16 deraadtHoist clearing of FIOASYNC to much earlier, then getty...
2015-10-16 schwarzeOnce apropos(1) or man(1) are done with database access...
2015-10-16 sthenUse SSL_get_version() not SSL_get_cipher_version()...
2015-10-16 gillesadd flock to pledge request, needed by delivery_filename
2015-10-16 jcaUnbreak route6d.
2015-10-16 tedusave some file descriptors. instead of a pipe, use...
2015-10-16 tedunaddy would like the child to exit when the parent...
2015-10-16 ajacoutotMissing local.
2015-10-16 florianNo longer talk about -b flag, it's gone.
2015-10-16 ajacoutotDrop usage of TMPDIR.
2015-10-16 deraadtsync
2015-10-16 schwarzetest mixing of tabs with Ta
2015-10-16 mpiMake sched_barrier() use its own task queue to avoid...
2015-10-16 tedulife is simpler if all requests go in the fifo, and...
2015-10-16 djmbetter handle anchored FQDNs (e.g. 'cvs.openbsd.org...
2015-10-16 teduderaadt tells me i'm supposed to check if connect(...
2015-10-16 tedutwo phase handling for tcp so that slow connects don...
2015-10-16 mmccCast isspace() argument to unsigned char.
2015-10-16 florianMove -t and -w functionality to -a. Both flags are...
2015-10-16 mmccModernize allocation by:
2015-10-16 mmccCast iscntrl()'s arg to unsigned char.
2015-10-16 mmcc0 -> NULL when comparing with a char*.
2015-10-16 deraadtRepair the pty check for kernels without pty support.
2015-10-16 tobiasCheck file sizes only for regular files. The current...
2015-10-16 bluhmPledge the syslogd privsep process with "stdio rpath...
2015-10-16 schwarzeThe hosts.lpd examples file does not contain a single...
2015-10-16 nicmAllow PTMGET with "tty rpath wpath" but restrict only...
2015-10-16 tedusave request length in cache. naddy noticed we weren...
2015-10-16 jsingRemove pointless externs - the structs are declared...
2015-10-16 jsingExpand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FU...
2015-10-16 jsingRemove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_...
2015-10-16 deraadtwrap a long line
2015-10-16 beckFix use of pointer value after BIO_free, and remove...
2015-10-16 deraadtAlways allow a r/w opening of /dev/null though the...
2015-10-16 deraadtugly white space
2015-10-16 semariedelete pledge_bind_check() function and remove pledge_b...
2015-10-16 deraadtPlace TIOCSTI reminder block better
2015-10-16 deraadtFor "tty" pledges, treat TIOCGPGRP and TIOCGWINSZ like...
2015-10-16 tobiasMerge nlist out of boundary access fix with other nlist...
2015-10-16 jsingPut tls_config_verify_client_optional() in the right...
2015-10-16 jsingFix tpyo.
2015-10-16 millertImplement real "flock" request and add it to userland...
2015-10-16 beckactually include the prerequisite dependency for BIO...
2015-10-16 mpiIf a DOWN route entry is passed to a L2 output function...
2015-10-16 stspPut some iwm(4) debug code into #ifdef IWM_DEBUG.
2015-10-16 stspClean up iwm(4) scanning logic a bit: Reset sc_scanband...
2015-10-16 stspOops, committed old version of previous diff with a...
2015-10-16 stspIn iwm(4), correctly size and map the mbuf used for...
2015-10-16 nicmDon't free after calling paste_set but do after evbuffe...
2015-10-16 tobiasValidate parsed ELF values to prevent out of boundary...
2015-10-16 tobiasDisable !-command to escape to a shell. You are suppose...
2015-10-16 tobiasAdd native support for ed-style diffs. No need to pledg...
2015-10-16 deraadtdoug and I think the kernel has enough features to...
2015-10-16 deraadtFIOSETOWN/FIOGETOWN were added to "ioctl", but study...
2015-10-16 dougAdd TIOCCBRK and TIOCSDTR to the whitelist for pledge...
2015-10-16 dougPledge support for the parent/resolver in identd(8).
2015-10-16 dougPledge for ftp(1) in non-interactive mode.
2015-10-16 miodRemove -B from EXAMPLES; reminded by jmc@
2015-10-16 mmccAdd allocarray(), an overflow-safe allocation function.
2015-10-16 deraadtsync
2015-10-16 tedufine tune the logging some more
2015-10-16 tedusimplify logging functions. once a daemon, always a...
2015-10-16 tedusafety check that we're dealing with the filter we...
2015-10-16 tedumost things should be static
next