summaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
...
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-2049-49/+98
* [tcp] Truncate TCP window to prevent future packet discardsMichael Brown2012-07-091-3/+20
* [arp] Try to avoid discarding ARP cache entriesMichael Brown2012-07-092-3/+8
* [netdevice] Process all received packets in net_poll()Michael Brown2012-07-041-7/+2Star
* [arp] Prevent ARP cache entries from being deleted mid-transmissionMichael Brown2012-07-011-11/+38
* [tcp] Avoid potential NULL pointer dereferenceMichael Brown2012-06-301-1/+3
* [tcp] Use a zero window size for RST packetsMichael Brown2012-06-301-1/+1
* [tls] Request a maximum fragment length of 2048 bytesMichael Brown2012-06-291-0/+11
* [tcp] Add support for TCP window scalingMichael Brown2012-06-291-2/+29
* [tcpip] Allow for architecture-specific TCP/IP checksum routinesMichael Brown2012-06-271-2/+2
* [syslog] Include hostname within syslog messages where possibleMichael Brown2012-06-202-8/+54
* [settings] Move "domain" setting from dns.c to settings.cMichael Brown2012-06-201-8/+0Star
* [dhcp] Request broadcast responses when we already have an IPv4 addressMichael Brown2012-06-202-1/+8
* [tls] Mark security negotiation as a pending operationMichael Brown2012-06-091-3/+13
* [tcp] Mark any unacknowledged transmission as a pending operationMichael Brown2012-06-091-3/+33
* [crypto] Fix unused-but-set variable warningMichael Brown2012-05-241-2/+0Star
* [http] Add support for Digest authenticationMichael Brown2012-05-231-0/+173
* [http] Provide credentials only when requested by serverMichael Brown2012-05-231-16/+128
* [http] Split construction of Authorization header out of http_step()Michael Brown2012-05-231-57/+96
* [http] Defer processing response code until after receiving all headersMichael Brown2012-05-221-6/+10
* [http] Reopen connections when server does not keep connection aliveMichael Brown2012-05-221-31/+118
* [crypto] Automatically perform OCSP checks when applicableMichael Brown2012-05-221-68/+195
* [iscsi] Report SCSI response only when applicableMichael Brown2012-05-161-1/+2
* [crypto] Include "?subject=" in cross-signed certificate URIMichael Brown2012-05-091-3/+3
* [crypto] Reduce standard debugging outputMichael Brown2012-05-091-4/+4
* [crypto] Automatically download cross-signed certificatesMichael Brown2012-05-081-11/+284
* [tls] Use asynchronous certificate validatorMichael Brown2012-05-081-46/+113
* [crypto] Add asynchronous certificate validatorMichael Brown2012-05-081-0/+178
* [crypto] Add x509_append_raw()Michael Brown2012-05-081-18/+5Star
* [crypto] Allow for X.509 certificates with no common nameMichael Brown2012-05-081-1/+2
* [tcp] Discard all TCP connections on shutdownMichael Brown2012-05-081-0/+22
* [tcp] Fix potential NULL pointer dereferenceMichael Brown2012-05-081-1/+1
* [crypto] Allow certificate chains to be long-lived data structuresMichael Brown2012-05-041-67/+94
* [crypto] Parse OCSP responder URI from X.509 certificateMichael Brown2012-05-041-1/+1
* [http] Fix typo in memory allocationKevin Tran2012-04-271-1/+1
* [http] Avoid using stack-allocated memory in http_step()Michael Brown2012-04-241-14/+32
* [mii] Remove unused functionalityMichael Brown2012-04-181-147/+0Star
* [tftp] Allow builds without TFTP supportMichael Brown2012-04-171-8/+0Star
* [tls] Fix wrong memset in function tls_clear_cipherStefan Weil2012-04-101-1/+1
* [syslog] Add basic support for encrypted syslog via TLSMichael Brown2012-04-101-0/+275
* [http] Disambiguate the various error causesMichael Brown2012-03-271-13/+45
* [syslog] Pass internal syslog() priority through to syslog consoleMichael Brown2012-03-261-2/+21
* [console] Do not share ANSI escape context between lineconsole usersMichael Brown2012-03-261-0/+8
* [console] Exclude text-based UI output from logfile-based consolesMichael Brown2012-03-261-1/+1
* [console] Allow usage to be defined independently for each consoleMichael Brown2012-03-261-0/+8
* [crypto] Differentiate "untrusted root" and "incomplete chain" error casesMichael Brown2012-03-221-5/+5
* [crypto] Add previous certificate in chain as a parameter to parse_next()Michael Brown2012-03-221-1/+4
* [tls] Support sending a client certificateMichael Brown2012-03-201-13/+237
* [tls] Treat handshake digest algorithm as a session parameterMichael Brown2012-03-201-39/+24Star
* [tls] Use hybrid MD5+SHA1 algorithmMichael Brown2012-03-201-13/+66