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
/
usr.bin
/
skeyinit
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
deraadt
1
-2
/
+2
2019-01-25
I am retiring my old email address; replace it with my OpenBSD one.
millert
1
-2
/
+2
2018-04-26
Use <fcntl.h> instead of <sys/file.h> for open() and friends.
guenther
1
-4
/
+2
2016-05-17
Refactor the handling of pledge and the optional user string: The three
tb
1
-29
/
+28
2016-05-17
Move the code block that builds up a default seed further down in order
tb
1
-14
/
+14
2016-05-17
Fix "skeyinit username" run as root. Also reduce the pledge
millert
1
-7
/
+25
2016-02-21
Fix skeyinit -E by hoisting argument parsing and the call to enable_db()
tb
1
-20
/
+20
2015-11-29
wrap long line
deraadt
1
-2
/
+3
2015-11-29
Drop pledge proc exec getpw after authenticating.
millert
1
-2
/
+5
2015-11-29
Remove useless getpwnam() call after getpwuid(). Noticed by deraadt@
millert
1
-4
/
+1
2015-11-29
skeyinit needs pledge proc and exec to use BSD auth.
millert
1
-2
/
+2
2015-11-29
Allow the -n flag to work in -s mode.
millert
1
-17
/
+20
2015-11-29
Add missing rip() before the call to strtonum(). Otherwise, strtonum
millert
1
-1
/
+2
2015-11-20
pledge "stdio rpath wpath cpath fattr flock tty"
deraadt
1
-1
/
+4
2015-10-09
Remove telnet warnings. Civilization has reached a point where they are no
tim
2
-13
/
+3
2015-10-06
Remove the -C option that converts an S/Key database to the new format. It has
tim
2
-97
/
+11
2015-10-03
- Simplify use of ctype functions.
tim
1
-16
/
+8
2015-08-20
Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope
deraadt
1
-2
/
+2
2015-04-18
Convert many atoi() calls to strtonum(), adding range checks and failure
deraadt
1
-7
/
+13
2015-01-16
add missing .An macros
schwarze
1
-3
/
+7
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
1
-3
/
+3
2014-05-20
Use errc/warnc to simplify code.
guenther
1
-11
/
+8
2014-04-23
Remove more Kerberos cruft.
ajacoutot
2
-6
/
+5
2014-03-20
Remove the (non-default) MD4 hash algorithm from S/Key.
naddy
2
-13
/
+12
2014-02-12
.Sh ERRORS is only used in sections 2, 3, and 9, so use DIAGNOSTICS instead;
schwarze
1
-3
/
+3
2013-11-28
unsigned char for ctype
deraadt
1
-17
/
+19
2011-04-23
improve line breaking in SYNOPSIS now that semantics of the .Bk macro
sobrado
1
-5
/
+3
2007-05-31
convert to new .Dd format;
jmc
1
-2
/
+2
2005-08-03
improve description of -a and -s a little;
jmc
1
-22
/
+28
2005-07-14
add skey(5) to SEE ALSO;
jmc
1
-1
/
+2
2005-07-06
- tidy up SYNOPSIS
jmc
2
-39
/
+30
2004-12-27
spacing
deraadt
1
-2
/
+2
2004-09-14
delete unused function
deraadt
1
-11
/
+1
2004-06-07
Allow -a to specify an alternative auth method, even if secure mode
otto
1
-5
/
+5
2004-06-07
Use -a skey to use S/Key for initial authentication in normal mode.
otto
1
-6
/
+7
2004-06-06
- skeyprune is section 8, not 1
jmc
1
-22
/
+22
2004-06-06
First sequence number should be 100, as promised by man page.
otto
1
-2
/
+2
2004-06-06
Explain the the usage of the first key printed by skeyinit; add
otto
1
-2
/
+41
2004-06-04
Consistently use "secret passphrase" for the passphrase made up by the user
otto
2
-8
/
+9
2003-11-26
multi-line literals are not ANSI C. And gcc3 complains about them.
espie
1
-8
/
+8
2003-06-10
- section reorder
jmc
1
-8
/
+8
2003-05-07
bounds were sizeof(pointer) rather than size of the object; found with
deraadt
1
-5
/
+6
2003-04-07
replace strcpy calls that got inlined by gcc; Hans-Joerg.Hoexer@yerbouti.franken.de
deraadt
1
-4
/
+6
2003-04-06
strlcpy; ok millert
deraadt
1
-2
/
+2
2002-12-09
Correct typo. 'accessable' -> 'accessible'
cloder
1
-2
/
+2
2002-11-16
Give a sensible error message when a user who has no entry in /etc/skey
millert
2
-10
/
+50
2002-06-23
uid_t and gid_t are unsigned
deraadt
1
-2
/
+2
2002-06-07
The code to append the last 5 digits of the time in Unix format to
millert
1
-2
/
+8
2002-06-07
Instead of passing seed and defaultseed to normal_mode() and
millert
1
-38
/
+43
2002-06-06
Zero out memory filled in by readpassphrase(3). Also fix a spelling error;
aaron
1
-2
/
+6
[next]