Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-20 | destinct is spelled distinct. | David Gwynne | |
ok henning@ jmc@ | |||
2014-05-20 | format string cleanup: change "%i" to "%d" and fix a few typos | Eric Faurot | |
2014-05-20 | Unify the SSL privsep key loading functions. | Reyk Floeter | |
ok eric@ | |||
2014-05-20 | Deep down inside OpenSSL, err... LibreSSL, RSA_set_ex_data attempts to | Reyk Floeter | |
free() the external data when releasing the RSA object. The RSA_GET_EX_NEW_INDEX(3) manual page doesn't mention that this is the default behaviour - it just describes the possible free_func() callback - and the code path in libcrypto is hiding the fact behind layers of abstraction. Fix possible double free by allocating and copying the external data reference that is used for RSA privsep (pkiname in smtpd's case). ok eric@ gilles@ | |||
2014-05-20 | remove dead files | Eric Faurot | |
2014-05-20 | yet more code that no longer makes any sense | Marc Espie | |
2014-05-20 | makewhatis being now external, it no longer requires picky/test/check_dir. | Marc Espie | |
It also can't handle too many manpages at once (shell limit) so hand-feed it (problem spotted by landry@). Some tests by schwarze@. | |||
2014-05-20 | fix bogus extension: $code and $code2 belong in _system, so that | Marc Espie | |
both system and verbose_system will work properly. | |||
2014-05-20 | Use errc/warnc to simplify code. | Philip Guenther | |
Also, in 'ftp', always put the error message last, after the hostname/ipaddr. ok jsing@ krw@ millert@ | |||
2014-05-18 | Correctly handle files smaller than an ELF header; reported by drahn@bitrig | Miod Vallat | |
2014-05-18 | use reallocarray and friends. okay miod@ | Marc Espie | |
2014-05-18 | sync openssl(1) with changes already made in src/lib/libssl/doc, reminded by | Stuart Henderson | |
jmc: move from 1024 to 2048 bit key defaults; see genrsa.c 1.26 et al. | |||
2014-05-18 | There is no need to compile nginx with -O1 on vax anymore. | Jonathan Gray | |
Since the change in rev 1.5 vax has switched to gcc3, MAXDSIZ has increased and pcre_exec now builds with -O2. ok miod@ | |||
2014-05-18 | replace some (type *)0 to NULL | Charles Longeau | |
ok krw@ millert@ | |||
2014-05-17 | remove unused variables | Charles Longeau | |
ok miod@ | |||
2014-05-17 | remove unused variable | Charles Longeau | |
ok tedu@ | |||
2014-05-17 | add missing header needed by str* and mem* functions | Charles Longeau | |
ok gilles@ | |||
2014-05-16 | improve logging messages and style; requested by and ok reyk | Mike Belopuhov | |
2014-05-15 | use <> for tables; | Jason McIntyre | |
original report from creamy; diff from Frank Brodbeck, tweaked | |||
2014-05-15 | Use log_warn() to include errno if write() fails. | Reyk Floeter | |
From thib | |||
2014-05-15 | Deal with - actually, ignore - route info messages on the listening side. | Jeremie Courreges-Anglas | |
Issue reported by consus at gmx dot com on bugs@. ok bluhm@ | |||
2014-05-14 | Remove second arg in SetMouseSpeed(), it is always 1200. | Alexandr Shadchin | |
ok miod@ | |||
2014-05-14 | Remove mouse.baudrate, it is always 1200. | Alexandr Shadchin | |
ok miod@ | |||
2014-05-14 | Remove unused code. | Alexandr Shadchin | |
ok miod@ | |||
2014-05-14 | Remove unused variables. | Alexandr Shadchin | |
ok miod@ | |||
2014-05-14 | Sync ktable code with bgpd to fetch, store and perform lookups in | Mike Belopuhov | |
multiple routing tables. Currently it doesn't do anything useful but it's a prerequisite for any future work in this direction. ok sthen, reyk, blambert | |||
2014-05-12 | Fix format strings involving time_t arguments, fixes `ntpd -d' on sparc (and | Miod Vallat | |
probably more 32-bit platforms). Problem noticed by tobiasu@; ok tobiasu@ dtucker@ sthen@ benno@ | |||
2014-05-12 | fix a possible double free when tls is required but not advertised by | Eric Faurot | |
the server. ok gilles@ | |||
2014-05-12 | Fix a leak from a recent added mark/marked keywords check. | Andre de Oliveira | |
ok reyk | |||
2014-05-10 | fix typo in function prototype | Charles Longeau | |
ok gilles@ | |||
2014-05-10 | Fix SSL breakage that I accidentally introduced with my previous commit. | Reyk Floeter | |
2014-05-10 | Allow -p prefix to override user home directory for chroot() (Like | Chris Cappuccio | |
openbsd-apache ServerRoot behavior) Work continues to unify nginx behavior (Principle of Least Astonishment) ok henning@ | |||
2014-05-10 | Allow nginx to chroot to a directory other than /var/www | Chris Cappuccio | |
ok henning@ | |||
2014-05-10 | Extend the connection and session FSMs so that connection failure is | Claudio Jeker | |
handled more gracefully. Losing the TCP connection no longer results in an unrecoverable stop requiring a restart of iscsid. | |||
2014-05-10 | Move the task cleanup from the task fail callback to taskq_cleanup. | Claudio Jeker | |
This makes the one failure callback a lot simpler. | |||
2014-05-09 | stop casting sizeof to int | Ted Unangst | |
2014-05-09 | my previous attempt to fix the renaming of the inet(3) pages was wrong; | Jason McIntyre | |
this fixes those by referencing the correct page, and cleans up the netintro/ inet entries; all this on the advice (and ok) of guenther! | |||
2014-05-08 | fail for unsupported node action/type combinations. Also fail for the | Reyk Floeter | |
unsupported mark/marked combination in a single rule. ok andre@ | |||
2014-05-08 | remove debug prints that snuck in; found by reyk@ | Bret Lambert | |
2014-05-08 | Pretty print MIB_ipNetToMediaPhysAddress'es; ok blambert | Mike Belopuhov | |
2014-05-08 | match relayd proc.c infrastructure with snmpd | Bret Lambert | |
okay reyk@ | |||
2014-05-08 | inet(3) -> inet_net(3); | Jason McIntyre | |
2014-05-08 | Bring back restricted sockets, inadvertantly removed in | Bret Lambert | |
previous proc.c update ok reyk@ | |||
2014-05-07 | Repair the termination condition of a write(2) loop. | Ingo Schwarze | |
Since _PATH_MASTERPASSWD_LOCK is on a local file system in any sane setup and written to in blocking mode, i don't see how write(2) could return before having written everything, so this maybe wasn't an actual bug, but it should be repaired anyway, if only for clarity and extra safety. From Ben Cornett <ben at lantern dot is>; ok millert@. | |||
2014-05-07 | back out the previous ICMP simplifying diff, it caused livelocks. | Martin Pelikan | |
reported by Mikolaj Kucharski, thanks! ok krw | |||
2014-05-07 | Initialize struct iface by zero. Without this, npppd had used random | YASUOKA Masahiko | |
configuration. from Anders Berggren. | |||
2014-05-07 | use calloc. from peter malone | Ted Unangst | |
2014-05-07 | calloc is simpler. suggested by Peter Malone and halex | Ted Unangst | |
2014-05-07 | use calloc. from Peter Malone | Ted Unangst | |
2014-05-06 | Fix two memory leaks: EVP_PKEY_get1_RSA() returns a referenced key | Reyk Floeter | |
that requires to call RSA_free() to dereference it after use. Also free a temporary key that was read by PEM_read_PrivateKey() and immediately written into a bio. ok markus@ |