summaryrefslogtreecommitdiffstats
path: root/lib/libsqlite3/src/sqliteLimit.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-19store compat flags in struct ssh; ok djm@markus4-12/+15
2015-01-19Oops, missed the new #include when manually applying the diff fromguenther1-1/+3
Helg (xx404 (at) msn.com)
2015-01-19adapt kex to sshbuf and struct ssh; ok djm@markus24-1149/+1701
2015-01-19`wellspring' Apple keyboards found on Macbook Air need slightly differentmiod1-9/+66
processing for Fn-key chords. From William Orr <will@worrbase.com>
2015-01-19Fix bracing in ASSERT_VP_ISLOCKED(vp) macro to not always panic()guenther1-5/+6
From Helg (xx404 (at) msn.com)
2015-01-19move dispatch to struct ssh; ok djm@markus13-145/+253
2015-01-19Log the remote user in the access.log.florian1-8/+10
Pointed out by, tweak & OK reyk@
2015-01-19s/clt_fcgi_remote_user/clt_remote_user/florian3-11/+11
OK reyk@
2015-01-19Move doaccept() declaration from its .c file to sys/socketvar.h for useguenther2-4/+4
by compat/linux
2015-01-19update packet.c & isolate, introduce struct sshmarkus28-1879/+2535
a) switch packet.c to buffer api and isolate per-connection info into struct ssh b) (de)serialization of the state is moved from monitor to packet.c c) the old packet.c API is implemented in opacket.[ch] d) compress.c/h is removed and integrated into packet.c with and ok djm@
2015-01-19Delete ABI compat for osockaddr: 20 years and many ABI bumps since sa_len addedguenther1-5/+1
ok krw@ bluhm@ deraadt@
2015-01-19Prefer strdup() to malloc() + strcpy() and ftello() to ftell()miod1-5/+3
ok deraadt@ guenther@ millert@
2015-01-19Decouple auth parameters from struct server_config into struct auth.reyk8-39/+236
OK florian@
2015-01-19Does not need netinet/ip_ipsp.hderaadt1-2/+1
2015-01-19Also print the fspace member of map entries when PRINT_VM_MAP_ENTRY iskettenis1-2/+4
requested. ok deraadt@
2015-01-19Remove dead store causing clang to warn; dhillmiod1-2/+1
2015-01-19use SYMLOOP_MAX rather than MAXSYMLINKSderaadt1-2/+2
2015-01-19mikeb points out that 'struct ipsec_policy' can also be hidden by _KERNELderaadt1-5/+1
2015-01-19remove #ifndef #define blocks trying to handle lack of BUFSIZderaadt4-18/+4
ok millert
2015-01-19mlk jr day is the third monday, and not just for new york.tedu2-3/+3
from richard
2015-01-19SYMLOOP_MAX == MAXSYMLINKS, so use SYMLOOP_MAXderaadt1-2/+2
2015-01-19Kill loadavg.h and just use the fscale value directly.millert2-104/+3
There's no need for crazy casts of p_pctcpu in ORDERKEY_PCTCPU since kinfo_proc exports it as uint32_t. OK deraadt@
2015-01-19sparc also needs <machine/param.h> for CPU_SUN*.miod1-1/+2
2015-01-19fix format strings in (disabled) debuggingdjm1-4/+4
2015-01-19this test was broken in at least two ways, such that itdjm1-7/+9
wasn't checking that a KRL was not excluding valid keys
2015-01-19First step of hiding many kernel-only parts of <netinet/ip_ipsp.h>deraadt2-4/+14
under _KERNEL, and adjust the one consumer (netstat) so that it requests the exposure. Will take a few more rounds to get this right. ok mikeb
2015-01-19cleanup of the SMALL hiding from Mathias Svenssonderaadt1-2/+4
2015-01-19Replace HOST_NAME_MAX+1 with NI_MAXHOST when the hostname is usedbluhm2-11/+13
with getaddrinfo() or getnameinfo(), but keep HOST_NAME_MAX+1 when the hostname comes from gethostname(). No binary change; OK deraadt@
2015-01-19Make use of an msr available on recent Intel processors to obtain thejsg4-25/+78
maximum supported temperature, Tj(Max). As the temperature values are relative to this value this should make the sensor values more accurate. From Simon Mages.
2015-01-19Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONGmillert32-197/+226
description.
2015-01-19Make some $OpenBSD$ lines prettier/standardier by eliminatingkrw13-13/+13
superflous '*' after '/*' and adding blank after terminating '$'. Also eases parsing of the lines by simple awk scripts. Aesthetic approval from tedu@.
2015-01-19Remove unnecessary <netinet/ip_ipsp.h> includesmikeb4-8/+4
2015-01-19Back out changes unrelated to the ENAMETOOLONG diff.millert1-15/+13
2015-01-19<netinet6/in6_ifattach.h> is not needed here.mpi2-4/+2
2015-01-19remove a couple of unused headers.bcook1-3/+1
reported by Jonas 'Sortie' Termansen
2015-01-19Make a tmux-%u directory under TMUX_TMPDIR, like TMPDIR.nicm1-2/+2
2015-01-19Only care about other permissions, allow group to be set.nicm1-2/+2
2015-01-19Remove unnecessary duplicate S_ISDIR check, from Dmitri Paduchikh.nicm1-3/+2
2015-01-19add a specialized version of version compares that should not updateespie2-6/+16
everything all the time, at the bequest of aja. (basically, we updated everything when runtime dependencies changed, even though we actually only care for wantlib, and hard dependencies, but those trigger bumps all over the tree) Experimental for now, turn on with -DSHORTENED. Likely to become the new default if nothing bad comes out of it.
2015-01-19If SIGUSR1 and SIGUSR2 are unavailable, don't invent something crazyderaadt1-11/+1
honouring systems before 4.3BSD.
2015-01-19replace local MIN() with MINIMUM()deraadt1-5/+3
2015-01-19pass the size of the softc to free.dlg1-2/+4
ok deraadt@
2015-01-19be a bit more careful in these tests to ensure thatdjm2-18/+25
known_hosts is clean
2015-01-19white space fixes. no binary change.dlg1-7/+7
2015-01-19gcc does not understand that the loop conditionally sets bsod beforederaadt1-1/+2
using it, so it warns... Copy the warning silencing code from the same function in ../ld.so
2015-01-19like in ps(1), fetch the FSCALE value using sysctl rather than usingderaadt3-3/+24
the header version ok guenther
2015-01-19move to <limits.h> universederaadt29-111/+105
ok yasuoka
2015-01-19CMASK went out of scope with the recent <sys/param.h> removal. But ohderaadt1-6/+2
golly gee, ftpd can handle that itself due to the glorious old practice of #ifndef #define. Remove that junk. ok guenther
2015-01-19unneccessary cmask variable; ok guentherderaadt2-5/+3
2015-01-19If UID_MAX is not defined, this should fail to compile.deraadt1-8/+1
ok guenther