aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)AuthorFilesLines
2012-06-20[settings] Move "domain" setting from dns.c to settings.cMichael Brown1-0/+1
2012-06-20[crypto] Allow an error margin on X.509 certificate validity periodsMichael Brown2-8/+8
2012-06-20[dhcp] Request broadcast responses when we already have an IPv4 addressMichael Brown1-0/+2
2012-06-09[tls] Mark security negotiation as a pending operationMichael Brown1-4/+5
2012-06-09[pending] Add concept of "pending operations"Michael Brown2-0/+35
2012-05-21[crypto] Construct OCSP check URIMichael Brown1-0/+2
2012-05-15[crypto] Add framework for OCSPMichael Brown4-0/+125
2012-05-14[crypto] Add functions for constructing ASN.1 objectsMichael Brown1-0/+33
2012-05-14[crypto] Parse OCSPSigning key purpose, if presentMichael Brown2-0/+8
2012-05-14[crypto] Generalise x509_parse_bit_string() to asn1_bit_string()Michael Brown2-21/+11
2012-05-14[crypto] Generalise asn1_{digest,pubkey,signature}_algorithm()Michael Brown1-2/+8
2012-05-14[crypto] Generalise x509_parse_time() to asn1_generalized_time()Michael Brown1-0/+3
2012-05-14[crypto] Parse X.509 raw public key bit stringMichael Brown1-1/+3
2012-05-08[crypto] Automatically download cross-signed certificatesMichael Brown1-0/+3
2012-05-08[xferbuf] Add generic data-transfer bufferMichael Brown2-0/+32
2012-05-08[tls] Use asynchronous certificate validatorMichael Brown1-2/+7
2012-05-08[crypto] Add asynchronous certificate validatorMichael Brown2-0/+18
2012-05-08[crypto] Add x509_auto_append()Michael Brown1-0/+2
2012-05-08[crypto] Add x509_append_raw()Michael Brown1-0/+16
2012-05-08[list] Add list_last_entry()Michael Brown1-0/+13
2012-05-04[crypto] Allow certificate chains to be long-lived data structuresMichael Brown3-38/+174
2012-05-04[time] Add Linux time source using gettimeofday()Michael Brown3-1/+19
2012-05-04[crypto] Parse OCSP responder URI from X.509 certificateMichael Brown2-4/+51
2012-05-04[list] Add list_for_each_entry_continue() and _continue_reverse()Michael Brown1-0/+26
2012-04-28[menu] Add "--default" option to "choose" commandMichael Brown1-1/+1
2012-04-27[myson] Replace driver for Myson Technology NICsMichael Brown1-0/+1
2012-04-26[natsemi] Replace driver for National Semicondutor NICsMichael Brown1-0/+13
2012-04-24[crypto] Allow client certificate to be changed without a rebuildMichael Brown1-0/+6
2012-04-23[intel] Replace driver for Intel Gigabit NICsMichael Brown1-0/+1
2012-04-21[skel] Add skeleton network driverMichael Brown1-0/+1
2012-04-19[crypto] Allow trusted root certificate to be changed without a rebuildMichael Brown2-1/+5
2012-04-19[settings] Add fetch_setting_copy()Michael Brown1-0/+2
2012-04-19[multiboot] Place multiboot modules low in memoryMichael Brown1-1/+1
2012-04-18[realtek] Replace driver for Realtek Gigabit NICsMichael Brown1-0/+1
2012-04-18[mii] Add generic MII reset functionMichael Brown2-0/+87
2012-04-18[mii] Synchronise constants with current Linux include/linux/mii.hMichael Brown1-116/+113
2012-04-18[mii] Remove unused functionalityMichael Brown1-59/+0
2012-04-17[settings] Split fetching and storing out of setting type handlersMichael Brown2-29/+14
2012-04-17[test] Add self-tests for setting typesMichael Brown1-0/+2
2012-04-17[libc] Allow strtoul() to interpret negative numbersMichael Brown1-4/+0
2012-04-10[syslog] Add basic support for encrypted syslog via TLSMichael Brown1-0/+3
2012-03-29[menu] Add menu commandsMichael Brown3-0/+4
2012-03-29[menu] Add menu user interfaceMichael Brown2-0/+3
2012-03-29[menu] Add the abstract concept of a menuMichael Brown1-0/+47
2012-03-29[parseopt] Allow "prompt" command to accept character literals for --keyMichael Brown1-0/+1
2012-03-27[console] Add LOG_ALL as a synonym for LOG_DEBUGMichael Brown1-0/+3
2012-03-26[syslog] Pass internal syslog() priority through to syslog consoleMichael Brown3-12/+32
2012-03-26[console] Do not share ANSI escape context between lineconsole usersMichael Brown1-0/+3
2012-03-26[console] Add "log message" console usage and an internal syslog() callMichael Brown3-3/+92
2012-03-26[console] Exclude text-based UI output from logfile-based consolesMichael Brown1-1/+5