summaryrefslogtreecommitdiff
path: root/gdhcp/client.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-30apply upstream fixessubmit/tizen/20170403.015738accepted/tizen/wearable/20170403.124441accepted/tizen/unified/20170403.124614accepted/tizen/tv/20170403.124414accepted/tizen/mobile/20170403.124303accepted/tizen/ivi/20170403.124556accepted/tizen/common/20170403.190030accepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonEun Chul Kim1-3/+6
2017-03-28Modified the DHCP descover/request timeout and disable DHCP reququest for las...taesub kim1-1/+54
2016-06-10[SPIN] Restart dhcp as soon as INIT-REBOOT has been failedNiraj Kumar Goit1-0/+49
2016-06-09Merge:Partial Fix a crash and valgrind invalid read errorManeesh Jain1-1/+1
2016-03-30gdhcp: Don't try to remove timer againsubmit/tizen/20160406.101500accepted/tizen/wearable/20160407.000819accepted/tizen/tv/20160407.000800accepted/tizen/mobile/20160407.000743accepted/tizen/ivi/20160407.000831accepted/tizen/common/20160406.145254Saurav Babu1-0/+3
2016-03-01gdhcp: Don't send DHCPREQUEST if last assigned IP is Link Local AddressSaurav Babu1-1/+2
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-10/+33
2014-10-31Tethering: Add interface that save lease in DHCP informationChengyi Zhao1-65/+0
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang1-15/+61
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-279/+684
2013-06-12dhcpv6: Send domain list option to serverJukka Rissanen1-0/+3
2013-05-15gdhcp: Handle dhcp_client->type == G_DHCP_IPV4LLJustin Maggard1-17/+17
2013-05-06dhcpv6: Implement CONFIRM message supportJukka Rissanen1-2/+68
2013-05-06gdhcp: Initialize message status code earlyJukka Rissanen1-4/+3
2013-04-30dhcpv6: Add elapsed time option to sent messagesJukka Rissanen1-3/+47
2013-04-26gdhcp: Do not change the transaction id if retransmittingJukka Rissanen1-3/+9
2013-04-26gdhcp: Add helper functions for message retransmissionJukka Rissanen1-0/+17
2013-04-26gdhcp: Add debug print for transaction idJukka Rissanen1-5/+12
2012-12-20gdhcp: Use glib memory functionsDaniel Wagner1-1/+1
2012-12-04dhcpv6: Memory leak when sending Option Request OptionJukka Rissanen1-0/+2
2012-10-11gdhcp: Use data size specific option setting functionJukka Rissanen1-6/+7
2012-10-11gdhcp: Use host byte order internallyJukka Rissanen1-26/+21
2012-07-17gdhcp: Set client state to INIT_SELECTING on restartForest Bond1-0/+1
2012-07-15gdhcp: Avoid shadowing address string variableMarcel Holtmann1-4/+4
2012-05-11gdhcp: Make sure we have the message before accessing itJukka Rissanen1-0/+3
2012-05-11gdhcp: Message type is required in DHCPv4Jukka Rissanen1-1/+4
2012-05-09gdhcp: Remove dead assignmentHenrique Dante de Almeida1-1/+1
2012-05-09gdhcp: Remove assignment that's never usedHenrique Dante de Almeida1-1/+0
2012-05-04gdhcp: Add option and length checksPatrik Flykt1-0/+6
2012-04-29gdhcp: Update copyright informationMarcel Holtmann1-1/+1
2012-03-01dhcpv4-client: Change coding style for passing NULL to timeGrant Erickson1-5/+5
2012-03-01gdhcp: set secs in a RFC 951- and 2131-compliant mannerGrant Erickson1-0/+15
2012-02-13gdhcp: Add RFC 1533- and 2132-compliant client-id optionGrant Erickson1-0/+22
2012-02-13gdhcp: Refactor alloc_dhcp_option to accept string or raw data.Grant Erickson1-7/+21
2012-01-05dhcpv6: Release message implemented.Jukka Rissanen1-0/+31
2012-01-05dhcpv6: Handle address expiration by restarting the stack.Jukka Rissanen1-1/+17
2012-01-05dhcpv6: Rebind message implemented.Jukka Rissanen1-2/+46
2012-01-05dhcpv6: Renew message implemented.Jukka Rissanen1-1/+45
2012-01-05dhcpv6: Request message implemented.Jukka Rissanen1-1/+35
2012-01-05dhcpv6: Initial stateful DHCPv6 support.Jukka Rissanen1-11/+408
2012-01-05dhcpv6: Support stateless DHCPv6Jukka Rissanen1-0/+34
2012-01-05gdhcp: Generic stateless DHCPv6 support.Jukka Rissanen1-29/+474
2011-12-16gdhcp: Check listerner_watch before remove itYu A Wang1-1/+2
2011-11-10gdhcp: Use gcc atomics instead glib's onesDaniel Wagner1-3/+3
2011-10-25gdhcp: Add SOCK_CLOEXEC to socket()Daniel Wagner1-2/+2
2011-08-09dhcp: Try to reuse the IP address we had last time.Jukka Rissanen1-4/+23
2011-06-14dhcp: Cancel old renewal timeout prior to adding a new oneGrant Erickson1-0/+6
2011-05-27gdhcp: Remove unused variableMarcel Holtmann1-3/+0
2010-12-28Building fix about implicit declaration of strnlenYang Ruirui1-0/+1
2010-12-21gdhcp: Add netmask getterJulien Massot1-0/+24