Introduction
Statistics
Contact
Development
Disclaimer
Help
Log - sdhcp - simple dhcp client
git clone git://git.codemadness.org/sdhcp
Log
Files
Refs
LICENSE
---
Date Commit message Author
2018-11-22 12:13 Statify some variables sin
2018-11-15 02:40 Add hostname option to DHCP messages Michael Forney
2018-11-15 02:40 Use parameters from DHCPACK, not DHCPOF… Michael Forney
2018-11-15 02:40 Resend DHCPREQUEST in case server does … Michael Forney
2018-11-15 02:40 Use timerfd in order to correctly handl… Michael Forney
2018-11-15 02:40 Handle DHCPnak in REQUESTING state Michael Forney
2018-11-15 02:40 Move acceptlease and DHCPrequest to the… Michael Forney
2018-11-15 02:40 Ignore unexpected DHCP messages Michael Forney
2018-11-15 02:40 Use _DEFAULT_SOURCE instead of _BSD_SOU… Michael Forney
2018-11-15 02:40 Convert cid to char * for strlcpy Michael Forney
2018-11-15 02:40 Other minor style fixes Michael Forney
2018-11-15 02:40 Brace style in switch statements Michael Forney
2018-11-15 02:40 Parenthesize sizeof expressions Michael Forney
2017-02-09 21:42 Fix sent lease time on 64-bit systems Michael Forney
2016-07-28 21:22 Use signal-safe _exit in signal handler Tobias Stoeckmann
2016-01-13 19:34 client id is always fixed at 16 bytes sin
2016-01-13 19:28 Use hardware address as default dhcp cl… sin
2015-05-21 18:07 config.mk: strip all symbols in sdhcp Ypnose
2015-04-27 20:59 code-style, remove debug.c, config.mk: … Hiltjo Posthuma
2015-04-27 20:30 minor style fixes Hiltjo Posthuma
2015-04-27 20:30 update LICENSE and TODO/CHANGES Hiltjo Posthuma
2015-04-27 20:26 sdhcp.1: convert to mandoc Hiltjo Posthuma
2015-04-27 01:00 Add flag to run in foreground Michael Forney
2015-04-27 01:00 Only fork once Michael Forney
2015-04-12 11:43 config.mk: default CC = cc Hiltjo Posthuma
2015-04-05 12:47 sdhcp.1: Don't add dollar before variab… Ypnose
2014-09-22 23:36 Update TODO sin
2014-07-17 19:21 Clean util.a as well sin
2014-07-05 11:32 Fix date in LICENSE sin
2014-07-05 11:31 License sdhcp under MIT/X sin
2014-05-14 10:46 Just silence some unused var warnings sin
2014-04-28 21:17 update sdhcp documentation Hiltjo Posthuma
2014-04-25 22:22 add $SERVER variable Hiltjo Posthuma
2014-04-25 22:21 set default -i and -d to 1 Hiltjo Posthuma
2014-04-25 22:18 args: simplify a bit Hiltjo Posthuma
2014-04-25 22:02 fix silly bug, dont read stdin ;) Hiltjo Posthuma
2014-04-25 21:39 sdhcp.1: fix typo Hiltjo Posthuma
2014-04-25 21:39 update TODO Hiltjo Posthuma
2014-04-25 21:04 update TODO Hiltjo Posthuma
2014-04-25 21:04 style Hiltjo Posthuma
2014-04-25 21:03 creat() return on failure Hiltjo Posthuma
2014-04-25 20:54 fix typo and add some comments Hiltjo Posthuma
2014-04-25 20:54 change iptoaddr, im not sure if it was … Hiltjo Posthuma
2014-04-25 20:52 set client-id to empty string for now Hiltjo Posthuma
2014-04-25 20:52 dont use varargs for IP macro Hiltjo Posthuma
2014-04-25 20:52 update TODO Hiltjo Posthuma
2014-04-25 20:22 update TODO / CHANGELOG Hiltjo Posthuma
2014-04-25 20:22 compile with -Wextra for now Hiltjo Posthuma
2014-04-25 20:16 fix warning with -Wextra Hiltjo Posthuma
2014-04-25 20:13 fix arg parsing Hiltjo Posthuma
2014-04-25 20:07 fix remaining warnings Hiltjo Posthuma
2014-04-25 20:02 whoops add arg.h Hiltjo Posthuma
2014-04-25 20:02 use BUFSIZ for optimal buffer size, che… Hiltjo Posthuma
2014-04-25 20:02 optget doesn't return Hiltjo Posthuma
2014-04-25 20:02 add arg.h and -d, -i and -c options (un… Hiltjo Posthuma
2014-04-25 20:01 cleanup code Hiltjo Posthuma
2014-04-25 19:58 replace UDPWRAPPER macro with readable … Hiltjo Posthuma
2014-04-25 19:52 removenote, this is correct, make i uns… Hiltjo Posthuma
2014-04-25 19:50 add eprintf(), weprintf() Hiltjo Posthuma
2014-04-25 19:48 exclude lib.a from git Hiltjo Posthuma
2014-04-25 18:59 add strlcpy Hiltjo Posthuma
2014-04-25 18:58 code style fixes Hiltjo Posthuma
2014-04-25 18:57 util.h for strlcpy() and MIN() macro Hiltjo Posthuma
2014-04-25 18:57 fix include for time and read(), write() Hiltjo Posthuma
2014-04-25 18:57 make man page (8) to (1), use VERSION Hiltjo Posthuma
2014-04-25 18:52 use suckless style makefile Hiltjo Posthuma
2014-04-25 17:29 update TODO Hiltjo Posthuma
2014-04-25 17:26 cleanup (WIP) Hiltjo Posthuma
2014-04-25 17:24 add gitignore Hiltjo Posthuma
2014-04-25 17:24 fix typos Hiltjo Posthuma
2014-04-25 17:23 code style, move debug specific code to… Hiltjo Posthuma
2014-04-25 17:22 makefile: remove debug from normal build Hiltjo Posthuma
2014-04-25 17:21 makefile: man page install should respe… Hiltjo Posthuma
2014-03-05 16:51 Use poll.h not sys/poll.h sin
2013-09-25 11:14 Initial import of http://galos.no-ip.or… sin
Atom feed
Atom feed (tags)