noreply | 1 Jan 2011 15:38

[bagder/curl] ae2914: pubkey_show: allocate buffer to fit any-size resul...

Branch: refs/heads/master
Home:   https://github.com/bagder/curl

Commit: ae291421984a266176df34f24d3a5e76d76ec7c8
    https://github.com/bagder/curl/commit/ae291421984a266176df34f24d3a5e76d76ec7c8
Author: Daniel Stenberg <daniel <at> haxx.se>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M lib/ssluse.c

Log Message:
-----------
pubkey_show: allocate buffer to fit any-size result

The loop condition was wrong so keys larger than 340 bits would overflow
the local stack-based buffer.

Commit: 1ad5764febe5d7be57e18014e17a60fd2f2d553b
    https://github.com/bagder/curl/commit/1ad5764febe5d7be57e18014e17a60fd2f2d553b
Author: Daniel Stenberg <daniel <at> haxx.se>
Date:   2011-01-01 (Sat, 01 Jan 2011)

Changed paths:
  M lib/ssh.c

Log Message:
-----------
SFTP: make pwd output result to header callback

(Continue reading)

noreply | 2 Jan 2011 23:51

[bagder/curl] 2b3fbc: Curl_nss_connect: avoid PATH_MAX

Branch: refs/heads/master
Home:   https://github.com/bagder/curl

Commit: 2b3fbc8cdb3ddaec159d4ad693474eb84e5ee34d
    https://github.com/bagder/curl/commit/2b3fbc8cdb3ddaec159d4ad693474eb84e5ee34d
Author: Daniel Stenberg <daniel <at> haxx.se>
Date:   2011-01-02 (Sun, 02 Jan 2011)

Changed paths:
  M lib/nss.c

Log Message:
-----------
Curl_nss_connect: avoid PATH_MAX

Since some systems don't have PATH_MAX and it isn't that clever to
assume a fixed maximum path length, the code now allocates buffer space
instead of using stack.

Reported by: Samuel Thibault
Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608521
noreply | 3 Jan 2011 09:41

[bagder/curl] 569202: TODO: get rid of PATH_MAX

Branch: refs/heads/master
Home:   https://github.com/bagder/curl

Commit: 569202c9a4efa15831cc260cea44d2756fbcac59
    https://github.com/bagder/curl/commit/569202c9a4efa15831cc260cea44d2756fbcac59
Author: Daniel Stenberg <daniel <at> haxx.se>
Date:   2011-01-03 (Mon, 03 Jan 2011)

Changed paths:
  M docs/TODO

Log Message:
-----------
TODO: get rid of PATH_MAX
noreply | 3 Jan 2011 13:37

[bagder/curl] 45cea7: SSH: avoid PATH_MAX with alloc

Branch: refs/heads/master
Home:   https://github.com/bagder/curl

Commit: 45cea7196870f2b5e7096a619dc1a9725295ca1a
    https://github.com/bagder/curl/commit/45cea7196870f2b5e7096a619dc1a9725295ca1a
Author: Daniel Stenberg <daniel <at> haxx.se>
Date:   2011-01-03 (Mon, 03 Jan 2011)

Changed paths:
  M lib/ssh.c

Log Message:
-----------
SSH: avoid PATH_MAX with alloc

We cannot assume that PATH_MAX will be enough for the remote path name
so allocating room for it is the only sensible approach.
noreply | 3 Jan 2011 23:54

[bagder/curl] 35e1d6: unittest: framework for unit-testing

Branch: refs/heads/master
Home:   https://github.com/bagder/curl

Commit: 35e1d6538a8767526b9cae66134441b146503a21
    https://github.com/bagder/curl/commit/35e1d6538a8767526b9cae66134441b146503a21
Author: Daniel Stenberg <daniel <at> haxx.se>
Date:   2011-01-03 (Mon, 03 Jan 2011)

Changed paths:
  M configure.ac
  M tests/Makefile.am
  M tests/data/Makefile.am
  A tests/data/test1300
  M tests/libtest/Makefile.inc
  M tests/libtest/first.c
  M tests/runtests.pl
  A tests/unit/Makefile.am
  A tests/unit/Makefile.inc
  A tests/unit/curlcheck.h
  A tests/unit/unit1300.c

Log Message:
-----------
unittest: framework for unit-testing

This is the first approach at doing fairly clean and easy to write and
debug unit tests.

Commit: 53640a3ce09a433a92d88d864b2b062b0a684c59
    https://github.com/bagder/curl/commit/53640a3ce09a433a92d88d864b2b062b0a684c59
(Continue reading)

noreply | 4 Jan 2011 00:07

