index
:
~lkundrak/NetworkManager
lr/active-connection-state-changed
lr/auth-dialog
lr/completion-4
lr/guide
lr/ifla-flags-detection
lr/initrd
lr/nmcli-colors
lr/ovs-2
lr/ovs-3
lr/ovs-interface-plink
lr/rp-filter
lr/version-dir
lr/wifi-data
master
nm-1-0
nm-1-10
nm-1-14
nm-1-4
nm-1-6
nm-1-8
pan2
LR staging for NetworkManager
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dhcp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-12
build: meson: use run-nm-test.sh to run tests
Beniamino Galvani
1
-1
/
+5
2018-04-11
dhcp/systemd: ensure aligned memory access in ip6_start() for duid
Thomas Haller
1
-8
/
+5
2018-03-20
dhcp: remove unused nm_dhcp_dhclient_read_lease_ip_configs() function
Thomas Haller
7
-486
/
+0
2018-03-20
dhcp: remove unused nm_dhcp_manager_get_lease_ip_configs() function
Thomas Haller
7
-101
/
+0
2018-03-15
dhclient: write client-id with backslash and quotes as hex
Beniamino Galvani
2
-2
/
+32
2018-03-15
dhcp: dhclient: set type 0 for printable client IDs
Beniamino Galvani
2
-16
/
+113
2018-03-12
core/dbus: rework D-Bus implementation to use lower layer GDBusConnection API
Thomas Haller
1
-14
/
+16
2018-03-12
core: rename "nm-bus-manager.h" to "nm-dbus-manager.h"
Thomas Haller
1
-1
/
+1
2018-03-10
dbus: extend NM_DEFINE_GDBUS*() helper macros
Thomas Haller
1
-6
/
+2
2018-02-28
dhcp: fix uninitialized pointer in DHCP listener's _method_call_handle()
Thomas Haller
1
-1
/
+1
2018-02-15
dhcp: inject client-id in GBytes format from NMDevice to nm_dhcp_manager_star...
Thomas Haller
4
-22
/
+7
2018-02-15
dhcp: refactor type of NMDhcpClient duid to be GBytes
Thomas Haller
11
-72
/
+87
2018-02-15
dhcp: refactor type of NMDhcpClient hwaddr to be GBytes
Thomas Haller
5
-31
/
+30
2018-02-15
dhcp: initialize use_fqdn and info_only paramters in constructor
Thomas Haller
3
-21
/
+39
2018-02-15
dhcp: cache info-only parameter in NMDhcpClient
Thomas Haller
6
-13
/
+18
2018-02-15
dhcp: chain up parent stop() for NMDhcpSystem client
Thomas Haller
3
-2
/
+2
2018-02-15
dhcp: fix memleak parsing dhclient file with multiple dhcp-client-identifier ...
Thomas Haller
2
-1
/
+6
2018-02-12
dhcp: use NM_DEFINE_GDBUS_INTERFACE_INFO() macros to define D-Bus registratio...
Thomas Haller
1
-33
/
+17
2018-02-12
dhcp: mark descriptor tables for D-Bus as static const
Thomas Haller
1
-10
/
+10
2018-02-07
all: replace non-leading tabs with spaces
Thomas Haller
3
-12
/
+12
2018-02-07
dhcp/tests: don't use tab characters in string literal
Thomas Haller
1
-14
/
+14
2018-01-18
all: require glib 2.40
Lubomir Rintel
1
-2
/
+0
2018-01-11
build/meson: use variables for ldflags and linker-script
Thomas Haller
1
-5
/
+1
2018-01-10
build/meson: unconditionally use linker version scripts
Thomas Haller
1
-4
/
+3
2018-01-10
meson: Improve dependency system
Iñigo Martínez
2
-6
/
+3
2018-01-09
dhcp: fix check for client-id in _set_client_id()
Thomas Haller
1
-0
/
+1
2018-01-08
tests: use NMTST_EXPECT*() macros
Thomas Haller
1
-14
/
+7
2018-01-08
build: refine the NETWORKMANAGER_COMPILATION define
Thomas Haller
1
-1
/
+2
2018-01-04
dhcp: cleanup handling of ipv4.dhcp-client-id and avoid assertion failure
Thomas Haller
5
-27
/
+84
2018-01-04
dhcp: track dhcp-client instances with CList instead of hash-table
Thomas Haller
3
-45
/
+34
2017-12-18
all: get rid of a handful of unused-but-set variables
Lubomir Rintel
1
-2
/
+2
2017-12-13
dhcp: systemd: support the hostname property
Beniamino Galvani
1
-0
/
+8
2017-12-13
build: add initial support for meson build system
Iñigo Martínez
2
-0
/
+44
2017-11-16
all: use nm_direct_hash() instead of g_direct_hash()
Thomas Haller
2
-2
/
+2
2017-11-16
all: don't use g_direct_equal() for hash table equality function
Thomas Haller
1
-1
/
+1
2017-10-30
dhcp: add support for dhcpcanon client
juga0
4
-2
/
+278
2017-10-18
dhcp: include "nm-dhcp-manager.h" in "nm-dhcp-listener.c"
Thomas Haller
1
-0
/
+1
2017-10-18
core,clients: use our own string hashing function nm_str_hash()
Thomas Haller
4
-5
/
+5
2017-10-17
shared: split random and hash utils
Thomas Haller
1
-0
/
+1
2017-10-13
dhcp: use nm_utils_random_bytes() for generating random DUID
Thomas Haller
1
-6
/
+1
2017-10-10
core: rework tracking of gateway/default-route in ip-config
Thomas Haller
7
-43
/
+101
2017-10-09
core: use ipv4.route-table setting for other IPv4 routes
Thomas Haller
9
-11
/
+62
2017-10-06
dhcp/trivial: rename "priority" variables to "route_metric" in DHCP code
Thomas Haller
9
-49
/
+46
2017-10-04
dhcp: cleanup handling method-call in DHCP listener
Thomas Haller
1
-29
/
+32
2017-09-21
dhcp: use systemd defines for DHCP options
Thomas Haller
1
-36
/
+34
2017-09-21
systemd: merge branch systemd into master
Thomas Haller
1
-1
/
+1
2017-09-18
dhcp: consider a timeout equal to MAXINT32 as infinity
Francesco Giudici
2
-3
/
+14
2017-09-15
dhcp: dhclient: remove the --timeout argument from the command line
Francesco Giudici
4
-39
/
+57
2017-09-11
core/dhcp: use addr-family parameter for instead of boolean
Thomas Haller
10
-133
/
+163
2017-09-11
device: enable support for ipv6.dhcp-timeout
Thomas Haller
3
-7
/
+8
[next]