summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update changelog and versionV3-RC6Ted Lemon2001-05-123-5/+27
* Fix bogus EOF detectionTed Lemon2001-05-121-2/+4
* Make it compile without debugging enabled.Ted Lemon2001-05-121-3/+10
* Initialize logging.Ted Lemon2001-05-121-0/+7
* Clean up a bunch of memory leaks in OMAPITed Lemon2001-05-115-42/+135
* Oops, fix a typo.Ted Lemon2001-05-111-2/+2
* Support dotted octets and colon-seperated hex lists in omshell.Ted Lemon2001-05-113-0/+90
* Update changelog and versionV3-RC5Ted Lemon2001-05-103-5/+44
* Use SIOCGIFCONF_ZERO_PROBE manifest constant.Ted Lemon2001-05-101-1/+1
* Fix bug in new zero probe code.Ted Lemon2001-05-101-1/+10
* Write the DHCP server version in the lease file.Ted Lemon2001-05-101-2/+5
* If *next-binding-state* is ABANDONED, lease conflict is not possible.Ted Lemon2001-05-101-1/+2
* - Only expire leases on the primary, unless we're in partner_down.Ted Lemon2001-05-051-9/+25
* - When we move to partner_down, schedule expired leases to go to free.Ted Lemon2001-05-051-18/+51
* Update prototypes.Ted Lemon2001-05-051-2/+3
* Fix two typos.Ted Lemon2001-05-041-3/+5
* Let the primary expire leases.Ted Lemon2001-05-041-2/+10
* Don't allocate leases on DHCPREQUEST if we don't own them.Ted Lemon2001-05-041-1/+9
* Fix a state transition bugTed Lemon2001-05-041-9/+2
* This commit was manufactured by cvs2git to create branch 'V3-RELEASE-cvs2git2001-05-040-0/+0
* Mention that an ASCII DHCP client identifier may include a leading NUL.Ted Lemon2001-05-041-0/+12
* Make print_hw_addr bulletproof.Ted Lemon2001-05-041-2/+2
* Oops, don't go line-oriented when parsing client config.Ted Lemon2001-05-041-4/+4
* ping-checks -> ping-checkTed Lemon2001-05-031-3/+3
* Add a definition for fpos_t.Ted Lemon2001-05-031-0/+2
* Fix a compile warning and don't use authentication in a way that doesn't work.Ted Lemon2001-05-031-28/+2
* - Whenever we are connected, send updates.Ted Lemon2001-05-031-14/+23
* Stash relay agent options when the client is in REBINDING or INIT-REBOOT.Ted Lemon2001-05-031-3/+2
* Authenticators are binary, thus unsigned char.Ted Lemon2001-05-032-2/+2
* Oops, get rid of a not-quite-blank line.Ted Lemon2001-05-021-1/+1
* Add a strcasecmp for comparing omapi_data_type_t's.Ted Lemon2001-05-022-0/+26
* Do a case-insensitive compare on the key algorithm name.Ted Lemon2001-05-021-3/+3
* If the algorithm name is not properly terminated with a '.', add one.Ted Lemon2001-05-021-14/+26
* Add line-oriented argument to new_parse().Ted Lemon2001-05-023-9/+9
* Don't free null uid buffers.Ted Lemon2001-05-021-3/+3
* Return key unknown when key lookup fails.Ted Lemon2001-05-021-1/+1
* Cosmetic fix.Ted Lemon2001-05-021-1/+1
* Need error message translation for omapi as well.Ted Lemon2001-05-024-6/+11
* Add new tokens.Ted Lemon2001-05-021-1/+3
* Return connection failure status codes.Ted Lemon2001-05-021-4/+27
* Add line-oriented argument to new_parse().Ted Lemon2001-05-021-1/+1
* Revamp parsing, do connections interactively, support base64 keys.Ted Lemon2001-05-021-229/+406
* Add line-oriented argument to new_parse().Ted Lemon2001-05-021-3/+2
* Tweak the SIOCGIFCONF code once again.Ted Lemon2001-05-021-18/+16
* Add line-oriented argument to new_parse(). Add new tokens.Ted Lemon2001-05-021-3/+9
* Add line-oriented argument to new_parse().Ted Lemon2001-05-022-6/+6
* SIOCGIFCONF API doesn't work properly on sparc.Ted Lemon2001-05-011-1/+3
* - When we are in partner_down and peer moves to recover_wait, behave as weTed Lemon2001-05-011-2/+2
* Don't bother with recover_wait if both peers are recovering.Ted Lemon2001-05-011-2/+9
* Update/fix documentation.V3_RC4Ted Lemon2001-04-302-5/+239