[bagder/curl] 6cf358: RELEASE-NOTES: synced with 83e9fb21aabbec2

Branch: refs/heads/master
Home:   https://github.com/bagder/curl

Commit: 6cf35852add200346fdced2bda76792c61e52557
    https://github.com/bagder/curl/commit/6cf35852add200346fdced2bda76792c61e52557
Author: Daniel Stenberg <daniel <at> haxx.se>
Date:   2011-01-03 (Mon, 03 Jan 2011)

Changed paths:
  M RELEASE-NOTES

Log Message:
-----------
RELEASE-NOTES: synced with 83e9fb21aabbec2
noreply | 4 Jan 2011 14:05

[bagder/curl] c0c89c: get_cert_chain: support larger data sets

Branch: refs/heads/master
Home:   https://github.com/bagder/curl

Commit: c0c89cd44ed30385017d585df6429471f6b89617
    https://github.com/bagder/curl/commit/c0c89cd44ed30385017d585df6429471f6b89617
Author: Daniel Stenberg <daniel <at> haxx.se>
Date:   2011-01-04 (Tue, 04 Jan 2011)

Changed paths:
  M lib/ssluse.c

Log Message:
-----------
get_cert_chain: support larger data sets

512 bytes turned out too short for some data, so now we allocate a
larger buffer instead

Bug: http://curl.haxx.se/mail/archive-2011-01/0002.html
noreply | 4 Jan 2011 16:43

[bagder/curl] 9e4631: unittest: verify curl_strequal

Branch: refs/heads/master
Home:   https://github.com/bagder/curl

Commit: 9e46318a03eaf3aa34e870234599804f80686746
    https://github.com/bagder/curl/commit/9e46318a03eaf3aa34e870234599804f80686746
Author: Daniel Stenberg <daniel <at> haxx.se>
Date:   2011-01-04 (Tue, 04 Jan 2011)

Changed paths:
  M tests/data/Makefile.am
  A tests/data/test1301
  M tests/unit/Makefile.inc
  A tests/unit/unit1301.c

Log Message:
-----------
unittest: verify curl_strequal

Commit: 1602ed6ba1a554f36c99fcc03138f0d47faa4f4a
    https://github.com/bagder/curl/commit/1602ed6ba1a554f36c99fcc03138f0d47faa4f4a
Author: Daniel Stenberg <daniel <at> haxx.se>
Date:   2011-01-04 (Tue, 04 Jan 2011)

Changed paths:
  M tests/unit/curlcheck.h

Log Message:
-----------
curlcheck.h: add newlines in error messages

(Continue reading)

noreply | 4 Jan 2011 16:52

[bagder/curl] 28888a: tests: add 1302 to the package

Branch: refs/heads/master
Home:   https://github.com/bagder/curl

Commit: 28888a0b4126880bec5c9ac4b0cc29bc44f85e46
    https://github.com/bagder/curl/commit/28888a0b4126880bec5c9ac4b0cc29bc44f85e46
Author: Daniel Stenberg <daniel <at> haxx.se>
Date:   2011-01-04 (Tue, 04 Jan 2011)

Changed paths:
  M tests/data/Makefile.am

Log Message:
-----------
tests: add 1302 to the package

Commit: 1e52ea92ebcb2c8ba8f9a18005bf54bdb6bc7dd2
    https://github.com/bagder/curl/commit/1e52ea92ebcb2c8ba8f9a18005bf54bdb6bc7dd2
Author: Daniel Stenberg <daniel <at> haxx.se>
Date:   2011-01-04 (Tue, 04 Jan 2011)

Changed paths:
  M tests/unit/.gitignore

Log Message:
-----------
ignore: all executable unit test cases
noreply | 4 Jan 2011 17:22

[bagder/curl] d8f6d1: nss: avoid CURLE_OUT_OF_MEMORY given a file name w...

Branch: refs/heads/master
Home:   https://github.com/bagder/curl

Commit: d8f6d1c3341cfc5a1263e1f3f339b64e10b75dc3
    https://github.com/bagder/curl/commit/d8f6d1c3341cfc5a1263e1f3f339b64e10b75dc3
Author: Kamil Dudka <kdudka <at> redhat.com>
Date:   2011-01-04 (Tue, 04 Jan 2011)

Changed paths:
  M RELEASE-NOTES
  M docs/curl.1
  M docs/libcurl/curl_easy_setopt.3
  M lib/nss.c

Log Message:
-----------
nss: avoid CURLE_OUT_OF_MEMORY given a file name without any slash

Bug: https://bugzilla.redhat.com/623663

Gmane