index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
ui
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-25
KNF for a few comments and indent a label
tb
1
-8
/
+12
2020-09-25
Remove some dangling elses for consistency with the rest of the file
tb
1
-25
/
+19
2020-09-25
Simplify UI_new_method()
tb
1
-10
/
+4
2020-09-25
Move variable declaration to the top of UI_set_result and ditch
tb
1
-19
/
+16
2020-09-25
The default branch of a switch somehow got moved inside of a pointless
tb
1
-3
/
+3
2020-09-25
Simplify call to ERR_print_errors_cb()
tb
1
-5
/
+4
2020-09-24
Error out if ok_chars and cancel_chars overlap
tb
1
-2
/
+4
2020-09-24
Fix a number of leaks in the UI_dup_* functions
tb
1
-142
/
+98
2020-09-24
Push ERR_R_MALLOC_FAILURE onto the error stack
tb
1
-3
/
+3
2020-09-24
Make free_strings() NULL safe
tb
1
-1
/
+3
2020-09-24
KNF and grammar tweaks for comments; wrap a few overlong prototypes.
tb
1
-161
/
+186
2018-06-02
Add a const qualifier to the argument of UI_method_get_closer(),
tb
2
-14
/
+14
2018-05-19
UI_METHOD *UI_create_method(const char *name).
tb
2
-4
/
+4
2017-01-29
Send the function codes from the error functions to the bit bucket,
beck
2
-42
/
+25
2016-12-21
Explicitly export a list of symbols from libcrypto.
jsing
1
-1
/
+5
2016-04-28
don't go into an unbreakable infinite loop during operations such
tedu
1
-1
/
+2
2015-09-10
Correct spelling of OPENSSL_cleanse.
jsing
2
-4
/
+4
2015-07-16
After reading a password with terminal echo off, restore the terminal to
guenther
1
-6
/
+5
2015-02-10
Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last
jsing
1
-2
/
+2
2014-10-03
Use string literals in printf style calls so gcc's -Wformat works.
doug
1
-6
/
+10
2014-07-22
Kill a bunch more BUF_strdup's - these are converted to have a check for
beck
1
-3
/
+3
2014-07-13
The bell tolls for BUF_strdup - Start the migration to using
beck
1
-9
/
+9
2014-07-13
remove silly cast
deraadt
1
-2
/
+2
2014-07-11
adapt addapt spelling to adapt; request from miod
deraadt
1
-3
/
+3
2014-07-11
Only import cryptlib.h in the four source files that actually need it.
jsing
2
-12
/
+8
2014-07-10
Explicitly include <openssl/opensslconf.h> in every file that references
jsing
2
-2
/
+7
2014-06-12
tags as requested by miod and tedu
deraadt
7
-7
/
+8
2014-06-11
c-file-style hints, begone; ok beck
deraadt
6
-6
/
+6
2014-06-07
malloc() result does not need a cast.
deraadt
1
-2
/
+2
2014-05-25
calloc instead of malloc/memset. from Benjamin Baier
tedu
1
-4
/
+3
2014-05-24
Almost nothing actually needs to include <openssl/e_os2.h>, however by
jsing
2
-2
/
+5
2014-05-22
if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully
miod
1
-8
/
+4
2014-04-27
Use C99 initializers for the various FOO_METHOD structs. More readable, and
miod
1
-7
/
+5
2014-04-27
We do not need a separate file for two compatibility wrapper functions.
jsing
2
-69
/
+18
2014-04-26
Replace all use of ERR_add_error_data with ERR_asprintf_error_data.
beck
1
-24
/
+19
2014-04-25
Clean up the remaining TTY related remnants.
jsing
1
-41
/
+8
2014-04-25
Use const char *.
jsing
1
-1
/
+1
2014-04-24
Remove some malloc/strlcpy/strlcat horror. Just use asprintf and avoid an
jsing
1
-23
/
+10
2014-04-24
You want signals?!? I'll give you signals!!! Oh, and we have termios as
jsing
1
-36
/
+0
2014-04-24
More KNF.
jsing
2
-37
/
+37
2014-04-20
Restore beck's rev 1.8: snprintf() was reviewed.
guenther
1
-2
/
+2
2014-04-19
We'll interpret a (void) cast on snprintf() to mean it's been verified that
guenther
1
-2
/
+2
2014-04-19
use intrinsic strlcpy and strlcat everywhere so we only have one set of
beck
1
-6
/
+6
2014-04-18
More KNF.
jsing
8
-203
/
+195
2014-04-17
stab at indentation
tedu
5
-721
/
+709
2014-04-17
Change library to use intrinsic memory allocation functions instead of
beck
3
-18
/
+18
2014-04-16
whack the ifdef pinata:
tedu
1
-260
/
+5
2014-04-15
we don't use these files for building
tedu
1
-79
/
+0
2014-04-15
Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions
beck
1
-2
/
+2
2014-04-14
remove auto-generated dependencies from the old unused build system, so
deraadt
1
-32
/
+0
[next]