851 Commits (ee3636370d901bca306cf85241491f23e0f5034a)

Author SHA1 Message Date
  Michael Brown c3b4860ce3 [legal] Update FSF mailing address in GPL licence texts 12 years ago
  Michael Brown a5d16a91af [tcp] Truncate TCP window to prevent future packet discards 12 years ago
  Michael Brown 024247317d [arp] Try to avoid discarding ARP cache entries 12 years ago
  Michael Brown b0e236a9ee [netdevice] Process all received packets in net_poll() 12 years ago
  Michael Brown 19859d8ead [arp] Prevent ARP cache entries from being deleted mid-transmission 12 years ago
  Michael Brown 55f52bb77a [tcp] Avoid potential NULL pointer dereference 12 years ago
  Michael Brown 49ac629821 [tcp] Use a zero window size for RST packets 12 years ago
  Michael Brown 9a8c6b00d4 [tls] Request a maximum fragment length of 2048 bytes 12 years ago
  Michael Brown ea61075c60 [tcp] Add support for TCP window scaling 12 years ago
  Michael Brown 1d77d03216 [tcpip] Allow for architecture-specific TCP/IP checksum routines 12 years ago
  Michael Brown cbc54bf559 [syslog] Include hostname within syslog messages where possible 12 years ago
  Michael Brown 7ea6764031 [settings] Move "domain" setting from dns.c to settings.c 12 years ago
  Michael Brown c0942408b7 [dhcp] Request broadcast responses when we already have an IPv4 address 12 years ago
  Michael Brown af47789ef2 [tls] Mark security negotiation as a pending operation 12 years ago
  Michael Brown 5482b0abb6 [tcp] Mark any unacknowledged transmission as a pending operation 12 years ago
  Michael Brown 5af9ad51c8 [crypto] Fix unused-but-set variable warning 12 years ago
  Michael Brown 658c25aa82 [http] Add support for Digest authentication 12 years ago
  Michael Brown 5f2226aa36 [http] Provide credentials only when requested by server 12 years ago
  Michael Brown 8f5d44b5c6 [http] Split construction of Authorization header out of http_step() 12 years ago
  Michael Brown 46df5c92a8 [http] Defer processing response code until after receiving all headers 12 years ago
  Michael Brown 8a5ba6733d [http] Reopen connections when server does not keep connection alive 12 years ago
  Michael Brown 073331c2ee [crypto] Automatically perform OCSP checks when applicable 12 years ago
  Michael Brown 73b21174b2 [iscsi] Report SCSI response only when applicable 12 years ago
  Michael Brown 4855e86d95 [crypto] Include "?subject=" in cross-signed certificate URI 12 years ago
  Michael Brown 0e4ee60a75 [crypto] Reduce standard debugging output 12 years ago
  Michael Brown 3e6e0078e0 [crypto] Automatically download cross-signed certificates 12 years ago
  Michael Brown f19565f58f [tls] Use asynchronous certificate validator 12 years ago
  Michael Brown 29dcb0631b [crypto] Add asynchronous certificate validator 12 years ago
  Michael Brown 99c798d87a [crypto] Add x509_append_raw() 12 years ago
  Michael Brown 0ad8b601dd [crypto] Allow for X.509 certificates with no common name 12 years ago
  Michael Brown 8a0331c29b [tcp] Discard all TCP connections on shutdown 12 years ago
  Michael Brown 52dd4bacad [tcp] Fix potential NULL pointer dereference 12 years ago
  Michael Brown 557f467bab [crypto] Allow certificate chains to be long-lived data structures 12 years ago
  Michael Brown 601cb3610f [crypto] Parse OCSP responder URI from X.509 certificate 12 years ago
  Kevin Tran e01cf6fb3a [http] Fix typo in memory allocation 12 years ago
  Michael Brown 45e0327987 [http] Avoid using stack-allocated memory in http_step() 12 years ago
  Michael Brown 2f3f0ca953 [mii] Remove unused functionality 12 years ago
  Michael Brown 52e5ddce68 [tftp] Allow builds without TFTP support 12 years ago
  Stefan Weil dcccb1fb7b [tls] Fix wrong memset in function tls_clear_cipher 12 years ago
  Michael Brown 943b3003bd [syslog] Add basic support for encrypted syslog via TLS 12 years ago
  Michael Brown b9720e4ebf [http] Disambiguate the various error causes 12 years ago
  Michael Brown 3ff7927d2f [syslog] Pass internal syslog() priority through to syslog console 12 years ago
  Michael Brown c2875ae329 [console] Do not share ANSI escape context between lineconsole users 12 years ago
  Michael Brown 64d17dbd50 [console] Exclude text-based UI output from logfile-based consoles 12 years ago
  Michael Brown e024cd39a8 [console] Allow usage to be defined independently for each console 12 years ago
  Michael Brown f2af64aba5 [crypto] Differentiate "untrusted root" and "incomplete chain" error cases 12 years ago
  Michael Brown 2d9d0adc4e [crypto] Add previous certificate in chain as a parameter to parse_next() 12 years ago
  Michael Brown cf78afa5c5 [tls] Support sending a client certificate 12 years ago
  Michael Brown 7869f71ae7 [tls] Treat handshake digest algorithm as a session parameter 12 years ago
  Michael Brown a156c15746 [tls] Use hybrid MD5+SHA1 algorithm 12 years ago