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.sbin
/
dhcrelay
/
dhcpd.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework the packet.c code for decoding and assembling DHCP messages.
reyk
2017-04-05
1
-9
/
+9
*
constify pc_remote and pc_circuit
reyk
2017-04-04
1
-3
/
+3
*
Move the server struct to header file and make it compatible with IPv6.
rzalamena
2017-03-16
1
-1
/
+8
*
Improve the interface and addresses discovery code and prepare to
rzalamena
2017-03-15
1
-3
/
+20
*
Remove some global variables that are not being used.
rzalamena
2017-03-14
1
-5
/
+1
*
Implement support for layer 2 relaying and add further Relay Agent
rzalamena
2016-12-12
1
-3
/
+14
*
Clean up function prototypes: use a single struct to hold all address
rzalamena
2016-12-08
1
-12
/
+29
*
Simplify get_interfaces function, make it return NULL if we didn't find
rzalamena
2016-12-08
1
-2
/
+2
*
Rename function discover_interfaces into get_interface and change its
rzalamena
2016-12-07
1
-2
/
+3
*
Eliminate #include inside *.h files and include only needed headers in
krw
2016-02-07
1
-32
/
+1
*
Remove unused (a.k.a. always passed NULL) parameter 'data' from
sthen
2016-02-02
1
-2
/
+2
*
Add support for "DHCP-over-IPsec" by implementing RFC 3046 (DHCP Relay
reyk
2009-09-03
1
-2
/
+4
*
<sys/un.h> not needed
stevesk
2007-01-04
1
-2
/
+1
*
warn() -> warning() to not overload with libc function; this has
stevesk
2006-12-18
1
-2
/
+2
*
remove incorrect comment
stevesk
2006-11-29
1
-2
/
+1
*
remove unused #defines, no binary change; ok henning@
stevesk
2006-11-21
1
-4
/
+1
*
remove duplicate #include <unistd.h> (same change as dhclient)
stevesk
2006-11-21
1
-3
/
+1
*
remove unused stuff; henning ok
deraadt
2004-05-04
1
-5
/
+1
*
get rid of the -p switch, use fixed values for server and client ports,
canacar
2004-04-20
1
-3
/
+6
*
more shrinking; ok henning
deraadt
2004-04-20
1
-107
/
+2
*
tree.h is not used at all
deraadt
2004-04-20
1
-2
/
+1
*
chroot to /var/empty and drop privileges, theo ok
henning
2004-04-13
1
-1
/
+2
*
initial cut at split out dhcrelay, whacked from usr.sbin/dhcp/ and sbin/dhclient
henning
2004-04-12
1
-0
/
+290